1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Drupady [299]
2 years ago
13

Exponentiation is the raising of one number to the power of another. This operation is performed using two asterisks **. Let's u

se exponentiation to solve a known problem. You are offered a choice of either $1.000.000 or $0.01 (one penny) doubled every day for 30 days (the resulting amount is doubled every day). Task: Write a program to calculate the amount that will result from the doubling to understand which choice results in a larger amount. Hint: Let's see how exponentiation can be useful to perform the calculation. For example, if we want to calculate how much money we will have on the 5th day, we can use this expression: 0.01*(2**5) = 0.32 dollars (multiply the penny by 2 raised to the power of 5).​
Mathematics
1 answer:
Harlamova29_29 [7]2 years ago
4 0

In math, Exponentiation refers to the operation of raising one quantity to the power of another. See the program running the exponentiation below.

<h3>What is the required code?</h3>

The code is given below:

number_of_days = 30

amount_after_30days = 0.01 * (2 ** number_of_days)

# print the amount

print(amount_after_30days)

Learn more about exponentiation at;
brainly.com/question/11975096
#SPJ1

You might be interested in
A right rectangular prism has a length of 9, a width of 4, and a height of 5. How many unit cubes can fit in the prism?
Serjik [45]

Answer:

The answer is 54 cubes.

Step-by-step explanation:

5 0
3 years ago
Combine the like terms to create an equivalent -3х – 6+(-1)​
pishuonlain [190]
You can combine the -6 and -1 to -7. So the expression can be simplified as -3x-7
4 0
3 years ago
What is the rate of change y=29/5 x
Hatshy [7]

Answer:

y =  \frac{29}{5} x \\  \frac{y}{x}  =  \frac{29}{5}

<h3>The rate of change is <u>29/5</u>.</h3>

3 0
2 years ago
3.8x 10^2 + 1.7 x10^3
mamaluj [8]

Answer:

2080

Step-by-step explanation:

8 0
2 years ago
Read 2 more answers
4) True or False? Our town is growing with a doubling time of 40 years, so its
mart [117]
Answer:
False

Explain:
6 0
2 years ago
Other questions:
  • there are 63 students marching in a band, and they're marching in 7 rows how many students are in each row
    15·2 answers
  • 0.60p=p-32 what is the answer and work
    12·1 answer
  • Over the weekend halverson had put together 3/16 if a jigsaw puzzle while jamie put together 10/16 of the puzzle. Who had coplet
    14·1 answer
  • alisson separates her 23 stickers into 4 equal piles.how many stickers does she have left over? A27 B 19 C 5 D 3
    15·1 answer
  • Is The ratio 5 gallons in 10 minutes a rate?
    14·2 answers
  • HELP PLEASE ITS FOR PLATO
    5·2 answers
  • What is the equation of the graph shown?
    15·1 answer
  • would it make more sense to buy two 10 inch pizzas or one 20 inch pizza? Explain your answer in detail.
    9·2 answers
  • Calculate the area shaded
    13·1 answer
  • Andrew was taking a math quiz. There was a question on the quiz that had the
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!