Judging by the 72 in the bottom right corner of your image, I'm going to assume the answer to my question above is "yes".
First, find the intersections of the parabolas.
[tex]x^2-4x=16-x^2[/tex]
[tex]\implies 2x^2-4x-16=0[/tex]
[tex]\implies x=-2,x=4[/tex]
Now the area is given by the integral
[tex]\displaystyle\int_{-2}^4|(x^2-4x)-(16-x^2)|\,\mathrm dx[/tex]
But over the interval [tex](-2,4)[/tex] (and just by looking at the graph, you know this), you have [tex]16-x^2>x^2-4x[/tex], which means
[tex]|(x^2-4x)-(16-x^2)|=(16-x^2)-(x^2-4x)[/tex]
which follows from the definition of absolute value. Then the integral reduces to
[tex]\displaystyle\int_{-2}^4(16+4x-2x^2)\,\mathrm dx[/tex]
Integrating term-by-term yields
[tex]\left(16x+2x^2-\dfrac23x^3\right)\bigg|_{x=-2}^{x=4}=72[/tex]
as required.