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)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "In the quadratic equation \n" ); document.write( " \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) \n" ); document.write( "(2) \n" ); document.write( "Equation (2) gives us \n" ); document.write( " \n" ); document.write( " \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( " \n" ); document.write( " \n" ); document.write( "Then the equation is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \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( " \n" ); document.write( " \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 \n" ); document.write( " |