k k is not perfect though

Find the sum of all positive integers k k such that

k ( k + 15 ) \large k(k+15)

is a perfect square .

69 67 65 63

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.

1 solution

Ken Mercado
Nov 22, 2017

We are looking for positive integer k k such that k 2 + 15 k = p 2 k^2 + 15k = p^2 where p is any positive integer. Let's try converting this to standard form: k 2 + 15 k p 2 = 0 k^2 + 15k - p^2 = 0 What we see above is a quadratic equation with a = 1 , b = 15 , c = p 2 a = 1, b = 15, c = -p^2 , let's consider the formula for the roots (i.e. the value of k). k = b ± 1 5 2 + 4 p 2 2 k = \frac{-b \pm \sqrt{ 15^2+4p^2}}{2} . Let d = 1 5 2 + 4 p 2 d = 15^2+4p^2 .

Since we know k is a integral, 15 + ( d ) -15+\sqrt(d) should be divisible by 2. That only happens when d is a perfect square and is odd. So, we want to determine if there exists a q q such that 1 5 2 + 4 p 2 = q 2 15^2 + 4p^2 = q^2 where p and q integers and p < q.

The difference between two perfect squares q 2 q^2 and p 2 p^2 is 2 k p + k 2 2 kp + k^2 where k = q p k = q - p . Hence, we need to check if there exists a k (i.e. p - q) such that ( 1 5 2 + 4 p 2 ) p 2 = 2 k p + k 2 (15^2 + 4p^2) - p^2 = 2kp + k ^2 .

The equation when simplified is equivalent to the quadratic two-variable Diophantine equation. 3 p 2 2 k p k 2 + 1 5 2 = 0 3p^2 - 2kp - k^2 + 15^2 = 0

I don't actually know how to manually solve for the solution of this type of equation so I just used a solver: https://www.alpertron.com.ar/QUAD.HTM It will turn out the equation has 4 solutions with p > 0 and q > 0. Use the quadratic formula to get the k's for each p. You will get k = 1, 5, 12, 49 which sum to 67.

I will edit this solution later

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...