Intel Corporation interview question

Simplify a'b+abc+bc'

Interview Answers

Anonymous

20 May 2011

i was having interview before 3 weeks and i was asked about the same questions. But it was for the full time position and i have an onsite interview after 3 weeks. Thanks

2

Anonymous

26 Nov 2011

~ab + abc + b~c b (~a + ac + ~c) ~a + ~c = ~(ac) demorgans law b ( ~(ac) + ac ) not _____ or ____ is equal to true b

4

Anonymous

5 Mar 2011

or by using boolean algebra. ~ab+abc+b~c ~abc+~ab~c+abc+~ab~c+ab~c expand terms ~abc+~ab~c+abc+ab~c cancel duplicate term ab(~c+c)+~ab(~c+c) factor ab+~ab b

3

Anonymous

5 Mar 2011

B, created truth table from logical expression, fill out a kmap, circle the 1's, get B

3