document.write( "Question 55633: A grain-storage warehouse has a total of 30 bins. Some hold 20 tons of grain each, and the rest hold 15 tons each. How many of each type of bin are there if the capacity of the warehouse is 510 bins? \n" ); document.write( "
Algebra.Com's Answer #37754 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
A grain-storage warehouse has a total of 30 bins. Some hold 20 tons of grain each ( T SAY), and the rest hold 15 tons each( F SAY ). How many of each type of bin are there if the capacity of the warehouse is 510 bins?
\n" ); document.write( "T+F = 30..................1
\n" ); document.write( "CAPACITY OF TWENTY TON BINS = 20T
\n" ); document.write( "CAPACITY OF FIFTEEN TON BINS = 15F
\n" ); document.write( "TOTAL = 20T+15F = 510..OR.....4T+3F=102....................2
\n" ); document.write( "3*EQN1-EQN.2 GIVES
\n" ); document.write( "3T+3F-4T-3F=3*30-102=90-102=-12
\n" ); document.write( "-T=-12
\n" ); document.write( "T=12
\n" ); document.write( "F=30-12=18
\n" ); document.write( "
\n" );