What is the number of distinct positive integers n such that n + 3 2 and n 2 + 3 3 are both perfect cubes?
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.
Same method used. Great application of Fermat's (for once)! :D
nice one although i got it
The best way to do it. Fermat's conjecture hidden in plain sight.
(n+3^2)=k and (n^2+3^3)=l ....now kl = n^3+9n^2+27n+243=(n+3)^3+6^3
So what? Why is the answer 0?
I.e by Fermat's last theorem. You mentioned in your solution. @Pi Han Goh
Log in to reply
I'm reading your solution right now, I don't care if my solution have written FLT, how should I know that your solution also applies FLT? You should make that explicit.
Simpler solution: a^3-b^3=(a-b)(a^2+ab+b^2)=n^2-n+18=unfactorable.
You need to show that there's no integer solution for n 2 − n + 1 8 = ( a − b ) ( a 2 + a b + b 2 ) . It's not sufficient to prove that it's "unfactorable". You could say that a − b = ± 1 or a 2 + a b + b 2 = ± 1 has no solution, but it's easier albeit an overkill to apply Fermat's Last Theorem. I actually don't have to use Fermat's Last Theorem, I just need to show that no perfect cubes differ by 6 3 which is an easy task.
Problem Loading...
Note Loading...
Set Loading...
Suppose there is a solution, then their product is also a perfect cube, we have a positive integer m such that
m 3 = ( n + 3 2 ) ( n 2 + 3 3 ) = n 3 + 9 n 2 + 2 7 n + 2 4 3 = ( n + 3 ) 3 + 6 3
Which contradicts Fermat's Last Theorem.