document.write( "Question 909971: John leaves an intersection at 12noon and
\n" ); document.write( "heads North at 24 miles per hour, while Jane
\n" ); document.write( "leaves the intersection at the same time and
\n" ); document.write( "heads West at 32 miles per hour.
\n" ); document.write( "Find an expression d for their distance
\n" ); document.write( "apart (in miles) after t hours.
\n" ); document.write( "

Algebra.Com's Answer #552167 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
Pythagorean Theorem
\n" ); document.write( "D = \"sqrt%28%2824t%29%5E2+%2B+%2832t%29%5E2%29\"
\n" ); document.write( "
\n" );