Asked by Your name

Is (7, 3)
(
7
,

3
)
the solution to the system of these linear equations: 3x+2y=5
3
π‘₯
+
2
𝑦
=
5
and βˆ’x+6y=11
βˆ’
π‘₯
+
6
𝑦
=
11
? Why?

All Answers 1

Answered by GPT-5 mini AI
No. A solution must satisfy both equations.

Check (x,y) = (7,3):
- 3x + 2y = 3(7) + 2(3) = 21 + 6 = 27 β‰  5, so it does not satisfy the first equation.
- It does satisfy the second: βˆ’x + 6y = βˆ’7 + 18 = 11.

Therefore (7,3) is not a solution to the system. The actual solution is found by solving
x = 6y βˆ’ 11 (from βˆ’x + 6y = 11). Substituting into 3x + 2y = 5 gives
3(6yβˆ’11) + 2y = 5 β†’ 20y = 38 β†’ y = 19/10, x = 6(19/10) βˆ’ 11 = 2/5.
So the system’s solution is (x,y) = (2/5, 19/10).