document.write( "Question 825220: [ Tickets to a football match cost $8, $15 or $20 each. The number of $15 tickets sold was double the number of $8 tickets sold. 6000 more $20 tickets were sold than $15 tickets. If the gate receipts totaled $783000 how many of each type ticket were sold? ] \n" ); document.write( "
| Algebra.Com's Answer #497123 by TimothyLamb(4379)     You can put this solution on YOUR website! --- \n" ); document.write( "x = $8 tickets \n" ); document.write( "y = $15 tickets \n" ); document.write( "z = $20 tickets \n" ); document.write( "--- \n" ); document.write( "y = 2x \n" ); document.write( "z = y + 6000 \n" ); document.write( "8x + 15y + 20z = 783000 \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "2x - y = 0 \n" ); document.write( "y - z = -6000 \n" ); document.write( "8x + 15y + 20z = 783000 \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 = $8 tickets = 8500 \n" ); document.write( "y = $15 tickets = 17000 \n" ); document.write( "z = $20 tickets = 23000 \n" ); document.write( "--- \n" ); document.write( "system matrix \n" ); document.write( "2 -1 0 \n" ); document.write( "0 1 -1 \n" ); document.write( "8 15 20 \n" ); document.write( "--- \n" ); document.write( "inverse of system matrix \n" ); document.write( "0.44871795 0.25641026 0.012820513 \n" ); document.write( "-0.1025641 0.51282051 0.025641026 \n" ); document.write( "-0.1025641 -0.48717949 0.025641026 \n" ); document.write( "--- \n" ); document.write( "determinant of system matrix = 78 \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( " |