Question

In: Statistics and Probability

A hotel downtown is trying to implement an employee recognition program based on a standardized problem...

A hotel downtown is trying to implement an employee recognition program based on a standardized problem solving test. The company administering the test indicated that the scores are normally distributed with a mean of 82 points, and a variance of 16. The hotel has decided that employees who score in the bottom 7.5% of the test scores will not receive any additional benefits. The manager would like to know:

a. The probability that an employee would score between 70 and 78 points

b. What cutoff score on the test should the hotel use to not give any additional benefits?

Solutions

Expert Solution

GIVEN:

Let X be the scores of employee problem solving test which follow normal distribution with a mean points, and a variance . That is the standard deviation

(a) PROBABILITY THAT AN EMPLOYEE WOULD SCORE BETWEEN 70 AND 78 POINTS:

To calculate the probability we convert the raw score (X) into standard score (Z) using the formula given by,

The probability that an employee would score between 70 and 78 points is,

  

  

  

{Since }

Uisng the z table, the first probability value is the value with corresponding row -1.0 and column 0.00 and the second probability value is the value with corresponding row -3.0 and column 0.00.

  

  

The probability that an employee would score between 70 and 78 points is .

(b) CUT OFF SCORE HOTEL USE TO NOT GIVE ADDITIONAL BENEFITS:

Given that employees who score in the bottom 7.5% of the test scores will not receive any additional benefits.

Let us find the z value corresponding to the probability 0.075 using the z table.

The z score is where the row value is -1.4 and column value is 0.04.

Now the cutoff score on the test should the hotel use to not give any additional benefits is calculated using,

Thus the cutoff score on the test should the hotel use to not give any additional benefits is .


Related Solutions

Problem 3 An important tactic for retaining employees is a good employee recognition program within the...
Problem 3 An important tactic for retaining employees is a good employee recognition program within the organization. Here we what to examine how common they are in small (and large) businesses. With that in mind, you interview 376 of each kind. You find that 278 of the small organizations said they have an employee recognition program, while 316 of the large ones said they have an employee recognition program. We are trying to prove that larger organizations are more likely...
Problem 3 An important tactic for retaining employees is a good employee recognition program within the...
Problem 3 An important tactic for retaining employees is a good employee recognition program within the organization. Here we what to examine how common they are in small (and large) businesses. With that in mind, you interview 376 of each kind. You find that 278 of the small organizations said they have an employee recognition program, while 316 of the large ones said they have an employee recognition program. We are trying to prove that larger organizations are more likely...
Problem 3 An important tactic for retaining employees is a good employee recognition program within the...
Problem 3 An important tactic for retaining employees is a good employee recognition program within the organization. Here we what to examine how common they are in small (and large) businesses. With that in mind, you interview 376 of each kind. You find that 278 of the small organizations said they have an employee recognition program, while 316 of the large ones said they have an employee recognition program. We are trying to prove that larger organizations are more likely...
An important tactic for retaining employees is a good employee recognition program within the organization. Here...
An important tactic for retaining employees is a good employee recognition program within the organization. Here we what to examine how common they are in small (and large) businesses. With that in mind, you interview 376 of each kind. You find that 278 of the small organizations said they have an employee recognition program, while 316 of the large ones said they have an employee recognition program. We are trying to prove that larger organizations are more likely to have...
Write the code in C++. Write a program to implement Employee Directory. The main purpose of...
Write the code in C++. Write a program to implement Employee Directory. The main purpose of the class is to get the data, store it into a file, perform some operations and display data. For the purpose mentioned above, you should write a template class Directory for storing the data empID(template), empFirstName(string), empLastName(string), empContactNumber(string) and empAddress(string) of each Employee in a file EmployeeDirectory.txt. 1. Write a function Add to write the above mentioned contact details of the employee into EmployeeDirectory.txt....
Program this in C thank you PROBLEM DESCRIPTION: Write a program to implement the following requirement:...
Program this in C thank you PROBLEM DESCRIPTION: Write a program to implement the following requirement: The program will read from standard input two things - a string str1 on the first line of stdin (this string may be an empty string) - a string str2 on the second line of stdin (this string may be an empty string) Note that stdin does not end with '\n'. The program will output a string that is the concatenation of string str1...
Write a Java program to compute the income after tax of an employee based on the...
Write a Java program to compute the income after tax of an employee based on the following rule of tax rate. Assuming the salary is $22000, display the tax and the income after tax. 12% if salary ≥ 25,000 5% if salary < 10,000 Otherwise 8% will be applied Write a Java program to compute and display the sum of the numbers that can be both divisible by 6 and 8 from 1 to 500. Suppose there is a list...
As the new cybersecurity employee at a Florida-based luxury hotel chain franchise, would you insource cybersecurity...
As the new cybersecurity employee at a Florida-based luxury hotel chain franchise, would you insource cybersecurity functions or outsource?
Problem: Write a C++ program that will implement and test the five functions described below that...
Problem: Write a C++ program that will implement and test the five functions described below that use pointers and dynamic memory allocation. The Functions: You will write the five functions described below. Then you will call them from the main function, to demonstrate their correctness. 1. minimum: takes an int array and the array's size as arguments. It should return the minimum value of the array elements. Do not use square brackets anywhere in the function, not even the parameter...
I got a little problem when i was trying to write a program that takes a...
I got a little problem when i was trying to write a program that takes a hexadecimal number and convert it to a binary number. It just don't give me the right answer. Here's my code: #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <string.h> int main(int argc, char *argv[]) { unsigned long int i; i=0xffff; char buffer[65]; sprintf(buffer, "%lud", i); long int x = 0; while (buffer[x]) {    switch (buffer[x]) { case '0': printf("0000"); break; case '1': printf("0001"); break;...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT