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

In the figure, ABC and DEF are similar. What's the scale factor from ABC to DEF? (pls show how you got the answer)
Which two excerpts avoid wordiness and redundancy
3. V o F. Justificar. a) El ser humano existe. b) La verdadera libertad es hacer lo que quiero sin importar las consecuencias, soy libre! c) Las áreas de la per
PLS SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
Quad DEFG with mZD= (12x - 4), mZE = (18x + 4)ºmZF = (15x + 10), and m2G= (5x) What is the value of x?
porque crees que el teatro ayude a los niños a sentirse más seguros de si mismos y perder la vergüenza frente a los demás?​
A phone company offers two monthly plans. Plan A costs $21 plus an additional $0.11 for each minute of calls. Plan B costs $29 plus an additional $0.09 for each
S=n/2(2a+(n-1)d). If d=5, n=13, S=585 find the value of a.​
2a²-2ab-3b²+9 when a=3 and b=2​
the two triangles below are similar use what you know about similar triangles to find the missing side. show your work​