I'm a little bit confused by the contraposition. Suppose we have a statement: "If number can be divided by 3 ($P$), Then it can also be divided by 9 ($Q$)"
In a book "Discrete mathematics with applications" there is an exercise where the reader must provide a contrapositive to this statement. In the answers section the correct answer is this: "If number can be divided by 9, then it can be divided by 3". But isn't this a simple conversion $Q\rightarrow P$?
By the law of contrapositive: $P\rightarrow Q\equiv\neg Q\rightarrow\neg P$ which can be translated as "If number can not be divided by 9, then it cannot be divided by 3", which is obviously not true.