Question

JayJay Video Concepts produces a line of videodisc players to be linked to personal computers for...

JayJay Video Concepts produces a line of videodisc players to be linked to personal computers for video games. Videostick have much faster access time than tape. With such a video link, the game becomes a very realistic experience. In a simple driving game where the joystick steers the vehicle, rather than seeing computer graphics on the screen, the player is actually viewing a segment of a videodisc shot from a real moving vehicle. Depending on the action of the player (hitting a rail, is an example), the disc moves virtually instantaneously to that segment and the player becomes part of an actual accident of real vehicles but fake.

JayJay is trying to determine a production plan for the next 12 months. The main criterion for this plan is that the employment level is to be held constant over the period. JayJay is continuing in its R & D efforts to develop new applications and prefers not to cause any adverse feelings with the local workforce. All employees should put in full workweeks, even if this is not the lowest-cost alternative. The forecast for the next 12 months is

MONTH    FORECAST DEMAND MONTH    FORECAST DEMAND

January 640 July          240

February 840 August      240

March 940 Sept        340

April 640          October 740

May 440          Nov 840

June 340          Dec 940

     Manufacturing cost is $200 per set, equally divided between materials and labor. Inventory storage cost is $6 per month. A shortage of sets results in lost sales and is estimated to cost an overall $21 per unit short.

    The inventory on hand at the beginning of the planning period is 200 units. Twelve labor hours are required per videodisc player. The workday is nine hours.

Develop an aggregate production schedule for the year using a constant workforce. For simplicity, assume 23 working days each month except July, when the plant closes down for three weeks' vacation (leaving eight working days). Assume that total annual production capacity is greater than or equal to total annual demand (i.e., compute workforce level based on annual demand and annual capacity). (Leave no cells blank - be certain to enter "0" wherever required. Indicate monthly shortages using a negative ending inventory level. Round up the "number of workers" to the next whole number and round down your "monthly production rates" to the next lower whole number.)

Jan Feb     Mar       Apr     May   Jun    Jul        Aug   Sept    Oct    Nov   Dec                     Total

Forecast                      640 840    940        640      440     340    240      240   340      740   840    940  

Beginning inventory

Available production               

Ending inventory

Costs

Inventory

Total       

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Hi.

Please find below answer.

I have attached excel formula screen shot as well.

If you like the answer, please up vote. It will encourage me to contribute more.

Formulas used

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Forecast 640 840 940 640 440 340 240 240 340 740 840 940
Working Days 23 23 23 23 23 23 8 23 23 23 23 23
Per day hours 9 9 9 9 9 9 9 9 9 9 9 9
Working Hours in a month per employee =D5*D6 =E5*E6 =F5*F6 =G5*G6 =H5*H6 =I5*I6 =J5*J6 =K5*K6 =L5*L6 =M5*M6 =N5*N6 =O5*O6
Per unit cost
Annual Demand =SUM(D4:O4) Production cost 200
Annual Working hours per employee =SUM(D7:O7) Shortage Cost 21
Hours per video disc player 12 Inventory cost 6
No of player produced by one employee =D10/D11
No of Employee require to meet Annual demand =ROUNDUP(D9/D12,0)
Annual Plan with 37 Resources each month
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Total
Forecast 640 840 940 640 440 340 240 240 340 740 840 940 =SUM(D18:O18)
Beginning Inventory 200 =IF(D21>0,D21,0) =IF(E21>0,E21,0) =IF(F21>0,F21,0) =IF(G21>0,G21,0) =IF(H21>0,H21,0) =IF(I21>0,I21,0) =IF(J21>0,J21,0) =IF(K21>0,K21,0) =IF(L21>0,L21,0) =IF(M21>0,M21,0) =IF(N21>0,N21,0)
Production =ROUNDDOWN($D$13*D5*D6/$D$11,0) =ROUNDDOWN($D$13*E5*E6/$D$11,0) =ROUNDDOWN($D$13*F5*F6/$D$11,0) =ROUNDDOWN($D$13*G5*G6/$D$11,0) =ROUNDDOWN($D$13*H5*H6/$D$11,0) =ROUNDDOWN($D$13*I5*I6/$D$11,0) =ROUNDDOWN($D$13*J5*J6/$D$11,0) =ROUNDDOWN($D$13*K5*K6/$D$11,0) =ROUNDDOWN($D$13*L5*L6/$D$11,0) =ROUNDDOWN($D$13*M5*M6/$D$11,0) =ROUNDDOWN($D$13*N5*N6/$D$11,0) =ROUNDDOWN($D$13*O5*O6/$D$11,0) =SUM(D20:O20)
Ending Inventory =D19+D20-D18 =E19+E20-E18 =F19+F20-F18 =G19+G20-G18 =H19+H20-H18 =I19+I20-I18 =J19+J20-J18 =K19+K20-K18 =L19+L20-L18 =M19+M20-M18 =N19+N20-N18 =O19+O20-O18
Manufacturning cost =D20*$I$9 =E20*$I$9 =F20*$I$9 =G20*$I$9 =H20*$I$9 =I20*$I$9 =J20*$I$9 =K20*$I$9 =L20*$I$9 =M20*$I$9 =N20*$I$9 =O20*$I$9 =SUM(D22:O22)
Shortage cost =IF(D21<0,-D21*$I$10,0) =IF(E21<0,-E21*$I$10,0) =IF(F21<0,-F21*$I$10,0) =IF(G21<0,-G21*$I$10,0) =IF(H21<0,-H21*$I$10,0) =IF(I21<0,-I21*$I$10,0) =IF(J21<0,-J21*$I$10,0) =IF(K21<0,-K21*$I$10,0) =IF(L21<0,-L21*$I$10,0) =IF(M21<0,-M21*$I$10,0) =IF(N21<0,-N21*$I$10,0) =IF(O21<0,-O21*$I$10,0) =SUM(D23:O23)
Inventory Cost =IF(D21<0,0,D21*$I$11) =IF(E21<0,0,E21*$I$11) =IF(F21<0,0,F21*$I$11) =IF(G21<0,0,G21*$I$11) =IF(H21<0,0,H21*$I$11) =IF(I21<0,0,I21*$I$11) =IF(J21<0,0,J21*$I$11) =IF(K21<0,0,K21*$I$11) =IF(L21<0,0,L21*$I$11) =IF(M21<0,0,M21*$I$11) =IF(N21<0,0,N21*$I$11) =IF(O21<0,0,O21*$I$11) =SUM(D24:O24)
Total Cost =SUM(D22:D24) =SUM(E22:E24) =SUM(F22:F24) =SUM(G22:G24) =SUM(H22:H24) =SUM(I22:I24) =SUM(J22:J24) =SUM(K22:K24) =SUM(L22:L24) =SUM(M22:M24) =SUM(N22:N24) =SUM(O22:O24) =SUM(D25:O25)
Add a comment
Know the answer?
Add Answer to:
JayJay Video Concepts produces a line of videodisc players to be linked to personal computers for...
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
  • Problem 8-13 Shoney Video Concepts produces a line of videodisc players to be linked to personal ...

    Problem 8-13 Shoney Video Concepts produces a line of videodisc players to be linked to personal computers for video games. Videodiscs have much faster access time than tape. With such a computer/video link, the game becomes a very realistic experience. In a simple driving game where the joystick steers the vehicle, for example, rather than seeing computer graphics on the screen, the player is actually viewing a segment of a videodisc shot from a real moving vehicle. Depending on the...

  • Shoney Video Concepts produces a line of videodisc players to be linked to personal computers for video games. Videodiscs have much faster access time than tape. With such a computer/video link, the g...

    Shoney Video Concepts produces a line of videodisc players to be linked to personal computers for video games. Videodiscs have much faster access time than tape. With such a computer/video link, the game becomes a very realistic experience. In a simple driving game where the joystick steers the vehicle, for example, rather than seeing computer graphics on the screen, the player is actually viewing a segment of a videodisc shot from a real moving vehicle. Depending on the action of...

  • Shoney Video Concepts produces a line of video streaming servers that are linked to personal computers...

    Shoney Video Concepts produces a line of video streaming servers that are linked to personal computers for storing movies. These devices have very fast access and large storage capacity.     Shoney is trying to determine a production plan for the next 12 months. The main criterion for this plan is that the employment level is to be held constant over the period. Shoney is continuing in its R&D efforts to develop new applications and prefers not to cause any adverse feelings...

  • Problem 8-13 Shoney Video Concepts produces a line of video streaming servers that are linked to...

    Problem 8-13 Shoney Video Concepts produces a line of video streaming servers that are linked to personal computers for storing movies. These devices have very fast access and large storage capacity.     Shoney is trying to determine a production plan for the next 12 months. The main criterion for this plan is that the employment level is to be held constant over the period. Shoney is continuing in its R&D efforts to develop new applications and prefers not to cause any...

  • Shoncy Vdco Concepts produces a ınc ơ vo ote c pa crs o ьс ın cd...

    Shoncy Vdco Concepts produces a ınc ơ vo ote c pa crs o ьс ın cd to personal computors or v dco games wdood CS have much as cr access tme than apc nh such a computer vidco link, thc gan c bocomcs a vor calKS C CXponencc n ฮ smp C dmn ga mc where the oystick steers the vehicla, for exampla, rather than seeing computer graphics on the screen, the playar is actually viewing a sagment of a...

  • Problem 13-4 The current aggregate demand requirements for a firm are shown below for the next...

    Problem 13-4 The current aggregate demand requirements for a firm are shown below for the next six months MonthMay June July Aug Sept Oct Demand 260 240 240 240 270 290 The firm always plans to meet all demand. The firm currently has 260 workers capable of producing 260 units in a month (1 unit/worker). The workforce can be increased (at a cost of $650 (at a cost of $1,300 per worker). Inventory holding cost is $150 per unit per...

  • The Austin, Texas plant of Computer Products produces disk units for personal and small business computers....

    The Austin, Texas plant of Computer Products produces disk units for personal and small business computers. Gerald Knox, the plant’s production planning director, is looking over next year’s sales forecasts for these products and will be developing an aggregate capacity plan for the plant. The quarterly sales forecasts for the disk units are as follows: 1st Quarter 2nd Quarter 3rd Quarter 4th Quarter 2,310 1,980 1,980 2,340 Ample machine capacity exists to produce the forecast. Each disk unit takes an...

  • Helter Industries, a company that produces a line of women's bathing suits, hires temporaries to help...

    Helter Industries, a company that produces a line of women's bathing suits, hires temporaries to help produce its summer product demand. For the current four-month rolling schedule, there are 12 full-time employees on staff. Temps can be hired when needed and can be used as needed on a month-by-month basis, whereas the full-time employees must be paid whether they are needed or not. Each full-time employee can produce 203 suits, while each temporary employee can produce 163 suits per month.      ...

  • 3. Jason Enterprises (JE) is producing video telephones for the home market. Quality is not quite...

    3. Jason Enterprises (JE) is producing video telephones for the home market. Quality is not quite as good as it could be at this point, but the selling price is low and Jason can study market response while spending more time on R&D. At this stage, however, JE needs to develop an aggregate production plan for the six months from January through June. As you can guess, you have been commissioned to create the plan. Assume a starting workforce of...

  • Check The current aggregate demand requirements for a firm are shown below for the next six...

    Check The current aggregate demand requirements for a firm are shown below for the next six months: Month May June July Aug Sept Oct 230 Demand 210 210 210 240 260 Click here for the Excel Data File The firm always plans to meet all demand. The firm currently has 230 workers capable of producing 230 units in a month (1 unit/worker). The workforce can be increased (at a cost of $500 per worker) or decreased (at a cost of...

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
ADVERTISEMENT