by RonPurewal Wed Dec 24, 2014 5:21 am
and, finally (and most importantly)—
if you get stumped by something like this, IMMEDIATELY start using old-fashioned arithmetic.
it's really not that hard just to multiply out the powers, subtract them, and then factor.
annoying? sure.
incredibly time-consuming? nah.
3^8 is 3^4 • 3^4, or 81 • 81 = 6561.
2^8 is 2^4 • 2^4, or 16 • 16 = 256.
so, the difference here is 6561 – 256 = 6305.
this number is clearly divisible by 5, so start by doing that. if you divide 6305 ÷ 5, you get 1261.
now, just try dividing 1261 by odd numbers (or use divisibility tests on it, if you know them) until you strike gold.
• dividing by 3 gives a decimal
• the last digit is not 0 or 5, so dividing by 5 will clearly be a decimal (xxxx.2); no reason to try it
• dividing by 7 gives a decimal
• we already know it's not divisible by 3, so no point in trying to divide by 9
• dividing by 11 gives a decimal
• if we divide by 13, we'll find out that 6305/13 = 97, and then we're done.
yes, it's probably annoying to do this, but you can DEFINITELY do it within a couple of minutes—unless YOU tell yourself that you can't.