document.write( "Question 838449: A race has two parts, an 18km run and a 30km canoe race. The canoeists travelled 8km/h faster than the runner. The winning time was exactly 3h. How fast did the runner travel?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #505382 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A race has two parts, an 18km run and a 30km canoe race. \n" ); document.write( " The canoeists travelled 8km/h faster than the runner. \n" ); document.write( " The winning time was exactly 3h. \n" ); document.write( " How fast did the runner travel? \n" ); document.write( ": \n" ); document.write( "let r = runner's speed \n" ); document.write( "then \n" ); document.write( "(r+8) = canoe speed \n" ); document.write( ": \n" ); document.write( "Write a time equation; time = dist/speed \n" ); document.write( "run time + canoe time = 3 hrs \n" ); document.write( " \n" ); document.write( "mult by r(r+8), cancel the denominators, you have: \n" ); document.write( "18(r+8) + 30r = 3r(r+8) \n" ); document.write( "18r + 144 + 30r = 3r^2 + 24r \n" ); document.write( "48r + 144 = 3r^2 + 24r \n" ); document.write( "Combine as a quadratic equation on the right \n" ); document.write( "0 = 3r^2 + 24r - 48r - 144 \n" ); document.write( "0 = 3r^2 - 24r - 144 \n" ); document.write( "simplify divide by 3 \n" ); document.write( "r^2 - 8r - 48 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(r+4)(r-12) = 0 \n" ); document.write( "The positive solution \n" ); document.write( "r = 12 km/h is the runners speed \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this \n" ); document.write( " \n" ); document.write( "1.5 + 1.5 = 3 \n" ); document.write( " \n" ); document.write( " |