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

Factorise fully. X^2 +6x+5
last week a share of stock gained a total of 1.64 points. express this gain as a mixed number in simplest form.
what are the constants of t-shirts
a football team gained 9 yards on one play and then lost 22 yards on the next .write a sum of integers to find the overall change in field position explain your
ben has 3 times as many guppies as goldfish. if he has a total of 20 fish, how many guppies does in have
why are the seasons  at higher latitudes different from seasons at latitudes near the equator
Put these numbers to least to greatest negative 0.9, negative 0.09,negative 0.99!!(Thank you)!!
Two cars leave a town at the same time heading in opposite directions. One car is traveling 12 mph faster than the other. After 2 hours, they are 232 miles apar
how do 7.6 be written in word form
suma a trei numere este 3932/Primul numar este cu 1330mai mare decat al doilea si cu 1740mai mare decat al treilea determinati cele trei numere vreau rezolvar