Answer:
I can't explain it so hope this helps. x
Step-by-step explanation:
Answer:
d) 100 feet
Step-by-step explanation:
The x value of the vertex (highest point in this case) is found via -b/2a:
-80/-32 = 2.5
Plug 2.5 into the function:
h(2.5) = -16(2.5)² + 80(2.5)
= - 100 + 200 = 100
Answer:
The item costs $900 after the 90% off.
Step-by-step explanation:
After the 90% off discount, the item costs (100% - 90%) the cost of the original price.
Hence, 


Hope this helped!
Step-by-step explanation:
Initial velocity(u) = 60 km/hr = 50/3 m/s
final velocity(v)= 0 (stops at rest)
acceleration(a) = -0.05 m/s²
display (s)=?
v²-u²=2as
0²- (50/3)= 2(-0.05)s
2500/9= 0.1s
s= 25000/9 m
The conditional statement is
if x < y:
result = x * 5
<h3>How to write the if/else statement as the conditional expression that performs the same option?</h3>
The statement is given as:
result = x < y ? x * 5
The above means that,
the variable result is assigned x * 5 if x < y
So, the conditional statement is
if x < y:
result = x * 5
Read more about conditional statement at
brainly.com/question/11073037
#SPJ4