Guest User

Untitled

a guest
Apr 23rd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. You got a summer job at Bob’s metal shed as a machine operator doing metalwork. The very old machine you are in charge of cuts long metal tubes into shorter pieces. Customers specify a length l in increments of 1 cm and the number of pieces n. Bob guarantees that all n pieces will have length between l − 0.5 and l + 0.5.
  2.  
  3. You control the length of pieces produced by the machine with a mechanical hand-wheel in in-
  4. crements of 1 cm. The machine will cut the tube into pieces of average length l. However the length
  5. of the pieces has a variance of 1 . Assume that the actual length of produced pieces follows a normal 16
  6. distribution.
  7.  
  8. Your task is to make sure that the order is correctly fulfilled, by measuring each of the pieces
  9. produced (you can do this at the same speed as the machine produces pieces) and running the machine until n pieces of length between l − 0.5 and l + 0.5 have been produced. Produced pieces outside of the range l − 0.5 and l + 0.5 are called defectives. The length of the production run—that is, the total number of pieces produced—is denoted by m.
  10.  
  11.  
  12.  
  13. What is the probability that the machine produced a piece which can be delivered to the customer? Use the CDF for the standard normal Φ.
Add Comment
Please, Sign In to add comment