$ A = \left[ {\begin{array}{cc} 1 & 2 & 3 \\ 3 & 7 & 7 \\ 1 & 1 & 3 \end{array} } \right] $
$ B = \left[ {\begin{array}{cc} 1 & 0 & 3 \\ 2 & 1 & 7 \\ 3 & 2 & 9 \end{array} } \right] $
if $ b = \left[ {\begin{array}{cc} b_1 \\ b_2 \\ b_3 \end{array} } \right] $ what condition must be $b_1, b_2, b_3$ satisfy in order that following system to be consistent?
(a): $Ax=b$ (b): $Bx=b$
Anyone can help me to solve this question?