Question

Q. No. 3: Consider the following two assembly lines with 4 stations. Determine which stations to choose from lines 1 and 2 to

Can I get a full solution for this ?

thank!

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

Please let me know if you require any further assistance.

There is one thing you need to remember while doing such kind of questions. That applying algorithms to such questions is a waste of time! Simple questions like these should be solved in about 30-50 seconds simply in your head without using any tables. In a mcq exam(This is where most questions of this kind appear!) you won't have time to construct tables and solve questions that way.

With that being said, The above problem is a recreation of assembly line scheduling problem where:

1. There are entry and exit costs in the factory.

2. Staying on the same assembly line doesn't incur any cost but changing lanes does.

3. Each station has a processing time/cost.

If the problem statement is big we need to use dynamic programming to solve this. But since you will encounter such problems mostly in mcq type exams, you need to solve them in your head.

tips you need to remember -:

1. They will try to trick you by showing first few stations in a line having high costs whereas later they have low costs.(Usually)

2. Use your intuition to find when to change lanes and when to stay on the lane.

Here is the simple solution to this question -:

L2 is lane 2 and L1 is lane 1

Si represents the station number.

so the solution is -: L2->S1->S2->S3->L1->S4 which sums to 25 and is the minimum total time required to go through the assembly line in the factory.

Add a comment
Know the answer?
Add Answer to:
Q. No. 3: Consider the following two assembly lines with 4 stations. Determine which stations to ...
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
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