Given that y = px + q and y = 5 when x = 3, while y = 4 when x = 2, find the value of p and q.
The correct answer is: B
Explanation
y = px + q
5 = 3p + q ... (i)
4 = 2p + q ... (ii)
(i) - (ii) : p = 1
\(\therefore\) 5 = 3(1) + q
\(\implies\) q = 5 - 3 = 2
(p, q) = (1, 2)