0

How do I show that for any arbitrary integer $a$, $2|(a+1)$ and $3a|(a+1)(a+2)$?

$2|(a+1)$, if $a$ is even, $2k=a$ replacing $a$ , $2k=a$ for some $k$ in $Z$

\begin{align}a(a+1)&=2k(2k+1)\\ &=4k^2+2k\\ &=2(2k^2+k)\end{align}

shows clearly that $2$ is divisible $(a+1)$

but I can't prove the second part

Bill Dubuque
  • 272,048
mnarteh
  • 11

1 Answers1

1

Both statements are actually false.

for $a|(a+1)$ take $a = 2$. Clearly $2$ does not divide $3$

for $3a|(a+1)(a+2)$, take $a = 5$. Clearly $15$ does not divide $6*7 = 42$