For question number 1:The plot H = H(t) is the parabola and it reaches its maximum in the moment when exactly at midpoint between the roots t = 0 and t = 23. At that moment t = 23/2 or 11.5 seconds.
For question number 2:To find the maximal height, just simply substitute t = 11.5 into the quadratic equation. The answer would be 22.9.
For question number 3:H(t) = 0, or, which is the same as -16t^2 + 368t = 0.Factor the left side to get -16*t*(t - 23) = 0.t = 0, relates to the very start of the process, when the ash started its way up.The other root is t = 23 seconds, and it is precisely the time moment when the bit of ash will go back to the ground.
Answer:
Width = 40 meters
Length = 167 meters
Step-by-step explanation:
Let
Width of the pool = x meters
Then
Length of the pool = 4x + 7 meters
and
Perimeter
meters
Hence,

Answer:
For example, the years 1600, 2000, and 2400 are century leap years since those numbers are divisible by 400, while 1700, 1800, 1900, 2100, 2200, and 2300 are common years despite being divisible by 4.
Step-by-step explanation:
Answer:
Step-by-step explanation:
<h2>88</h2>
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