document.write( "Question 1136571: (a) Consider the following system of linear equations:
\n" );
document.write( "x+ 5y+ z= 0
\n" );
document.write( " x+ 6y- z= 0
\n" );
document.write( " 2x +ay +bz= c
\n" );
document.write( " Find values of a, b, and c such that the above system of linear equations has: (i) exactly one solution;
\n" );
document.write( "(ii) an infinite number of solution;
\n" );
document.write( "(iii) no solution
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #754638 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! (a) Consider the following system of linear equations: \n" ); document.write( "x+ 5y+ z= 0 \n" ); document.write( "x+ 6y- z= 0 \n" ); document.write( "2x +ay +bz= c \n" ); document.write( "Find values of a, b, and c such that the above system of linear equations has: \n" ); document.write( " \r\n" ); document.write( "(ii) an infinite number of solution; \r\n" ); document.write( "If -22+2a+b=0 and 2c=0 then this equation becomes\r\n" ); document.write( "\r\n" ); document.write( "(iii) no solution \r\n" ); document.write( "That's when y is undefined.\r\n" ); document.write( "\r\n" ); document.write( "So that is when the denominator -22+2a+b equals 0 and the numerator is\r\n" ); document.write( "not equal to 0, for instance when a=7, b=8, c=1, there are no solutions.\r\n" ); document.write( "\r\n" ); document.write( "Finally we answer (i)\r\n" ); document.write( "(i) exactly one solution; \r\n" ); document.write( "There will be only 1 solution when -22+2a+b is not 0\r\n" ); document.write( "For instance when a=4 and b=5 and c=1.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |