Question: Find the determinant of F = [[4, 5], [6, 7]]. (2020)
Options:
Correct Answer: -2
Solution:
Det(F) = (4*7) - (5*6) = 28 - 30 = -2.