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]
1 year 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]1 year 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
If s(x) = x-7 and f(x) = 4x? – X+3, which expression is equivalent to (tos)(x)?
lesya692 [45]

Answer:

4(x-7)^2-(x-7)+3 (Assuming t is f)

Step-by-step explanation:

Let s(x)=x-7 and t(x)=4x^2-x+3 .

(t o s)(x)=t(s(x))=t(x-7)

Before I continue this means replace the orginal x in t with x-7.

This will then give you

4(x-7)^2-(x-7)+3

4 0
3 years ago
During apple-picking season, 7 out of every 10 apples that are picked have a leaf attached to their stem. If Jackson picked 210
nekit [7.7K]

Answer:170

Step-by-step explanation:

Multiply 210 by 0.70 because that's equal to 70%. This will give you the answer.

6 0
3 years ago
Read 2 more answers
Whats the product of the 6th and the 3rd square number
Ivanshal [37]

Answer:

which of these expressions or phrases can be used to represent the model brainly choose al the correct answerwhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answersvvwhich of these expressions or phrases can be used which of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answerswhich of these expressions or phrases can be used to represent the model brainly choose al the correct answersto represent the model brainly choose al the correct answers

Step-by-step explanation:

6 0
3 years ago
Adelle solved the equation, 4x/7 - 6 = -20 , as shown.
Ne4ueva [31]

Answer:

Step 1: Given

Step 2: Add 6 on both sides

Step 3: Multiply 7 on both sides

Step 4: Divide by 4 on both sides

8 0
2 years ago
Pedro’s Father is building a shed how many square feet of wood are needed
aalyn [17]
I can't see the figure entirely. To solve for the perimeter you need to know the height!
8 0
3 years ago
Read 2 more answers
Other questions:
  • An above ground swimming pool is leaking. After 1/2 hour the pool has leaked 7/8 of a gallon of water. How many gallons of water
    13·1 answer
  • A box contains 10 cards numbered 1 through 10. Which events are mutually exclusive? A. A card is drawn from the box and the numb
    5·1 answer
  • I need help with geometry lol most of the questions i will be asking is about geometry so plz someone help
    13·1 answer
  • What are the possible rational zeros of f(x) = x4 + 6x3 – 3x2 + 17x – 15?.
    12·1 answer
  • A car drives at the speed of 90 km/h for 2 hours and 20 minutes? how far does the car drive?
    10·2 answers
  • I need the answer<br>please​
    6·1 answer
  • Find the midpoint of the segment with the following endpoints. (-10,2) and (-5,-1)
    10·2 answers
  • The five-number summary for a data set is given by min = 5, Q1 = 18, median = 20, Q3 = 40, max = 75. If you wanted to construct
    8·1 answer
  • Question 3
    12·1 answer
  • Tina is a waitress. On Monday she earned $4 per hour and $65 in tips. She made $93 total. Write and solve an equation to determi
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!