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
Original:45 new:30 percent of change
Sveta_85 [38]

<u>Answer:</u>

<h2>-33.33%</h2>

<u>Explanation:</u>

30-45 = -15

percent of change = 100(-15/45) = -33.33%

6 0
3 years ago
Lydia wants to find the height of a flagpole. She measures the height of a tree and the length of the shadow it casts. The tree
sesenic [268]

draw a diagram.

the two are similar bc of AAsimilarity

so 8.8 is to 4 as 22 is to x

basically the answer is 10 ft tall

5 0
3 years ago
Solve 5x + x − 3x &gt; −12
Svetllana [295]
X>-4 would be the correct answer
5 0
3 years ago
What is the period of f(x)
Stells [14]

Step-by-step explanation:

The period of f(x) is π.

To calculate the period using the formula derived from the basic sine and cosine equations. The period for function y = A sin (B a – c) and y = A cos ( B a – c ) is equal to 2πB radians. The reciprocal of the period of a function is equal to its frequency.

8 0
2 years ago
Read 2 more answers
Which expressions are equal to 11 x 1037 Select all that apply.
goldfiish [28.3K]
The answer would be 11,000
5 0
2 years ago
Other questions:
  • Rewrite the sum of 96+80 using the distributive property( as a multiple if a sum of two whole numbers with no common factor).
    10·1 answer
  • How am I suppose to answer this question
    9·1 answer
  • Order the steps to solve the equation log(x^2-15)=log(2x) form 1 to 5
    10·1 answer
  • Is 3 - -80 positive or negative?
    12·1 answer
  • A bar graph shows That Sports books received 9 votes. If the scale is to 20 by twos, Where should the bar end for the sports boo
    8·1 answer
  • A cone has a height of 7ft and a radius of 4ft which equation can find the volume of the cone v=1.3 (7.2)
    15·1 answer
  • What is 32 - 1142 - 281. + 30 disided by 1.-52
    10·1 answer
  • Hurrryyyyy upppppp plzzzz helpppp meeeeee rightttt nowwwwwwww
    6·1 answer
  • Please help!!! Due very soon!!
    12·1 answer
  • PLEASE ANSWERR THISSSS
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!