document.write( "Question 202462: I need to know how to set this problem up....\r
\n" );
document.write( "\n" );
document.write( "A silversmith combined pure silver that cost $5.20 per ounce with 50 oz of a silver alloy that cost $ 2.80 per ounce. How many ounces of the pure silver were used to make an alloy of silver costing $4.40 per ounce? \n" );
document.write( "
Algebra.Com's Answer #152725 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! I need to know how to set this problem up.... \n" ); document.write( "A silversmith combined pure silver that cost $5.20 per ounce with 50 oz of a \n" ); document.write( " silver alloy that cost $ 2.80 per ounce. How many ounces of the pure silver \n" ); document.write( " were used to make an alloy of silver costing $4.40 per ounce? \n" ); document.write( ": \n" ); document.write( "Treat it like a typical mixture problem \n" ); document.write( "Let x = amt of pure silver required ($5.20) \n" ); document.write( "Since the resulting total is 50 oz, \n" ); document.write( "(50-x) = amt of $2.80 silver required \n" ); document.write( ": \n" ); document.write( "5.2x + 2.8(50-x) = 4.4(50) \n" ); document.write( ": \n" ); document.write( "Solve for x \n" ); document.write( " |