1. **Problem 8:** Given the polynomial $f(x) = 8px^3 + 4qx^2 - 6x$, where $p$ and $q$ are constants, and $f(x)$ is divisible by $2x + 3$. We need to find the remainder when $f(x)$ is divided by $2x - 3$.
2. Since $f(x)$ is divisible by $2x + 3$, by the Remainder Theorem, $f\left(-\frac{3}{2}\right) = 0$.
3. Substitute $x = -\frac{3}{2}$ into $f(x)$:
$$f\left(-\frac{3}{2}\right) = 8p\left(-\frac{3}{2}\right)^3 + 4q\left(-\frac{3}{2}\right)^2 - 6\left(-\frac{3}{2}\right) = 0$$
4. Calculate powers:
$$\left(-\frac{3}{2}\right)^3 = -\frac{27}{8}, \quad \left(-\frac{3}{2}\right)^2 = \frac{9}{4}$$
5. Substitute back:
$$8p \times \left(-\frac{27}{8}\right) + 4q \times \frac{9}{4} + 9 = 0$$
6. Simplify:
$$-27p + 9q + 9 = 0$$
7. Rearranged:
$$-27p + 9q = -9$$
8. Divide both sides by 9:
$$-3p + q = -1$$
9. Now, find the remainder when $f(x)$ is divided by $2x - 3$. By the Remainder Theorem, the remainder is $f\left(\frac{3}{2}\right)$.
10. Substitute $x = \frac{3}{2}$ into $f(x)$:
$$f\left(\frac{3}{2}\right) = 8p\left(\frac{3}{2}\right)^3 + 4q\left(\frac{3}{2}\right)^2 - 6\left(\frac{3}{2}\right)$$
11. Calculate powers:
$$\left(\frac{3}{2}\right)^3 = \frac{27}{8}, \quad \left(\frac{3}{2}\right)^2 = \frac{9}{4}$$
12. Substitute back:
$$8p \times \frac{27}{8} + 4q \times \frac{9}{4} - 9 = 27p + 9q - 9$$
13. Using the relation from step 8, express $q$ in terms of $p$:
$$q = -1 + 3p$$
14. Substitute $q$ into the remainder expression:
$$27p + 9(-1 + 3p) - 9 = 27p - 9 + 27p - 9 = 54p - 18$$
15. The remainder is $54p - 18$, which matches option D: $18 - 54p$ if factored as $- (18 - 54p) = 54p - 18$.
16. **Answer for Problem 8:** D. $18 - 54p$.
---
17. **Problem 9:** Given the H.C.F. and L.C.M. of three expressions are $pr$ and $p^4 q^5 r^3$ respectively. The first two expressions are $p^4 q^2 r$ and $p^2 q^5 r^2$. Find the third expression.
18. Let the third expression be $p^a q^b r^c$.
19. The H.C.F. is the minimum powers of each variable among the three expressions:
$$\min(4, 2, a) = 1 \quad (p)$$
$$\min(2, 5, b) = 0 \quad (q)$$
$$\min(1, 2, c) = 1 \quad (r)$$
20. The L.C.M. is the maximum powers of each variable:
$$\max(4, 2, a) = 4 \quad (p)$$
$$\max(2, 5, b) = 5 \quad (q)$$
$$\max(1, 2, c) = 3 \quad (r)$$
21. From H.C.F. conditions:
- For $p$: $\min(4, 2, a) = 1$ implies $a \geq 1$ and minimum is 1, so $a = 1$.
- For $q$: $\min(2, 5, b) = 0$ implies $b = 0$.
- For $r$: $\min(1, 2, c) = 1$ implies $c \geq 1$ and minimum is 1, so $c = 1$.
22. From L.C.M. conditions:
- For $p$: $\max(4, 2, a) = 4$ implies $a \leq 4$, consistent with $a=1$.
- For $q$: $\max(2, 5, b) = 5$ implies $b \leq 5$, consistent with $b=0$.
- For $r$: $\max(1, 2, c) = 3$ implies $c = 3$.
23. There is a contradiction for $r$ between H.C.F. and L.C.M. conditions. Since H.C.F. minimum is 1, and L.C.M. maximum is 3, $c$ must be between 1 and 3.
24. To satisfy both, $c = 3$ (to get L.C.M. 3) and minimum among $1, 2, 3$ is 1 (H.C.F. 1), so $c=3$.
25. Final third expression is:
$$p^1 q^0 r^3 = p r^3$$
26. **Answer for Problem 9:** The third expression is $p r^3$.
Polynomial Divisibility Ee9592
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.