Region is bounded by : $y=x+4$, $y=5$, $y=-x-4$, $x=3$
Graph is here: https://www.desmos.com/calculator/cwmlwknywe
Can I just split the shape at the x-axis, find the individual centroids, and then add them or average them? I can't seem to find an example like this in my book.
If $n$ masses $m_1,\;m_2,\ldots,\,m_n$ are placed in points $(x_1,y_1),\,(x_2,y_2),\ldots,(x_n,y_n)$, respectively, then the centroid of the systems is $(\overline{x},\overline{y})$ where $$\overline{x}=\dfrac{\sum_{i=1}^{n}{m_ix_i}}{\sum_{i=1}^{n}{m_i}}\qquad\text{and}\qquad \overline{y}=\dfrac{\sum_{i=1}^{n}{m_iy_i}}{\sum_{i=1}^{n}{m_i}}$$ In the present case, if $m_1$ is the area(mass) of the big triangle and $m_2$ is the mass(area) of the little one, we have $$\overline{x}=\dfrac{m_1x_1-m_2x_2}{m_1-m_2}\qquad\text{and}\qquad \overline{y}=\dfrac{m_1y_1-m_2y_2}{m_1-m_2}$$ where $(x_1,y_1)$ and $(x_2,y_2)$ are the centroid of the triangles big and little one, respectively.