If a → b is true, then ~a → b is also true.

Answer:
False
Step-by-step explanation:
To determine whether the statemaent "If [tex]a\Rightarrow b[/tex] is true, then [tex]\neg a\Rightarrow b[/tex] is also true" holds, you can form the truth table:
[tex]\begin{array}{ccccc}a&b&a\Rightarrow b&\neg a&\neg a\Rightarrow b\\1&1&1&0&1\\1&0&0&0&1\\0&1&1&1&1\\0&0&1&1&0\end{array}[/tex]
When the result of the column [tex]a\Rightarrow b[/tex] takes value 1 (true), the result of the column [tex]\neg a\Rightarrow b[/tex] is not always 1, then the statement is false.