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

If jia run 1 1/2 mile every morning and 2 1/2 mile in the afternoon ¿how many days she's going to take to run 100 miles?
what was the name of thing the guerrilla group that was fighting the french and what was the leaders name
square root 7x+16 +4=x
Which of the following expressions is a polynomial?
Which of the following expressions is a polynomial?
What jobs did Reagan hold before running for president?
During the 19th Century the North African countries of Morocco, Algeria, and Tunisia fell under the control of what country?
After the Soviet Union launched Sputnik I in 1957, the United States responded by A) blockading East Berlin. B) buying their rocket technology. C) attempting
Which fraction is less 1/3 or 1/4
rounding 34.657 to the nearest whole number