document.write( "Question 1088969: Given a number Y,you are asked to show if there are two consecutive numbers X and X+1 such that their product equal to Y . \n" ); document.write( "
Algebra.Com's Answer #703290 by ikleyn(52777)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Answer. There are two consecutive numbers X and X+1 such that their product equal to Y   IF AND ONLY IF
\n" ); document.write( "              the quadratic equation  \"X%2A%28X%2B1%29\" = \"Y\"  has a solution in integer numbers.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );