I've figured out the first part that the v is 1.25 m/s, but even with that knowledge can't determine how to calculate the horizontal distance. Can someone help with a formula?

You let a ball roll from rest from the top of a ramp sitting on a table. If the top of the ramp is 8 cm above the top of the table, how fast is it moving when it reaches the bottom. Assume the ball leaves the table moving horizontally with the speed 1.25 m/s. If the table is 1 m above the floor, what is the horizontal distance the ball travels before it hits the floor?

Ok, figure the time in air...

h=1/2 g t^2
t=sqrt(2g/h)=sqrt(19.8/1)
now,horizontal distance = v*t
=1.25m/s*timeInAir

Thanks so much. Works perfectly!

To calculate the horizontal distance the ball travels before hitting the floor, we need to make use of the equations of motion.

First, let's consider the vertical motion of the ball. The initial vertical velocity (u) is 0 m/s, as the ball starts from rest. The vertical displacement (s) is given by the height of the table (1 m) plus the height of the ramp (8 cm or 0.08 m). The acceleration due to gravity (a) is 9.8 m/s^2.

Using the equation:
s = ut + (1/2)at^2

We can substitute the values to find the time it takes for the ball to reach the floor:
0.08 + 1 = 0(t) + (1/2)(9.8)(t^2)

Simplifying the equation:
t^2 = (2*(0.08 + 1))/(9.8)

Now, we can solve for the time (t) it takes for the ball to fall from the ramp to the floor.

Next, to calculate the horizontal distance (d) the ball travels before hitting the floor, we can use the formula:

d = v * t

Where v is the horizontal velocity of the ball, which is given as 1.25 m/s, and t is the time calculated above.

By substituting the values into the equation, you should be able to determine the horizontal distance the ball travels before hitting the floor.