document.write( "Question 1119621: Solve the system by the method of elimination. (If there is no solution, enter NO SOLUTION. If the system is dependent, enter a for x and enter y in terms of a.)\r
\n" );
document.write( "\n" );
document.write( "3x-6y=8
\n" );
document.write( "-6x+12y=-16\r
\n" );
document.write( "\n" );
document.write( "(x,y) \n" );
document.write( "
Algebra.Com's Answer #735227 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Multiply the first equation by 2 and add to the second equation. The result is \n" ); document.write( "0 = 0 \n" ); document.write( "That equation is always true. Any (x,y) value satisfying one equation will satisfy the other. The equations are equivalent; the two equations are dependent. \n" ); document.write( "So according to the instructions we set x = a and solve for y in terms of a: \n" ); document.write( "3x-6y = 8 \n" ); document.write( "3a-6y = 8 \n" ); document.write( "3a-8 = 6y \n" ); document.write( "y = (3a-8)/6 \n" ); document.write( "The solutions are any ordered pairs in the form (a,(3a-8)/6). \n" ); document.write( " |