You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Let v1 and v2 be two vectors of length 10. The elements of v1 are IID Bernoulli (1/2) random variables. The 10 elements of v2 are IID Bernoulli (3/4) random variables. Find the probability that v1•v2 is odd, where • is the dot product of two vectors.