so I have taken the time to go back and study some computer architecture,I am on the first chapter and doing boolean algebra,using boolean algebra to simplify digital circuits,
anyhow I am giving this function below
F = ABC + ABC' + A'C (' equals compliment so A compliment)
in the book it says it can be simplified to this
AB(C + C')+ A'C
I'm not sure how it can be simplified to that using boolean algebra I have checked the identity table and couldn't find any matching results.