To solve the system of equations, let's go through the steps one by one.
-
Identify which variable to substitute:
The second equation is \(y = x + 3\). It is convenient to substitute for \(y\) in the first equation because it directly gives \(y\) in terms of \(x\).
a) Which variable should you substitute for in the equation \(3x + 2y = 16\)?
Answer: \(y\) -
What value can be substituted for that variable?
From the second equation, we have \(y = x + 3\).
b) What value can be substituted for that variable?
Answer: \(x + 3\) -
Rewrite the equation with the substitution:
Replace \(y\) in the first equation with \(x + 3\).
c) Rewrite the equation with the substitution.
Start with the original equation: \[ 3x + 2y = 16 \] Substitute \(y\) with \(x + 3\): \[ 3x + 2(x + 3) = 16 \]
-
Now, simplify and solve for \(x\):
\[ 3x + 2(x + 3) = 16 \] Expanding this: \[ 3x + 2x + 6 = 16 \] Combine like terms: \[ 5x + 6 = 16 \]
Next, isolate \(x\) by subtracting 6 from both sides: \[ 5x = 10 \]
Finally, divide by 5: \[ x = 2 \]
-
Substitute \(x = 2\) back into the \(y\) equation to find \(y\):
\[ y = x + 3 = 2 + 3 = 5 \]
Thus, the solution to the system of equations is: \[ (x, y) = (2, 5) \]