\n" );
document.write( "Hi \n" );
document.write( "Note: parenthesis indicates the product of (2x-5) and (3x-2) \n" );
document.write( " (2x - 5)(3x-2) \n" );
document.write( "One can obtain the product as follows: \n" );
document.write( " 2x(3x-2) - 5(3x-2) \n" );
document.write( " 6x^2 -4x - 15x + 10 \n" );
document.write( " 6x^2 - 19x + 10\r \n" );
document.write( "\n" );
document.write( "For ex: if You had started using mulitiplication rather than using addition... \n" );
document.write( " 6x^2 + 10 ..you would have just been missing the middle term of 19x.