document.write( "Question 805520: A person can drive from town A to town B at a certain rate of speed in 6 hours. If he increases his speed by 10 kph, he can make the trip in 5 hours. How far is it from town A to town B?
\n" );
document.write( "Select the correct answer.
\n" );
document.write( " a. 300 km
\n" );
document.write( " b. 330 km
\n" );
document.write( " c. 320 km
\n" );
document.write( " d. 310 km
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #485279 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let speed be x kph \n" ); document.write( "so distance = 6x\r \n" ); document.write( "\n" ); document.write( "increased speed = (x+10) kph \n" ); document.write( "time = 5 hours \n" ); document.write( "distance = 5(x+10)\r \n" ); document.write( "\n" ); document.write( "6x=5(x+10) \n" ); document.write( "6x=50+5x \n" ); document.write( "x=50\r \n" ); document.write( "\n" ); document.write( "distance = 50*6 \n" ); document.write( "=300 km \n" ); document.write( " \n" ); document.write( " |