document.write( "Question 71435: Solve the following word problem. Be sure to show the equation you use for the solution.
\n" );
document.write( "Science and medicine. A bicyclist rode into the country for 5 h. In returning, her speed was 5 mi/h faster and the trip took 4 h. What was her speed each way?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #51104 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Using the formula: d = rt where: d = distance, r = rate (speed) and t = time taken for the trip: \n" ); document.write( "For the outbound trip: \n" ); document.write( "d = r(5hrs) \n" ); document.write( "For the return trip: \n" ); document.write( "d = (r+5)(4hrs) The return rate was 5 mph faster than the outbound trip. \n" ); document.write( "Now since the distane d is the same in both cases, you can set the first equation equal to the second equation and solve for the rate (speed) r. \n" ); document.write( "5r = 4(r+5) Simplify. \n" ); document.write( "5r = 4r+20 Subtract 4r from both sides. \n" ); document.write( "r = 20 mph for the outbound trip. \n" ); document.write( "r = 20+5 = 25 mph for the return trip. \n" ); document.write( " |