document.write( "Question 1028422: the weight of a body above sea level varies inversely with the square of distance from the center of the earth if a woman weighs 138 pounds when she is at sea level 3690 miles from the center of the earth how much will she weigh when she is at the top of a mountain 4.2 miles above sea level \n" ); document.write( "
Algebra.Com's Answer #643532 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! weight = k / d^2 \n" ); document.write( ": \n" ); document.write( "138 = k / 3690^2 \n" ); document.write( ": \n" ); document.write( "k = 138 * 3690^2 = 1879021800 \n" ); document.write( ": \n" ); document.write( "weight = 1879021800 / (3690 + 4.2)^2 \n" ); document.write( ": \n" ); document.write( "weight = 137.686389193 approx 137.7 pounds \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |