Find the largest three-digit number that can be written in the form $3^m + 2^n$, where $m$ and $n$ are positive integers.

3^m + 2^n

powers of 2: 2,4,8,16,32,64,128,256,512
powers of 3: 3,9,27,81,243,729

729+256 = 985
243+512 = 755

Looks like 985 is the winner

To find the largest three-digit number that can be written in the form $3^m + 2^n$, we can start by analyzing the possible values of $m$ and $n$.

Let's start with $m$. Since $3^1 = 3$ and $3^2 = 9$, we can see that $m$ can take values $1$ or $2$ in order to have a three-digit number. We can try the largest possible value for $m$, which is $2$.

Next, let's consider $n$. We want to find the largest value for $n$ such that $3^2 + 2^n$ is a three-digit number. Since $3^2 = 9$, the smallest three-digit number we can achieve is $9 + 2^7$. We can try decreasing the value of $n$ until we find a three-digit number.

$3^2 + 2^6 = 9 + 64 = 73$ (not a three-digit number)

$3^2 + 2^5 = 9 + 32 = 41$ (not a three-digit number)

$3^2 + 2^4 = 9 + 16 = 25$ (not a three-digit number)

$3^2 + 2^3 = 9 + 8 = 17$ (not a three-digit number)

$3^2 + 2^2 = 9 + 4 = 13$ (not a three-digit number)

$3^2 + 2^1 = 9 + 2 = 11$ (not a three-digit number)

$3^2 + 2^0 = 9 + 1 = 10$ (not a three-digit number)

Based on our calculations, it seems that there is no value of $n$ that would result in a three-digit number when added to $3^2$. Therefore, the largest three-digit number that can be written in the form $3^m + 2^n$, where $m$ and $n$ are positive integers, is $\boxed{99}$.