document.write( "Question 675590: Anne and Nancy use a metal alloy that is 17.3% copper to make jewelry. How many ounces of a 17% alloy must be mixed with a 18% alloy to form 80 ounces of the desired alloy? \n" ); document.write( "
Algebra.Com's Answer #419937 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Anne and Nancy use a metal alloy that is 17.3% copper to make jewelry. How many ounces of a 17% alloy must be mixed with a 18% alloy to form 80 ounces of the desired alloy? \n" ); document.write( "** \n" ); document.write( "let x=amt of 17% alloy to be mixed \n" ); document.write( "80-x=amt of 18% alloy to be mixed \n" ); document.write( ".. \n" ); document.write( "17%x+18%(80-x)=17.3%*80 \n" ); document.write( ".17x+14.4-.18x=13.84 \n" ); document.write( ".01x=.56 \n" ); document.write( "x=56 \n" ); document.write( "80-x=24 \n" ); document.write( "amt of 17% alloy to be mixed=56 oz \n" ); document.write( "amt of 18% alloy to be mixed=24 oz \n" ); document.write( " |