n ! + 1 = m 2
Let the pairs ( m , n ) be positive integers such that the equation above is fulfilled.
How many pairs of ( x , y ) there are such that m < 1 0 0 ?
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.
Your solution did not show any relevant working. What are the potential cases we should check that satisfy all these condition?
Hint : Focus on the factorial sign.
This is known as the Brocard's Problem . And it is still an open question.
actually I used This:
because m < 1 0 0 so m ² < 1 0 0 0 0 so n ! + 1 < 1 0 0 0 0
⟹ n < 8
for n = 0 ⟹ n ! + 1 = 2 not a perfect square
for n = 1 ⟹ n ! + 1 = 2 not a perfect square
for n = 2 ⟹ n ! + 1 = 3 not a perfect square
for n = 3 ⟹ n ! + 1 = 7 not a perfect square
for n = 4 ⟹ n ! + 1 = 2 5 = 5 2 so we have the pair ( 5 , 4 )
for n = 5 ⟹ n ! + 1 = 1 2 1 = 1 1 2 another pair ( 1 1 , 5 )
for n = 6 ⟹ n ! + 1 = 7 2 1 not a perfect square
for n = 7 ⟹ n ! + 1 = 5 0 4 1 = 7 1 2 the last pair ( 7 1 , 7 )
so we have 3 pairs ( 5 , 4 ) ; ( 1 1 , 5 ) ; ( 7 1 , 7 )
Problem Loading...
Note Loading...
Set Loading...
Actually there is only three pairs known till know have this property even for m > 1 0 0 these pairs are called brown numbers and they are ( 5 , 4 ) ; ( 1 1 , 5 ) ; ( 7 1 , 7 ) there is no such a proof that there is only three pairs but the mathematicians conjectured that those are the only ones.