For $i=1,2,3,4$ let $p_i=P(\text{found obj.}\mid \text{locator $i$ is on})$ be as given in the question. Also, $P(\text{locator $i$ is on})=1/4$ for all $i$.
a) $P(\text{found obj.}) = \sum_{i=1}^4 P(\text{locator $i$ is on, found obj.}) = \sum_{i=1}^4 P(\text{found obj.} | \text{locator $i$ is on})P(\text{locator $i$ is on}) = \frac{1}{4} \sum_{i=1}^4 p_i$.
b) Use Bayes's rule on $P(\text{locator $3$ is on} \mid \text{found obj.})$.