Answer:
clc%clears screen
clear all%clears history
close all%closes all files
p=250;
M=[];
for i=1:100000
re=0;
S=0;
while(S<=1)
S=S+rand;
re=re+100;
end
M(i)=re;
end
disp('Expected received money is');
mean(M)
disp('Since expcted is greater than what we pay. So, we will play')
Step-by-step explanation:
Hmm it would be k(x)=2(5x) or it could be k(x)=10x
Hope this helps!
Answer:
49×66+49×34 = 49× (66+34)
If the first roll is a 4, the possibilities to add less than 8 are that the second cube roll is 1, 2 or 3.
These are 3 different events out of 6 possilbe ones, which is 3 / 6 = 1 / 2; i.e. half of times.
Then the answer is the first option: 1 / 2
Answer:
0.0537
Step-by-step explanation:
This follows a binomial distribution with : n
Number of trials 'N' = 12 ; Probability of success (difference between speakers) 'p' = 1/2 or 0.5 ; Probability of failure (no difference b/w speakers) = 1/2 or 0.5 ; No of success 'r' = 3
P (X = 3) = 
= 12C3 (0.5)^3 (0.5)^9
0.0537