Here we show the OP some techniques (tricks?) for finding the inverse elements in $\mathbb{Z_{16}}$.
Since $15 \equiv -1 \pmod{16}$ we can factor $15$ and write
$\quad 3\cdot 5 \equiv -1 \pmod{16} \; \text{ iff } \; (-3) \cdot 5 \equiv 1 \pmod{16} \; \text{ iff } \; 5 \cdot 13 \equiv 1 \pmod{16}$
and
$\quad 3\cdot 5 \equiv -1 \pmod{16} \; \text{ iff } \; 3 \cdot (-5) \equiv 1 \pmod{16} \; \text{ iff } \; 3 \cdot 11 \equiv 1 \pmod{16}$
A good start - we've found the inverse of four residue primes. By working with our 'material', we'll find $[7]^{-1}$ by multiplying $[7]$ with known quantities and see if we transform it to $[1]$.
$\quad 7 \cdot 3 \equiv 21 \pmod{16}$
$\quad 7 \cdot 3 \equiv 5 \pmod{16}$
$\quad 7 \cdot 3 \cdot 13 \equiv 5 \cdot 13 \pmod{16}$
$\quad 7 \cdot (39) \equiv 1 \pmod{16}$
$\quad 7 \cdot 7 \equiv 1 \pmod{16}$
So $[7]^{-1} = 7$.
Here are the remaining invertible elements,
$\quad \large [9]^{-1} = \bigr([3]^{2}\bigr)^{-1} = \bigr([3]^{-1}\bigr)^2 = [11^2] = [121] = [9]$
$\quad \large [15]^{-1} = [3\cdot5]^{-1} = [3^{-1} \cdot 5^{-1}] = [11 \cdot 13] = [15]$
(there is an easier way to find $[15]^{-1}$)
$\quad \large [1]^{-1} = [1]$
So $\mathbb{Z_{16}}$ has $8 = \phi(16)$ invertible elements.