document.write( "Question 146545: Jennifer traveled at a constant speed on an old road for 160 miles. She then traveled 5 miles per hour faster on a newer road for 90 miles. If she drove for 6 hours, find the car's speed for the part of the trip that was traveled on the new road.\r
\n" );
document.write( "\n" );
document.write( "While you might find the speed on the old road in your calculations, do not include that in your answer. Do not include units in your answer. \n" );
document.write( "
Algebra.Com's Answer #107164 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let old road speed be s, new road speed be s+5; d=160+90, t=6 \n" ); document.write( "d=ts \n" ); document.write( "d/s=t \n" ); document.write( "160/s + 90/(s+5)=6 \n" ); document.write( "160(s+5)+90s=6s(s+5) Multiply each side by the LCM to eliminate fractions. \n" ); document.write( "160s+800+90s=6s^2+30s \n" ); document.write( "6s^2+30s-160s-90s-800=0 Subtract the left side from the right. \n" ); document.write( "6s^2-220s-800=0 \n" ); document.write( "2(3s^2-110s-400)=0 \n" ); document.write( "(s-40)(3s+10)=0 Factor (or use the quadratic formula) \n" ); document.write( "s=40 \n" ); document.write( "s+5=45 mph answer \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |