document.write( "Question 498263: A jeweler wants to combine a 60% gold alloy with a 20% gold alloy to make 1000 grams of 50% gold alloy. How many grams of 60% alloy should be used? \n" ); document.write( "
Algebra.Com's Answer #336991 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Do it like this one. Only the numbers are different.
\n" ); document.write( "----------------
\n" ); document.write( "a solution of 78% alcohol is to be mixed with a solution of 23% alcohol to form 165 liters of a 58% solution. How many liters of the 78% solution must be used?
\n" ); document.write( "---------
\n" ); document.write( "s = amount of 78%
\n" ); document.write( "t = amount of 23%
\n" ); document.write( "-------
\n" ); document.write( "s + t = 165 (total solution)
\n" ); document.write( "--> t = 165 - s
\n" ); document.write( "-------
\n" ); document.write( "0.78t + 0.23s = 0.58*165 (total alcohol)
\n" ); document.write( "Sub for t
\n" ); document.write( "0.78s + 0.23(165-s) = 0.58*165
\n" ); document.write( "78s + 3795 - 23s = 9570
\n" ); document.write( "55s = 5775
\n" ); document.write( "s = 105 liters of 78%
\n" ); document.write( "
\n" ); document.write( "
\n" );