3 10 pts The following shows the sequence of points visited
Solution
3) Let us consider it into x,y,z directions then
from 0 to1 the movement will be 4 steps forward in positive x direction , 2 steps in negative y direction and 6 steps in positive z direction
from 1 to 2 the movement will be no movment in x direction again 2 steps in negative direction and 12 steps forward in z direction
from 2 to 3 the movement will be 1 step in negative direction and no movement in y direction and 3 steps in positive y direction
4) a) the first movement will lead us to a position of (6,1,15) which does not satisfy the first condition and thus the movement isnot valid
b) the second movement will lead us to a position of (12,2,4) which is validated by both the equations and thus itis valid movement
5) a) min will be 16
b) mx will be 10
