barryj said:
How does one solve an equation with two absolute value functions as below
My algebra book does not show how to solve with two abs functions.
2|4x-1| = 3|4x+2|
I thought this might work..
|4x-1|/|4x+2| = 3/2 then
|(4x-1)/(4x+2)| = 3/2 and solve the normal way..
Reforming as rational equation will not help.
Each expression inside absolute value function maybe be non-negative or negative, giving you four possible cases, but you really only need (placing stress on my logic), two cases.
You could be able to do this using : Both expressions are nonnegative; or one expression is nonnegative while the other is negative.
4x-1 maybe be nonnegative or it may be negative;
4x+2 may be nonnegative or it may be negative.
IF you want to check for the four possible cases, which is probably redundant,
2(4x-1)=3(4x+2)
----------------------------------------
2(1-4x)=3(4x+2)
---------------------------------------
2(4x-1)=3(-1)(4x+2)
---------------------------------------
2(1-4x)=3(-1)(4x+2)
---------------------------------------
You can soon determine which of these are the two redundant equations.