document.write( "Question 1010738: One bar of tin alloy is 25% pure tin and another bar is 10% pure tin. How many pounds of each alloy must be used to make 75 pounds of a new alloy which is 20% pure tin? \n" ); document.write( "
Algebra.Com's Answer #626201 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call x the amount of 25% alloy used.
\n" ); document.write( "Then 75-x is the amount of 10% used.
\n" ); document.write( "The set up looks like this:
\n" ); document.write( ".25x + .10(75-x) = .20(75)
\n" ); document.write( ".25x + 7.5 - .10x = 15
\n" ); document.write( ".15x = 7.5
\n" ); document.write( "x = 50 pounds of 25%
\n" ); document.write( "75-x = 25 pounds of 10%
\n" ); document.write( "
\n" );