The teacher hasn't uploaded a solution for this question yet.
Two vectors $\vec{\alpha}$ and $\vec{\beta}$ are collinear if one is a scalar multiple of the other. That is, $\vec{\alpha} = \lambda \vec{\beta}$ for some scalar $\lambda$.
Given $\vec{\alpha}=(x-2)\vec{a}+\vec{b}$ and $\vec{\beta}=(3+2x)\vec{a}-2\vec{b}$, we can write: $$(x-2)\vec{a}+\vec{b} = \lambda((3+2x)\vec{a}-2\vec{b})$$
Since $\vec{a}$ and $\vec{b}$ are non-collinear, we can equate the coefficients of $\vec{a}$ and $\vec{b}$ on both sides: $$x-2 = \lambda(3+2x) \quad \text{and} \quad 1 = -2\lambda$$
From the second equation, we can find $\lambda$: $$\lambda = -\frac{1}{2}$$
Substitute $\lambda = -\frac{1}{2}$ into the first equation: $$x-2 = -\frac{1}{2}(3+2x)$$
Multiply both sides by 2: $$2(x-2) = -(3+2x)$$ $$2x - 4 = -3 - 2x$$ $$4x = 1$$ $$x = \frac{1}{4}$$
Final Answer: 1/4
AI generated content. Review strictly for academic accuracy.