document.write( "Question 929217: during the first part of a trip a canoeist travels 24 miles at a certain speed. The canoeist travels 7 miles on the second part of the trip at a speed 5 miles per hour slower. The total time for the trip is 3 hours . What was the speed for each part of the trip? \n" ); document.write( "
Algebra.Com's Answer #564176 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = speed first part \n" ); document.write( "y = speed second part = x - 5 \n" ); document.write( "--- \n" ); document.write( "s = d/t \n" ); document.write( "t = d/s \n" ); document.write( "--- \n" ); document.write( "first part: \n" ); document.write( "a = 24/x \n" ); document.write( "--- \n" ); document.write( "second part: \n" ); document.write( "t = 7/y \n" ); document.write( "b = 7/(x - 5) \n" ); document.write( "--- \n" ); document.write( "a + b = 3 \n" ); document.write( "24/x + 7/(x - 5) = 3 \n" ); document.write( "24(x - 5)/x(x - 5) + 7x/x(x - 5) = 3 \n" ); document.write( "24(x - 5) + 7x = 3x(x - 5) \n" ); document.write( "24x - 5*24 + 7x = 3xx - 15x \n" ); document.write( "24x - 120 + 7x = 3xx - 15x \n" ); document.write( "3xx - 15x - 24x - 7x + 120 = 0 \n" ); document.write( "3xx - 46x + 120 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=3, b=-46 and c=120 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "3 -46 120 \n" ); document.write( "into this solver: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "the quadratic has two real roots at: \n" ); document.write( "--- \n" ); document.write( "x = 12 \n" ); document.write( "x = 3.33333333 \n" ); document.write( "--- \n" ); document.write( "the root x=3.333 doesn't fit the problem statement, because (y=3.333 - 5) and y becomes negative, so use the root x=12: \n" ); document.write( "--- \n" ); document.write( "x = 12 \n" ); document.write( "y = x - 5 \n" ); document.write( "y = 12 - 5 \n" ); document.write( "y = 7 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = speed first part = 12 mph \n" ); document.write( "y = speed second part = 7 mph \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |