document.write( "Question 1063662: there were two different coper alloys of total weight 50 kg. The first contains 40% less copper than the second. Determine the percentage of copper in the first and second alloys, if it is known that there were 6kg of copper in the first alloy and 12 kg in the second \n" ); document.write( "
Algebra.Com's Answer #678809 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let n be the amount of the second alloy, and p be the percentage of copper. Then the amount of the first alloy is 50-n, and its' percentage is .6p. So:
\n" ); document.write( "np=12
\n" ); document.write( "(50-n)(.6p)=6
\n" ); document.write( "Then:
\n" ); document.write( "n=12/p
\n" ); document.write( "(50-12/p).6p=6
\n" ); document.write( "30p-7.2=6
\n" ); document.write( "30p=13.2
\n" ); document.write( "p=13.2/30=.44
\n" ); document.write( ".6p=.264
\n" ); document.write( "There was 26.4% copper in the first alloy, and 44% copper in the second alloy. ☺☺☺☺
\n" ); document.write( "
\n" );