An integral approach:
Call the red area $A$, then:
$$ A = \{(x,y)^2 \mathbb{R}^2 : 0 \le x \le 10, 5 \le y \le 10, (x-10)^2+y^2 \ge 10^2, (x-5)^2 + (y-5)^2 \ge 5^2\}$$
(where you can change all $\le$ to $\lt$, if you don‘t want to "count the border", it won‘t change the result.) How did I get to this formula? Well, the first two conditions should be obvious. The formula for a circle with radius $r$ centered in $(x_0,y_0)$ is $((x-x_0)^2+(y-y_0)^2 = r^2$ and the red area is $above$ two circles.
The following requires some knowledge about the Lebesgue integral as Tonelli will be used. Though I hope most of it should be understandable with less knowledge.
The area of $A$ is $\int_A 1 \mathrm{d}(x,y)$.
$$
\int_A 1 \mathrm{d}(x,y)
= \int_5^{10} \int_{\varphi(y)}^{10} 1 \mathrm{d}x \mathrm{d}y
= \int_5^{10} 10 - \varphi(y) \mathrm{d}y
$$
where $\varphi(y)$ gives the smallest $x$ for which $(x,y) \in A$. This is true because of the upper and lower bounds of the $x$ and $y$ values.
Two steps are remaining:
- Find $\varphi(y)$ for all $y \in [5,10]$ To do so, write the conditions in the definition of $A$ as “$x \ge max(\dots,\dots)$”.
- Solve the resulting one-dimensional integral. Honestly I do not know whether this is an easy task, as I have not done 1. (yet?). Hopefully you find an anti derivative here! (You should be able to assume the integral is a Riemann integral.)