document.write( "Question 467172: problem #1
\n" );
document.write( "How many kilograms of each of a 50% silver alloy and 10% silver alloy must be mixed to obtain 24 kilograms of a 25% silver alloy?
\n" );
document.write( "problem #2
\n" );
document.write( "Two vats contain cream, one sample tested 8% butterfat and the other tested 16% butterfat. How much cream should be taken from each to produce a 5 liters mixture which will test 12% butterfat?
\n" );
document.write( "problem #3
\n" );
document.write( "How many kilograms each of a powdered detergent and a rinsing solution containing 80% of the pure rinsing solution must be mixed to make 140 kilograms of a 24% detergent?
\n" );
document.write( "I'll be waiting for the answer and solution \n" );
document.write( "
Algebra.Com's Answer #320442 by Love math(28)![]() ![]() ![]() You can put this solution on YOUR website! problem #1 \n" ); document.write( "How many kilograms of each of a 50% silver alloy and 10% silver alloy must be mixed to obtain 24 kilograms of a 25% silver alloy? \n" ); document.write( "let x for 50% \n" ); document.write( "let y for 10% \n" ); document.write( " X+y= 24 \n" ); document.write( " y= 24-x \n" ); document.write( "0.50x + 0.10y =24*25 \n" ); document.write( "substitution y= 24-x \n" ); document.write( "0.50x + 0.10(24-x) = 24*0.25 \n" ); document.write( "0.50x + 2.4-0.10x = 24*0.25 \n" ); document.write( " 0.4x = 6 \n" ); document.write( " x=6/0.4 \n" ); document.write( " x=15 \n" ); document.write( "substitution x= 15 solve for y \n" ); document.write( " X+y= 24 \n" ); document.write( " 15+y= 24 \n" ); document.write( " y =24-15 \n" ); document.write( " y =9 \n" ); document.write( "nedd 15 for 50% \n" ); document.write( "need 9 for 10%\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "problem #2 \n" ); document.write( "Two vats contain cream, one sample tested 8% butterfat and the other tested 16% butterfat. How much cream should be taken from each to produce a 5 liters mixture which will test 12% butterfat?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x for 8% \n" ); document.write( "let y for 16% \n" ); document.write( " X+y= 5 \n" ); document.write( " y= 5-x \n" ); document.write( "0.08x + 0.16y =5*0.12 \n" ); document.write( "substitution y= 5-x \n" ); document.write( "0.08x + 0.16(5-x) =5*0.12 \n" ); document.write( "0.08x + 0.8-0.16x = 0.6 \n" ); document.write( " -0.08x = 0.6-0.8 \n" ); document.write( " x=-0.2/-0.08 \n" ); document.write( " x=2.55 \n" ); document.write( "substitution x= 2.5 solve for y \n" ); document.write( " X+y= 5 \n" ); document.write( " 2.55+y= 5 \n" ); document.write( " y =5-2.5 \n" ); document.write( " y =2.5 \n" ); document.write( "nedd 2.5 for 8% \n" ); document.write( "need 2.5 for 16%\r \n" ); document.write( "\n" ); document.write( "roblem #3 \n" ); document.write( "How many kilograms each of a powdered detergent and a rinsing solution containing 80% of the pure rinsing solution must be mixed to make 140 kilograms of a 24% detergent? \n" ); document.write( "I'll be waiting for the answer and solution \n" ); document.write( " 140 of a 24% = \n" ); document.write( " (140*24)/100 = 33.6 \n" ); document.write( " 3.6/(140-x)= 80% \n" ); document.write( " (140-x)*80 = 3.6*100 \n" ); document.write( " 11.200 - 80x = 360 \n" ); document.write( " 11.200-360 = 80x \n" ); document.write( " 10.840/80 = x \n" ); document.write( " 135.5 = x \n" ); document.write( " |