document.write( "Question 518261: I have 2 liters of paint that is 30% yellow and 70% red. How many liters of yellow paint should I add to get a mixture that is 45% yellow and 55% red? \n" ); document.write( "
Algebra.Com's Answer #345117 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! I have 2 liters of paint that is 30% yellow and 70% red. How many liters of yellow paint should I add to get a mixture that is 45% yellow and 55% red. \n" ); document.write( "** \n" ); document.write( "let x=liters of yellow paint to add \n" ); document.write( "x+2=liters of final mixture \n" ); document.write( ".. \n" ); document.write( "total liters of yellow paint in mixture=30%*2+x=.6+x \n" ); document.write( "total liters of red paint in mixture=70%*2=1.4 \n" ); document.write( ".. \n" ); document.write( "(x+2)*45%=.6+x \n" ); document.write( "(x+2)=(.6+x)/45% \n" ); document.write( ".. \n" ); document.write( "(x+2)*55%=1.4 \n" ); document.write( "(x+2)=1.4/55% \n" ); document.write( ".. \n" ); document.write( "(.6+x)/45%=1.4/55% \n" ); document.write( ".45*1.4=.55*(.6+x) \n" ); document.write( ".63=.33+.55x \n" ); document.write( ".55x=.30 \n" ); document.write( "x=.30/.55=.5455 \n" ); document.write( "ans: \n" ); document.write( "liters of yellow paint to add=.5455 liters \n" ); document.write( " |