Answer:
a^10
Step-by-step explanation:
5*2=10
1800×6.5%×30=b
b-1800=a
a) $1,710
b) $3,510
184/525
(this is me adding characters)
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