document.write( "Question 907529: A contractor mixes concrete from bags of pre-mix for small jobs. How many bags with 4% cement should he mix with 4 bags of 24% cement to produce a mix containing 9% cement? \n" ); document.write( "
Algebra.Com's Answer #550427 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! We have 4 bags of 24% cement \n" ); document.write( "We want to add some 4% cement to make 9% cement \n" ); document.write( "0.04*x+0.24*4=0.09(4+x) \n" ); document.write( "0.04*x+0.96=0.36+0.09x \n" ); document.write( "0.04x-0.09x=0.36-0.96 \n" ); document.write( "-0.05x=-0.6 \n" ); document.write( "x=12 bags at 4% (0.48) is added to 4 bags at 24%(0.96) to make 9% of 16 bags(1.44) \n" ); document.write( "check \n" ); document.write( "0.04*12+0.24*4=0.09(4+12) \n" ); document.write( "0.48+0.96=0.09(16) \n" ); document.write( "1.44=1.44 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |