document.write( "Question 1019063: John is packing books into boxes. Each box can hold either 15 small books or 8 large books. He needs to pack at least 35 boxes and at least 350 books. Write a system of linear inequalities to represent the situation. \n" ); document.write( "
Algebra.Com's Answer #635083 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+a+\" = number of small books packed
\n" ); document.write( "Let \"+b+\" = number of large books packed
\n" ); document.write( "Let \"+c+\" = number of boxes used
\n" ); document.write( "----------------------------------
\n" ); document.write( "(1) \"+a+%2B+b++%3C=+350+\"
\n" ); document.write( "(2) \"+c+%3C=+35+\"
\n" ); document.write( "(3) \"+a%2F15+%2B+b%2F8+%3C=+c+\"
\n" ); document.write( "---------------------
\n" ); document.write( "This is my best guess
\n" ); document.write( "
\n" );