Consider the statement
'for any integers \(m\) and \(n\), if \(m+n \geq 9\) then \(m \geq 5\) or \(n \geq 5\) '.
The contrapositive of this statement is
- if \(m<5\) or \(n<5\), then \(m+n<9\)
- if \(m \geq 5\) or \(n \geq 5\), then \(m+n \geq 9\)
- if \(m<5\) and \(n<5\), then \(m+n<9\)
- if \(m \leq 5\) and \(n \leq 5\), then \(m+n \leq 9\)