Answer:
No. Both strategies has the same chance of success.
Step-by-step explanation:
The base strategy is let one dog choose the path. It has a chance of success of value [tex]p[/tex].
The strategy that the hunter uses is going wherever the two dogs go, if they choose the same, or pick a path 50-50, if they don't.
Probability of both dogs choosing the correct path = [tex]p^{2}[/tex]
Probability of both dogs choosing the wrong path = [tex](1-p)^{2}[/tex]
Probability of both dogs choosing different paths = [tex]1-(p^{2}+(1-p)^{2})[/tex]
The probability of the hunter going the right path is
(Probability of both dogs choosing the correct path) + 0.5 * (Probability of both dogs choosing different paths)
[tex]P=p^{2} + 0.5 *(1-(p^{2}+(1-p)^{2})\\P=p^{2} + 0.5 * (1-p^{2}-(1-p)^{2})\\P=p^{2} +0.5-0.5*p^{2}-0.5*(1-2p+p^{2})\\P=p^{2} +0.5-0.5*p^{2}-0.5+p-0.5*p^{2}\\P = p[/tex]
The probability of success of the hunter's strategy is the same as letting one dog decide one path.