document.write( "Question 819277: Need help setting up the equation \r
\n" );
document.write( "\n" );
document.write( "Tina is training for a biathlon. To train for the running portion of the race, she runs 10 miles each day, over the same course. The first 4 miles of the course is on level ground, while the last 6 miles is downhill. She runs 4 miles per hour slower on level ground than she runs downhill. If the complete course takes 1 hour, how fast does she run on the downhill part of the course? \n" );
document.write( "
Algebra.Com's Answer #493002 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! s = d / t \n" ); document.write( "t = d / s \n" ); document.write( "--- \n" ); document.write( "level time: \n" ); document.write( "t = 4/s \n" ); document.write( "--- \n" ); document.write( "downhill time: \n" ); document.write( "t = 6/(s + 4) \n" ); document.write( "--- \n" ); document.write( "total time: \n" ); document.write( "4/s + 6/(s + 4) = 1 \n" ); document.write( "4(s + 4)/s(s + 4) + 6s/s(s + 4) = 1 \n" ); document.write( "4(s + 4) + 6s = s(s + 4) \n" ); document.write( "4s + 16 + 6s = ss + 4s \n" ); document.write( "ss - 6s - 16 = 0 \n" ); document.write( "s^2 - 6s - 16 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=1, b=-6, and c=-16 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, plug this: \n" ); document.write( "1 -6 -16 \n" ); document.write( "into this: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "the quadratic roots are: \n" ); document.write( "--- \n" ); document.write( "s = 8 \n" ); document.write( "s = -2 \n" ); document.write( "--- \n" ); document.write( "the negative root doesn't make sense for speed in this problem, so use the positive root \n" ); document.write( "--- \n" ); document.write( "speed on flat ground = 8 mph \n" ); document.write( "speed downhill = 12 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( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |