0

$$3^{2x}-2^{2y}=17$$ Find $x+y$.

Here is what I did so far: Let $m=3^{2x}$ and let $n=2^{2y}$

$x=\frac{\log_3m}{2}$ , $y=\frac{\log_2n}2$

$$x+y= \frac{\log_3m+\log_2n}{2} $$

x+y= (base(3)17+n)+(base(2)n)/2

don't know what to do from there

GoodDeeds
  • 11,185
  • 3
  • 22
  • 42

1 Answers1

3

$$17=3^{2x}-2^{2y}=(3^x-2^y)(3^x+2^y)$$

and now remember $\;17\;$ is prime. I don't think logarithms are required here.

DonAntonio
  • 211,718
  • 17
  • 136
  • 287