Is the following solvable using just arithmetic rather than a calculator, and if so, how?
Which of the following numbers is the greatest positive integer x such that $3^x$ is a factor of $27^5~$?
- a) $5$
- b) $8$
- c) $10$
- d) $15$
- e) $19$
The answer is a), but I'm not sure how to get to that conclusion. We're not supposed to use a calculator.
There is a great power at play here called Unique Factorization. Every number can be written uniquely (up to ordering) as a product of primes. $27 = 3^3$, so $27^5 = (3^3)^5 = 3^{15}$.
Now how do you go about finding out if a number divides $3^{15}$?
And why do you think a is the correct answer? Perhaps it's not.