You can
put this solution on YOUR website!
p --> q (conditional statement, "if p then q")
q --> p (this is the converse, "if q then p")
~p --> ~q (contrapositive of previous statement "if not p then not q")
p --> q (inverse of previous statement, "if p then q")
The inverse of the contrapositive of the converse of a conditional statement is that same conditional statement.