arjunshn wrote:from 1st we get to know that x<5
from second we know that x>3 and x<-3
when we combine we get to know the range of x i.e -5<x<-3 and 3<x<5
thus NO
imo c
is this correct?
The two scenario approach is useful for equations using absolute values.
The equation has two solutions, which can be found using the two scenarios:
scenario 1: Copy the equation as is, without the absolute value. Solve.
X -5 = 3(X + 5)
x-5 = 3x+15
-5-15 = 3x-x
-20 = 2x
-10=x
Scenario 2: copy the equation without the absolute value sign, but put a (-) minus sign on one the right side.
X -5 = -3(X + 5)
x-5 = -3x-15
2x = -10
x=-2.5
As a final step for the two scenario approach, check your work by plugging in both values into the original equation |X -5| = 3 |X + 5| to see that the equation is indeed satisfied for both values:
x=-10 |-10 -5| = 3 |-10 + 5|
|-15| = 3|-5|
15 is indeed equal to 3*5.
x=-2.5 |-2.5 -5| = 3 |-2.5 + 5|
|-7.5| = 3|-2.5|
7.5 is indeed equal to 3*2.5.
So both of these values satisfy the equation, and are thus the solutions of x.
Alone, this is insufficient to answer the question: For x^2 to be greater than 5^2, x must be either >5 or smaller than -5.
-10 is smaller than -5, so the answer here is YES.
-2.5 is greater than -5, so the answer is NO.
Stat. (2) is insufficient for the same reasoning: it is possible to find examples that are both within and outside the required ranges.
combined, only x=-10 satisfies Stat. (2)'s requirements, so the answer to the question is a definite YES. Answer is C.