document.write( "Question 990307: Please help me with this problem: Two boats leave the buoy at the same time. One of the boats travels north at a rate of N miles per hour, and the other boat travels east at a rate of 4N miles per hour. What is the distance between the boats 30 minutes after both boats leave the buoy? \n" ); document.write( "
Algebra.Com's Answer #610371 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Two boats leave the buoy at the same time.
\n" ); document.write( " One of the boats travels north at a rate of N miles per hour, and the other boat travels east at a rate of 4N miles per hour.
\n" ); document.write( " What is the distance between the boats 30 minutes after both boats leave the buoy?
\n" ); document.write( ":
\n" ); document.write( "Find the distances they travel in .5 hrs (30 min). Dist = speed * time
\n" ); document.write( "North: .5n
\n" ); document.write( "East: .5(4n) = 2n
\n" ); document.write( ":
\n" ); document.write( "This is a pythag problem; a^2 + b^2 = c^2; where
\n" ); document.write( "a = .5n
\n" ); document.write( "b = 2n
\n" ); document.write( "c = the distance between them
\n" ); document.write( "c^2 = (.5n)^2 + (2n)^2
\n" ); document.write( "c^2 = .25n^2 + 4n^2
\n" ); document.write( "like terms
\n" ); document.write( "c^2 = 4.25n^2
\n" ); document.write( "c = \"sqrt%284.25n%5E2%29\"
\n" ); document.write( "Factor inside the radical to reveal perfect squares
\n" ); document.write( "c = \".25%2A17%2An%5E2%29\"
\n" ); document.write( "Extract the square root of those
\n" ); document.write( "c = \".5n%2Asqrt%2817%29\" or about 2.06 miles apart after 30 min
\n" ); document.write( "
\n" );