document.write( "Question 998304: A goldsmith needs 120 grams of gold alloy, of 75% pure gold. Only two alloys of gold are available, the first being 80% pure gold and the other 60% pure gold. How many grams of 80% pure gold must he use to suit his requirements?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #616107 by addingup(3677)![]() ![]() You can put this solution on YOUR website! mix .80 and .60 to get 120 at .75 \n" ); document.write( "x+y= 120 Subtract y from both sides: \n" ); document.write( "x= 120-y We'll use this value for x in the formula below: \n" ); document.write( "------------------- \n" ); document.write( ".80x+.60y= .75(120) Substitute for x: \n" ); document.write( ".80(120-y)+.60y= .75(120) Let's multiply to get rid of parenthesis: \n" ); document.write( "96-.80y+60y= 90 Subtract 96 on both sides: \n" ); document.write( "-.80y+60y= -6 Add on left: \n" ); document.write( "-.20y= -6 Divide both sides by -.20: \n" ); document.write( "y= -6/-.20 When you divide, remember that - and - = + \n" ); document.write( "y= 30 grams will be at 60% and \n" ); document.write( "120-30= 90 grams will be at 80%\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |