document.write( "Question 998637: Manuel can drive 3 times as fast as Pablo can ride his bicycle. If it takes Pablo 2 hours longer than Manuel to travel 90 miles, how fast can Pablo ride his bicycle? \n" ); document.write( "
Algebra.Com's Answer #616408 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! pablo speed=x \n" ); document.write( "manuel speed=3x \n" ); document.write( "3x*time=90; time for M. is 90/3x; units are miles/miles/hour=hours \n" ); document.write( "x*(time+2)=90 \n" ); document.write( "time=90/3x \n" ); document.write( "time+2=90/x \n" ); document.write( "time=(90/x)-2 \n" ); document.write( "30./x=(90/x)-2=(90-2x)/x \n" ); document.write( "The denominators cancel \n" ); document.write( "30=90-2x \n" ); document.write( "-60=-2x \n" ); document.write( "x=30 mph for Pablo; ANSWER \n" ); document.write( "3x=90 mph Manuel \n" ); document.write( "It takes Manuel 1 hour to go 90 miles \n" ); document.write( "It takes Pablo 3 hours to go 90 miles, 2 hours longer. \n" ); document.write( " \n" ); document.write( " |