The inverse of a 2×2 matrix [[a, b], [c, d]] is (1/(ad-bc)) × [[d, -b], [-c, a]]. If ad-bc = 0, the inverse $x$ (exists/does not exist).
Answer (integer)
0
Solution
ad-bc = det(A). If det=0, matrix is singular → inverse does not exist.
About this question
Subject: Mathematics · Chapter: Matrices and Determinants · Topic: Inverse of a Matrix
This question is part of PrepWiser's free JEE Main question bank. 16 more solved questions on Matrices and Determinants are available — start with the harder ones if your accuracy is >70%.