document.write( "Question 588017: A grain-storage warehouse has a total of 24 bins. Some hold 30 tons of grain each, and the rest hold 25 tons each. How many of each type of bin are there if the capacity of the warehouse is 640 tons? \n" ); document.write( "
Algebra.Com's Answer #374358 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
x+y=24
\n" ); document.write( "30x+25y=640
\n" ); document.write( "x=8
\n" ); document.write( "y=16
\n" ); document.write( "
\n" );