Question: If B = [[2, 3], [5, 7]], what is the value of det(B)? (2020)
Options:
Correct Answer: -1
Exam Year: 2020
Solution:
The determinant of B is calculated as (2*7) - (3*5) = 14 - 15 = -1.