Let $n$ be an integer greater than $6$.Show that if $n+1$ is a prime number,than $\left\lceil \frac{(n-1)!}{n(n+1)}\right \rceil$ is $ODD.$
Problem
Source: Thailand MO 2015
Tags: number theory
28.05.2016 19:42
It's false? Try $n=10$ and you get $3298$ which is even.
28.05.2016 20:30
It's also false for $n = 12$, i suppose you mean it's even. Then the statement is true not only $n + 1 > 7$ but also $n = 6$.
28.05.2016 22:25
this is part of 2004 APMO 4, if you replace $\lfloor \frac{(n-1)!}{n(n+1)} \rfloor$ being odd with being even instead
28.05.2016 22:58
$\LaTeX$ tip: Note that using:$\left\lfloor \frac{(n-1)!}{n(n+1)}\right \rfloor$ yields $\left\lfloor \frac{(n-1)!}{n(n+1)}\right \rfloor$ which looks better.
29.05.2016 00:48
Ferid.---. wrote: Let $n$ be an integer greater than $6$.Show that if $n+1$ is a prime number,than $\lfloor \frac{(n-1)!}{n(n+1)} \rfloor$ is odd. It is in fact even for every $n \ge 1$. This is APMO 2004/4, as mentioned above.
30.05.2016 21:47
$\boxed{SOLUTION}$ Suppose that $n+1=p$ Then $p-1$ is composite number and $p\geq 7.$Write $p-1=ab$ where $1<a,b<p-2.$ We first show that $(p-1)\mid (p-2)!$ This is clear when $a\not= b$ If $a=b$,then $a=\sqrt{p-1}$ since $p\geq 7$, $0<(p-1)(p-5)=p^2-6p+5$ and hence $4(p-1)<(p-1)^2$. So $2a=2\sqrt{p-1}<p-1$ and thus $a\geq \frac{p-2}{2}<p-2$ So $a^2\mid (p-2)!$ and hence $(p-1)\mid (p-2)!$ Therefore $(p-2)!=kp-1$ for some integer $k.$We show that $k$ is even.Since $p\ge 7$ the set $\{1,2,...,p-2\}$ contain at least two even numbers.Let $l$ be the largest integer such that $2^l\mid (p-1).$There the set $\{1,2,...,(p-2)\}\ \{2^l,\frac{p-1}{2^l}\}$ contains at least by $Wilson's$ theorem.Thus there in an integer m such that $k=mp-1$ since $k$ is even and $m$ is odd.Therefore $\frac{(n-1)!}{n(n+1)}=\frac{(p-1)!}{(p-1)^2p}=\frac{k}{p}=\frac{mp-1}{p}=m-\frac{1}{p}$ $\lceil \frac{(n-1)!}{n(n+1)}\rceil =m$ is odd.