\n" );
document.write( "Hi, \n" );
document.write( "solve the system y=2x+1 and y-2x=5 by substitution \n" );
document.write( "y=2x+1 \n" );
document.write( "y-2x=5 Substituting for y \n" );
document.write( "(2x + 1)-2x = 5 \n" );
document.write( "1 ≠ 5 there is NO solution for this system \n" );
document.write( "Note: the lines are parallel, both with slopes = 2 \n" );
document.write( "y = 2x+1 and y = 2x + 5 \n" );
document.write( "