I am trying to solve this. I already got the answer but my doubt is if I am doing it right.
There are two solutions for $x$ in the equation, to 2 decimal places. What is the value of the greater of the two solutions?
$$a|x+b|+c = 0$$ $a = 10$, $b = 4$ and $c = -46$
my solution's as follows:
Step 1, Substitute the values:
$$10|x+4|-46 = 0$$
Step 2, solve:
$$10|x+4| = 46$$
$$|x+4| = +4.6$$ or $$|x+4| = -4.6$$
Hence $x$ can be $x = 0.60$ or $x = -8.60$.
is that the correct way of doing it?
Your solutions are correct, but I have a quibble. It is not true that
$$|x + 4| = 4.6 \text{ or } -4.6$$
since the absolute value is always non-negative. Rather, you mean to say $$ |x + 4| = 4.6 $$ which implies $$ x+4 = 4.6 \text{ or } x+4 = -4.6 $$ (since applying the absolute value either did nothing or it removed the negative sign). Now you have two simpler equations to solve, which give $x = 0.6$ or $x = -8.6$ as solutions.