I attempted to solve this problem in the following manner:
Part1:
The area under the curve is defined by the integral below:
$$ \int_0^{10} g(x)dx $$
and can be easily obtained by using the Area of a triangle function
$$ \frac12bh $$
which in this case would equal to
$$ \frac1210*20 = 100$$
therefore: $$ \int_0^{10} g(x)dx = 100 $$
Part2 is another integral that is defined by the Area of a circle such that: $$ A = \pi r^2 $$
or since it is only a Half-Circle:
$$ A = \int_{10}^{30} g(x)dx = \pi \frac {r^2}2 = 50\pi $$
Before we can complete the 3rd part of the question you have to find:
$$ \int_{30}^{35} g(x)dx $$
using the same concept as in part1, the following is also true here: $$ \frac12bh $$
therefore:
$$ A = \int_{30}^{35} g(x)dx = \frac12 {5} * {5} = 12.5 $$
Now you can add it all together to say that:
$$ A = \int_{0}^{35} g(x)dx = 112.5 + 50\pi$$
however the above answer is incorrect. How can I solve this correctly based off the answer I just walked through?
