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

How do I use gland and hormone in the same sentence?
Can anybody help me with number 22?
what is one thing that women in Sparta could never do
a car travels 220 miles in 4 hours. what is the rate of the car in miles per hour
How did the magnetic compass Change life in Europe
If a cylindrical barrel measures 22 inch in diameter how many inches will it roll in 8 revolution along a smooth surface
Can Somebody Help me With This ?
I need hep with dividing fractions
Please Help Thank You
The diagram illustrates which evolutionary concept? A) gene flow B) genetic drift C) allele jumping D) genetic specialization