Answer:
To find the solution of a linear system, we need to find the values of x and y that satisfy both equations. One method to solve a system of linear equations is substitution. We can use the first equation to find the value of y in terms of x, and substitute it into the second equation.
y = 1/2x + 1
y = 3/2x + 4
We substitute the first equation into the second equation:
3/2x + 4 = 1/2x + 1
Now we simplify:
2x = 3
x = 3/2
Finally, we substitute x = 3/2 into either equation to find y:
y = 1/2 * 3/2 + 1 = 2
So, the solution of the system is (3/2, 2). Out of the given options, only (3/2, 7/4) has the same values of x and y.
Therefore, the answer is (C) (3/2, 7/4).