document.write( "Question 902157: an alloy of gold and copper weighing 100 gm contains 97 gm of gold. how much gold should be added to the alloy to increase the percentage og gold to 98? \n" ); document.write( "
Algebra.Com's Answer #547325 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! (97+x)/(100+x)=.98 \n" ); document.write( "97+x=.98*(100+x) \n" ); document.write( "97+x=98+.98x \n" ); document.write( ".02x=1 \n" ); document.write( "2x=100 \n" ); document.write( "x=50 \n" ); document.write( "check \n" ); document.write( "97+50/150=147/150=,98 \n" ); document.write( "ok \n" ); document.write( " |