Suppose that men's shirts have an average neck size of
in., with a standard deviation of
in. Assume that neck sizes are normally distributed. If a company is going to manufacture 72,000 men's shirts, how many should have a neck size between
and
in?
A. 60,552 shirts
B. 34,200 shirts
C. 49,104 shirts
D. 68,688 shirts
E. 36,000 shirts
Answer: D
You might also like to view...
Given the following declarations, how would you know if head is pointing to an empty list?
struct NodeType { int number; NodeType* next; }; NodeType* head; //some other code here a. if(head->next == NULL) b. if(head == null) c. if( head == NULL) d. if( head->next==null); e. A and D f. B and C
What is normalization?
What will be an ideal response?
Creating a list of changes in a ________ may be a good idea before accepting or rejecting changes
A) metadata log B) change log C) history worksheet D) history log
X Window provides a GUI for computer networks for both client and server machines.
Answer the following statement true (T) or false (F)