SOLUTION: how to expand (pvq)^(p^q)

Algebra ->  Conjunction -> SOLUTION: how to expand (pvq)^(p^q)      Log On


   



Question 506799: how to expand (pvq)^(p^q)
Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!
(pvq)^[p^q]

(pvq)^[q^p]         commutative 

    [(pvq)^q]^p     associative    

[(pvq)v(q^q)]^p     distributive  

    [(pvq)vq]^p     idempotent

[(p^q)^p]v(q^p)     distributive

[(q^p)^p]v(q^p)     commutative

[q^(p^p)]v(q^p)     associative

    [q^p]v(q^p)     idempotent

       q^p          idempotent

Edwin