Tom K. answered 11/01/20
Knowledgeable and Friendly Math and Statistics Tutor
14 inches without a gouge means that the rod can be salvaged. Note that the 14 inches can be from either end, so if the gouge is between 14 and 20 or 0 and 20-14 = 6, the rod can be salvaged.
Then, since the gouge is uniformly distributed over the 20 inches, there is no problem if the gouge is in 0-6 or 14-20, which has probability (6+6)/20 = 3/5 or .6
Then, the probability that 4 of 5 can be salvaged is either
C(5,4).6^4(1-.6)^1 = 5 * .1296 * .4 = .2592 or
binom.dist(4,5,3/5,0) = .2592