Alright, this can also be written as f(g(3)). I'll show you two ways to do it.
First, working from the inside out.
g(3) = 32 = 9
f(9) = 3(9) - 5 = 27 - 5 = 22
Orrrrrr...
f(g(3)) = 3(32) - 5 = 3(9) - 5 = 27 - 5 = 22
Pick which works better for you.