To represent the situation using a system of linear equations, we need to consider the two pieces of information given: the total number of cars washed and the total amount of money made.
- Let \( x \) represent the number of quick washes (which cost $5 each) and \( y \) represent the number of premium washes (which cost $8 each).
- From the problem, we know:
- The total number of cars washed (quick and premium) is 125: \[ x + y = 125 \]
- The total amount of money made from these washes is $775: \[ 5x + 8y = 775 \]
Putting this information into the form of a system of linear equations, we have:
\[ \begin{align*}
- & \quad x + y = 125 \
- & \quad 5x + 8y = 775 \end{align*} \]
Thus, the correct system of equations that represents the situation is:
5x + 8y = 775 and x + y = 125.