Five friends have access to a chat room. Is it possible to determine who is chatting if the following info is known? Either Kevin or Heather, or both, are chatting. Either Randy or Vijay, but not both. are chatting. If Abby is chatting, so is Randy. Vijay and Kevin are either both chatting or neither is. If Heather is chatting then so are Abby and Kevin. Explain Reasoning.
if R not V
if V not R (doesn't need to be here)
if A then R
if V then K
if not V then not K
if H then A and K
Given R or V ; K and/or H (K, H, R, V, A)
First R
R
Not V
Not K
Not H
A is not resolvable (bad wording in the problem)
Conclusion: Can't be R because no K or H
Second V
V
Not R
Not A
K
Not H
Conslusion: Could be V and K, Fits all arguments
Third K
K
V
Not R
Not A
Not H
Conclusion: Could still be K and V.
Fourth H
H
A
K
V
Not R
R
Conclusion: invalid.
Fifth K and H
K
H
A
R
V
Not V
Conclusion: Invalid.
Final Conclusion: From that statement only V and K could be chatting together. Vijay and Kevin.
If anyone wants to see the complete work, let me know.