+2 votes
in Class 12 by kratos

Write the POS form of a boolean function F, which is represented in a truth table as follows :

| A | B | C | F |
| 0 | 0 | 0 | 0 |
| 0 | 0 | 1 | 1 |
| 0 | 1 | 0 | 1 |
| 0 | 1 | 1 | 0 |
| 1 | 0 | 0 | 1 |
| 1 | 0 | 1 | 0 |
| 1 | 1 | 0 | 0 |
| 1 | 1 | 1 | 1 |

1 Answer

+3 votes
by kratos
 
Best answer

(A + B + C). (A+B’ + C’).(A’ + B + C’). (A’ + B’ + C)

...