Approach: The two "other" roots are found from sum-of-roots (Vieta), but they still carry the unknown common root \(\alpha\). Kill \(\alpha\) by combining the two equations so the \(\alpha^2\) term cancels, leaving \(\alpha\) in terms of \(p\) and \(q\).
Let \(\alpha\) be the common root. Let the first equation \(3x^2 - 5x + p = 0\) have roots \(\alpha,\beta\) and the second \(2x^2 - 2x + q = 0\) have roots \(\alpha,\gamma\).
Step 1: By Vieta, \[ \alpha + \beta = \frac{5}{3}, \qquad \alpha + \gamma = \frac{2}{2} = 1. \] Adding, \[ \beta + \gamma = \frac{5}{3} + 1 - 2\alpha = \frac{8}{3} - 2\alpha. \]
Step 2: Find \(\alpha\). Since \(\alpha\) satisfies both equations: \[ 3\alpha^2 - 5\alpha + p = 0, \qquad 2\alpha^2 - 2\alpha + q = 0. \] Multiply the first by \(2\) and the second by \(3\) to match the \(\alpha^2\) terms: \[ 6\alpha^2 - 10\alpha + 2p = 0, \qquad 6\alpha^2 - 6\alpha + 3q = 0. \] Subtract: \[ -4\alpha + 2p - 3q = 0 \Rightarrow \alpha = \frac{2p - 3q}{4}. \]
Step 3: Substitute \(2\alpha = \dfrac{2p-3q}{2} = p - \dfrac{3q}{2}\): \[ \beta + \gamma = \frac{8}{3} - \left(p - \frac{3q}{2}\right) = \frac{8}{3} - p + \frac{3}{2}q. \]
Final answer: \( \dfrac{8}{3} - p + \dfrac{3}{2}q \) — option 3.