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)![]() ![]() You can put this solution on YOUR website! Inconsistent. \n" ); document.write( "From row 1, \n" ); document.write( "From row 2, \n" ); document.write( "or \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( " |