Answer:
At 1.5 seconds and 2.5 seconds
Step-by-step explanation:
Because this is parabolic motion, the object will reach the height of 68 feet when it's going up AND when it's coming down. In order to find out those times, you set the h on the left side of the equation equal to 68, because h stands for height.
Set that equal to 0 and factor to solve for t:
Using the quadratic formula, we get t = 1.5 and t = 2.5
Answer:
11811 feet
Step-by-step explanation:
Hope it helps!
Ok so I'll demonstrate in programming language python.
import math
def circle():
r = float(input("Enter r: "))
a = math.pi * r ** 2
print("Area of circle with r = {0} is {1
}cm2".format(str(r), str(a))
circle()
Answer:
(10/100)*94.9 = 9.49
Step-by-step explanation:
Divide by 100 and multiply by 100-5.1 = 9.49
Step-by-step explanation:
Let's call x the lenght and y the height. The perimeter will be:
p = 2x + 2y = 10
When the lenght is halved and the height double we'll have:
p = x + 4y = 14
These 2 equations form a system of equations2 that can be solved and give as result:
y = 3
x = 2