document.write( "Question 206941: two boats travel at right angles to each other after leaving a dock at the same time. one hour later they are 25 miles apart. if one boat travels 5 miles per hour faster than the other, what is the rate of each?(Hint: use the pythagorean theorem). \n" ); document.write( "
Algebra.Com's Answer #156446 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! two boats travel at right angles to each other after leaving a dock at the same time. one hour later they are 25 miles apart. if one boat travels 5 miles per hour faster than the other, what is the rate of each? \n" ); document.write( "------------------------ \n" ); document.write( "Draw the picture labeling the hypotenuse of the rt. triangle as 25, \n" ); document.write( "--- \n" ); document.write( "Slower boat DATA: \n" ); document.write( "rate = x mph ; time = 1 hr. ;distance = rt = x miles \n" ); document.write( "----------------- \n" ); document.write( "Faster boat DATA: \n" ); document.write( "rate = x+5 mph ; time = 1 hr. ; distance = rt = x+5 miles \n" ); document.write( "------------------- \n" ); document.write( "Label the legs of the rt. triangle as \"x\" and \"x+5\" \n" ); document.write( "--- \n" ); document.write( "Use Pythagoras to solve for \"x\": \n" ); document.write( "x^2 + (x+5)^2 = 25^2 \n" ); document.write( "2x^2 + 10x + 25 = 625 \n" ); document.write( "2x^2 + 10x - 600 = 0 \n" ); document.write( "x^2 + 5x - 300 = 0 \n" ); document.write( "(x+20)(x-15) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "x = 15 mph (rate of the slower boat) \n" ); document.write( "x+5 = 20 mph (rate of the faster boat) \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |