document.write( "Question 62961: Find the solution by graph:
\n" ); document.write( "4x-20=5y
\n" ); document.write( "8x-10y=12
\n" ); document.write( "

Algebra.Com's Answer #43804 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
Find the solution by graph:\r\n" );
document.write( "4x-20=5y\r\n" );
document.write( "8x-10y=12\r\n" );
document.write( "\r\n" );
document.write( "We make a table of values for\r\n" );
document.write( "each equation:\r\n" );
document.write( "\r\n" );
document.write( "For 4x - 20 = 5y, we pick\r\n" );
document.write( "arbitrary values for one\r\n" );
document.write( "variable and solve for the \r\n" );
document.write( "other\r\n" );
document.write( "\r\n" );
document.write( "  x | y  |   (x, y) \r\n" );
document.write( "-----------------------\r\n" );
document.write( "-10 | -4 | (-10, 4)\r\n" );
document.write( " -5 |  0 |  (-5, 0)\r\n" );
document.write( "  0 |  4 |   (0, 4)\r\n" );
document.write( "  5 |  8 |   (5, 8)\r\n" );
document.write( " 10 | 12 | (10, 12)\r\n" );
document.write( "\r\n" );
document.write( "Plot those 5 points and draw a red line \r\n" );
document.write( "through them:\r\n" );
document.write( "\r\n" );
document.write( "\"+graph%28+550%2C+550%2C+-17%2C+17%2C+-17%2C+17%2C+%284x%2B20%29%2F5%29+\"\r\n" );
document.write( "\r\n" );
document.write( "For 8x - 10y = 12, we pick\r\n" );
document.write( "arbitrary values for one\r\n" );
document.write( "variable and solve for the \r\n" );
document.write( "other\r\n" );
document.write( "\r\n" );
document.write( "  x | y  |   (x, y)\r\n" );
document.write( "-------------------\r\n" );
document.write( "-11 |-10 |(-11, -10)\r\n" );
document.write( " -6 | -6 |  (-6, -6)\r\n" );
document.write( " -1 | -2 |  (-1, -2)\r\n" );
document.write( "  4 |  2 |    (4, 2)\r\n" );
document.write( "  9 |  6 |    (9, 6)\r\n" );
document.write( " 15 | 16 |  (15, 16)\r\n" );
document.write( "\r\n" );
document.write( "Plot those 6 points on the same \r\n" );
document.write( "set of axes and draw a green line \r\n" );
document.write( "through them:\r\n" );
document.write( "\r\n" );
document.write( "\"+graph%28+550%2C+550%2C+-17%2C+17%2C+-17%2C+17%2C+%284x%2B20%29%2F5%2C+%288x-12%29%2F10+%29+\" \r\n" );
document.write( "\r\n" );
document.write( "Now to find the solution we would\r\n" );
document.write( "have to find a point where the\r\n" );
document.write( "red and green lines cross.  However\r\n" );
document.write( "this is impossible because the two \r\n" );
document.write( "lines are parallel and do not cross.\r\n" );
document.write( "Therefore there is no solution.  We\r\n" );
document.write( "call such a system \"inconsistent\".\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );