document.write( "Question 62467: A cement manufacturer buys limestone for $3 per pound and a special shale mix for $5 per pound. The two ingredients are mixed into a 100-pound compound that cost $4.25 per pound. How much limestone and how much of the shale mix should be added into the compound? \n" ); document.write( "
Algebra.Com's Answer #43220 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
4.25*100=3.00*X+5.00(100-X)
\n" ); document.write( "425=3X+500-5X
\n" ); document.write( "2X=500-425
\n" ); document.write( "2X=75
\n" ); document.write( "X=75/2
\n" ); document.write( "X=37.5 POUNDS OF LIMESTONE
\n" ); document.write( "100-37.5=62.5 POUNDS OF SHALE
\n" ); document.write( "PROOF
\n" ); document.write( "425=3*37.5+5*62.5
\n" ); document.write( "425=112.5+312.5
\n" ); document.write( "425=425
\n" ); document.write( "
\n" );