For the given dataset the no of employees x is the independent variable and the no of bathrooms is the dependent variable and to calculate the no of bathrooms for 1150 employees we need to find the regression equation. To calculate the regression equation we need to do the following table calculation as:

Now the mean of both variables is calculated as:


Now the sum of squares is calculated as:



Now the regression equation is computed as:
Y = n + m*X
Where the slope m and the intercept n is calculated as:


Thus the regression equation is computed as:

Now using the equation the no of bathrooms for X = 1150 employees are calculated as:
Y=79.4788−0.0087* 1150
Y = 69.47
a) Thus Y = 69 bathrooms,
A corporation has offices in different parts of the country. It has gathered the following information...
A corporation has offices in different parts of the country. It has gathered the following information concerning the number of bathrooms and the number of employees at seven sites. Number of employees x 650 730 810 900 102 107 1150 Number of bathrooms y 40 50 54 61 82 110 121 Table B25 The linear regression equation is: Select one: a. 9 = 0.0094 - 79.96x b. y = 79.96 - 0.0094x c. y = -0.0094 + 79.96x d. 9...
A company sells medical supplies to hospitals and healthcare facilities that are mostly located in the Michiana region. The company has 150 employees, and it is about to decide whether part of them should be encouraged to work remotely, and if so, how many employees should do that. There are many aspects to be analyzed such as productivity and collaboration, but you will focus on the costs of space and IT at the company’s main office versus the costs of...
Infinite Spiral of Numbers (due 17 Feb 2020) HELLO, WE ARE USING PYTHON 3 TO COMPLETE THIS PROJECT!! PLEASE FOLLOW CODE SKELETON AS GIVEN AT THE END. THIS IS DUE 17TH FEB 2020, ANY AND ALL HELP WOULD BE GREATLY APPRECIATED, THANK YOU! Consider the natural numbers laid out in a square spiral, with 1 occupying the center of the spiral. The central 11 x 11 subset of that spiral is shown in the table below. 111 112 113 114...
Zion, Inc. has one employee who has worked January - June of the current year. The employee is single, paid weekly, and claims three allowances on her W-2. The company is in a state that has no state income taxes. The FICA Social Security tax rate is 6.2 % on the first $118,500 of wages and the FICA Medicare tax rate is 1.45% on all wages. Zion, Inc.'s FUTA tax rate is 0.6 % on the first $7,000 of wages...
Is it reasonable to claim that the average number of observed tornadoes per year is different from the average number of tornado related deaths per year? 5. What test/procedure did you perform? a. One-sided t-test b. Two-sided t-test c. Regression d. Confidence interval 6. What is the P-Value/margin of error? a. 0.007034504 b. 0.34922 c. 4.07497E-24 d. 2.03749E-24 e. None of these 7. Statistical Interpretation a. Since P-value is very small we are confident that the number of tornadoes will...
Zippy, LLC has one employee who has worked January - June of the current year. The employee is single, paid weekly, and claims three allowances on her W-2. The company is in a state that has no state income taxes. The FICA Social Security tax rate is 6.2% on the first $118.500 of wages and the FICA Medicare tax rate is 1.45% on all wages. Zippy, LLCS FUTA tax rate is 0.6% on the first $7,000 of wages and their...
Hallo! I have a problem in my code, I need help please in java code. My task is : Write a program that can read a text from a file and do frequency analysis on the letters that occur . To store information (frequency) you must use an array. Tip! The place where you collect the frequency of eg the letter A is the equivalent of the ASCII code of "A" ie 65. The array should be 127 elements. For...
I have written my code for an employee management system that stores Employee class objects into a vector, I am getting no errors until I try and compile, I am getting the error: C2679 binary '==': no operator found which takes a right-hand operand of type 'const std::string' (or there is no acceptable conversion). But I am not sure why any help would be great, Thank you! 1 2 3 4 5 6 7 8 9 10 11 12 13...
okay so here is my c++ code and the errors im really stuck on
fixing what i did wrong it seems to be the same repeated
error
our job is to write a menu driven program that can convert to display Morse Code ere is the menu the program should display Menu Alphabet Initials N-Numbers - Punctuations S = User Sentence Q- Quit Enter command the user chooses A your program should use a loop and your morse code printing...
so i have my c++ code and ive been working on this for hours
but i cant get it to run im not allowed to use arrays. im not sure
how to fix it thank you for the help
our job is to write a menu driven program that can convert to display Morse Code ere is the menu the program should display Menu Alphabet Initials N-Numbers - Punctuations S = User Sentence Q- Quit Enter command the user chooses...