document.write( "Question 182937: Please help me: a candy company is going to test market 1 kg packages each containing 3 kinds of candy the company plans to prepare 10,000 packages each will contain mints that sell for $2.20 per kg caramels that sell for $3.00 per kg and toffee that sells for $3.20 per kg marketing says that they must use twice as many caramels as toffee in each package the cost will be $2.72 per kg to break even how many total kg of mints will they need for the 10,000 packages \n" ); document.write( "
Algebra.Com's Answer #137463 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=\"kg of toffee\", so 2x=\"kg of caramels\" and 1-3x=\"kg of mints\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(3.20) + 2x(3.00) + (1-3x)(2.20) = 2.72\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "expanding __ 3.2x + 6x + 2.2 - 6.6x = 2.72\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtracting 2.2 and combining terms __ 2.6x = .52\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "dividing by 2.6 __ x = .2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substituting __ 1-3(.2) = .4 __ this is the kg of mints in one package\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so they will need .4(10000) or 4000kg of mints in total
\n" ); document.write( "
\n" );