The statement '4 is even AND 8 is odd' uses the AND logical connective. For 'A AND B' to be true, BOTH parts must be true. Here, '4 is even' is true, but '8 is odd' is false (8 is even). Since one part is false, the entire AND statement is false. This is a fundamental property of logical conjunction.