Simplify:

(x * y) + (~x * z) + (y * z)

I'm using ~ to represent NOT, * to represent AND, + to represent OR

I did:

(x * y) + (~x * z) + (y * z) = (x * y) + z(~x * y)
But I can't get any further from here

A boolean algebra calculator online says the simplification to the original expression is : (x * y) + (~x * z) but provides no steps

Another boolean algebra equivalence tester says
(x * y) + (~x * z) + (y * z) is logically equivalent to (x * y) + (~x * z)

Help simplifying (x * y) + (~x * z) + (y * z) would be greatly appreciated.

3 answers

(x * y) + (~x * z) + (y * z)
(x * y) +z(~x *y)
y+z
How did you get y + z from (x * y) +z(~x *y)?
typo using your symbols. I drew a logic tree.
If x, true=1 if y
If not x, true if y and z
so, true if y and (x or z) Put that into your symbols.
Similar Questions
  1. simplifying square roots1) find volume of this prism? v=bwh b=√12" w=√6" h=√8" 2)simplify: √576 3)simplify: √400
    1. answers icon 3 answers
  2. Simplify 8a − 2a.Simplify 12e − 5f − 7e +3f. Simplify 9x + 3y − 6 − 5x + 4y −3. Simplify 9/11z − 4/11z. Simplify
    1. answers icon 4 answers
  3. simplifying square roots1) find volume of this prism? v=bwh b=√12" w=√6" h=√8" 2)simplify: √576 3)simplify: √400
    1. answers icon 3 answers
  4. So I need some help on these Graphing Square Root Functions Quiz questions.1. Simplify 2 over √5 2. Simplify -11√112 3.
    1. answers icon 1 answer
more similar questions