\n" );
document.write( "Hi, \n" );
document.write( "What is the solutions of x and y for the equations \n" );
document.write( "x+y=1 \n" );
document.write( "2x-y=-2 ||Adding to eliminating y \n" );
document.write( " 3x = -1 \n" );
document.write( " x = -1/3 and y = 4/3