document.write( "Question 840842: For each of the following choices of A and b, determine
\n" ); document.write( "whether the system Ax = b is consistent by examining how b relates to the column
\n" ); document.write( "vectors of A.\r
\n" ); document.write( "\n" ); document.write( "A= [2 1] B= [3]
\n" ); document.write( " .. [-2 -1] .... [1]
\n" ); document.write( "

Algebra.Com's Answer #506536 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Inconsistent.
\n" ); document.write( "From row 1, \"2x%2By=3\"
\n" ); document.write( "From row 2, \"-2x-y=1\"
\n" ); document.write( "or \"2x%2By=1\"
\n" ); document.write( "Can't equal both 3 and 1 so it's inconsistent. No solution because these are two parallel lines.
\n" ); document.write( "
\n" );