document.write( "Question 884254: Jane works due north of her home. Her husband Juan works due east. They leave for work at the same time. By the time Jane is 7 miles from home, the distance between then is only 1 mile more than Juans distance from home. How far from home is Juan? \n" ); document.write( "
Algebra.Com's Answer #534232 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Jane works due north of her home. Her husband Juan works due east. They leave for work at the same time. By the time Jane is 7 miles from home, the distance between them is only 1 mile more than Juans distance from home. How far from home is Juan?
\n" ); document.write( "***
\n" ); document.write( "let x=Juan's distance from home
\n" ); document.write( "7=Jane's distance from home
\n" ); document.write( "x+1=distance between them
\n" ); document.write( "x^2=(x+1)^2-7^2)=x^2+2x+1-49
\n" ); document.write( "2x-48=0
\n" ); document.write( "x=24
\n" ); document.write( "Juan's distance from home=24 miles
\n" ); document.write( "
\n" );