Given information in the question stem:
- 2 app interfaces
- A set of users test them
- They can tell if they would use or not use a particular interface
- If they choose not to use a particular interface, then they can give exactly one of two reasons (slow loading or confusing navigations)
- Users who give the slow loading reason = 96
- Users who give confusing navigation reason = 48
We need to find total number of users who were testing.
Now right from the stem, we can look at it and think of three possibilities:
There is a certain set of users who would say they would use both interfaces (let this number be x)
Some would say they would use one of the two interfaces (let this be y)
Some would say they would use neither (let this be z)
We need to find x+y+z = ?
Now for the users who chose to not use atleast one interface, will have to give exactly one reason per interface.
The people who chose to use one of the two interfaces (y), will give no reason for the interface they chose and give one reason for the interface they chose not to use. Similarly, the people who chose to use neither (z) will give us one reason per interface (total 2 reasons) for not choosing a certain interface.
Also, we are given the total number of responses on reasons not to use is 96+48 = 144
Thus, we now know, y+2z = 144
Now lets come to the statements
Statement 1: It says that x = 60
while we know y + 2z, we can have multiple possibilities for y and z. Hence, we cannot definitively calculate the value of x+y+z
Thus, this statement is not sufficient. We can eliminate A and D
Statement 2: This says that x=z
Thus, x+y+z = z+y+z = y+2z = 144
Hence, this statement alone is sufficient.
Thus, we can choose (B) as the answer choice