Question: If A = [[1, 2], [3, 4]], find the determinant of A.
Options:
Correct Answer: 2
Solution:
The determinant of A is (1*4) - (2*3) = 4 - 6 = -2.