document.write( "Question 830094: 2000 kg of steel containing 8% nickel is to be made by mixing a steel containing 14% Ni, with another containing 6% nickel.How much of each is needed? \n" ); document.write( "
Algebra.Com's Answer #500334 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a+b=2000,
\n" ); document.write( ".08*2000=.14a+.06b
\n" ); document.write( "a=500., b=1500.
\n" ); document.write( "
\n" );