document.write( "Question 736876: John drives along a straight motorway at a constant speed for 120km. Next day he completes the same journey travelling 10km/h faster. He completes this journey in 10 mins less than the first journey. find the 2 speeds at which he travelled.\r
\n" );
document.write( "\n" );
document.write( "Please help!I know d=s x t.
\n" );
document.write( "120=t x s
\n" );
document.write( "120= t-10 x s + 10.\r
\n" );
document.write( "\n" );
document.write( "Have come up with various answers- none of them right! \n" );
document.write( "
Algebra.Com's Answer #450055 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! John drives along a straight motorway at a constant speed for 120km. \n" ); document.write( " Next day he completes the same journey travelling 10km/h faster. \n" ); document.write( " He completes this journey in 10 mins less than the first journey. \n" ); document.write( " find the 2 speeds at which he travelled. \n" ); document.write( ": \n" ); document.write( "let s = his first speed \n" ); document.write( "then \n" ); document.write( "(s+10) = his faster speed \n" ); document.write( ": \n" ); document.write( "change 10 min to 1/6 hr \n" ); document.write( ": \n" ); document.write( "Write a time equation, time = dist/speed: \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "multiply by 6s(s+10) to clear the denominators, resulting in: \n" ); document.write( "6(s+10)*120 - 6s(120) = s(s+10) \n" ); document.write( "120(6s+60) - 720s = s^2 + 10s \n" ); document.write( "720s + 7200 - 720s = s^2 + 10s \n" ); document.write( "a quadratic equation \n" ); document.write( "0 = s^2 + 10s - 7200 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(s+90)(s-80) = 0 \n" ); document.write( "the positive solution all we want here \n" ); document.write( "s = 80 km/hr and 90 km/hr are the two speeds \n" ); document.write( " \n" ); document.write( " |