Step-by-step explanation:
but the graph is not given here
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:

Step-by-step explanation:
The formula of a volume of a square pyramid:

a - base edge
h - height of a pyramid
We have H = 8in.
Substitute and solve for a:

94/100 miles is the answer. I dont know what form you wanted the answer in but yeah.
You can build a cylinder in two ways: either you draw a circle on a plane, and "raise" it perpendicularly to the plane itself, or you start with a rectangle, and rotate it around one of its sides.
For these reasons, if you cut the cylinder with a plane parallel to the base you have a circular cross section, while if you cut the cylinder with a plane perpendicular to the base you have a rectangular cross section.