SOLUTION: (~B ∨ E) ⊃ (C ⊃ G) (C ∨ D) ⊃ (B ⊃ F) B ∨ C ~B / F ∨ G

Algebra ->  Proofs -> SOLUTION: (~B ∨ E) ⊃ (C ⊃ G) (C ∨ D) ⊃ (B ⊃ F) B ∨ C ~B / F ∨ G       Log On


   



Question 1193775: (~B ∨ E) ⊃ (C ⊃ G)
(C ∨ D) ⊃ (B ⊃ F)
B ∨ C
~B / F ∨ G

Answer by math_tutor2020(3816) About Me  (Show Source):
You can put this solution on YOUR website!

Here is one way to do the derivation
NumberStatementLine(s) UsedReason
1(~B v E) -> (C -> G)
2(C v D) -> (B -> F)
3B v C
4~B
:.F v G
5C3,4Disjunctive Syllogism
6~B v E4Addition
7C -> G1,6Modus Ponens
8C v D5Addition
9B -> F2,8Modus Ponens
10(C -> G) & (B -> F)7,9Conjunction
11C v B3,4Commutation
12G v F10,11Constructive Dilemma
13F v G12Commutation

I used arrows in place of the horseshoes