Proving that for any odd integer: $\lceil \frac{N^2}{4} \rceil = \frac{N^2 + 3}{4}$

2.5k Views Asked by At

I'm trying to construct a proof that for any odd integer: the ceiling of $\large \lceil \frac{N^2}{4} \rceil = \frac{N^2 + 3}{4}$.

Anyone have a second to show me how this is done? Thanks!

3

There are 3 best solutions below

0
On

Hint: what is $N^2 \pmod 4$ for odd $N$?

0
On

Let $N=2k+1$. Then the LHS term is.... The RHS term is.... Hence they are equal.

0
On

Take $N=2k+1$ then we have, $(N^2+3)/4=k^2+k+1$

$N^2/4=k^2+k+1/4,\Rightarrow $ its ceiling is $\lceil N^2/4\rceil =k^2+k+1=(N^2+3)/4$