y=mx+3m-2
\n" );
document.write( "\r\n" );
document.write( "Let m=a\r\n" );
document.write( "\r\n" );
document.write( "y = a + 3a - 2\r\n" );
document.write( "\r\n" );
document.write( "let m=b where a and b are not equal.\r\n" );
document.write( "\r\n" );
document.write( "y = bx + 3b - 2\r\n" );
document.write( "\r\n" );
document.write( "Solve the system:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "ax + 3a - 2 = bx + 3b - 2\r\n" );
document.write( "\r\n" );
document.write( "ax - bx = -3a + 3b\r\n" );
document.write( "\r\n" );
document.write( "x(a - b) = -3(a - b)\r\n" );
document.write( "\r\n" );
document.write( "Since a is not equal to b we may divide through by (a - b) and\r\n" );
document.write( "get:\r\n" );
document.write( "\r\n" );
document.write( "x = -3\r\n" );
document.write( "\r\n" );
document.write( "Substituting in\r\n" );
document.write( "\r\n" );
document.write( "y = ax + 3a - 2\r\n" );
document.write( "y = a(-3) + 3a - 2\r\n" );
document.write( "y = -3a + 3a - 2\r\n" );
document.write( "y = -2\r\n" );
document.write( "\r\n" );
document.write( "So we have a pencil of lines all going through the point (x,y) = (-3,-2).\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "[However the pencil of lines does not include the vertical line \r\n" );
document.write( "through (-3,-2) because there is no way to get the equation x=-3 \r\n" );
document.write( "from the equation y = mx + 3m - 2, by substituting a value for m] \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( "