document.write( "Question 397526: Find the values of b and c for which the equations x+5y=4 and 2x+by=c have:
\n" ); document.write( "A unique solution, an infinite set of solutions and no solution.
\n" ); document.write( "

Algebra.Com's Answer #281741 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
The system can be represented in augmented matrix form:
\n" ); document.write( "\"%28matrix%282%2C3%2C1%2C5%2C4%2C2%2Cb%2Cc%29%29\".
\n" ); document.write( "Multiplying the 1st row by -2 and then adding to the 2nd gives the new matrix\r
\n" ); document.write( "\n" ); document.write( "\"%28matrix%282%2C3%2C1%2C5%2C4%2C0%2Cb+-+10%2Cc+-+8%29%29\"\r
\n" ); document.write( "\n" ); document.write( "Hence for infinitely many solutions, b = 10 and c = 8;
\n" ); document.write( "for no solution, b = 10 and c not equal to 8;
\n" ); document.write( "for unique solution, b should be not equal to 10.
\n" ); document.write( "
\n" );