document.write( "Question 979387: How many solutions does the system 3x-y=-6 & 3x+y=6 have? \n" ); document.write( "
Algebra.Com's Answer #600655 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Add up the equations to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x-y=-6 \n" ); document.write( "3x+y=6 \n" ); document.write( "------- \n" ); document.write( "6x+0y = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That leads to 6x = 0 which means x = 0. You then use x = 0 to find y. Plug it into any equation with x & y in it. You'll find that y = 6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there is exactly one solution and it is the ordered pair (0,6) \n" ); document.write( " |