I would like to factorise $496241$. I know the answer is $677 \times 733$. But I don't know how to get there.
Here is the full question:
"A message has been encoded using RSA with a modulus of $m = p q = 496241$ (with $p$ and $q$ being primes) and encoding exponent of $218821$.
You are advised that $\{13631, 142703\}$ is a valid encoding–decoding pair for the same modulus, $m$.
(a) Use this information to determine $\phi(m)$ for this modulus. (Using software to directly factorise $m$ is not a valid option for doing this part.)
(b) Verify your answer by determining the primes $p$ and $q$. Show how these combine to give both $m$ and $\phi(m)$."
I need it so I can solve (a), and it says I cannot use software to directly factorise m. So I guess pen and paper. But there are not tutorial online. Thanks
Although the comment pointing out that factoring numbers is hard in general is correct, that doesn't mean some numbers aren't slightly more easily factored.
In this case $496241 = 705^2 - 28^2 = (705+28)(705-28) = 677*733$ as desired.
Note that I'm pretty sure I couldn't have spotted this without having the answer, but it does at least potentially provide a route to the correct factorisation.
------ Edited to correct answer ------