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:
4 tiles
Step-by-step explanation:
4/1 = 4
V = 1/3 * (pi) * r^2 * h
(pi) = 3.14
r = 6
h = 3
V = 1/3 * (3.14) * 6^2 * 3
V = 1/3 * 3.14 * 36 * 3
V = 1/3(339.12)
V = 339.12 / 3
V = 113.04 cubic inches <==