1) Let P(t) be the rodent population:
P(t) = (30,000)*(2t/7)
Where t is years. You want P(t) = 1,000,000:
1,000,000 = (30,000)*(2t/7)
33.3 = 2t/7
log2(33.3) = t/7
7*log2(33.3) = t ≅ 35.4 years
2) ln(18) - ln(x-3) = ln(x)
Use the identity ln(a) - ln(b) = ln(a/b)
ln(18/(x-3)) = ln(x)
Since the two logs are equal, their arguments must be equal:
18/(x-3) = x
18 = x(x-3)
0 = x2 - 3x - 18
0 = (x-6)(x+3)
x = 6 and -3
3) ex^2+7x = e-12
The exponents must be equal:
x2 + 7x = -12
x2 + 7x + 12 = 0
(x+4)(x+3) = 0
x = -4 and -3