document.write( "Question 1115859: A plant food is to be made from three chemicals. The combined amounts of the first two chemicals must be 70​% of the resulting mix. The second and third chemicals must be in the ratio of 4 to 3 by weight. How much of each chemical is needed to make 700 kg of the plant​ food? \n" ); document.write( "
Algebra.Com's Answer #730691 by ikleyn(52802)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let x = 1st chemical amount (in kilograms);\r\n" );
document.write( "\r\n" );
document.write( "    y = 2nd chemical amount;\r\n" );
document.write( "\r\n" );
document.write( "    z = 3rd chemical amount.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From the condition, we have\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "x + y + z = 700                  (1)\r\n" );
document.write( "\r\n" );
document.write( "x + y     = 490                  (2)    (70% of 700 kg)\r\n" );
document.write( "\r\n" );
document.write( "    \"y%2Fz\" = \"4%2F3\",    or   3y = 4z.     (3)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Subtract eq(2) from eq(1). You will get\r\n" );
document.write( "\r\n" );
document.write( "    z = 700 - 490 = 210 kg.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then from (3),  y = \"%284%2A210%29%2F3\" = 280.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then from (1),  x = 700 - 280 - 210 = 210.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );