\n" );
document.write( "Make a table and graph 5x+y=5.\r \n" );
document.write( " \n" );
document.write( "\n" );
document.write( "Assign Values of x and then substitute it to the equation to find y\r \n" );
document.write( "\n" );
document.write( "Let x = -1 x = 0 x = 1 \n" );
document.write( " 5x + y = 5 5x + y = 5 5x + y = 5 \n" );
document.write( " 5(-1) + y = 5 5(0)+ y = 5 5(1)+ y = 5 \n" );
document.write( " -5 + y = 5 0 + y = 5 5 + y = 5 \n" );
document.write( " y = 5 + 5 y = 5 y = 5 -5 \n" );
document.write( " y = 10 y = 0\r \n" );
document.write( " \n" );
document.write( "\n" );
document.write( "Here is the table\r \n" );
document.write( "\n" );
document.write( " x | y \n" );
document.write( " -1 | 10 \n" );
document.write( " 0 | 5 \n" );
document.write( " 1 | 0\r \n" );
document.write( "\n" );
document.write( "You can locate the three points and draw a line passing the three points\r \n" );
document.write( "\n" );
document.write( "Note: Two points determine a line but to be accurate, we find the third point.\r \n" );
document.write( " \n" );
document.write( "\n" );
document.write( "