document.write( "Question 541055: Hello can someone please assist me with the correct approach to solving this problem? I would greatly appreciate it. Thanks in advance.\r
\n" ); document.write( "\n" ); document.write( "Candy Mixtures - Someone wants to mix some candy that is worth 45 cents per pound. Some is worth 80 cents per pound to make 350 lb of a mixture worth 65 cents per pound. How much of each type of candy should be used?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #354023 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
Candy Mixtures - Someone wants to mix some candy that is worth 45 cents per pound. Some is worth 80 cents per pound to make 350 lb of a mixture worth 65 cents per pound. How much of each type of candy should be used?\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Suppose we mix x pounds of the 45¢ candy with y pounds of the 80¢ candy.\r\n" );
document.write( "Then we have two equations, a candy equation and a money equation:\r\n" );
document.write( "\r\n" );
document.write( "The candy equation comes from this:\r\n" );
document.write( "\r\n" );
document.write( "         \"%28matrix%286%2C1%2Cx%2C+pounds%2C+of%2C+less%2C+expensive%2C+candy%29%29\" + \"%28matrix%286%2C1%2Cy%2C+pounds%2C+of%2C+more%2C+expensive%2Ccandy%29%29\" = \"%28matrix%287%2C1%2C350%2C+pounds%2C+of%2C+medium%2C+priced%2C+mixed%2C+candy%29%29\"  \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "                          x + y = 350\r\n" );
document.write( "\r\n" );
document.write( "The money equation comes from\r\n" );
document.write( "    \r\n" );
document.write( "          +  =   \r\n" );
document.write( "\r\n" );
document.write( "                        (45¢)x + (80¢)y = (60¢)(350)  or\r\n" );
document.write( "                              45x + 80y = 21000\r\n" );
document.write( "\r\n" );
document.write( "So solve this system of equations:\r\n" );
document.write( "\r\n" );
document.write( "                         x +   y =   350\r\n" );
document.write( "                       45x + 80y = 21000\r\n" );
document.write( "\r\n" );
document.write( "(If you can't solve that system of equations, post again asking how)\r\n" );
document.write( "\r\n" );
document.write( "Answer: Mix 200 pounds of the less expensive candy and 150 pounds of the cheaper candy.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );