document.write( "Question 159103: a contractor mixes concrete from bags of pre-mix for small jobs. How many bags with 11% cement should he mix with 10 bags of 12.5% cement to produce a mix containing 12% cement?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #117223 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! a contractor mixes concrete from bags of pre-mix for small jobs. How many bags with 11% cement should he mix with 10 bags of 12.5% cement to produce a mix containing 12% cement? \n" ); document.write( ". \n" ); document.write( "Let x = bags of 11% cement to be added \n" ); document.write( ". \n" ); document.write( "\"cement from 11%\" + \"cement from 12.5%\" = \"total cement in mix\" \n" ); document.write( ".11x + .125(10) = .12(10+x) \n" ); document.write( ".11x + 1.25 = 1.2 + .12x \n" ); document.write( "1.25 = 1.2 + .01x \n" ); document.write( ".05 = .01x \n" ); document.write( "5 bags = x \n" ); document.write( " |