Remember, proof by contradiction works by assuming the negation of your conclusion, and inferring a contradiction - it has nothing to do with negating your premises.
Think about the problem in terms of the intuitive logic of the situation. Your premises say the following: first, "$h$ is true, and $r$ is not"; second, "if $h$ and $n$ are both true, then $r$ is true". Intuitively, if $n$ were true (the negation of your conclusion), we would have that $h$ and $n$ are both true (using the first half of the first premise). So $r$ is true (using the second premise). But $r$ is false (using the second half of the first premise), which means we now have $r \wedge \neg r$, a contradiction.
Now, the challenge is just taking those steps and converting them into formal logic.