document.write( "Question 539817: 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 #353567 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+y=24 \n" ); document.write( "30x+25y=640 \n" ); document.write( " |