document.write( "Question 825199: A local movie theater charges $12 for an adult ticket and $10 for a child’s ticket. A group of
\n" );
document.write( "eight people spent a total of $86 on tickets to a movie. How many adults and how many
\n" );
document.write( "children were in the group?
\n" );
document.write( "
\n" );
document.write( "a. Write a system of linear equations based on the description. Use x to represent the
\n" );
document.write( "number of adults and y to represent the number of children.
\n" );
document.write( "b. Solve the system using the elimination method. Show all the steps leading to your
\n" );
document.write( "answer.
\n" );
document.write( "c. Write 1-2 sentences to explain what the solution means for this situation. \n" );
document.write( "
Algebra.Com's Answer #497128 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "x = number of adult tickets purchased \n" ); document.write( "y = number of child tickets purchased \n" ); document.write( "--- \n" ); document.write( "x + y = 8 \n" ); document.write( "12x + 10y = 86 \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 by matrix method: \n" ); document.write( "x = number of adult tickets purchased = 3 \n" ); document.write( "y = number of child tickets purchased = 5 \n" ); document.write( "--- \n" ); document.write( "system matrix \n" ); document.write( "1 1 \n" ); document.write( "12 10 \n" ); document.write( "--- \n" ); document.write( "inverse of system matrix \n" ); document.write( "-5 0.5 \n" ); document.write( "6 -0.5 \n" ); document.write( "--- \n" ); document.write( "determinant of system matrix = -2 \n" ); document.write( "--- \n" ); document.write( "now solve by elimination: \n" ); document.write( "--- \n" ); document.write( "(x + y = 8)(-10) \n" ); document.write( "12x + 10y = 86 \n" ); document.write( "--- \n" ); document.write( "-10x - 10y = -80 \n" ); document.write( "12x + 10y = 86 \n" ); document.write( "--- \n" ); document.write( "add the system: \n" ); document.write( "--- \n" ); document.write( "2x = 6 \n" ); document.write( "--- \n" ); document.write( "x = 3 \n" ); document.write( "--- \n" ); document.write( "x + y = 8 \n" ); document.write( "3 + y = 8 \n" ); document.write( "--- \n" ); document.write( "y = 5 \n" ); document.write( "--- \n" ); document.write( "solution by elimination method: \n" ); document.write( "x = number of adult tickets purchased = 3 \n" ); document.write( "y = number of child tickets purchased = 5 \n" ); document.write( "--- \n" ); document.write( "NOTE: \n" ); document.write( "solution by matrix method agrees with solution by elimination method \n" ); document.write( "--- \n" ); document.write( "the solution means that 3 adult tickets and 5 child tickets were purchased. \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( " |