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
Answer:
y = x + 3
Step-by-step explanation:
the equation ofa line in slope-intercept form is
y = mx + c ( m is the slope and c the y-intercept )
here m = 1 and c = 3, hence
y = x + 3 ← is the equation of the line
Answer:
d and c
Step-by-step explanation: