document.write( "Question 231976: Bob drives 200 miles to attend a football game. His speed on the return trip was an average of 10mph less than his speed to the game. If the return trip took 1 hour longer, how fast did he drive in both directions?\r
\n" );
document.write( "\n" );
document.write( "I come up with 200/(x-10) - 200/x = 1... I don't even know if this is right with the D=RT formula ??? \n" );
document.write( "
Algebra.Com's Answer #171563 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Bob drives 200 miles to attend a football game. \n" ); document.write( " His speed on the return trip was an average of 10mph less than his speed to the game. \n" ); document.write( "If the return trip took 1 hour longer, how fast did he drive in both directions? \n" ); document.write( ": \n" ); document.write( "But that is right! Just continue: Time = dist/speed: \n" ); document.write( ": \n" ); document.write( "slow time - fast time = 1 hr \n" ); document.write( " \n" ); document.write( "Multiply by x{x-10)and you have \n" ); document.write( "200x - 200(x-10) = x(x-10) \n" ); document.write( ": \n" ); document.write( "I made a big mistake here, (-200 * -10 = +2000) \n" ); document.write( "200x - 200x + 2000 = x^2 - 10x \n" ); document.write( "Then \n" ); document.write( "A quadratic equation \n" ); document.write( "x^2 - 10x - 2000 = 0 \n" ); document.write( ":\r \n" ); document.write( "\n" ); document.write( "Factors to: \n" ); document.write( "(x-50)(x+40) = 0 \n" ); document.write( ": \n" ); document.write( "Positive solution \n" ); document.write( "x = 50 mph is the fast car speed \n" ); document.write( "and obviously \n" ); document.write( "40 mph is the slow car speed \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check this by finding the times \n" ); document.write( "200/40 = 5 hr \n" ); document.write( "200/50 = 4 hr \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "I did this on paper then typed it out wrong, forgive me, I hope I didn't mess you up too much. Carl \n" ); document.write( " \n" ); document.write( " |