William M. answered 01/09/23
REQUIREMENT of this problem is to return mX as a percentage of mEarth (to 1 sig fig)
Fg = G * m1 * m2 / r^2, so
Fearth = G * m * mEarth / rEarth^2, and
Fx = G * m * mX // rX^2, which means
Fearth / Fx = (G * m * mEarth / rEarth^2) / (G * m * mX / rX^2), and cancelling out common terms
Fearth / Fx = (mEarth / rEarth^2) * (rX^2 / mX) and rearranging masses and radii to be together
Fearth / Fx = (mEarth / mX) * (rX / rEarth)^ 2 plugging in (Fearth = 3 * Fx, rX = 1/4 rEarth)
3 / 1 = (mEarth / mX) * (1/4)^2
= (mEarth / mX) * (1/16) multiplying both sides by 16
48 = mEarth / mX inverting both sides
1/48 = mX / mEarth or
mX = (1/48) * mEarth or
mX = 2.08% of mEarth or
mX = 2% of mEarth (ANSWER to 1 sig fig)
William M.
This answer is incorrect -- it does not list mX as a percentage of mEarth01/09/23