P.S. - You might want to consider the AND functionIf you combine the two clauses with a logical AND, you get the result that a child MUST be born outside the United States in order to be eligible to be President, which is absurd.
Born on (C) American soil AND of parents (A*B)owing sole allegiance to the United States equals TRUE.
OR
Born on (C')foreign soil under the jurisdiction of the United States AND of parents (A*B) owing sole allegiance to the United States equals TRUE.
Clarification Notes: (C') is a "NOT C" and (X) is "Don't Care."
By using an X in the following Boolean equations, I am saying that X = C or C'. I am NOT saying that X = born on foreign soil which is not under U.S. jurisdiction. The Boolean equations are:
1) (A*B)X = TRUE
- That is to say: (A*B)C= TRUE as well as (A*B)C'=TRUE. Therefore, (A*B)X = TRUE
3) ((A+B)X) = Confusion
4) ((A'*B)X) + ((A*B')X) = More confusion
Now do you understand what I was implying?
Cheers