Let a = “A is working,” b = “B is working,” and c = “C is working.” Write the three status reports in terms of a, b, and c, using the symbols of formal logic.
Processor A reports that Processor B is not working and Processor C is working.
a = ~B ^ C
Processor B reports that Processor A is working if and only if Processor B is working.
b = A iff B
Processor C reports that at least one of the other two processors is not working
c = (~∀x)Wx
I need to express a,b,c using a truth table but I am confused as how to express c as it does not include variables a nor b. Is there another way to write c? or have I made a mistake?
You already know that
Just piece it together. There's no need for quantifiers.