document.write( "Question 1095688: A car at a certain speed travels 120 kilometers during the first part. On the second part, it reduces its speed by 10 kph when it travels 100 kilometers. Find the speed on each part of the trip if the whole trip lasted for 4 hours. \n" ); document.write( "
Algebra.Com's Answer #710221 by josgarithmetic(39616)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "               SPEED         TIME           DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "firstpart      r+10         \"120%2F%28r%2B10%29\"     120\r\n" );
document.write( "\r\n" );
document.write( "secondpart     r            \"100%2Fr\"       100\r\n" );
document.write( "\r\n" );
document.write( "Total                        4\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solve the equation \"120%2F%28r%2B10%29%2B100%2Fr=4\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-\r
\n" ); document.write( "\n" ); document.write( "\"30%2F%28r%2B10%29%2B25%2Fr=4\"\r
\n" ); document.write( "\n" ); document.write( ".\r
\n" ); document.write( "\n" ); document.write( ".
\n" ); document.write( "
\n" );