70.4k views
5 votes
What is the output of the formula =NOT(12+12=24)? The output of the formula =NOT(12+12=24) is .

2 Answers

2 votes

Answer: THE VERIFIED ANSWER ABOVE IS CORRECT

Explanation: Have a good day!

User Mark Rummel
by
5.0k points
3 votes

Answer:

FALSE

Step-by-step explanation:

We don't know in which context or in which language this is, but that shouldn't impact the answer because the signification of this is almost universal.

So, let's analyse this expression from the inside out.

Let's start with the parenthesis:

(12+12=24) = (24=24) = TRUE

Then let's replace the parenthesis by it boolean value:

NOT(TRUE) = FALSE

The output of the formula =NOT(12+12=24) is FALSE.

User Jacob VanScoy
by
5.0k points