Ques.
NASA is developing two top-secret space shuttles. One has two engines, the other has four. All the engines are identical, and have the same probability of failure. Each is designed to fly if at least half of its engines work. A visiting scientist says, "The four-engine shuttle is more reliable, isn't it?" The NASA technician replies that the probability of failure is top secret, but that in fact both shuttles have the same probability of flying. The visitor then says, "Aha! Never mind, now I know both the probability an engine will fail and the probability that the shuttle will fly." How did he figure this out, and what are the two probabilities?
Attempt:
Let $x$ be the probability that an engine will work.
Then the probability that an engine won't work is $1-x$.
Space shuttle $1$ will fly when at least one engine will work= probability that one engine will work + probability that both engine will work
Probability that space shuttle $1$ (with two engines) will fly $=x(1-x)+x^2$
Probability that space shuttle $2$ (with four engines) will fly $=x^2(1-x)^2+x^3(1-x)+x^4$
Now, we are given that both shuttles have same probability of flying $\Rightarrow x(1-x)+x^2=x^2(1-x)^2+x^3(1-x)+x^4$
On solving we get $(x^2-x)(x^2+1)=0$
As $x$ should be real no. we get $x=0$ or $1$.
Am I right ?