document.write( "Question 423740: 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 #295650 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! runs 10 miles each day, over the same course. \n" ); document.write( " The first 4 miles of the course is on level ground, while the last 6 miles is downhill. \n" ); document.write( " She runs 4 miles per hour slower on level ground than she runs downhill. \n" ); document.write( " If the complete course takes 1 hour, how fast does she run on the downhill part of the course? \n" ); document.write( ": \n" ); document.write( "Let s = the speed downhill \n" ); document.write( "then \n" ); document.write( "(s-4) = the speed on level ground \n" ); document.write( ": \n" ); document.write( "Write a time equation: Time = dist/speed \n" ); document.write( ": \n" ); document.write( "Downhill time + level time = 1 hr \n" ); document.write( " \n" ); document.write( "Multiply by s(s-4)* \n" ); document.write( "s(s-4)* \n" ); document.write( "Cancel the denominators \n" ); document.write( "6(s-4) + 4s = s^2 - 4s \n" ); document.write( "6s - 24 + 4s = s^2 - 4s \n" ); document.write( "10s - 24 = s^2 - 4s \n" ); document.write( "Combine like terms on the right \n" ); document.write( "0 = s^2 - 4s - 10s + 24 \n" ); document.write( "A quadratic equation \n" ); document.write( "s^2 - 14s + 24 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(s-2)(s-12) = 0 \n" ); document.write( "the reasonable solution \n" ); document.write( "s = 12 mph down hill \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this (Level speed = 8) \n" ); document.write( "4/8 + 6/12 = 1 \n" ); document.write( " \n" ); document.write( " |