Question: If \\( B = \\begin{pmatrix} 1 & 2 & 3 \\\\ 0 & 1 & 4 \\\\ 5 & 6 & 0 \\end{pmatrix} \\), what is \\( \\det(B) \\)?
Options:
Correct Answer: -24
Solution:
Using the determinant formula, we find \\( \\det(B) = 1(1*0 - 4*6) - 2(0 - 4*5) + 3(0 - 1*5) = -24 \\).