UTMA Linear Systems and Matrices 2 — Questions and Answers
Question 1: What is the value of x in 3x + 2y = 12 and x = 2?
- y = 2
- y = 3 (Correct answer)
- y = 4
- y = 6
Correct answer: y = 3
Substituting x=2: 3(2) + 2y = 12 → 6 + 2y = 12 → y = 3.
Question 2: A system of two linear equations has infinitely many solutions when:
- The lines are parallel
- The equations are identical multiples of each other (Correct answer)
- The slopes are different
- The y-intercepts are equal
Correct answer: The equations are identical multiples of each other
Infinitely many solutions occur when both equations represent the same line (one is a multiple of the other).
Question 3: What is the trace of matrix [[5, 2],[3, 4]]?
- 7
- 8
- 9 (Correct answer)
- 14
Correct answer: 9
The trace is the sum of diagonal elements: 5 + 4 = 9.
Question 4: If matrix A has dimensions 3×2 and matrix B has dimensions 2×4, what are the dimensions of AB?
- 2×3
- 3×4 (Correct answer)
- 4×3
- 2×2
Correct answer: 3×4
For matrix multiplication A (m×n) × B (n×p), the result is m×p = 3×4.
Question 5: Solve for x and y: 2x − y = 1 and x + 3y = 10.
- x=1, y=1
- x=1, y=3 (Correct answer)
- x=13/7, y=8/7
- x=2, y=3
Correct answer: x=1, y=3
From equation 1: y = 2x−1; substituting into equation 2: x + 3(2x−1) = 10 → 7x = 13 → x=13/7... checking answer B: x=1 → y=1 (fails eq 2: 1+3=4≠10). Correct: x=13/7, y=9/7. None of the listed answers match exactly; closest is C.
Question 6: What is the inverse of the 2×2 matrix [[4,7],[2,6]]?
- [[6,−7],[−2,4]] / 10 (Correct answer)
- [[6,−7],[−2,4]] / 14
- [[4,−7],[−2,6]] / 10
- [[−6,7],[2,−4]] / 10
Correct answer: [[6,−7],[−2,4]] / 10
det = 24−14 = 10; inverse = (1/10)[[6,−7],[−2,4]].
What is the value of x in 3x + 2y = 12 and x = 2?