document.write( "Question 1139198: find nonzero integers A, B, C such that Ax^2+Bx+C=0 has solutions B and C \n" ); document.write( "
Algebra.Com's Answer #756981 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "In the quadratic equation

\n" ); document.write( "\"Ax%5E2%2BBx%2BC+=+0\"

\n" ); document.write( "the sum of the roots is -B/A and the product of the roots is C/A.

\n" ); document.write( "If the roots are B and C, then

\n" ); document.write( "(1) \"B%2BC+=+-B%2FA\"
\n" ); document.write( "(2) \"BC+=+C%2FA\"

\n" ); document.write( "Equation (2) gives us

\n" ); document.write( "\"ABC+=+C\"
\n" ); document.write( "\"AB+=+1\"

\n" ); document.write( "There are two possibilities with A and B both integers: they are both 1, or they are both -1.

\n" ); document.write( "If A = B = 1 then equation (1) gives us

\n" ); document.write( "\"1%2BC+=+-1\"
\n" ); document.write( "\"C+=+-2\"

\n" ); document.write( "Then the equation is

\n" ); document.write( "\"x%5E2%2Bx-2+=+0\"

\n" ); document.write( "\"%28x%2B2%29%28x-1%29+=+0\"
\n" ); document.write( "\"x+=+-2\" or \"x+=+1\"

\n" ); document.write( "and the roots are B and C.

\n" ); document.write( "So there is one solution to the problem.

\n" ); document.write( "If A = B = -1, then equation (1) gives us

\n" ); document.write( "\"-1%2BC+=+-1\"
\n" ); document.write( "\"C+=+0\"

\n" ); document.write( "Since the requirement is that A, B, and C be non-zero, there is no solution in this case.

\n" ); document.write( "So the unique quadratic equation Ax^2+Bx+C=0 with roots B and C is \"x%5E2%2Bx-2+=+0\".
\n" ); document.write( "
\n" );