What conditions must the parameter $t$ fulfill so that the equation:
$x(1+4t) - 24 = 3xt - \frac{x}{2}$, have a unique solution ?
I resolve it, but I think it was coincidence.
This was:
$x + 4xt - 24 = 3xt - \frac{x}{2}$
$3x - 48 = -2xt$
$3x + 2xt = 48$
$x(3 + 2t) = 48$
Now, i will work with $(3 + 2t)$
$3 + 2t = 0$
$t = -\frac{3}{2}$, so $t$ should be different of $-\frac{3}{2}$
Why do I think it's a coincidence?
Because I had never done, nor seen that of:
Work only with $(3 + 2t) = 0$, and forget about the factorized $x$ and $48$.
So, I'd like you to tell me if it was a simple coincidence or if it really works out that way and why.
Also how do you solve it personally?
Please, if you will have a response that is not complete, refrain from answering.
Attempt to solve it:
$x(1+4t) - 24 = 3xt - \frac{x}{2}$
$x(1+4t) - 24 = x(3t - \frac 12)$
$x(1+4t - 3t + \frac 12) = 24$
$x(t + \frac 32) = 24$. If $t+ \frac 32 \ne 0$ then we can solve this.
$x = \frac {24}{t + \frac 32}$ is the unique distinct solution.
So $t$ can be anything AS LONG AS $t + \frac 32 \ne 0$. So $t$ can be any value except for $-\frac 32$.
If $t = -\frac 32$ we get the impossible $x*0 = 24$.