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

I got the wrong answer, need help finding the right one
The average number of rainy days in Seattle, Washington is listed below: Month January February March April Rainy days 18 16 17 14 If the data was only accurate
If m A. 79 B. 5.5 C. 11 D. 169
I’m not sure where to begin
what is 4x+7 and x=5
Prove the diagonals of a parallelogram bisect one another. Be sure to create and name the appropriate geometric figures.
8 weeks is what percent of a year?
28,-(-73),(-65),(95),-(47) least to greatest
How much time does it take for a car to accelerate from 3.44 m/s to 20.9 m/s if the average acceleration is 6.00 m/s^3
Which of the following do performance evaluation tests NOT measure? A. agility B. reaction time C. coordination D. sport knowledge Please select the bes