document.write( "Question 830234: two jets left an airport at the same time. one traveled east at 300 miles per hour. the other traveled south at 400 miles per hour. how far apart were the jets at the end of the hour? \n" ); document.write( "
Algebra.Com's Answer #500437 by TimothyLamb(4379)\"\" \"About 
You can put this solution on YOUR website!
---
\n" ); document.write( "x = 300*1 = 300 mi
\n" ); document.write( "y = 400*1 = 400 mi
\n" ); document.write( "---
\n" ); document.write( "d = sqrt( xx + yy )
\n" ); document.write( "d = sqrt( 300*300 + 400*400 )
\n" ); document.write( "d = 500 miles
\n" ); document.write( "---
\n" ); document.write( "Solve and graph linear equations:
\n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php
\n" ); document.write( "---
\n" ); document.write( "Solve quadratic equations, quadratic formula:
\n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php
\n" ); document.write( "---
\n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables:
\n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php
\n" ); document.write( "
\n" );