Hyeyoung
if n=0.abc, is n greater than 2/3?
(1) a+b > 14
(2) a+c > 15
Posted from my mobile deviceFew points to take note of before we jump into the solution
- a, b, and c are integers
- The value of each is between 0 and 9, both inclusive.
Question: is n greater than 2/3
Inference:
\(\frac{2}{3} = 0.6666...\)
n will be greater than 2/3 if any of the below criteria are met -
- \(a > 6\)
- \(a = 6\) and \(b >6\)
Hence, if we can prove sufficiency for any one of the above-mentioned criteria, the statement is sufficient.
Statement 1 (1) a+b > 14The maximum value of \(b = 9\)
- \(b = 9\) ; \(a_{min} = 6\) → Satisfies criteria 2
- \(b < 9 ; a > 6\) → Satisfies criteria 1
Hence, in every scenario the value of \(n >\frac{ 2}{3}\)
The statement alone is sufficient.
Statement 2 (2) a+c > 15The maximum value of \(c = 9\)
- \(c = 9\) ; \(a > 6 \) → Satisfies criteria 1
- If the value of \(c\) is less than \(9\), the value of \(a\) should be greater than 6 to keep the sum above \(15\)
Hence, in every scenario the value of \(n >\frac{ 2}{3}\)
The statement alone is sufficient.
Option D