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

write a real word problem that results in an answer of 0.58
a machine can produce 250 items per hour. if the operator of the machine works 40 hours per week, how many times are made by this machine in one year?
the fact that plants have many ways to spread seeds can cause problems for gardener a. why
We're does the thousand go in 5462.9554
A building is 2 ft from a 9-foot fence that surrounds the property. A worker wants to wash a window in the building that is 13 feet from the ground. He plans to
What is a strategy a reader can use to understand better what he has read?
What is a Phenomenon characterized by poorly planned development on the edges of cities and towns?
What is the difference between 3/12 and 5/8
I need help with 2 math questions???
How did prohibition lead to a rise in organized crime?