Question 758518
I have a question. 
how do you know if its a or problem or just a x problem
emaxple 
|x+7|>9  they say its a or problem but how do you know?
thanks a million
==================
I think you mean how do you know if there's one solution, or more than one.
----
If it's a 2nd order equation, there are 2 solutions.
If it's a 3rd order, there are three, etc.
----
eg
{{{ax^2 + bx + c = 0}}} has two solutions.
{{{ax^3 + bx^2 + cs + d = 0}}} has 3, etc.
In some cases, the some of the solutions are the same, called multiplicity.
eg
x^2 = 0 has 2 solutions, both are x = 0
==============
An equation or inequality that has an absolute value can have 2 solutions, also.
-----------
For your example:
|x+7|>9 
x+7 > 9
x > 2
==========
-(x+7) > 9
x+7 < -9 **** note change of polarity
x < -16