Positive pairs

a 2 + a b + b = 283 a^2+ab+b= 283

How many positive integer solutions ( a , b ) (a,b) exist for this equation?


The answer is 3.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

We can rewrite the given equation as ( a 1 ) ( a + 1 ) + 1 + b ( a + 1 ) = 283 ( a 1 + b ) ( a + 1 ) = 282 (a - 1)(a + 1) + 1 + b(a + 1) = 283 \Longrightarrow (a - 1 + b)(a + 1) = 282 .

Now a 1 + b > a + 1 a - 1 + b \gt a + 1 for b > 2 b \gt 2 . If b = 1 b = 1 then the equation becomes a ( a + 1 ) = 282 a(a + 1) = 282 , but as 282 = 2 × 3 × 47 282 = 2 \times 3 \times 47 we see that there cannot be two successive integers whose product is 282 282 . Also, we cannot have b = 2 b = 2 since the equation would become ( a + 1 ) 2 = 282 (a + 1)^{2} = 282 , but 282 282 is not a perfect square.

Thus it must be the case that a 1 + b > a + 1 a - 1 + b \gt a + 1 . Now 282 282 can be written as 1 × 282 , 2 × 141 , 3 × 94 1 \times 282, 2 \times 141, 3 \times 94 and 6 × 47 6 \times 47 . In each of these cases we can then assign the lesser factor to a + 1 a + 1 and the greater factor to a 1 + b a - 1 + b . Since a 1 a \ge 1 we cannot assign 1 1 to a + 1 a + 1 so we can rule out the first of these factorizations. For the others, we find that

  • a + 1 = 2 , a 1 + b = 141 a = 1 , b = 141 a + 1 = 2, a - 1 + b = 141 \Longrightarrow a = 1, b = 141 ,

  • a + 1 = 3 , a 1 + b = 94 a = 2 , b = 93 a + 1 = 3, a - 1 + b = 94 \Longrightarrow a = 2, b = 93 , and

  • a + 1 = 6 , a 1 + b = 47 a = 5 , b = 43 a + 1 = 6, a - 1 + b = 47 \Longrightarrow a = 5, b = 43 .

There are therefore 3 \boxed{3} possible integer solutions ( a , b ) (a,b) to the given equation, namely ( 1 , 141 ) , ( 2 , 93 ) (1,141), (2, 93) and ( 5 , 43 ) (5,43) .

Why don't you check the solutions?

. . - 3 months, 2 weeks ago
Md Mehedi Hasan
Nov 21, 2017

I solve it with C program

.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...