Question

In: Operations Management

Please answer each question set on a separate Excel worksheet, labeled appropriately and include excel Formulas...

Please answer each question set on a separate Excel worksheet, labeled appropriately and include excel Formulas

Question Set 1.

You are in charge of quality control for computer monitors at Dell. You have data on twenty-five batches of monitors, tracking five types of defects: brightness, color, contrast, dead pixels, and stuck pixels. These data are given in the table below.

1. For each defect type, find the average number of defects per batch. So, you should have an average defect rate for brightness, another for color, and so on. (2pts)

2. For each batch, find the total number of defects (the sum of all five types). So, you should have one number for batch 1, another for batch 2, and so on. (2pts)

3. Sort the five columns of defects by descending average defect rate. The lowest rate should be on the right. (4pts)

4. Sort the batches by ascending total defects. The batch with the lowest total should be at the top. This will not affect the column sorting from the question 1.3 above. (4pts)

5. Create a Pareto chart showing the average defect rate for each of the five defect types. This will be a column chart, in descending left-to-right order, with each column and the axes labeled. (8pts)

Defects

Batch

Brightness

Color

Contrast

Dead Pixels

Stuck Pixels

1

2

0

0

0

0

2

2

1

0

0

0

3

3

0

0

0

1

4

0

0

1

0

2

5

0

3

0

1

2

6

0

2

0

0

0

7

6

2

0

1

2

8

2

0

0

0

0

9

1

0

0

0

3

10

0

0

0

0

0

11

1

0

0

1

3

12

2

0

1

2

1

13

0

1

0

1

0

14

1

0

0

0

1

15

0

3

0

0

5

16

3

0

1

1

0

17

0

5

0

0

3

18

2

0

0

1

0

19

0

4

1

0

2

20

0

0

0

1

0

21

0

0

1

2

0

22

0

3

1

0

2

23

1

1

1

0

6

24

4

0

0

2

0

25

1

0

0

0

3

Question Set 2.

A manufacturing operation must periodically purchase bulk quantities of washers. The washers are purchased in boxes of 1000 and are consumed at a constant rate. The operation expects to purchase 20,000 boxes over the coming year. Each box costs $120, the annual holding cost per box is $15, and the cost of placing an order is $120 (regardless of the quantity ordered). For the following questions, use the basic economic order quantity model (without quantity discounts).

1. What is the economic order quantity (in boxes)? (2pts)

2. Calculate the annual inventory holding costs based on the average inventory level and annual holding cost per box. (2pts)

3. Calculate the annual inventory ordering costs based on the number of orders expected to be placed during the coming year. (2pts)

4. Create a data table showing the total inventory costs (only) for order quantities varying from 100 to 1200 (use a step size of 50). You must use a data table structure to receive full credit for this problem. If you have any doubt as to what a data table is, please ask your lab TA. (8pts)

5. Create a scatter chart (use the one with markers and smooth lines) showing how total inventory costs are a function of the order quantity. Be sure to label your axes appropriately. (6pts)

Solutions

Expert Solution

Excel sheet

1.

Batch Brightness Color Contrast Dead Pixels Stuck Pixels
1 2 0 0 0 0
2 2 1 0 0 0
3 3 0 0 0 1
4 0 0 1 0 2
5 0 3 0 1 2
6 0 2 0 0 0
7 6 2 0 1 2
8 2 0 0 0 0
9 1 0 0 0 3
10 0 0 0 0 0
11 1 0 0 1 3
12 2 0 1 2 1
13 0 1 0 1 0
14 1 0 0 0 1
15 0 3 0 0 5
16 3 0 1 1 0
17 0 5 0 0 3
18 2 0 0 1 0
19 0 4 1 0 2
20 0 0 0 1 0
21 0 0 1 2 0
22 0 3 1 0 2
23 1 1 1 0 6
24 4 0 0 2 0
25 1 0 0 0 3
Avergae defects =AVERAGE(D6:D30) =AVERAGE(E6:E30) =AVERAGE(F6:F30) =AVERAGE(G6:G30) =AVERAGE(H6:H30)

2.

Batch Brightness Color Contrast Dead Pixels Stuck Pixels Total No of defects
1 2 0 0 0 0 =SUM(D6:H6)
2 2 1 0 0 0 =SUM(D7:H7)
3 3 0 0 0 1 =SUM(D8:H8)
4 0 0 1 0 2 =SUM(D9:H9)
5 0 3 0 1 2 =SUM(D10:H10)
6 0 2 0 0 0 =SUM(D11:H11)
7 6 2 0 1 2 =SUM(D12:H12)
8 2 0 0 0 0 =SUM(D13:H13)
9 1 0 0 0 3 =SUM(D14:H14)
10 0 0 0 0 0 =SUM(D15:H15)
11 1 0 0 1 3 =SUM(D16:H16)
12 2 0 1 2 1 =SUM(D17:H17)
13 0 1 0 1 0 =SUM(D18:H18)
14 1 0 0 0 1 =SUM(D19:H19)
15 0 3 0 0 5 =SUM(D20:H20)
16 3 0 1 1 0 =SUM(D21:H21)
17 0 5 0 0 3 =SUM(D22:H22)
18 2 0 0 1 0 =SUM(D23:H23)
19 0 4 1 0 2 =SUM(D24:H24)
20 0 0 0 1 0 =SUM(D25:H25)
21 0 0 1 2 0 =SUM(D26:H26)
22 0 3 1 0 2 =SUM(D27:H27)
23 1 1 1 0 6 =SUM(D28:H28)
24 4 0 0 2 0 =SUM(D29:H29)
25 1 0 0 0 3 =SUM(D30:H30)

3.

Stuck Pixels Brightness Color Dead Pixel Contrast
Sorted Average Defects 1.44 1.24 1 0.52 0.28

Use sort option from largest to smallest for this

3.

Batch Sorted Batches on Total Defects
10 0
20 1
1 2
6 2
8 2
13 2
14 2
2 3
4 3
18 3
21 3
3 4
9 4
25 4
11 5
16 5
5 6
12 6
22 6
24 6
19 7
15 8
17 8
23 9
7 11

--------------------------------------------------------------------------------------------------------------------------------------------------------

Question 2->

1.Annual Demand (R) = 20000 boxes

Ordering cost (C) = $120/order

Holding cost (H)= $15/box/year

Economic order quantity (Q)= = = 565.68 = 566 boxes

2. Annual holding cost = Q/2 * H = 566/2 * 15= $4245

3. Annual Ordering cost = no of prders * ordering cost = R/Q * C = 20000/ 566 * 120 =$ 4240.28

4. Excel table

Order quantity inventory cost
Annual inventory cost 15 100 =D3/2*$C$3
150 =D4/2*$C$3
200 =D5/2*$C$3
250 =D6/2*$C$3
300 =D7/2*$C$3
350 =D8/2*$C$3
400 =D9/2*$C$3
450 =D10/2*$C$3
500 =D11/2*$C$3
550 =D12/2*$C$3
600 =D13/2*$C$3
650 =D14/2*$C$3
700 =D15/2*$C$3
750 =D16/2*$C$3
800 =D17/2*$C$3
850 =D18/2*$C$3
900 =D19/2*$C$3
950 =D20/2*$C$3
1000 =D21/2*$C$3
1050 =D22/2*$C$3
1100 =D23/2*$C$3
1150 =D24/2*$C$3
1200 =D25/2*$C$3

5.


Related Solutions

Please answer each question set on a separate Excel worksheet, labeled appropriately. (Include all formulas) Question...
Please answer each question set on a separate Excel worksheet, labeled appropriately. (Include all formulas) Question Set 1. You are in charge of quality control for computer monitors at Dell. You have data on twenty-five batches of monitors, tracking five types of defects: brightness, color, contrast, dead pixels, and stuck pixels. These data are given in the table below. 1. For each defect type, find the average number of defects per batch. So, you should have an average defect rate...
Complete each problem on a separate worksheet in a single Excel file. Rename the separate worksheets...
Complete each problem on a separate worksheet in a single Excel file. Rename the separate worksheets with the respective problem number. You may have to copy and paste the datasets into your homework file first. Name the file with your last name, first initial, and HW #2. Label each part of the question. When calculating statistics, label your outputs. Use the Solver add-in for these problems. For a telephone survey, a marketing research group needs to contact at least 600...
[PLEASE ANSWER IN EXCEL TEMPLATE BELOW (A/B ON SEPARATE PAGES) AND SHOW FORMULAS/SOLVER INFO] La Quinta...
[PLEASE ANSWER IN EXCEL TEMPLATE BELOW (A/B ON SEPARATE PAGES) AND SHOW FORMULAS/SOLVER INFO] La Quinta Inn is staffing its receptionists in its biggest hotel in San Antonio. Receptionists work 6-hour shifts at the hotel lobby. There are two types of receptionists: those who speak English as a first language and those who are fully bilingual (English and Spanish). The requirements for the number of receptionists depend on the customer arrivals during various hours. The Inn believes that the need...
Put each problem on a separate worksheet in an Excel file. Type the tabular data into...
Put each problem on a separate worksheet in an Excel file. Type the tabular data into the spreadsheet Make Excel do all of the necessary calculations Report answers on the worksheet Label answers as the questions are labelled: a, b, c,… Use the probability notation p(A), p(Aand B),… etc 2. A manufacturing firm in Pittsburgh, Pennsylvania receives shipments of part from two suppliers (we’ll call them A1 and A2. The probability that the parts come from A1 is 0.65, the...
3. Draw completely labeled Supply or Demand graphs. Draw a separate graph for each question. Answer...
3. Draw completely labeled Supply or Demand graphs. Draw a separate graph for each question. Answer the following questions by showing which way which curve moves: a. What happens to YOUR demand curve for macaroni and cheese after you graduate and get a better paying job? b. When the price of olive oil goes up, what probably happens to the demand for corn oil? c. When the price of petroleum goes up, what probably happens to the demand for natural...
PLEASE ANSWER USING EXCEL. please show formulas used in excel. THANK YOU :) Parry Enterprises sells...
PLEASE ANSWER USING EXCEL. please show formulas used in excel. THANK YOU :) Parry Enterprises sells copy paper by the case to office supply stores. Each case of paper costs Parry $15. The operating costs are $30,000 per period. Each period, Parry sells approximately 15,000 cases of copy paper at $35 per case. Texas Office Emporium is requesting an order of 4,000 cases of copy paper in the next period at a price of $25 per case. Since Parry has...
PLEASE ANSWER USING EXCEL. please show formulas used in excel. THANK YOU :) Parry Enterprises sells...
PLEASE ANSWER USING EXCEL. please show formulas used in excel. THANK YOU :) Parry Enterprises sells copy paper by the case to office supply stores. Each case of paper costs Parry $15. The operating costs are $30,000 per period. Each period, Parry sells approximately 15,000 cases of copy paper at $35 per case. Texas Office Emporium is requesting an order of 4,000 cases of copy paper in the next period at a price of $25 per case. Since Parry has...
Please solve the problem below and include the excel formulas to the answers: Date MSFT SFY...
Please solve the problem below and include the excel formulas to the answers: Date MSFT SFY GM Portfolio Russell 3000 7/2/2012 -0.0364 -0.1328 -0.0005 -0.0566 0.0087 8/1/2012 0.0529 0.0062 0.0832 0.0474 0.0225 9/4/2012 -0.0275 0.0392 0.0655 0.0257 0.0246 10/1/2012 -0.0412 0.0249 0.1212 0.0350 -0.0185 11/1/2012 -0.0595 0.0489 0.0147 0.0014 0.0051 12/3/2012 0.0128 0.0682 0.1142 0.0651 0.0102 1/2/2013 0.0275 0.0741 -0.0257 0.0253 0.0537 2/1/2013 0.0210 0.2394 -0.0334 0.0757 0.0110 3/1/2013 0.0380 0.1122 0.0246 0.0583 0.0376 4/1/2013 0.1571 -0.1383 0.1084 0.0424 0.0153...
PLEASE INCLUDE EXCEL FORMULAS OR WORK Prepare (7) operating budgets for the year by quarter &...
PLEASE INCLUDE EXCEL FORMULAS OR WORK Prepare (7) operating budgets for the year by quarter & budgeted Income Statement for the Candy business Sales Information: Company advertises that it will match the competition (Internal factor) Five year historical selling total units per year: 220k, 210k, 180k, 196k, & 200k Surrounding shopping area includes discount stores (i.e. Target, Walmart) selling similar product for $15, $20 respectively (external factor) Stock Market down 25% in last 3 months, oil per barrel at record...
Use the data set which is labeled below and answer using regression output in excel i....
Use the data set which is labeled below and answer using regression output in excel i. Find the correlation coefficients between Y and X1, X2 and X3 and test the significance of population correlation coefficient using the value of r calculated for X2 and X3. ii. Estimate the regression equation for Y and X1, Y and X2 and report the results and explain the intercept and slope coefficients. iii. Check the significance or insignificance of the independent variables? and explain...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT