2 Ways of Converting from Disjunctive to Conjunctive

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 8

  • @mjstx123
    @mjstx123 Год назад +4

    Super underrated. Helped me out a ton thanks!!!!

  • @codyraymond3146
    @codyraymond3146 10 месяцев назад +4

    at 2:54 i want to clarify that the algebraic conversion of the "and" operation and the "or" operation was backwards. A "^" would convert to multiplication and a "v" would convert to addition. For instance, (a ^ b) v (a ^ c) would be written as (ab) + (ac). Disjunctive form can be described as "a sum of products" where Conjunctive form would be described as "a product of sums" => (a + b)(b+c)(d)

  • @taojiang7259
    @taojiang7259 2 месяца назад +1

    very clear, thank you.

  • @sarsax123
    @sarsax123 Год назад +1

    By the truth table at 09:01 i was a bit confused though by how you chose to decide where to put 0's.

    • @dr.powellsmathclasses149
      @dr.powellsmathclasses149  Год назад +1

      We build the truth table by deciding what will give 1 or true overall in the end. For instance, all options of having A=1 and B=1 will work. So naturally we could have either C=1 or C=0. Then, all options of having A=1 and C=1 would work--so we could have B=0 or B=1. Then, we just put the remaining cases to make everything true which are when B=0. Any other case would yield false or 0 overall--hopefully this helps...

    • @sarsax123
      @sarsax123 Год назад +1

      @@dr.powellsmathclasses149 Thanks a lot for the explanation, helps out a ton!!!

  • @SohamRaghunathGokhale
    @SohamRaghunathGokhale Год назад +3

    I found it very confusing!!

  • @sarsax123
    @sarsax123 Год назад +1

    Nice!!!