a machine is being built out of two types of parts a and b each a part will work 97 5152496
A machine is being built out of two types of parts: A and B. Each A‑part will work 97% of the time when turned on and each B‑part works 91% of the time when turned on. The machine has ten A‑parts and five B‑parts. For the machine to operate correctly when turned on, all ten of part A must function and at least three of part B must function. What is the probability that the machine will operate correctly when turned on? You must use random numbers in Matlab to solve this.
Hint: to simulate turning the machine on, you will want to have random numbers that determine the success or failure of each part. Then you will want to test if enough parts work for the machine to function. Repeat this simulation until convergence. For Matlab Grader, do not use over 100,000 simulations in your Monte Carlo or it will not finish its run. You may use more iterations for 5B.
Need help with this problem. Thank You!
Problem 5.3 0 solutions submitted (max: Unlimited) A machine is being built out of two types of parts: A and B. Each A-part will work 97 % of the time when turned on and each B-part works 91% of the time when turned on. The machine has ten A-parts and five B-parts. For the machine to operate correctly when turned on, all ten of part A must function and at least three of part B must function. What is the probability that the machine will NIel solve this. operate correctly when turned on? You must use random numbers in Matlab Hint: to simulate turning the machine on, you will want to have random numbers that determine the success or failure of each part. Then you will want to test if enough parts work for the machine your Monte Carlo or it will not finish its run. You may use more iterations for 5B. to function. Repeat this simulation until convergence. For Matlab Grader, do not use over 100,000 simulations Your Script C Reset MATLAB Documentation % do not use clc, clear all; close all in Matlab Grader % chance of working (0 to 1) 5m Run Script