Consider an "incident" to occur when either a bear appears or an alarm sounds, or both. I'll suppose incidents occur as a Poisson process, with rate $r$ per day. Each incident may be of any of the following $3$ types:
1. A bear appears and there is an alarm
2. A bear appears but there is no alarm
3. A false alarm with no bear
I'll suppose, independent of all other incidents, each incident has probabilities $p_1, p_2, p_3$ respectively of being each of these types. Thus $p_1 + p_2 + p_3 = 1$. We are told that $p_3 = 10 p_2$ (10 false alarms for each undetected bear) and $p_1/(p_1 + p_2) = 3/4$ (alarm sounds for 3 out of 4 bears that appear). From this we get $p_1 = 3/14$, $p_2 = 1/14$, $p_3 = 10/14$. This should help you answer the first question.
Now the rate at which the alarm sounds (type 1 or 3) is $(p_1 + p_3) r = 13 r/14$.
The "alarm sounds once out of 30 days" says this is $1/30$ per day, so $r = 14/390$. This should help you answer the second question.