Let $T$ be the number of TV advertising minutes per month, and $R$ the number of radio advertising minutes per month.
The constraints are (1) $300T+15R\le10000$ (limited budget), (2) $R\ge 2T$, (3) $R\le 400$, (4) $T\ge 0$.
Note that we do not need $R\ge 0$ because it follows from (2) and (4).
We want to maximise $R+25T$ which is a measure of effectiveness.