if a ball, fired as a projectile, travels 30 meters when it leaves the the ground at 20% angel, it will travel the same distance when fired at an angle of what degrees

Is "20% angel" supposed to be "20 degree angle"? Or is the ball still earning its wings?

I will assume you mean 20 degree angle.

Range = (V^2/g)*sin(2A)
(Try to derive that yourself)

For A = 20 degrees, 2A = 40.
You get the same value for the sine, and the range, when 2X = 140. That means A = 70 degrees.

To find the angle at which the ball should be fired to travel the same distance of 30 meters, we can use the concept of range in projectile motion.

The range of a projectile is the horizontal distance it travels before hitting the ground. It depends on the initial velocity and the launch angle.

In this case, we know that the ball travels 30 meters when fired at a launch angle of 20 degrees.

To find the launch angle that will give the same range of 30 meters, we can use the range formula. The formula for the range of a projectile is:

Range = (v^2 * sin(2θ)) / g

where:
- v is the initial velocity of the projectile
- θ (theta) is the launch angle
- g is the acceleration due to gravity (approximately 9.8 m/s^2)

We know that the range is 30 meters, and we can assume the initial velocity remains constant. So, we can set up the equation:

30 = (v^2 * sin(2θ)) / g

Since v and g are constants, we can simplify the equation to:

sin(2θ) = (30 * g) / v^2

To find the launch angle θ, we can take the inverse sine (or arcsine) of both sides:

2θ = arcsin((30 * g) / v^2)

Finally, we can solve for θ by dividing both sides by 2:

θ = 0.5 * arcsin((30 * g) / v^2)

Now, we know the formula for finding the launch angle that will give the same range of 30 meters. To use this formula, we need to know the initial velocity of the ball.