document.write( "Question 608561: Hi,\r
\n" );
document.write( "\n" );
document.write( "I'm not even sure how to start to set this problem up. :/ Thanks for your help!!\r
\n" );
document.write( "\n" );
document.write( "Dirk and Garret decide to have a 40-mile bike race. During the race, Dirk averages 2 miles per hour faster than Garret and beats Garret by 2/3 of an hour. What was each man's speed? \n" );
document.write( "
Algebra.Com's Answer #383296 by stanbon(75887) ![]() You can put this solution on YOUR website! Dirk and Garret decide to have a 40-mile bike race. During the race, Dirk averages 2 miles per hour faster than Garret and beats Garret by 2/3 of an hour. What was each man's speed? \n" ); document.write( "---------------------- \n" ); document.write( "Dirk DATA: \n" ); document.write( "distance = 40 miles ; rate = x+2 mph ; time = 40/(x+2) hrs \n" ); document.write( "---- \n" ); document.write( "Garret DATA: \n" ); document.write( "distance = 40 miles; rate = x mph ; time = 40/x hrs \n" ); document.write( "------------------- \n" ); document.write( "Equation: \n" ); document.write( "Garret time - Dirk time = (2/3)hr. \n" ); document.write( "--- \n" ); document.write( "40/x - 40/(x+2) = 2/3 \n" ); document.write( "--- \n" ); document.write( "Multiply thru by 3x(x+2) to get: \n" ); document.write( "40*3*(x+2) - 40*3*x = x(x+2) \n" ); document.write( "120x + 240 - 120x = x^2 + 2x \n" ); document.write( "--- \n" ); document.write( "x^2 +2x - 240 = 0 \n" ); document.write( "Use the Quadratic Formula to find x = 14.52 mph (Garret's rate) \n" ); document.write( "and x + 2 = 16.52 mph (Dirk's rate) \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |