Answer to Question #72474, Math / Discrete Mathematics
Solve the given problem by NWCM (north-west corner method), LCM (the least cost method) and VAM (Vogel's approximation method) and find optimal solution by UV method.

Solution.
North-west corner method:
Total Cost=200⋅11+50⋅13+175⋅18+125⋅10+125⋅13+275⋅10=11625
UV method:
cij=ui+vj for occupied cells
The reduced costs for unoccupied cells:
reduced cost=cij−ui−vjc13=17−5=12;c14=14−2=12;c21=16−5−11=0c24=60−5−2=53;c31=21−8−11=2;c32=24−8−13=3
Since all the current reduced costs are non-negative, this is the optimal solution.
The minimum cost=Total Cost=11625
Print to PDF without this message by purchasing novaPDF (http://www.novapdf.com/)
Answer to Question #72474, Math / Discrete Mathematics
Least cost method:

Total Cost = 200 · 11 + 50 · 13 + 50 · 18 + 125 · 24 + 250 · 10 + 275 · 10 = 12000
Vogel's approximation method:

Penalties:
13−11=2 for row 116−10=6 for row 213−10=3 for row 316−11=5 for column 118−13=5 for column 213−10=3 for column 314−10=4 for column 4
The highest penalty occurs in the second row. The minimum cij in this row is c23=10. So x23=300 and second row is eliminated.

Penalties:
13−11=2 for row 1
Print to PDF without this message by purchasing novaPDF (http://www.novapdf.com/)
Answer to Question #72474, Math / Discrete Mathematics
13−10=3 for row 321−11=10 for column 124−13=11 for column 217−13=4 for column 314−10=4 for column 4
The highest penalty occurs in the second column. The minimum cij in this column is c12=13. So x12=300 and second column is eliminated.

Penalties:
14−11=3 for row 113−10=3 for row 321−11=10 for column 117−13=4 for column 314−10=4 for column 4
The highest penalty occurs in the first column. The minimum cij in this column is c11=11. So x11=150 and first column is eliminated.

Penalties:
17−14=3 for row 113−10=3 for row 3
Print to PDF without this message by purchasing novaPDF (http://www.novapdf.com/)
Answer to Question #72474, Math / Discrete Mathematics
17−13=4 for column 314−10=4 for column 4
The highest penalty occurs in the 4th column. The minimum cij in this column is c34=10. So x34=275 and 4th column is eliminated.
Total Cost=16⋅50+10⋅250+13⋅225+11⋅25+21⋅125+10⋅275=11875
Answer provided by AssignmentExpert.com
Print to PDF without this message by purchasing novaPDF (http://www.novapdf.com/)