document.write( "Question 829351: Jennifer, Tommy and Linda went to the candy store. Jennifer bought 4 sticks of gum, 10 suckers, and 10 bags of jelly beans. She spent a total of $39.60. Tommy spent $24.90 on 8 sticks of gum, 2 suckers, and 5 bags of jelly beans. Linda bought 9 sticks of gum, 2 suckers, and 8 bags of jelly beans for 33.20. What was the price of each type of candy? \r
\n" );
document.write( "\n" );
document.write( "Sticks of Gum: $
\n" );
document.write( "Suckers: $
\n" );
document.write( "Bags of Jelly Beans: $ \n" );
document.write( "
Algebra.Com's Answer #499802 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "x = price per gum \n" ); document.write( "y = price per sucker \n" ); document.write( "z = price per jellies \n" ); document.write( "--- \n" ); document.write( "4x + 10y + 10z = 39.60 \n" ); document.write( "8x + 2y + 5z = 24.90 \n" ); document.write( "9x + 2y + 8z = 33.20 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above linear system in standard form into this matrix-method solver: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( "solution: \n" ); document.write( "x = price per gum = $1.40 \n" ); document.write( "y = price per sucker = $1.10 \n" ); document.write( "z = price per bag of jellies = $2.30 \n" ); document.write( "--- \n" ); document.write( "system matrix \n" ); document.write( "4 10 10 \n" ); document.write( "8 2 5 \n" ); document.write( "9 2 8 \n" ); document.write( "--- \n" ); document.write( "inverse of system matrix \n" ); document.write( "-0.032258065 0.32258065 -0.16129032 \n" ); document.write( "0.10215054 0.31182796 -0.32258065 \n" ); document.write( "0.010752688 -0.44086022 0.38709677 \n" ); document.write( "--- \n" ); document.write( "determinant of system matrix = -186 \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( " |