What is the value of n for which the expression n ! + 1 0 becomes a perfect square?
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.
If n = 3 3 ! + 1 0 = 1 6 ⟶ Perfect square
If n = 6
6 ! + 1 0 = 7 3 0 ⟶ Not a perfect square
If n = 9
9 ! + 1 0 = 3 6 2 8 9 0 ⟶ Not a perfect square
If n = 2 0
2 0 ! + 1 0 ≈ 1 5 5 9 7 7 6 2 6 8 . 6 4 ⟶ Not a perfect square
Hence n = 3
How can 2 0 ! + 1 0 < 4 ?
Besides, how can you be sure if values of n > 4 will satisfy or not?
Log in to reply
I fixed it. Thanks.
Actually,I just checked the given options.
Log in to reply
Oh, I get it. Still, what if this isn't the "multiple answer" type? I'd like to see how you solve it.
Log in to reply
@Steven Jim – You can use the fact that a perfect square ends with 1,4,6,9,25 or 00.
This shows that the n is between 1 ≤ n ≤ 1 0 .
Because If n ≥ 1 0 , n ! + 1 0 will always end with 10.
So it seems that n = 3 is the only solution.
if we put 1,2,3,......as the values of n ,then 1!+10=11,2!+10=12,3!+10=16. but again 4!+10=34 which is not a perfect square.Also for n=1,2 the expression is not a perfect square. so the correct answer is 3.
How can you be sure if values of n > 4 will satisfy or not?
Problem Loading...
Note Loading...
Set Loading...
Note that a perfect square, when divided by 4, has a remainder of 0 or 1. Thus, n < 4 .
If n = 1 , then n ! + 1 0 = 1 1 , which is not a perfect square.
If n = 2 , then n ! + 1 0 = 1 2 , which is not a perfect square.
If n = 3 , then n ! + 1 0 = 1 6 , which is a perfect square.
Thus n = 3 .