document.write( "Question 907530: a rug is made by weaving 20 lbs of yarn that is 50 percent wool how many pounds of the yarnthat is 20 % wool must be used if the finished rug is to be 35 % wool \n" ); document.write( "
Algebra.Com's Answer #550430 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! We have 20 lb of 50% yarn \n" ); document.write( "We want to add some 20% yarn to make 35% yarn \n" ); document.write( "0.2*x+0.5*20=0.35(20+x) \n" ); document.write( "0.2*x+10=7+0.35x \n" ); document.write( "0.2x-0.35x=7-10 \n" ); document.write( "-0.15x=-3 \n" ); document.write( "x=20 lb at 20% (4) is added to 20 lb at 50%(10) to make 35% of 40 lb(14) \n" ); document.write( "check \n" ); document.write( "0.2*20+0.5*20=0.35(20+20) \n" ); document.write( "4+10=0.35(40) \n" ); document.write( "14=14 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |