perfect explanation above, except for the following:
Saurav wrote:
Now use the second equation to find out how many pairs of (p,q) follow the relation. We find that only (-4,2) will fit the relation.
actually, (p, q) can be either (-4, 2) or (2, -4). i realize that you may know this, but when you write (p, q) = (_, _), the notation implies that the first number is p and the second number is q.
for any readers who don't know, these solutions can be arrived at in one of the following three ways:
(1) (formal method) use statement #2 as a substitution for q, so that pq = -8 gives p(-2 - p) = -8. solve the resulting quadratic for p, and then plug back into q = -2 - p to find q.
(2) (exhaustive listing) just try out all the possibilities for pq = -8, listed by saurav in his post, to see which ones also satisfy -2 - p = q. this may sound daunting at first, but it shouldn't seem that bad when you realize that there are only eight possibilities and the arithmetic is very easy.
(3) (inspection) just stare at the equations and see whether you can think of the numbers that satisfy them. this is a dicey method in general, and, unless your intuition for numbers and algebra is supremely fantastic, should be reserved for situations in which guessing is your only alternative.
--
by the way, the most important part of saurav's post is this buried gem:
Quote:
if we want to test for 2,0 then we should be able to prove that either p or q will have a value = 2
take note:
when a polynomial is written in the form (x - A)(x - B)..., the numbers A, B, ... are the x-intercepts of the polynomial's graph.