Solution: Power of Three
Let's solve the Power of Three problem using the Math and Geometry pattern.
We'll cover the following...
Statement
Given an integer n, determine whether it is a power of three. Return TRUE if it is, and FALSE otherwise.
An integer n is considered a power of three if there exists an integer x such that n