\n" );
document.write( "Hi, \n" );
document.write( "the sum of twice a number and 8 \n" );
document.write( "is equal to the sum of the number and 9 \n" );
document.write( "Question states*** \n" );
document.write( " 2x + 8 = x + 9 \n" );
document.write( " x = 1 \n" );
document.write( "and... \n" );
document.write( "