2

I'm not sure how to start. Is 2310 some special number?

Gerard L.
  • 2,536

1 Answers1

0

$$a + b = N$$

Let $N\mid a\cdot b$. If $p$ is some prime such that $p\mid N$, then both $a$ and $b$ are definitely divisible by $p$.

$2310$ is made up of $5$ different primes. So, if $N\mid a, b$, then both $a$ and $b$ are divisible by $N$. So, $N = a + b \ge 2N$. Contradition.

kingW3
  • 13,496
  • Can you explain to me what "N|a*b" means? I forgot... – Gerard L. Mar 05 '17 at 01:12
  • @GerardL., it means that $a\cdot b = Nm$ for some integer $m$ – Andrei Kulunchakov Mar 05 '17 at 11:19
  • If $a+b=2310=235711$, then both $a,b$ are odd, even. Let, $a=2308=22577, b=2; a=2307=3769, b=3$. Get that both $577, 769$ are primes, although not concerned with the problem as if change $2310$ to $2312=21156=22578=222289$, still the same issue persists. To prove, their product $2310 \not | ,,, ab$, need show there is different set of primes in each. Might be need a different approach as at:https://math.stackexchange.com/q/714294/424260 – jiten Nov 28 '20 at 19:51