To solve the system of equations using the substitution method, we will first solve one of the equations for one variable and then substitute that expression into the other equation.
The system of equations is:
- \( 2x + 2y = 6 \)
- \( 3x + 2y = 9 \)
Let's solve the first equation for \( y \):
- \( 2x + 2y = 6 \)
Divide the entire equation by 2:
\[ x + y = 3 \]
Now, solve for \( y \):
\[ y = 3 - x \]
Next, substitute \( y \) in the second equation \( 3x + 2y = 9 \):
\[ 3x + 2(3 - x) = 9 \]
Now, simplify and solve for \( x \):
\[ 3x + 6 - 2x = 9 \]
Combine like terms:
\[ x + 6 = 9 \]
Subtract 6 from both sides:
\[ x = 3 \]
Now that we have \( x = 3 \), we can substitute it back into the equation we found for \( y \):
\[ y = 3 - x = 3 - 3 = 0 \]
So, the solution to the system of equations is:
\[ \boxed{(3, 0)} \]
Let's double-check by substituting \( x = 3 \) and \( y = 0 \) back into the original equations:
For the first equation:
\[ 2(3) + 2(0) = 6 \quad \text{which simplifies to} \quad 6 = 6 \quad \text{(True)} \]
For the second equation:
\[ 3(3) + 2(0) = 9 \quad \text{which simplifies to} \quad 9 = 9 \quad \text{(True)} \]
Both equations are satisfied, confirming that our solution is correct.
Thus, the final answer is:
\[ \boxed{(3, 0)} \]