document.write( "Question 40795This question is from textbook Beginning Algebra
\n" );
document.write( ": A semi-truck travels 300 miles through the flatland in the same amount of time that it travels 180 miles through mountains. The rate of the truck is 20 miles per hour slower in the mountains than in the flatland. Find both the flatland rate and the mountain rate. \n" );
document.write( "
Algebra.Com's Answer #26184 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! Let r = the trucks rate in the mountains \n" ); document.write( "r + 20 will be the rate on flat land \n" ); document.write( "The semi-truck travels 300 miles through the flatland in the same amount of time that it travels 180 miles through mountains. \n" ); document.write( "Let t = the time for both trips \n" ); document.write( "t = 180/r \n" ); document.write( "t = 300/(r + 20) \n" ); document.write( "180/r = 300/(r + 20) \n" ); document.write( "multiply both sides by r(r+20) \n" ); document.write( "180(r+20) = 300r \n" ); document.write( "180r + 3600 = 300r \n" ); document.write( "subtract 180r from both sides \n" ); document.write( "3600 = 120r \n" ); document.write( "r = 30 the rate in the mountains \n" ); document.write( "r + 20 = 50 the rate on flat land \n" ); document.write( "check \n" ); document.write( "180/r = 300/(r + 20) \n" ); document.write( "180/30 = 300/50 \n" ); document.write( "6 = 6 \n" ); document.write( "OK \n" ); document.write( " |