Answer:
- time = 1second
- maximum height = 16m
Step-by-step explanation:
Given the height of a pumpkin t seconds after it is launched from a catapult modelled by the equation
f(t)=-16t²+32t... (1)
The pumpkin reaches its maximum height when the velocity is zero.
Velocity = {d(f(x)}/dt = -32t+32
Since v = 0m/s (at maximum height)
-32t+32 = 0
-32t = -32
t = -32/-32
t = 1sec
The pumpkin reaches its maximum height after 1second.
Maximum height of the pumpkin is gotten by substituting t = 1sec into equation (1)
f(1) = -16(1)²+32(1)
f(1) = -16+32
f(1) = 16m
The maximum height of the pumpkin is 16m
in order to get the percentage you would just need to divide 6,840 by 38,000 (6840/38000 = .18)
this gives you .18
.18 is equivalent to 18%
John paid 18% of his earnings on entertainment.
Answer:
x=9
Step-by-step explanation:
Since you don't have that much information, you have to assume line HE is congruent to line GF, so now you have an equation that looks like this: 23=x+14. Now you subtract 14 from both sides giving you 9=x, and since you cannot simplify even further, that is your answer
Answer:
In your console (ctrl + shift + j), the letter a would appear. Beneath that, the letter c would appear.
Step-by-step explanation:
This is because the val2 is not less than or equal to 3. The second condition that's inside the first condition is true but since the first condition is false, the second condition would not run.