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)![]() ![]() You can put this solution on YOUR website! The system can be represented in augmented matrix form: \n" ); document.write( " \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( " \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( " |