Answer:
The given matrix equation can be written as:
[1 1; 10 20] * [c; a] = [30,000; 500,000]
Multiplying the matrices on the left side of the equation gives us the system of equations:
c + a = 30,000 10c + 20a = 500,000
To solve for c and a using matrices, we can use the inverse matrix method. First, we need to find the inverse of the coefficient matrix [1 1; 10 20]. The inverse of a 2x2 matrix [a b; c d] can be calculated using the formula: (1/(ad-bc)) * [d -b; -c a].
Let’s apply this formula to our coefficient matrix:
The determinant of [1 1; 10 20] is (120) - (110) = 10. Since the determinant is not equal to zero, the inverse of the matrix exists and can be calculated as:
(1/10) * [20 -1; -10 1] = [2 -0.1; -1 0.1]
Now we can use this inverse matrix to solve for c and a. Multiplying both sides of our matrix equation by the inverse matrix gives us:
[2 -0.1; -1 0.1] * [c + a; 10c + 20a] = [2 -0.1; -1 0.1] * [30,000; 500,000]
Solving this equation gives us:
[c; a] = [25,000; 5,000]
So, on that particular day, there were 25,000 children’s tickets sold.