Answer:
My apologies if this is incorrect, but perhaps it is p=4.
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
plug in the x for all of those to find y
Answer: The answer would be 7.03
Step-by-step explanation: cause you gotta get the 28 in there i hope im right
Assuming the given is: 5u^7 - 21u^7
Since both algebraic terms are identical (both are using u^7), we can subtract the coefficients directly, as in: 5 - 21 = -16
Therefore, 5u^7 - 21u^7 = -16u^7