document.write( "Question 215321: how many pounds of an alloy of 20% silver must be melted with 50lbs of an alloy with 30% silver in order to get an alloy of 27% silver \n" ); document.write( "
Algebra.Com's Answer #162734 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.20x+.30*50=.27(50+x)
\n" ); document.write( ".20x+15=13.5+.27x
\n" ); document.write( ".20x-.27x=13.5-15
\n" ); document.write( "-.07x=-1.5
\n" ); document.write( "x=-1.5/-.07
\n" ); document.write( "x=21.43 pounds of 20% silver is used.
\n" ); document.write( "Proof:
\n" ); document.write( ".20*21.43+.30*50=.27(50+21.43)
\n" ); document.write( "4.286+15=.27*71.43
\n" ); document.write( "19.286=19.286
\n" ); document.write( "
\n" );