The inverse statement is:
¬q ⇒ ¬p
Which is true.
Here we have the biconditional statement:
A number is negative if and only if it is less than zero.
Where:
So we can write the statement as:
p ⇔ q
The inverse statement is:
if not q, then not p.
or
¬q ⇒ ¬p
Replacing p and q, we have:
"if a number is not less than zero, then the number is not negative".
This is true, if the number is not less than zero, then the number is 0 or larger, so that number is not negative.
If you want to learn more about conditonal statements:
https://brainly.com/question/11073037
#SPJ1