Answer:
Hypotheses followed by a conclusion is called an statement conditional statement. This is read - if then . A conditional statement is false if hypothesis is true and the conclusion is false. ... If we re- arrange conditional statement or change parts of then we have what is called a related conditional .
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:
Answer:
10.7
Step-by-step explanation:
Cookies : 9, 18, 27, 36,
Ice cream: 12, 24, 36
So in 36 days.