A man tosses a ball upward. It reaches its highest point after 25 seconds. Find its initial velocity.

Alright, so I tried solving this. I used the equations (let v = initial velocity):
h = v^2 / 2g , and
h = (v*t) - (1/2)(g)(t^2)
and I got 101.48 m/s. Is this correct?

To solve this problem, we can use the kinematic equation for displacement of an object in free fall:

h = v₀t - (1/2)gt²

where:
h = maximum height reached (in this case, it's the highest point),
v₀ = initial velocity,
t = time taken to reach the highest point,
g = acceleration due to gravity (approximately 9.8 m/s²).

You correctly rearranged the equation and solved for v₀. However, there is a slight mistake in your calculations.

Starting with the equation:
h = v₀t - (1/2)gt²

Since the ball reaches its highest point, the displacement at the highest point (h) is zero. Therefore, the equation becomes:
0 = v₀t - (1/2)gt²

We know the following value:
t = 25 s

Plugging this value into the equation, we get:
0 = v₀(25) - (1/2)(9.8)(25)²

Simplifying:
0 = 25v₀ - 12.25(9.8)

Next, let's solve for v₀:
25v₀ = 12.25(9.8)
v₀ = (12.25)(9.8) / 25
v₀ ≈ 4.81 m/s

So, the correct value for the initial velocity (v₀) is approximately 4.81 m/s.

Therefore, your previous calculation of 101.48 m/s is not correct.