I've been stuck on this equation for a while and I don't know if i'm missing a key part to the equation.. i just need help!

If the gravitational field strength at the top of Mount Everest is 9.772 N/kg, approximately how tall (in feet) is the mountain?

F= g ( m1 x m2)/ radius^2

f= gravitational force
g= 6.67x10^-11
m= mass
d= radius^2
earth mass= 5.98x10^24
earth radius = 6.38x10^6

The actual height of Everest is 8848 m. Your number is close, and you used the right method. The difference is probably due to the use of too few significant figures for G(or GM/r^2).

To find the height of Mount Everest using the given equation, we need to rearrange the equation to solve for radius. The equation can be rewritten as:

radius = sqrt((g * m1 * m2) / F)

Here's how to plug in the values and step through the calculation:

Step 1: Plug in the given values:
G (gravitational constant) = 6.67x10^-11 m^3/kg/s^2
F (gravitational field strength) = 9.772 N/kg
m1 (mass of the Earth) = 5.98x10^24 kg
m2 (mass of Mount Everest) = ?
radius = ?

Step 2: Solve for the mass of Mount Everest (m2):
Rearrange the equation as follows:

m2 = (F * radius^2) / (g * m1)

Step 3: Calculate the mass of Mount Everest (m2):
Plug in the values:

m2 = (9.772 * radius^2) / (6.67x10^-11 * 5.98x10^24)

Step 4: Simplify the equation:
Divide out the common factors:

m2 ≈ 1.45659 * 10^-5 * radius^2

Step 5: Solve for radius:
We need to find the radius of Mount Everest to determine its height. To do this, we'll use the known value for the Earth's radius and subtract it from the total radius, which provides the height of the mountain.

radius = total radius - Earth's radius

total radius = radius of the Earth + height of Mount Everest

We know that the radius of the Earth is 6.38x10^6 m. So:

total radius = 6.38x10^6 + height

Step 6: Substitute the expression for total radius into the equation for m2:
We can replace the radius in the equation for m2 with the expression for the total radius:

m2 ≈ 1.45659 * 10^-5 * (6.38x10^6 + height)^2

Step 7: Now we have an equation with just one unknown variable (height).
We have all the values except the height of Mount Everest, so we'll solve for that.

Step 8: Rearrange the equation to solve for height:
Divide both sides of the equation by 1.45659 * 10^-5:

(6.38x10^6 + height)^2 = m2 / (1.45659 * 10^-5)

Step 9: Take the square root of both sides:
(6.38x10^6 + height) = sqrt(m2 / (1.45659 * 10^-5))

Step 10: Subtract the known radius of the Earth from both sides of the equation:
height = sqrt(m2 / (1.45659 * 10^-5)) - 6.38x10^6

Step 11: Calculate the height of Mount Everest:
Plug in the value for m2 from Step 3, and use a calculator to evaluate the equation.

Finally, you should have the height of Mount Everest in meters. To convert it to feet, multiply the height in meters by 3.281.

To solve for the height of Mount Everest, we will first need to rearrange the equation you provided to isolate the radius of the Earth (r), as we need that information to calculate the height of the mountain. The equation we will use is:

F = (g * m1 * m2) / r^2

In this equation:
F = gravitational force (9.772 N/kg)
g = gravitational constant (6.67 x 10^-11)
m1 = mass of the Earth (5.98 x 10^24 kg)
m2 = mass of the mountain
r = radius of the Earth (6.38 x 10^6)

First, let's rearrange the equation to solve for r^2:

r^2 = (g * m1 * m2) / F

Substituting the given values into the equation, we get:

r^2 = (6.67 x 10^-11 * 5.98 x 10^24 * m2) / 9.772

Next, let's calculate r^2:

r^2 = 4.319 x 10^13 * m2

To find the radius (r), we need to take the square root of r^2:

r = sqrt(4.319 x 10^13 * m2)

Now, we'll need to assume a density for the mountain to calculate its mass (m2). Let's assume a density of 2,600 kg/m^3 for Mount Everest.

The volume (V) of Mount Everest can be calculated using the formula V = m2 / density.

Using this information, we can calculate the mass (m2):

m2 = V * density

Now, let's substitute the values and calculate m2:

m2 = (V * 2,600)

Next, we need to calculate the volume of Mount Everest (V). The volume of a cone (V) can be calculated using the formula:

V = (1/3) * pi * r^2 * h

However, since we're assuming Mount Everest is a cone, we'll simplify the formula by removing the constant:

V = (1/3) * r^2 * h

To find the height of Mount Everest (h), we can rearrange the equation:

h = (3 * V) / r^2

Substituting the values and simplifying, we get:

h = (3 * V) / (4.319 x 10^13 * m2)

Now, we'll substitute the values and calculate the height of Mount Everest.

You know that at sea level

GM/r^2 = 9.8

Since G and M don't change, at radius R at the mountain top,

GM/R^2 = 9.772

so, R^2/r^2 = 9.8/9.772 = 1.0028653
R = 1.0014316r
R-r = 0.0014316r = 9134m

That seems a bit high. Better check my math.