\n" );
document.write( "Hi, \n" );
document.write( "the quotient of a number and 7 less than 4 is -11 \n" );
document.write( "Let x represent the number \n" );
document.write( "Question states*** \n" );
document.write( " x/7 - 4 = -11 \n" );
document.write( "Solving for x \n" );
document.write( " x - 28 = -77 \n" );
document.write( " x = -49 \n" );
document.write( "CHECKING our Answer*** \n" );
document.write( "