document.write( "Question 1045491: A car travelled the first 240km at a certain speed and then the next 192km 8kph faster than its initial speed. What is its initial speed if the entire trip took 10 hours? \n" ); document.write( "
Algebra.Com's Answer #660971 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be the initial speed. Then: \n" ); document.write( "240/n+192/(n+8)=10 \n" ); document.write( "240(n+8)+192n=10(nē+8n) \n" ); document.write( "432n+1920=10nē+80n \n" ); document.write( "10nē-352n-1920=0 \n" ); document.write( "5nē-176n-960=0 \n" ); document.write( "(5n+24)(n-40)=0 \n" ); document.write( "n=40,-24/5 \n" ); document.write( "Throwing out the negative result, we get 40 kph as the original speed. ☺☺☺☺ \n" ); document.write( " |