document.write( "Question 1025511: A contractor mixes concrete from bags of pre-mix for small jobs. How many bags with 3% cement should he mix with 10 bags of 18.2% cement to produce a mix containing 11% cement? \n" ); document.write( "
Algebra.Com's Answer #640803 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the number of bags of 3% cement, x. Then the setup looks like this:
\n" ); document.write( ".03x + .182(10) = .11(10+x)
\n" ); document.write( "Now solve for x.
\n" ); document.write( ".03x + 1.82 = 1.1 + .11x
\n" ); document.write( ".72 = .08x
\n" ); document.write( "x = 9 bags of 3% cement
\n" ); document.write( "
\n" );