document.write( "Question 934632: On a recent trip, Sarah's car traveled 20 mph faster on the first 160 miles than it did on the remaining 80 miles. The total time for the trip was 4 hr. Find the speed of Sarah's car on the
\n" );
document.write( "first part of the trip \n" );
document.write( "
Algebra.Com's Answer #567663 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! On a recent trip, Sarah's car traveled 20 mph faster on the first 160 miles than it did on the remaining 80 miles. The total time for the trip was 4 hr. Find the speed of Sarah's car on the first part of the trip \n" ); document.write( "*** \n" ); document.write( "let x=speed of sarah's car for first 160 miles \n" ); document.write( "(x-20)=speed of sarah's car for remaining 80 miles \n" ); document.write( "travel time=distance/speed \n" ); document.write( " \n" ); document.write( "lcd:x(x-20) \n" ); document.write( "160x-3200+80x=4x(x-20) \n" ); document.write( "160x-3200+80x=4x^2-80x \n" ); document.write( "4x^2-320x+3200=0 \n" ); document.write( "x^2-80x+800=0 \n" ); document.write( "solve for x by quadratic formula: \n" ); document.write( " \n" ); document.write( "a=1, b=-80, c=800 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x=11.72 (reject) \n" ); document.write( "or \n" ); document.write( "x=68.28 \n" ); document.write( "speed of sarah's car for first 160 miles=68.28 mph \n" ); document.write( " |