document.write( "Question 407325: Ben and Jerry start from the same point and
\n" );
document.write( "ride their bicycles in opposite directions. If Ben rides twice
\n" );
document.write( "as fast as Jerry and they are 90 miles apart after four hours,
\n" );
document.write( "then what is the speed of each rider? \n" );
document.write( "
Algebra.Com's Answer #287230 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Ben and Jerry start from the same point and \n" ); document.write( "ride their bicycles in opposite directions. If Ben rides twice \n" ); document.write( "as fast as Jerry and they are 90 miles apart after four hours, \n" ); document.write( "then what is the speed of each rider? \n" ); document.write( ". \n" ); document.write( "Let x = speed (mph) of Jerry \n" ); document.write( "then \n" ); document.write( "2x = speed of Ben \n" ); document.write( ". \n" ); document.write( "4x + 4(2x) = 90 \n" ); document.write( "4x + 8x = 90 \n" ); document.write( "12x = 90 \n" ); document.write( "x = 90/12 \n" ); document.write( "x = 7.5 mph (Jerry's speed) \n" ); document.write( ". \n" ); document.write( "Ben's speed: \n" ); document.write( "2x = 2(7.5) = 15 mph \n" ); document.write( " |