document.write( "Question 1007013: A metal worker has a metal alloy that is 30% copper and another alloy that is 70% copper how many kilograms of each Alloway should the metalwork are combined to create 90 KG of a 62% copper alloy \n" ); document.write( "
Algebra.Com's Answer #623045 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let x be the amount of 30% alloy. \n" ); document.write( "Then 90-x will be the amount of 70% alloy. \n" ); document.write( "The set up looks like this then... \n" ); document.write( ".30x + .70(90-x) = .62(90) \n" ); document.write( ".30x + 63 - .70x = 55.8 \n" ); document.write( "-.40x = -7.2 \n" ); document.write( "x = 18 kg at 30% and so \n" ); document.write( "90-x = 72 kg at 70% \n" ); document.write( " |