document.write( "Question 1133730: harry drives his car for 15 miles at a certain speed. he then increases his speed by 10 miles per hour and drives for another 20 miles. if the total trip time takes one hour, find his original speed. \n" ); document.write( "
Algebra.Com's Answer #750974 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "           SPEED       TIME        DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "part1          r         15/r          15\r\n" );
document.write( "\r\n" );
document.write( "part2         r+10       20/(r+10)     20\r\n" );
document.write( "\r\n" );
document.write( "TOTAL                    1\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"15%2Fr%2B20%2F%28r%2B10%29=1\"-----------solve this for r.
\n" ); document.write( "
\n" );