document.write( "Question 875145: For the first 4 km of a 10km journey, Jerry and Jerome travelled together at an average speed of x km/h. For the next 6 km, Jerry increased his average speed by 2 km/h while Jerome decreased his average speed by 1 km/h.
\n" );
document.write( "If the difference in the total time taken to complete the entire journey by Jerry and Jerome is 1.5 hours, find the value of x. \n" );
document.write( "
Algebra.Com's Answer #527991 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! For the first 4 km of a 10km journey, Jerry and Jerome travelled together at an average speed of x km/h. For the next 6 km, Jerry increased his average speed by 2 km/h while Jerome decreased his average speed by 1 km/h. \n" ); document.write( "If the difference in the total time taken to complete the entire journey by Jerry and Jerome is 1.5 hours, find the value of x. \n" ); document.write( "*** \n" ); document.write( "travel time=distance/speed \n" ); document.write( " \n" ); document.write( "-6x+6+6x+12=1.5(x-1)(x+2)=1.5(x^2+x-2) \n" ); document.write( "1.5(x^2+x-2)=18 \n" ); document.write( "1.5x^2+1.5x-3=18 \n" ); document.write( "1.5x^2+1.5x-21=0 \n" ); document.write( "x^2+x-14=0 \n" ); document.write( "solve for x by quadratic formula: \n" ); document.write( " \n" ); document.write( "a=1, b=1, c=-14 \n" ); document.write( "ans: \n" ); document.write( "x≈-4.27(reject) \n" ); document.write( "or \n" ); document.write( "x≈3.27 \n" ); document.write( " |