document.write( "Question 826991: Twenty pounds of lemon drops are to be mixed with cherry chews to make a mixture that will sell for $1.80 per pound. How much of the more expensive candy should be used?\r
\n" );
document.write( "\n" );
document.write( "Given Information:
\n" );
document.write( "Peppermint Patties= $1.35 price per pound
\n" );
document.write( "Lemon Drops= $1.70 price per pound
\n" );
document.write( "Licorice lumps= $1.95 price per pound
\n" );
document.write( "Cherry Chews= $2.00 price per pound \n" );
document.write( "
Algebra.Com's Answer #498393 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "x = pounds lemon \n" ); document.write( "y = pounds cherry \n" ); document.write( "x = 20 \n" ); document.write( "--- \n" ); document.write( "1.7x + 2y = 1.8(x + y) \n" ); document.write( "1.7x + 2y = 1.8x + 1.8y \n" ); document.write( "2y - 1.8y = 1.8x - 1.7x \n" ); document.write( "0.2y = 0.1x \n" ); document.write( "y = (0.1/0.2)x \n" ); document.write( "y = (0.1/0.2)*20 \n" ); document.write( "--- \n" ); document.write( "y = pounds cherry = 10 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |