Find the value of integer x such that
x ! 1 ! 2 ! 3 ! 4 ! ⋯ 9 9 ! 1 0 0 !
is 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.
Nice solution. My approach was just a slight variation: We first observe that for ∏ n = 1 1 0 0 n ! each odd n appears an even number of times and each even n appears an odd number of times. Thus we need to eliminate one of each of the even n to end up with a perfect square. But
n = 1 ∏ 5 0 2 n = 2 5 0 ∗ n = 1 ∏ 5 0 n = 2 5 0 ∗ 5 0 ! ,
so if we divide by 5 0 ! we end up with a perfect square.
Nicely done Curtis :-)
Problem Loading...
Note Loading...
Set Loading...
a = 1 ∏ 1 0 0 a ! = 1 0 0 × 9 9 2 × 9 8 3 × . . . × 2 9 9 Now taking out all the squares (1) (and even powers leaves us with: 9 8 × 9 6 × . . . × 2 = 2 4 9 4 9 ! Now we want to divide this to leave a square number so we test x = 50 5 0 ! = 5 0 . 4 9 ! = 5 2 × 2 . 4 9 ! We ignore a factor of 25 as this is a square term that will cancel out from a term we neglected from (1). So we have: 2 ( 4 9 ! ) 2 4 9 . 4 9 ! = 4 2 4 Hence, x = 5 0