in a company 30% are supervisors and 40% employees are male
if 60% of supervisors are male. what is the probability
that a randomly choosen employee is a male or female?need
steps to solve this?
Answer / yamini
100%. Probability. of a randomly chosen employee being
either male or female.
But let's see....
overall figures, percentage of total persons who are
male supervisors...18% (60% of 30%)
female supervisors...12% (40% of 30%)
male employees...28% (40% of 70%)
female employees...42% (60% of 70%)
total female...54%
total male...46%
The probability for each is the percentage of total
employees who are each gender, and is given above.
That is to say, choose a random employee (meaning a
supervisor or an employee...and if you do indeed mean that,
you should really use a different term in one case), and
there is a 54% chance that they are female, and a 46%
chance that they are male.
4 years ago
Is This Answer Correct ? | 4 Yes | 4 No |
i am exeprienced person what is selection process
1) How can u create the table?
can php support multiple inheritence?
how to add Servlet-api.jar file into eclipse 3.3.2 ?
What is the use of Differ interface check box in Ship confirm?
7.x=10; y=20; x<<2=? x<<1=? y>>2=?
5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above
how to data grid use in data bind?
what is difference between input parameter and output parameter.
why we use static with only main()class not with other class
what is the software to run the GSM gate opener program
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.