Use 2-dimensional vectors. Let the woman's position be the vector $\mathbf{r}$. Circular motion means that:
$$\mathbf{r} = r \begin{pmatrix}\cos\, \omega t \\\ \sin\, \omega t \end{pmatrix}$$
Assuming constant $r$ and $\omega$, it is easy to see by taking the time derivative of each vector component that the velocity vector $\mathbf{v}$ is:
$$\mathbf{v} = \frac{d\,\mathbf{r}}{dt} = \omega\, r \begin{pmatrix}-\sin\, \omega t \\\ \cos\, \omega t \end{pmatrix}$$
And the acceleration vector $\mathbf{a}$ is:
$$\mathbf{a} = \frac{d^2\,\mathbf{r}}{dt^2} = \omega^2\, r \begin{pmatrix}-\cos\, \omega t \\\ -\sin\, \omega t \end{pmatrix} = -\omega^2\, \mathbf{r}$$
The problem states that $r=|\mathbf{r}|$ is 100m and that $|\mathbf{v}|$ is 8m/s. That is all you need to calculate first $\omega$ and then $\mathbf{a}$.