document.write( "Question 28812: The chemistry department at a local college decides to stock at least 800 small test tubes and 50 large test tubes. It wants to buy at least 1500 test tubes to take advantage of a specal price. the department will order at least twice as many small tubes as large.
\n" );
document.write( " What would the equations be for this from? I am confused about the equations. \n" );
document.write( "
Algebra.Com's Answer #15732 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let number of large be x>=50 \n" ); document.write( "Then number of small is 2x>=800 \n" ); document.write( "INEQUALITY: \n" ); document.write( " number of small + number of large >=1500 \n" ); document.write( "2x+x>=1500 \n" ); document.write( " 3x>=1500 \n" ); document.write( " x>=500 (number of large test tubes)) \n" ); document.write( " 2x>=1000 (number of small test tubes) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |