document.write( "Question 1015703: How much clay do you need to add to 8m^3 of soil with 30% clay in order to make a soil with 60%? \n" ); document.write( "
Algebra.Com's Answer #632101 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Let x = the amount of clay to add\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "x of soil at 100% = x of clay \n" ); document.write( "( x + 8 ) at 60% = 0.60(x+8) \n" ); document.write( "2.4 + x = 0.60(x+8) \n" ); document.write( "That is the amount of clay in the original mixture plus \n" ); document.write( "the amount of clay in x must give us a mixture of the total \n" ); document.write( "amount of material,(x+8) that is in our final mixture. \n" ); document.write( "The first step is to add -2.4 to each side \n" ); document.write( "x = 0.60(x+8) -2.4 \n" ); document.write( "x = 0.6x + 4.8 -2.4 \n" ); document.write( "x = 0.6x + 2.4 \n" ); document.write( "add -0.6x to each side \n" ); document.write( "0.4x = 2.4 \n" ); document.write( "divide each side by 0.4 \n" ); document.write( "x = 6 \n" ); document.write( "Let's verify that this is correct. \n" ); document.write( "Our original amount of material is \n" ); document.write( "The amount of this material that is clay is 2.4 + 6 \n" ); document.write( "The percentage of our new material that is clay \n" ); document.write( "is (2.4 + 6)/14 = 60 % \n" ); document.write( "So 6 m^3 of clay is what we want. \n" ); document.write( " |