To determine which equations represent the table of balances for Manuel and Ruben after a certain number of weeks, we can analyze the data provided. The balances for each person after \( x \) weeks are as follows:
\[ \begin{array}{|c|c|c|} \hline \text{Number of Weeks} & \text{Manuel's Balance ($)} & \text{Ruben's Balance ($)} \ \hline 0 & 22 & 218 \ 1 & 33.50 & 205 \ 2 & 45 & 192 \ 3 & 56.50 & 179 \ \hline \end{array} \]
Step 1: Determine the linear equation for Manuel’s balance.
We start with Manuel's balances:
- At \( x = 0 \), \( y = 22 \)
- At \( x = 1 \), \( y = 33.50 \)
To find the slope (\( m \)): \[ m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{33.50 - 22}{1 - 0} = 11.50 \]
Using the point-slope form of the equation: \[ y - y_1 = m(x - x_1) \] Using the point \( (0, 22) \): \[ y - 22 = 11.5(x - 0) \implies y = 11.5x + 22 \]
Step 2: Determine the linear equation for Ruben’s balance.
Now, for Ruben's balances:
- At \( x = 0 \), \( y = 218 \)
- At \( x = 1 \), \( y = 205 \)
Again, we calculate the slope: \[ m = \frac{205 - 218}{1 - 0} = \frac{-13}{1} = -13 \]
Using the point-slope form: \[ y - y_1 = m(x - x_1) \] Using the point \( (0, 218) \): \[ y - 218 = -13(x - 0) \implies y = -13x + 218 \]
Step 3: Write the system of equations.
Now we combine the two equations derived:
- Manuel’s balance: \( y = 11.5x + 22 \)
- Ruben’s balance: \( y = -13x + 218 \)
This means the system of equations is: \[ \begin{cases} y = 11.5x + 22 \ y = -13x + 218 \end{cases} \]
Conclusion
The correct system of equations that represents the balances for Manuel and Ruben is:
\[ \boxed{y = 11.5x + 22 \text{ and } y = -13x + 218} \]