document.write( "Question 992608: What is the difference between the product of a number and a number five larger than it and the product of the number and a number five less than it written as an expression ? \n" ); document.write( "
Algebra.Com's Answer #612182 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let number be \"x\"\r
\n" ); document.write( "\n" ); document.write( "the product of a number \"x\" and a number \"5\" larger than it:\"x%2A%28x%2B5%29\"\r
\n" ); document.write( "\n" ); document.write( "and the product of the number \"x\" and a number five less than it:\"x%2A%28x-5%29\"\r
\n" ); document.write( "\n" ); document.write( "the difference between is: \r
\n" ); document.write( "\n" ); document.write( "\"x%2A%28x%2B5%29-x%2A%28x-5%29\"\r
\n" ); document.write( "\n" ); document.write( "\"x%5E2%2B5x-%28x%5E2-5x%29\"\r
\n" ); document.write( "\n" ); document.write( "\"cross%28x%5E2%29%2B5x-cross%28x%5E2%29%2B5x\"\r
\n" ); document.write( "\n" ); document.write( "\"10x\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );