Answer to Question #31375 in MatLAB | Mathematica | MathCAD | Maple for Fatih

Question #31375
If 2% of the bolts produced by a machine are defective, write a Matlab m-file to determine and output the probability that out of 400 bolts chosen at random greater than 10 bolts will be defective. Compare your results with the analytical solution. Use a billon random events.
pls help us...pls pls pls:(:(:(
1
Expert's answer
2013-05-31T09:46:14-0400
function& y& = probability(& )
%UNTITLED Summary of this function goes here
% Detailed explanation goes here
A= zeros(50);
A(1)=1;
C=zeros(400);
counter=0;
Value=0;
for i=1:2500000
for i=1:1:400
x2 = randi(50,1);
C(i)=A(x2);
if C(i)==1
& counter=counter+1;
end
end
if counter>10
Value =Value + 1;
end

end
for i=1:10
AnalitSolution=1-((1/50)^i)*(49/50)^(400-i);
end
y=[Value/2500000,AnalitSolution];


end

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS