NoeticImbecile
hello, How is (p-1/2)(p-1)<0 translating to 1/2<p<1?
This is an important concept of inequalities that you must get acquainted with for easier solving of problems.
Please go through this compiled concepts on inequalities for better understanding:
https://gmatclub.com/forum/inequalities ... 06653.htmlNow, on to the query in hand:
\((p - 0.5)*(p - 1) < 0\)
LHS has 2 terms whose multiplication is less than 0.
This can only be possible if one of them is positive and the other one is negative.
If both terms are positive, then their product should also be positive, then LHS > 0, but this not possible.
If both terms are negative, then -ve * -ve = +ve, then again LHS > 0, but this is not possible.
Case 1: 1st term is negative, 2nd term is positive
\((p - 0.5) < 0\) and \((p - 1) > 1\)
\(= p < 0.5\) and \(p > 1\)
This situation is not possible as p cannot be less than 0.5 and greater than 1 at the same time.
Case 2: 1st term is positive, 2nd term is negative
\((p - 0.5) > 0 \) and \((p - 1) < 0\)
\(= p > 0.5\) and \( p < 1 \)
= \(0.5 < p < 1 \)
If you analyse it a bit, you will find that LHS has roots as 0.5 and 1, i.e. when p = 0.5 or 1, LHS becomes 0. These 2 values of p are important points around which the value of LHS changes.
If you put it on a number line, all values of p before 0.5 make the whole term of LHS > 0, all values of p after 1 make the whole term of LHS > 0.
At 0.5 and 1, LHS = 0.
And between 0.5 and 1, LHS < 0 - this is the case we need as per the problem.