Find the prime factorisation of .
Divide by the smallest prime repeatedly. is even, so start with :
is still even, so divide again:
Stop dividing by 2 and move up the primes. is odd, so is exhausted. It is not divisible by (digit sum ), not by (last digit ), not by (, remainder ), and not by (, remainder ).
Try .
and is prime, so the division tree terminates. Note we only had to test primes up to .
Collect the factors with exponents.
Observe that every exponent is even, so 676 is a perfect square. Halving the exponents gives the root:
Check: , and .
Need to solve a different problem like this? Open the solver →