Hi Jordan G.,
You are given an equation with decibels (L) in terms of intensity (I). You can rearrange this equation to have intensity in terms of decibels, since you are given decibels and need to find intensity.
L = 10*log(I/Io)
L/10 = log(I) - log(Io),...........................[log(a/b) = log(a) - log(b)]
L/10 = ln(I)/ln(10) - log(10-12),.............[logb(a) = ln(a)/ln(b)]
L/10 = ln(I)/ln(10) - (-12),.....................[loga(ab) = b]
L/10 - 12 = ln(I)/ln(10)
(L/10 - 12)*ln(10) = ln(I)
ln(10(L/10-12)) = ln(I),............................[b*ln(a) = ln(ab)]
I = 10(L/10-12),.......................................[eln(a) = a]
For L = 97 decibels, I = 10(97/10-12) ≈ .005012 W/m2
For L = 93 decibles, I = 10(93/10-12) ≈ .001995 W/m2
And L97/L93 = .005012/.001995 ≈ 2.5, so 97 decibels is 2.5 times as intense as 93 decibels.
I hope this helped, Joe.