Map the following standard SOP expression on a Karnaugh map:
F \, = \, \bar{A}\bar{B}\bar{C}+\bar{A}B\bar{C}+\bar{A}\bar{B}C+A B C
The given SOP expression has a domain of three variables A, B, and C. You can map this standard SOP expression on a 3-variable Karnaugh map. A 1 is placed on the corresponding cell on Karnaugh map for each minterm in the expression, as shown in Figure 3.6.3.