document.write( "Question 481446: A car traveled 510 miles in 8 hours. The car traveled the first 300 miles at a constant rate before increasing its speed by 10 mph. Then it traveled another 210 miles at the increased speed. Find the rate of the car for the first 300 miles \n" ); document.write( "
Algebra.Com's Answer #329718 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A car traveled 510 miles in 8 hours. \n" ); document.write( "The car traveled the first 300 miles at a constant rate before increasing its speed by 10 mph. \n" ); document.write( " Then it traveled another 210 miles at the increased speed. \n" ); document.write( " Find the rate of the car for the first 300 miles. \n" ); document.write( ": \n" ); document.write( "let s = the speed for the 1st 300 mi \n" ); document.write( "then \n" ); document.write( "(s+10) = speed for the remaining 210 mi \n" ); document.write( ": \n" ); document.write( "Write a time equation: time = dist/speed \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "multiply by s(s+10) and cancel the denominators, resulting in: \n" ); document.write( "300(s+10) + 210s = 8s(s+10) \n" ); document.write( ": \n" ); document.write( "300s + 3000 + 210s = 8s^2 + 80s \n" ); document.write( "510s + 3000 = 8s^2 + 80s \n" ); document.write( "Combine like terms on the right \n" ); document.write( "0 = 8s^2 + 80s - 510s - 3000 \n" ); document.write( "A quadratic equation \n" ); document.write( "8s^2 - 430s - 3000 = 0 \n" ); document.write( "Find s using the quadratic formula; a=8, b=-430, c=-3000 \n" ); document.write( "the positive solution: 60 mph \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check by finding the total of the times \n" ); document.write( "300/60 = 5 hrs \n" ); document.write( "210/70 = 3 hrs \n" ); document.write( "-------------- \n" ); document.write( "total: 8 hrs \n" ); document.write( " |