document.write( "Question 902878: Manuel can drive 4 times as fast as Carlos can ride his bicycle. If it takes Carlos 3 hours longer than Manuel to travel 80 miles, how fast can Carlos ride his bicycle? \n" ); document.write( "
Algebra.Com's Answer #547591 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Manuel can drive 4 times as fast as Carlos can ride his bicycle. If it takes Carlos 3 hours longer than Manuel to travel 80 miles, how fast can Carlos ride his bicycle? \n" ); document.write( "let x=carlos' bike speed \n" ); document.write( "4x=Manuel's driving speed \n" ); document.write( "travel time=distance/speed \n" ); document.write( "80/x-80/4x=3 \n" ); document.write( "lcd:4x \n" ); document.write( "320-80=12x \n" ); document.write( "12x=240 \n" ); document.write( "x=20 \n" ); document.write( "how fast can Carlos ride his bicycle? 20 mph \n" ); document.write( " |