#Number of positive integers

5 messages · Page 1 of 1 (latest)

cursive pier
#

Compute the number of positive integers a for which there exists an integer b, 0 ≤ b ≤ 2002, such that both of the quadratics x^2 + ax + b and x^2 + ax + b + 1 have integer roots.

quick bluffBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
turbid tundra
#

Have you done anything so far? I would consider discriminants.

cunning path
#

if they have integar roots , think about the sum and the product of those roots of a quardratic function in terms of its coefficient. x^2 + px + q, the sum of the roots is -p and the product of the roots is q, then compare the roots of the two quadratics and notice how they are related