document.write( "Question 1160139: A motor scooter travels 18 miles in the same time that a bicycle covers
\n" );
document.write( "7 miles. If the rate of the scooter is 4 mph more than twice the rate of the bicycle, find both rates. \n" );
document.write( "
Algebra.Com's Answer #783306 by MowMow(42)![]() ![]() You can put this solution on YOUR website! t= time traveled by both the Scooter and the Bicycle \n" ); document.write( "Scooter: 18t \n" ); document.write( "Bicycle: bt=7 \n" ); document.write( "18 = 2b+4 \n" ); document.write( "2b = 14 \n" ); document.write( "Bicycle rate b = 7 mph \n" ); document.write( "Scooter rate = 18 mph \n" ); document.write( " \n" ); document.write( " |