A manufacturing company that produces laminate for countertops
is interested in studying the relationship between the number of
hours of training that an employee receives and the number of
defects per countertop produced. Ten employees are randomly
selected. The number of hours of training each employee has
received is recorded and the number of defects on the most recent
countertop produced is determined. The results are as
follows.
| Hours of Training | Defects per Countertop |
|---|---|
| 11 | 55 |
| 44 | 11 |
| 77 | 00 |
| 33 | 33 |
| 22 | 55 |
| 22 | 44 |
| 55 | 11 |
| 55 | 22 |
| 11 | 88 |
| 66 | 22 The estimated regression line and the standard error are given. Defects per Countertop=6.717822−1.004950(Hours of
Training)Defects per Countertop=6.717822−1.004950(Hours of
Training) Suppose a new employee has had 1212 hours of training. What would be the 99%99% prediction interval for the number of defects per countertop? Round your answer to two decimal places. |
A manufacturing company that produces laminate for countertops is interested in studying the relationship between the...
The data show the number of hours of television watched per day by a sample of 28 people. Use technology to answer parts (a) and (b) below. 55 99 77 00 11 00 66 77 44 00 99 33 55 44 22 55 77 00 00 77 88 33 88 00 22 88 88 00 a. Find the data set's first, second, and third quartiles. Upper Q 1Q1 equals= nothing Upper Q 2Q2 equals= nothing Upper Q 3Q3 equals= nothing...
a.) What is the approximate number of
employees who earn between $33,000 and $43,000 annually?
b.) There are approximately 2,700
employees of ACME Corporation. About what percentage of employees
earn over $76,999?
c.) The largest percentage of
employees earn between $44,000-$54,000. Which 2 salary ranges have
roughly an equal amount of employees?
600 500 400 300 200 100 0-10 11-21 22-32 33-43 44-54 55-65 66-76 77-87 88+ Salary (S thousands) Number of employees 8
600 500 400 300 200 100...
The president of a company was interested in determining whether
there is a correlation between sales made by different sales teams
and hours spent on employee training. These figures are shown.
Sales
(in thousands)
Training
Hours
14
6
33
12
20
11
44
15
8
5
Compute the correlation coefficient for the data.
(Round your answer to 4 decimal places, the tolerance
is +/-0.0001.)
The correlation coefficient is
What is your interpretation of this value? (Do not
round your intermediate...
Add a method called median() to the ArrayIns class in the insertSort.java program (Listing 3.3). This method should return the median value in the array. (Recall that in a group of numbers half are larger than the median and half are smaller.) Do it the easy way. LISTING 3.3 The insertSort.java Program // insertSort.java // demonstrates insertion sort // to run this program: C>java InsertSortApp //-------------------------------------------------------------- class ArrayIns { private long[] a; // ref to array a private int nElems;...
Note: The assignment must be submitted into the designated link in the Blackboard cou page. You are to save each HTML5 document file as the following synt StudentID FirstName_LastName Question Number ► QUESTIONS In this assignment you are required to write HTML5 code which contains JavaScript in order to do the following tasks: 1) Construct the below multiplication table using JavaScript code and HTML5 1 2 3 4 5 6 7 8 9 10 11 12 111 2 3 4...
The table below gives the number of hours ten randomly selected students spent studying and their corresponding midterm exam grades. Using this data, consider the equation of the regression line, yˆ=b0+b1xy^=b0+b1x, for predicting the midterm exam grade that a student will earn based on the number of hours spent studying. Keep in mind, the correlation coefficient may or may not be statistically significant for the data given. Remember, in practice, it would not be appropriate to use the regression line...
Another simple sort is the odd-even sort. The idea is to repeatedly make two passes through the array. On the first pass you look at all the pairs of items, a[j] and a[j+1], where j is odd (j = 1, 3, 5, …). If their key values are out of order, you swap them. On the second pass you do the same for all the even values (j = 2, 4, 6, …). You do these two passes repeatedly until...
The table below gives the number of hours seven randomly selected students spent studying and their corresponding midterm exam grades. Using this data, consider the equation of the regression line, yˆ=b0+b1xy^=b0+b1x, for predicting the midterm exam grade that a student will earn based on the number of hours spent studying. Keep in mind, the correlation coefficient may or may not be statistically significant for the data given. Remember, in practice, it would not be appropriate to use the regression line...
The ExceptionLab class provided: – Creates an array of 100
elements and fills it with random numbers from 1 to 100. – It asks
the user for an index value between 0 and 99. – Prints the element
at that position. – If a number > 99 is entered by the user, the
class will abort with an ArrayIndexOutOfBoundsException • Modify
the ExceptionLab: – Add a try-catch clause which intercepts the
ArrayIndexOutOfBounds and prints the message: Index value cannot be...
You are the manager of a company that owns several outpatient surgery facilities. You want to determine if there are differences in overall patient health as measured by the General Health Status Score (GHSS) by type of patient carrier (Government, Insured, Uninsured). Your IT department provided you data on patient visits by type of carrier and the GHSS. Prepare a report to share with the owners of the facility that will help you make informed decisions about whether or not...