Question

6. [20 points] The manufacturing company produces the different parts (shown in below) which go into the automotive. This week, the company produced 421,700 units, 68,000 units and 895,000 units,

respectively. They need to pack them in boxes to ship out and each box can hold 3,600 units, 500 units, and 4300 units for each part. Write code to calculate how many units of each part will remain unpacked if every box that is used has to be full. Coding should use vector for each part and number of units per box, and answer also should be presented in column vector. (Hint: Use built-in function)

Question image 1Question image 2Question image 3