document.write( "Question 988144: A bus traveled on a level road for 3 hours at an average speed 20 miles per hour faster than it traveled on a winding road. The time spent on the winding road was 4 hours. Find the average speed on the level road if the entire trip was 188 miles. \n" ); document.write( "
Algebra.Com's Answer #608738 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                rate      time    distance\r\n" );
document.write( "LEVEL           r+20      3       \"%28r%2B20%29%2A3\"\r\n" );
document.write( "WINDING          r        4       \"%28r%29%284%29\"\r\n" );
document.write( "total                             188\r\n" );
document.write( "
\n" ); document.write( "
\n" );