document.write( "Question 415141: (y+2)(y-6) \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "(y+2)(y-6) is same as y^2-4y-12 |Note use of ^ for squared term (^ is uppercase 6 on Your keyboard)\n" ); document.write( "Note:SUM of the inner product(2y) and the outer product(-6y) = -4y\n" ); document.write( "OR:\n" ); document.write( " (y+2)(y-6)\n" ); document.write( " y(y-6) + 2(y-6)\n" ); document.write( " y^2 - 6y + 2y -12\n" ); document.write( " y^2 -4y - 12