document.write( "Question 504075: Mary works due north of home. Her husband Juan works due east. They leave for work at the same time. By the time Mary is 5 miles from home, the distance between them is 1 mile more than Juan’s distance from home. How far from home is Juan. \n" ); document.write( "
Algebra.Com's Answer #339504 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Mary can be viewed as driving up the y-axis to the point (0,5). \n" ); document.write( "Juan is driving along the x-axis. \n" ); document.write( "The diagonal line from (0,5) to (0,x) is \"1 more than Juan's distance from home.\" \n" ); document.write( "So the diagonal line is of length x+1. \n" ); document.write( "Of course, this diagonal line is the hypotenuse. \n" ); document.write( ". \n" ); document.write( "Using the Pythagorean Theorem... \n" ); document.write( ". \n" ); document.write( "(x+1)^2 = x^2 + 25 \n" ); document.write( "x^2 + 2x + 1 = x^2 + 25 \n" ); document.write( "subtract x^2 from both sides \n" ); document.write( "2x + 1 = 25 \n" ); document.write( "subtract 1 from both sides \n" ); document.write( "2x = 24 \n" ); document.write( "divide both sides by 2 \n" ); document.write( "x = 12 \n" ); document.write( ". \n" ); document.write( "Juan is 12 miles from home. \n" ); document.write( ". \n" ); document.write( "Always check your work. \n" ); document.write( ". \n" ); document.write( "c^2 = 13^2 = 169 \n" ); document.write( "x^2 = 12^2 = 144 \n" ); document.write( "y^2 = 5^2 = 25 \n" ); document.write( "169 = 144+25 \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Answer: Juan is 12 miles from home. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |