Home
Classrooms
Courses
About Us
Resources
Members
More
Truth Tables
A - B - A and not B - not (B or A) - (A and not B) or (not (B or A)
0 0 0 1 1
0 1 0 0 0
1 0 1 0 1
1 1 0 0 0
A - B - ~(A+ ~B) - ~(A+B) - ~(A+ ~B) * ~(A+B)
0 0 0 1 0
0 1 1 0 0
1 0 0 0 0
1 1 1 0 0
false
true
A - B - A and not B - not (B or A) - (A and not B) or (not (B or A))
A - B - -(A+ -B) - -(A+B) - -(A+ -B) * -(A+B)
13 - 7 > 18/3 - false
24/6 >= 2^2 and 9*3 < 25 - false
13-7>18/3 or not(24/6>=2^2 and 9*3<25) - true
A - B - A and not B - not (B or A) - (A and not B) or (not (B or A)
0 0 0 1 1
0 1 0 0 0
1 0 1 0 1
1 1 0 0 0
A - B - ~(A+ ~B) - ~(A+B) - ~(A+ ~B) * ~(A+B)
0 0 0 1 0
0 1 1 0 0
1 0 0 0 0
1 1 1 0 0
false
false
true
A - B - A and not B - not (B or A) - (A and not B) or (not (B or A))
A - B - -(A+ -B) - -(A+B) - -(A+ -B) * -(A+B)
false
false
true
A - B - A and not B - not (B or A) - (A and not B) or (not (B or A))
0 0 0 1 1
0 1 0 0 0
1 0 1 0 1
1 1 0 0 0
A - B - ~(A+ ~B) - ~(A+B) - ~(A+ ~B) * ~(A+B)
0 0 0 1 0
0 1 1 0 0
1 0 0 0 0
1 1 0 0 0
13 - 7 > 18/3 - false
24/6 >= 2^2 and 9*3 < 25 - false
13-7>18/3 or not(24/6>=2^2 and 9*3<25) - true