I have a problem that gives me this data: $$(e,n) = (13,1563151)$$ One of the primes $(p,q)$ is $<1050$.
With this data I shall calculate the private key $d$.
I can only use a simple arithmetic calculator for this problem.
I figured out that $d=e^{-1} \bmod \phi(N)$, $\phi(N)=(p-1)(q-1)$ so I should somehow get $p$ and $q$ with the data I'm given but I'm stuck there.