document.write( "Question 998631: Carmen recently rode her bicycle to visit her friend who lives 12 miles away. On her way there, her average speed was 5 miles per hour faster than on her way home. If Carmen spent a total of 2 hours bicycling, find the two rates. \n" ); document.write( "
Algebra.Com's Answer #616400 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Carmen recently rode her bicycle to visit her friend who lives 12 miles away. \n" ); document.write( " On her way there, her average speed was 5 miles per hour faster than on her way home. \n" ); document.write( " If Carmen spent a total of 2 hours bicycling, find the two rates. \n" ); document.write( ": \n" ); document.write( "let s = speed on the way home \n" ); document.write( "then \n" ); document.write( "(s+5) = speed on the way there \n" ); document.write( ": \n" ); document.write( "Write a time equation; time = dist/speed \n" ); document.write( "time there + return time = 2 hrs \n" ); document.write( " \n" ); document.write( "multiply equation by s(s+5), cancel the denominators and you have \n" ); document.write( "12s + 12(s+5) = 2s(s+5) \n" ); document.write( "12s + 12s + 60 = 2x^2 + 10s \n" ); document.write( "24s + 60 = 2s^2 + 10s \n" ); document.write( "arrange as a quadratic equation on the right \n" ); document.write( "0 = 2s^2 + 10s - 24s - 60 \n" ); document.write( "2s^2 - 14s -60 = 0 \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "s^2 - 7s - 30 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(s-10)(s+3) = 0 \n" ); document.write( "the positive solution is all we want here \n" ); document.write( "s = 10 mph her return speed \n" ); document.write( "then obviously, \n" ); document.write( "15 mph is the to speed \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that checks out, find the actual time each way \n" ); document.write( "12/15 = .8 hrs \n" ); document.write( "12/10 = 1.2 hrs \n" ); document.write( "------------------ \n" ); document.write( "total time: 2 hrs \n" ); document.write( " |