brownk23 brownk23
  • 02-02-2017
  • Mathematics
contestada

Start at 12. Create a pattern that multiplies each number by 4. Stop when you have 5 numbers

Respuesta :

StewieTwombly
StewieTwombly StewieTwombly
  • 02-02-2017
12, 48, 192, 768, 3072/
Answer Link
praxer praxer
  • 02-02-2017
Well, I think this is much better viewed in python:
#Start at 12. Create a pattern that multiplies each number by 4. Stop when you have 5 numbers
req_list = [12]i = 1while i < 5:    for b in req_list:        b = b * 4    i += 1    req_list.append(b)print(req_list)    
Answer Link

Otras preguntas

Please answer the question below
How does the available staff influence the selection of either continuous electronic or intermittent auscultation as the fetal-monitoring method?
Which point would map onto itself after a reflection across the line y = -x? (-4,-4) (-4,0) (0,-4) (4,-4)
y=5x+14What is the constant rate of change? Why?Is it proportional? Why?​
When your friend flies by you in a spaceship at one half the speed of light, you observe: a. Her spaceship to be longer than it is when it is not moving relativ
find the geometric mean between 8 and 32​
Select the correct answer.Your mental health can affect your desire to learn.O ATrueOB. False​
Help me, Pros and cons to paying taxes to England in the 13 colonies. I will give you 30 points if you answered :)
how much interest is earned on $37,000 at an interest rate of 7% for 1 year?
Simplify 324 please and thanks