document.write( "Question 706345: How do i Complete the double inequality that describes the mileage range of the truck for the following information:
\n" ); document.write( "The distance that a truck can travel in 8 hours, at a constant rate of r mph, is given by 8r. A trucker wants to travel at least 375 miles, and company regulations don't allow him to exceed 450 miles in one 8-hour shift.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #435103 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
d = rt\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "d = r*8\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "d = 8r\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So he travels 8r miles\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The trucker must travel at least 375 miles, so this means \"8r+%3E=+375\". Flip things to get \"375+%3C=+8r\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"and company regulations don't allow him to exceed 450 in one 8-hour shift.\", so \"8r+%3C=+450\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Combine \"375+%3C=+8r\" and \"8r+%3C=+450\" to get the final answer: \"375+%3C=+8r+%3C=+450\"
\n" ); document.write( "
\n" );