Respuesta :
Answer:
Given that if A AND B, then C.
It means that, if the statements A and B are true, then the statement C is true.
Also, it is given that; the reverse of the given statement is t...
Step-by-step explanation:
Conditional statements are statements that are either true or false, based on certain conditions.
The value of c is true
The condition is given as:
If A and B, then C
Where:
[tex]\mathbf{A = false}[/tex]
[tex]\mathbf{B = false}[/tex]
The reverse means that:
If not A and not B, then C
This means that:
[tex]\mathbf{not\ A = not\ false}[/tex]
[tex]\mathbf{not\ B = not\ false}[/tex]
So, we have:
[tex]\mathbf{not\ A = true}[/tex]
[tex]\mathbf{not\ B = true}[/tex]
For an and condition to be true, both values must be true.
So, we have:
If not A and not B, then C
Substitute known values
If true and true, then C
Because both values are true, then the value of C will also be true
Read more about conditional statements at:
https://brainly.com/question/10714086