document.write( "Question 1046305: There are two integers one is 5 more than a number and the other is 1 less than the same number
\n" ); document.write( "A) write expressions for two numbers
\n" ); document.write( "B) write a polynomial expression for the product of the number
\n" ); document.write( "

Algebra.Com's Answer #661805 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
There are two integers one is 5 more than a number and the other is 1 less than the same number
\n" ); document.write( "a = one integer
\n" ); document.write( "b = another integer
\n" ); document.write( "n = (a number)
\n" ); document.write( ":
\n" ); document.write( "A) write expressions for two numbers
\n" ); document.write( "a = (n+5)
\n" ); document.write( "b = (n-1)
\n" ); document.write( ":
\n" ); document.write( "B) write a polynomial expression for the product of the number
\n" ); document.write( "FOIL (n+5)(n-1)
\n" ); document.write( "ab = n^2 + 4n - 5
\n" ); document.write( "
\n" );