Question

A system works on a job using three machines. The first machine works for 2 hours...

A system works on a job using three machines. The first machine works for 2 hours and returns the answer that it cannot do the job. The second machine works for 3 hours and returns the same answer. The third machine works for 5 hours and returns the job done.

(a) Assuming that the system always selects the machine to give the job to with equal probabilities , what is the expected number of hours until it gets the job done?
(b) Assuming that after each try the system records which machine was used, and then choses from the unused machines with equal probabilities, what is the expected number of hours until it gets the job done?

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

a) here exected time E(T)=\tiny \sumT*P(T )=(1/3)E(first machine)+(1/3)*E(Second machine)+(1/3)*E(third m/c)

E(T)=(1/3)*(2+E(T))+(1/3)*(3+E(T))+(1/3)*5

3*E(T)=10+2E(T)

E(T)=10 Hours

b)

here let number of Hours are T for which pmf is as follows:

P(T=5) =P(first machine is 3rd machine) =1/3

P(T=7)=P(first machine and then 3rd machine)=(1/3)*(1/2) =1/6

P(T=8)=P(second machine and then 3rd machine)=(1/3)*(1/2) =1/6

P(T=10)=P(first ; second and then third+second,first and then third m/c) =(1/3)*(1/2)+(1/3)*(!/2)=1/3

hence expectd time E(T)=\tiny \sumT*P(T )=5*(1/3)+7*(1/6)+8*(1/6)+10*(1/3)=7.5 Hours

Add a comment
Know the answer?
Add Answer to:
A system works on a job using three machines. The first machine works for 2 hours...
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
  • Matthew works as a production engineer in a manufacturing plant. There are three machines in this...

    Matthew works as a production engineer in a manufacturing plant. There are three machines in this plant, namely, machine 1, machine 2, and machine 3. Thirty percent of all jobs are done through machine 1 while fifty percent of all jobs are done through machine 2. In an eight-hour time period, the machines are inspected twice (end of the third hour and end of the sixth hour) to indicate whether a job is being done correctly. Historically, machine 1 will...

  • Arena Simulation. Five identical machines operate independently in a small shop. Each machine is up (i.e.,...

    Arena Simulation. Five identical machines operate independently in a small shop. Each machine is up (i.e., works) for between six and ten hours (uniformly distributes) and then breaks down. There are two repair technicians available, and it takes one technician between one and three hours (uniformly distributed) to fix a machine; only one technician can be assigned to work on a broken machine even if the other technician is idle. If more than two machines are broken down at a...

  • 2. Moody Corporation uses a job-order costing system with a plantwide overhead rate based on machine-hours....

    2. Moody Corporation uses a job-order costing system with a plantwide overhead rate based on machine-hours. At the beginning of the year, the company made the following estimates:      Machine-hours required to support estimated production 158,000   Fixed manufacturing overhead cost $ 650,000   Variable manufacturing overhead cost per machine-hour $ 4.40 Required: 1. Compute the predetermined overhead rate. (Do not round intermediate calculations. Round your answer to 2 decimal places.)       2. During the year, Job 400 was started and completed....

  • The job costing system at Suzy's Custom Framing has ve indirect contpools (purchasing, material handing machine...

    The job costing system at Suzy's Custom Framing has ve indirect contpools (purchasing, material handing machine maintenance product inspection, and packaging). The company is in the process of bidding on two jobs Job 215. an order of 10 inche personalized frames, and Job 325an order of 6 standard personalized frames. The controller wants you to compare overhead allocated under the current simple job-costing wystem and a newly designed activity based job-costing system. Total budgeted costs in each indirect cost pool...

  • Problem 5: Gambler's Ruin Our old friend John Doe who tried his luck at blackjack back in Homework 2 now decides to win a small fortune using slot machines mstead. Having ganed some wisdom from h...

    Problem 5: Gambler's Ruin Our old friend John Doe who tried his luck at blackjack back in Homework 2 now decides to win a small fortune using slot machines mstead. Having ganed some wisdom from his previous outings, he starts off small with just one dollar. He plays the slot machines in the following way He always inserts one dollar into the slot machines After playing it, the machine returns two dollars with probability p and returns nothing with probability...

  • In a job-order costing system that is based on machine-hours, which of the following formulas is correct? A) Predeter...

    In a job-order costing system that is based on machine-hours, which of the following formulas is correct? A) Predetermined overhead rate = Actual manufacturing overhead ÷ Actual machine-hours B) Predetermined overhead rate = Actual manufacturing overhead ÷ Estimated machine-hours C) Predetermined overhead rate = Estimated manufacturing overhead ÷ Estimated machine-hours D) Predetermined overhead rate = Estimated manufacturing overhead ÷ Actual machine-hours 41. Which of the following statements about using a plantwide overhead rate based on direct labor is correct? A)...

  • You're in charge of running a scientific program (job) that simulates a physical system for as ma...

    You're in charge of running a scientific program (job) that simulates a physical system for as many discrete steps as you can. The lab you're working in has two large supercomputers, which we'll call A and B, which are capable of processing this job. However, you're not one of the high-priority users of these supercomputers, so at any given point in time, you're only able to use as many spare cycles as these machines have available. Here's the problem you...

  • JJ The Fasano Company uses a job-costing system at its over Delaware plant The plant has...

    JJ The Fasano Company uses a job-costing system at its over Delaware plant The plant has a machining department and a finishing department Fanano se nommal costing with two direct-cost categories direct materials and direct manufacturing labor) and two manufacturing overhead cost pools (the machining department with machine-hours as the allocation base and the finishing department with direct manufacturing labor costs as the location base) The 2017 budget for the plants as follows Click the icon to view the 2017...

  • 1. Turco Products uses a job order cost system. The following debits (credits) appeared in Work-in-Process...

    1. Turco Products uses a job order cost system. The following debits (credits) appeared in Work-in-Process Inventory for September: Description Amount September 1 Balance $ 27,300 For the month Direct materials 162,900 For the month Direct labor 101,600 For the month Factory overhead 77,216 For the month To finished goods ( 318,200 ) Turco applies overhead to production at a predetermined rate of 76 percent based on direct labor cost. Job 9-27, the only job still in process at the...

  • java  Operating System Scheduler Two scheduling strategies for an operating system scheduler are first come first serve...

    java  Operating System Scheduler Two scheduling strategies for an operating system scheduler are first come first serve (FCFS) and fixed priority pre-emptive scheduling (FPPS). Since queues operate on a first come first serve basis, FCFS is implemented using a queue. Similarly, FPPS is implemented using a priority queue. The operating system scheduler simulation is already provided for you. To use it you simply need to modify the main method to run the simulator using either the LinkedListQueue or the PriorityQueue. Run...

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