document.write( "Question 1076102: A goldsmith has two gold alloys. The first alloy is 30% gold; the second alloy is 80% gold. How many grams of each should be mixed to produce 50 grams of an alloy that is 68% gold?
\n" );
document.write( "amount of 30% gold _______grams
\n" );
document.write( "amount of 80% gold _______grams \n" );
document.write( "
Algebra.Com's Answer #690786 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let n be the amount of 80% alloy. Then the 30% alloy is 50-n. So: \n" ); document.write( ".8n+.3(50-n)=.68(50) \n" ); document.write( ".5n+15=34 \n" ); document.write( ".5n=19 \n" ); document.write( "n=38 \n" ); document.write( "He needs 38 gms of 80% alloy, and 12 gms 30% alloy. ☺☺☺☺ \n" ); document.write( " |