Square Product

Level 1

Find the smallest integer n n such that ( 2 2 1 ) ( 3 2 1 ) ( 4 2 1 ) ( n 2 1 ) (2^2-1)(3^2-1)(4^2-1)\cdots (n^2-1) is a perfect square.


The answer is 8.

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.

1 solution

P = ( 2 2 1 ) ( 3 2 1 ) ( 4 2 1 ) ( n 2 1 ) = k = 2 n ( k 2 1 ) = k = 2 n ( k 1 ) ( k + 1 ) = ( n 1 ) ! ( n + 1 ) ! 2 ! = ( ( n 1 ) ! ) 2 n ( n + 1 ) 2 \begin{aligned} P & = (2^2-1)(3^2-1)(4^2-1) \cdots (n^2 - 1) \\ & = \prod_{k=2}^n (k^2-1) \\ & = \prod_{k=2}^n (k-1)(k+1) \\ & = \frac {(n-1)!(n+1)!}{2!} \\ & = \frac {\left((n-1)!\right)^2n(n+1)}2 \end{aligned}

Note that P P is a perfect square when n ( n + 1 ) 2 \dfrac {n(n+1)}2 is a perfect square. The smallest n n is found to be 8 \boxed 8 ,

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...