42、A tunnel is a semicircular(直径20feet).A single lane(通道)is 12 feet,and the distance to the sides of the tunnel is the same.If all the vehicles passing the tunnel should leave at least 1/2 feet distance to the top of the tunnel.What is the max height of the vehicle allowed?
P( A or B ) = P( A ) + P( B ) - P( A and B ) P( notA and notB ) = 1 - P( A or B ) = 1 + P( A and B ) - P( A ) - P( B ) < 1 + Min(P( A ),P( B )) - P( A ) - P( B )=1-max( P( A ), P( B ) )