document.write( "Question 719654: You can ride a bike at 15 mph. Your sister rides 12 mph. You give her a one-hour head start. In how many hours will you catch up if neither of you stops.\r
\n" );
document.write( "\n" );
document.write( "(15 + x) (12 + x)
\n" );
document.write( "15x - 12x\r
\n" );
document.write( "\n" );
document.write( "In 2 hours \n" );
document.write( "
Algebra.Com's Answer #441428 by Alan3354(69443) You can put this solution on YOUR website! You can ride a bike at 15 mph. Your sister rides 12 mph. You give her a one-hour head start. In how many hours will you catch up if neither of you stops.\r \n" ); document.write( "\n" ); document.write( "(15 + x) (12 + x) \n" ); document.write( "15x - 12x\r \n" ); document.write( "\n" ); document.write( "In 2 hours \n" ); document.write( "--------------- \n" ); document.write( "In 1 hour, she's 12 miles away (12*1) \n" ); document.write( "You \"gain on her\" at 3 mi/hr (15-12) \n" ); document.write( "--- \n" ); document.write( "t = d/r = 12/3 = 4 hours \n" ); document.write( " |