document.write( "Question 438983: how many mg of a metal containing 45% nickel must be combined with 6 mg of pure nickel to form an alloy containing 78% nickel? \n" ); document.write( "
Algebra.Com's Answer #303455 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let x = the number of mg of 45% nickel alloy \n" ); document.write( "After mixing with 6 mg of pure nickel, total amount of alloy is x + 6 \n" ); document.write( "Therefore the mixture contains this amount of nickel: \n" ); document.write( "0.45x + 6 = 0.78(x + 6) \n" ); document.write( "Solve for x: \n" ); document.write( "0.45x + 6 = 0.78x + 4.68 \n" ); document.write( "x = 1.32/0.33 -> x = 4 \n" ); document.write( "Ans: 4 mg \n" ); document.write( "Check: \n" ); document.write( "(0.45(4) + 6)/(4 + 6) = 7.8/10 = 0.78 \n" ); document.write( " |