document.write( "Question 1129355: how many pounds of a 16% aluminum alloy must be mixed with 300lb of a 37% aluminum alloy to make a 22% aluminum alloy? \n" ); document.write( "
Algebra.Com's Answer #745922 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 16% = x \n" ); document.write( "37% = 300 - x \n" ); document.write( "0.16x + 0.37(300-x) = 0.22(300) \n" ); document.write( "0.16x + 111 - 0.37x = 66 \n" ); document.write( "-0.21x = -45 \n" ); document.write( "x = 214.3 pounds of 16% have to be mixed with 300-214.3 = 85.7 pounds of 37% to make 300 pounds of 22% aluminum \n" ); document.write( " |