Processing math: 100%

Friday, August 7, 2015

Find all positive integers n for which n+1996 exceeds n1 by an integer. (First Solution)

Find all positive integers n for which n+1996 exceeds n1 by an integer.

My solution:

Let n+1996n1=k, where k is a positive integer.

n+1996=k+n1

Squaring both sides we get:

n+1996=k2+n1+2kn1

n+1996=k2+n1+4k2(n1)

1996+1=k2+4k2(n1)k2+4k2=k2+2k

since n1

Pressing on the calculator the square root of 1996 gives us 44.6766, so, we know 452>1996, thus we can have the following reasoning:

Since 452=2025>1996, we then have:

452>1996

45+1>1996+1k2+2k

46>k2+2k

k2+2k46<0

Solving it for k, we have 7k5 which implies 0k5.

Checking it for each case, there is only a solution to the problem, and that is when

k=1, which leads to n=500.

No comments:

Post a Comment