document.write( "Question 592150: Lisa drove 100 miles, then increased her speed by 25 miles per hour for 225 miles. If the second part of the drive took 1 hour longer than the first part, find her average speed. \n" ); document.write( "
Algebra.Com's Answer #375909 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! drove 100 miles, then increased her speed by 25 miles per hour for 225 miles. \n" ); document.write( " If the second part of the drive took 1 hour longer than the first part, find her average speed. \n" ); document.write( ": \n" ); document.write( "Let s = speed the 1s 100 miles \n" ); document.write( "then \n" ); document.write( "(s+25) = speed on the last 225 miles \n" ); document.write( ": \n" ); document.write( "Write a time equation; time = dist/speed \n" ); document.write( " \n" ); document.write( "multiply by s(s+25) \n" ); document.write( "s(s+25)* \n" ); document.write( "225s - 100(s+25) = s^2 + 25s \n" ); document.write( "225s - 100s - 2500 = s^2 + 25s \n" ); document.write( "125s - 2500 = s^2 + 25s \n" ); document.write( "0 = s^2 + 25s - 125s + 2500 \n" ); document.write( "A quadratic equation \n" ); document.write( "s^2 - 100s + 2500 = 0 \n" ); document.write( "Factors to: \n" ); document.write( "(s-50)(s-50) = 0 \n" ); document.write( "s = 50 mph on the 1st 100 mi \n" ); document.write( "then \n" ); document.write( "75 mph on last 225 mi \n" ); document.write( ": \n" ); document.write( "Let a = average speed for the whole trip which was 325 mi \n" ); document.write( " \n" ); document.write( "multiply by 150a to clear the denominators; results \n" ); document.write( "3a(100) + 2a(225) = 150(325) \n" ); document.write( "300a + 450a = 48750 \n" ); document.write( "750a = 48750 \n" ); document.write( "a = 65 mph is the average speed for the trip \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this out with a time equation \n" ); document.write( "100/50 + 225/75 = 325/65 \n" ); document.write( "2 + 3 = 5 \n" ); document.write( " |