document.write( "Question 277442: How many pounds of a certain alloy containing 35% silver must be melted with another alloy containing 65% silver to obtain 50 pounds of an alloy containing 50% silver? \n" ); document.write( "
Algebra.Com's Answer #201981 by mananth(16946)![]() ![]() You can put this solution on YOUR website! How many pounds of a certain alloy containing 35% silver must be melted with another alloy containing 65% silver to obtain 50 pounds of an alloy containing 50% silver?\r \n" ); document.write( "\n" ); document.write( "let us mix x pounds of 35% alloy\r \n" ); document.write( "\n" ); document.write( "So the 65% alloy mixed will be 50-x pounds\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when added the mix is 50 pound and 50% \r \n" ); document.write( "\n" ); document.write( "0.35x+0.65(50-x)=0.5*50\r \n" ); document.write( "\n" ); document.write( "0.35x+32.5 - 0.65x = 25\r \n" ); document.write( "\n" ); document.write( "-0.3x=-32.5+25\r \n" ); document.write( "\n" ); document.write( "-0.3x= -7.5\r \n" ); document.write( "\n" ); document.write( "x=7.5/0.3 = 25 pounds of 35% silver alloy\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |