0

I started with an even odd arguement, where I tried to show that no matter which numbers you pick, the sum would always be even. However, this doesn't work for the arrangment of 3 evens and one odd. Where do I go from here?

amWhy
  • 209,954
Gerard L.
  • 2,536

1 Answers1

2

Write $p=a+b+c+d$ and say $p$ is prime. Then we have $$ab=c(p-a-b-c)$$ so $$(a+c)(b+c) = cp$$ which means that $$p\mid a+c\;\;\;\;{\rm or}\;\;\;\;p\mid b+c$$ in 1st case we get $p=a+b+c+d\leq a+c$ a contradiction. The same contradiction we get in the second case. So $p$ must be composite.

nonuser
  • 90,026