L 7 10
l 7
l 7
l 7
l 7
__________ 8
(8)squared+b squared=10 squared
64+b=100 subract 64
now fiquere out what sauqered =36
wich is 6 so the last side is 6
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