We are given a line integral over the boundary \( C \) of a region \( R \) in the xy-plane. The formula for the line integral is:
\[
\int_C (2y \, dx + 5x \, dy).
\]
To solve this, we can apply Green's Theorem, which relates a line integral over a closed curve to a double integral over the region it encloses:
\[
\oint_C (P \, dx + Q \, dy) = \iint_R \left( \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} \right) \, dA,
\]
where \( P = 2y \) and \( Q = 5x \).
First, compute the partial derivatives:
\[
\frac{\partial Q}{\partial x} = 5, \frac{\partial P}{\partial y} = 2.
\]
Thus, the integral becomes:
\[
\iint_R (5 - 2) \, dA = \iint_R 3 \, dA = 3 \times \text{Area of } R.
\]
The area of region \( R \) is \( \alpha \). Therefore, the value of the line integral is:
\[
3\alpha.
\]
Final Answer: \text{(C) \( 3\alpha \)}