document.write( "Question 890448: During a charity ride, Seal and Keith each cycle 120km. Keith's average speed is 2km faster than Seal's average speed. If Keith takes 40 minutes less time to complete the journey, write an equation and solve to find Seal's average speed during the charity ride. \n" ); document.write( "
Algebra.Com's Answer #539156 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! During a charity ride, Seal and Keith each cycle 120km. Keith's average speed is 2km faster than Seal's average speed. If Keith takes 40 minutes less time to complete the journey, write an equation and solve to find Seal's average speed during the charity ride. \n" ); document.write( "*** \n" ); document.write( "let x=Seal's average speed \n" ); document.write( "x+2=Keith's average speed \n" ); document.write( "travel time=distance/speed \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "lcd:x(x+2) \n" ); document.write( "120(x+2)-120x=2(x^2+2x)/3 \n" ); document.write( "120x+240-120x=(2x^2+4x)/3 \n" ); document.write( "240=(2x^2+4x)/3 \n" ); document.write( "2x^2+4x-720=0 \n" ); document.write( "x^2+2x-360=0 \n" ); document.write( "(x-18)(x+20)=0 \n" ); document.write( "x=-20(reject) \n" ); document.write( "or \n" ); document.write( "x=18 \n" ); document.write( "Seal's average speed=18 km/hr \n" ); document.write( " |