4 4 votes Simplify the Boolean expression $F=(A+B)(A+\overline{B})(\overline{A}+C)+AC$.Which of the following is the simplified form?$A$ $AC$ $A+C$ $A\overline{B}+AC$ Digital Logic goclasses goclasses-cs-dpp digital-logic goclasses-cs-dpp-day-290 goclasses-digital-logic-practice-questions boolean-algebra boolean-expression + – GO Classes 193 views answer comment Share Follow Print See 1 comment 1 1 comment reply Prashant-G commented Jun 10 reply Follow flag Correct answer is option -B ✅ 0 0 replyShare Please log in or register to add a comment.
0 0 votes Given expression is $F=(A+B)(A+\overline{B})(\overline{A}+C)+AC$.First use the Boolean law $(X+Y)(X+Z)=X+YZ$.Here, $(A+B)(A+\overline{B})=A+B\overline{B}$.Since $B\overline{B}=0$, we get:$(A+B)(A+\overline{B})=A+0=A$.Now substitute this back in the expression.$F=A(\overline{A}+C)+AC$.Now distribute $A$.$F=A\overline{A}+AC+AC$.Since $A\overline{A}=0$, we get:$F=0+AC+AC$.Using idempotent law, $AC+AC=AC$.Therefore, $F=AC$.Answer: B. GO Classes answered Jun 6 GO Classes comment Share Follow See all 2 Comments 2 2 Comments reply Rajkumar_Gayathula 1 commented Jun 6 reply Follow flag F = (A+B) (A+B') (A'+C) + AC = (A.A + AB' + AB + BB') (A' + C) + AC = (A + A(B'+B) ) (A'+C) + AC = (A)(A'+C) + AC = AA' + AC + AC = AC F = AC 0 0 replyShare Vivid_Vivek commented Jun 6 i moved by Misbah Ghaya Jun 6 reply Follow flag Correct option is B. F = AC 0 0 replyShare Please log in or register to add a comment.
0 0 votes Here is the Explanation Prashant-G answered Jun 10 Prashant-G comment Share Follow 0 reply Please log in or register to add a comment.