Examlex

Solved

Wefixit Co

question 9

Essay

Wefixit Co. has just signed a contract to handle copy machine repairs for a large printing company in Chicago. The contract covers copy machines at four locations, in the Loop (downtown), on the North side, on the West side, and on the South side. Wefixit has identified two potential sites for housing their equipment, spare parts, and employees. One site is Northwest of the Loop, and the other on is south of the Loop. The x, y coordinates for the printing company locations and potential sites for Wefixit are as follows:
Wefixit Co. has just signed a contract to handle copy machine repairs for a large printing company in Chicago. The contract covers copy machines at four locations, in the Loop (downtown), on the North side, on the West side, and on the South side. Wefixit has identified two potential sites for housing their equipment, spare parts, and employees. One site is Northwest of the Loop, and the other on is south of the Loop. The x, y coordinates for the printing company locations and potential sites for Wefixit are as follows:     The estimate number of trips per year to each Printing Co. location is: 400 to Loop, 200 to North side, 200 to West side and 100 to South side. (a) Calculate the total load-distance value from each potential Wefixit location. (b) Where should Wefixit be located?
The estimate number of trips per year to each Printing Co. location is: 400 to Loop, 200 to North side, 200 to West side and 100 to South side.
(a) Calculate the total load-distance value from each potential Wefixit location.
(b) Where should Wefixit be located?


Definitions:

Compiler

A software tool that translates source code written in a programming language into machine code, executable by a computer's CPU.

RuntimeException

An exception in programming that indicates a problem that occurs during program execution.

Superclass

A class from which other classes inherit properties and methods; also known as a parent or base class.

Checked Exception

In Java, an exception that is checked by the compiler for handling or declaration in a method's signature.

Related Questions