document.write( "Question 472836: Two motorcycles made the same 315 mile drive. One motorcycle traveled 10 mph faster than the other and arrived 2 hours earlier. Find the speed of each motorcycle. \n" ); document.write( "
Algebra.Com's Answer #324219 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Two motorcycles made the same 315 mile drive. One motorcycle traveled 10 mph faster than the other and arrived 2 hours earlier. Find the speed of each motorcycle. \n" ); document.write( "--------------- \n" ); document.write( "315/r = 315/(r+10) + 2 \n" ); document.write( "315(r+10) = 315r + 2r(r+10) \n" ); document.write( "315r + 3150 = 315r + 2r^2 + 20r \n" ); document.write( "2r^2 + 20r - 3150 = 0 \n" ); document.write( "r^2 + 10r - 1575 = 0 \n" ); document.write( "(r + 45)*(r - 35) = 0 \n" ); document.write( "r = 35 mph slower \n" ); document.write( "r = 45 mph faster \n" ); document.write( " \n" ); document.write( " |