Find all values of c such that 3^(2c + 1) = 28*3^c - 3^c. If you find more than one value of c, then llist your values in increasing order separated by commas.
32c+1=28×3c−3c
32c+1=27×3c
32c+1=33×3c
32c+1=33+c
2c+1=3+c
c+1=3
c=2
nice!