document.write( "Question 1002420: Michael drove his car to the foothills @ 70mph. Once he arrived @the foothills he biked 30mph. His total trip took 4 hours, and his total distance was 140 miles. How long did he drive his car? \n" ); document.write( "
Algebra.Com's Answer #619351 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the time he drove his car, t. \n" ); document.write( "Then the time he rode the bike would be 4-t. \n" ); document.write( "Thus we can write \n" ); document.write( "70t + 30(4-t) = 140 \n" ); document.write( "70t + 120 - 30t = 140 \n" ); document.write( "40t = 20 \n" ); document.write( "t = .5 hours \n" ); document.write( " |