document.write( "Question 1207766: A 20-pound bag of Economy brand cement mix contains 25% cement and 75% sand. How much pure cement must be added to produce a cement mix that is 40% cement?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I came up with this equation:\r
\n" );
document.write( "\n" );
document.write( "0.25x + 0.75x = 0.40(2x)\r
\n" );
document.write( "\n" );
document.write( "You say? \n" );
document.write( "
Algebra.Com's Answer #845829 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The 20-pound bag is 25% (=1/4) cement and 75% (=3/4) sand, so it contains 5 pounds of cement and 15 pounds of sand. \n" ); document.write( "Let x be the number of pounds of cement you add. Then the number of pounds of cement is 5+x, and the total weight is 20+x. \n" ); document.write( "You want the cement to be 40% of the total weight: \n" ); document.write( "(5+x) = 0.40(20+x) \n" ); document.write( "5+x = 8+0.40x \n" ); document.write( "x-0.40x = 8-5 \n" ); document.write( "0.60x = 3 \n" ); document.write( "x = 3/0.60 = 5 \n" ); document.write( "ANSWER: 5 pounds \n" ); document.write( "CHECK: the total weight is now 20+5 = 25 pounds; the number of pounds of cement is 5+5 = 10; 10/25 = 0.40 \n" ); document.write( " \n" ); document.write( " |