document.write( "Question 884427: rosa works due north. her husband works due east they leave for work at same time. by the time rosa is 5 miles from home the distance between them is 1 mile more than ray distance from home. how far is ray from home \n" ); document.write( "
Algebra.Com's Answer #534306 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! rosa and ray's distances form a right triangle, let x be ray's distance then \n" ); document.write( "5^2 + x^2 = (x+1)^2 \n" ); document.write( "25 + x^2 = x^2 +2x +1 \n" ); document.write( "25 = 2x +1 \n" ); document.write( "2x = 24 \n" ); document.write( "x = 12 \n" ); document.write( "ray is 12 miles from home \n" ); document.write( " \n" ); document.write( " |