Given that m 3 − m 2 + n 3 − n 2 is a perfect number.
m and n are distinct positive integers. What is the minimum positive value of m + n ?
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.
How do you know that there isn't a pair ( m , n ) whose sum is smaller than 12 and also satisfies this condition?
Log in to reply
I was doing this repeatedly by m=1,2,3,4,5,6,7,8,9,10 and n=10,9,4,8,7,6,5,4.. then I suddenly found 496 by m=8 and n=4..then I put it on the submit box.And I found it correct.
If we write the perfect number's series, we get, 6 , 2 4 , 4 9 6 , 8 1 2 8 . . . . . . . . . . IF I take m 3 − m 2 + n 3 − n 2 = 6 or m 3 − m 2 + n 3 − n 2 = 2 4 then we can't get any value of m , n if I take m 3 − m 2 + n 3 − n 2 = 4 9 6 then we only get ( m , n ) = ( 4 , 8 ) , ( 8 , 4 ) . For other value it does't satisfy the equation. So I think there are no any value less than 1 2
Problem Loading...
Note Loading...
Set Loading...
4 3 − 4 2 + 8 3 − 8 2 = 4 9 6 ( perfect number )
so, m = 4 and n = 8
so,the value of m + n is 1 2 .