Question

A corporation has offices in different parts of the country. It has gathered the following information concerning the number
0 0
Add a comment Improve this question Transcribed image text
Answer #1

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:

х Y X*Y X2 Y2 630 40 25200 396900 1600 730 50 36500 532900 2500 810 54 43740 656100 2916 900 61 54900 810000 3721 102 82 8364

Now the mean of both variables is calculated as:

77 X - X; - 4429 7 632.71428571429 n 1=1

72 Y = η ΣΥ, 518 7 = 74 1=1

Now the sum of squares is calculated as:

η η. SSxx = ΣΧ (ΣΧ; - 3740253 – 44292 / 7 = 937961.42857143 η 1=1 1=1

2 SSyy ΣΥ: Α (Σ Y; 44202 518 /7 = 5870

SSxy = ΣΧΥ, ΣΧ.Ε. - (Σκ) (Σ) 319624 - 4429 x 518/7 = -8122

Now the regression equation is computed as:

Y = n + m*X

Where the slope m and the intercept n is calculated as:

m= SSXY SSxx -8122 937961.42857143 0.0087

n = Ý - X: m = 74 – 632.71428571429 x (-0.0087) = 79.4788

Thus the regression equation is computed as:

Y = 79.4788 -0.0087X

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,

Add a comment
Know the answer?
Add Answer to:
A corporation has offices in different parts of the country. It has gathered the following information...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 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...

    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...

    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...

    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...

    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...

    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...

    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...

    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...

    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...

    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...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT