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

Alejandra has five hair ribbons measuring 8,13,11,9, and 13 inches long what is the median length of the ribbons
Why are beneficial mutations essential for evolution to occur?
Round 315 to the nearest ten
How do you solve 12,324,904 in word form
A Japanese beetle has length between 0.3 and 0.5 inches.Find two lengths that are within the given span. Write them as fraction in simplest form?PS NO ONE HAS D
Spain has coastline on which of the following sides?a.northernc.southernb.easternd.all of the above
word form for 600,000+80,000+10
the cube of x plus 5
What does it mean if the hundred digit of my number is less than tens digit. The ones digit is greater than the tens digit. What could my number be?
How do you write 4.293 in expanded form?