document.write( "Question 1198483: A metallurgist has one alloy containing 28% titanium and another containing 45% titanium. How many pounds of each alloy must he use to make 43 pounds of a third alloy containing 31% titanium? (Round to two decimal places if necessary.) \n" ); document.write( "
Algebra.Com's Answer #832097 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
Let x represent the amount of 45% alloy:
\n" ); document.write( " .45x + .28(43-x) = .31*43
\n" ); document.write( "x = .03*43/.17
\n" ); document.write( "
\n" );