2007 SMT Algebra Round Problem 6
Problem
What is the largest prime factor of
?
Solution
By just bashing it out, we get
and
. After adding these two up, we get
. By just looking at this, we see that it is divisible by
, so let's divide by
to get
. After trying all the primes from
to
(
won't work because this number does not end in
or
), we get that this number is divisible by
, and our quotient is
. Because no prime less than
divided
, they won't divide
either, and because
,
must be prime, so our primes are
and
. Because
is the greatest out of all of these, our answer is
.
~Yuhao2012