Have to use Bayes' theorem to solve this problem.
C= event that the setup was done correctly
I = .... incorrectly
S = event that it will strike
3S = event that it will strike on first 3 pitches
P( C| 3S) = P(3S|C)*P(C) / [ P(3S|C)*P(C) + P(3S|I)*P(I) ]
= [(0.85)^3 * 0.75 ] / [ (0.85)^3 * 0.75 + (0.35)^3 * 0.25 ]