document.write( "Question 118425: Bicyclists A and B leave the same point P at the same time at right angles. B travels 7 mph faster than A. After 3 hours they are 39 miles apart. Find the speed of each bicyclists.\r
\n" );
document.write( "\n" );
document.write( "I figured out that the answers are 5 and 12 mph but I can't figure out how to do it algebraically. If you could help that would be great! \n" );
document.write( "
Algebra.Com's Answer #86543 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Bicyclists A and B leave the same point P at the same time at right angles. B travels 7 mph faster than A. After 3 hours they are 39 miles apart. Find the speed of each bicyclists. \n" ); document.write( "I figured out that the answers are 5 and 12 mph but I can't figure out how to do it algebraically. \n" ); document.write( "-------------- \n" ); document.write( "Bike A DATA: \n" ); document.write( "Rate = x mph ; Time = 3 hrs ;distance = rt = 3x miles \n" ); document.write( "------------------- \n" ); document.write( "Bike B DATA; \n" ); document.write( "Rate = x+7 mph ; Time = 3 hrs ; distance = rt = 3(x+7) miles \n" ); document.write( "EQUATION: \n" ); document.write( "Use Pythagoras \n" ); document.write( "39^2 = (3x)^2 +(3x+21)^2 \n" ); document.write( "39^2 = 9x^2 + 9x^2+126x+21^1 \n" ); document.write( "18x^2+126x-1080 = 0 \n" ); document.write( "2x^2+14x-120=0 \n" ); document.write( "x^2+7x-60=0 \n" ); document.write( "x = [-7 +- sqrt(49-4*-60)]/2 \n" ); document.write( "x = [-7 + sqrt(289)]/2 \n" ); document.write( "Positive answer:\r \n" ); document.write( "\n" ); document.write( "x = [-7 + 17]/2 \n" ); document.write( "x = 5 \n" ); document.write( "------------ \n" ); document.write( "A's rate = 5 mph \n" ); document.write( "B's rate = 5+7 = 12 mph \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |