sriamlan
Do we have any other method than taking random values to solve absolute value questions as mentioned below
|2x+3| = |5x+3/2| , Find the possible values of X.
One option for a question like this, where you have an equation with just an absolute value on one side and just an absolute value on the other side, is to consider the only two possible cases:
- \(2x+3\) has the same sign as \(5x+\frac{3}{2}\), in which case \(2x+3 = 5x+\frac{3}{2}\) (this also applies if both sides equal 0)
- \(2x+3\) has a different sign than \(5x+\frac{3}{2}\), in which case \(2x+3 = -(5x+\frac{3}{2})\)
Now, we just need to solve the equation for each case, and these will be the solutions to the original equation:
- For the first case, the solution is \(x = \frac{1}{2}\)
- For the second case, the solution is \(x = -\frac{9}{14}\)
So, those are the solutions to this equation. Please note that this method does
not work if there is anything besides the absolute value on each side of the equation, such as \(|2x+3| = |5x+\frac{3}{2}| +1\)
Please let me know if you have any questions about this!
Cheers,
Jeff