A coin is tossed upward from a balcolny 370 ft high with an initial velocity of 16 ft/sec. during what interval of time?

will the coin be at a height of atleast 50 ft (h= -16t^2 +vot + h0)

is the answer 0>= t<+5

h = -16t^2 + 16t + 370

-16t^2 + 16t + 370 ≥ 50
16t^2 - 16t -320 ≥ 0
t^2 - t - 20 > 0
(t-5)(t+4) > 0

since this makes sense only for t ≥ 0
you would have 0 ≤ t ≤ 5

( your first inequality sign is incorrect)

okay thank you

To determine the interval of time during which the coin is in the air, we can use the equation for the height of an object in freefall:

h = -16t^2 + vot + h0

where:
h = height of the object
t = time
v0 = initial velocity
h0 = initial height

Given:
v0 = 16 ft/sec (upward velocity)
h0 = 370 ft (initial height)

We want to find the interval of time during which the coin is in the air, so we need to find the values of t that make h greater than or equal to 0 (when the coin hits the ground).

Setting h >= 0, we have:
0 >= -16t^2 + 16t + 370

To solve this inequality, we can first find the solutions for the equation:
-16t^2 + 16t + 370 = 0

Using the quadratic formula:
t = (-b ± √(b^2 - 4ac)) / (2a)

where a = -16, b = 16, and c = 370, we can solve for t.

t = (-16 ± √(16^2 - 4(-16)(370))) / (2(-16))
t = (-16 ± √(16^2 + 23680)) / -32
t = (-16 ± √(256 + 23680)) / -32
t = (-16 ± √23936) / -32
t = (-16 ± 154.75) / -32

t = (154.75 - 16) / -32 or t = (-154.75 - 16) / -32
t = 138.75 / -32 or t = -170.75 / -32
t = -4.335 or t ≈ 5.335

Since we are looking for the interval of time during which the coin is in the air, the value of t must be positive.

Therefore, the correct interval of time is 0 <= t < 5.335.

In summary, the coin will be in the air for the interval of time 0 <= t < 5.335.

Regarding the question of whether the coin will be at a height of at least 50 ft, we need to check whether h is greater than or equal to 50 during this interval of time. We can substitute the value of t into the equation for h to determine this. However, without specific values of t within the interval, we cannot say for certain whether h will be at least 50 ft.

To find the time interval during which the coin will be at a height of at least 50 ft, we can use the given equation for height:

h = -16t^2 + vot + h0

where h is the height, t is the time, vo is the initial velocity, and h0 is the initial height.

Given:
vo = 16 ft/sec (initial velocity)
h0 = 370 ft (initial height)
We want to find the time interval during which the height (h) is at least 50 ft.

Substituting the values into the equation, we have:
50 <= -16t^2 + 16t + 370

Now, let's solve this quadratic inequality to find the time interval.

1. Move all terms to one side to get a quadratic inequality in standard form:
-16t^2 + 16t + 320 >= 0

2. Notice that the quadratic equation has a negative coefficient for t^2, which means it opens downward. To find the time interval when the height is at least 50 ft, we need to find the values of t that make the quadratic expression non-positive (greater than or equal to zero).

3. To solve the quadratic inequality, we can find the roots (zeros) of the quadratic equation by factoring or using the quadratic formula:
-16t^2 + 16t + 320 = 0

4. Factoring the quadratic equation, we get:
-16(t^2 - t - 20) = 0

Now, we can solve the equation:

t^2 - t - 20 = 0

5. Factoring the quadratic equation further, we have:
(t - 5)(t + 4) = 0

Setting each factor equal to zero and solving for t, we get:
t - 5 = 0 => t = 5
t + 4 = 0 => t = -4

6. Now, we have the values for t: t = -4 and t = 5. However, we need to consider the physical context of the problem. Time (t) cannot be negative in this situation, so we discard t = -4.

Therefore, the valid time interval is t >= 0 and t < 5.

In conclusion, the coin will be at a height of at least 50 ft during the time interval of 0 (inclusive) to 5 (exclusive), which can be written as 0 ≤ t < 5.