Final answer:
The correct option to use in order to solve the system using the given inverse of the coefficient matrix is InvMatrixSolve.
Step-by-step explanation:
The correct option to use in order to solve the system using the given inverse of the coefficient matrix is C) InvMatrixSolve.
To solve a system of equations using the inverse of the coefficient matrix, you need to multiply the inverse of the coefficient matrix by the column matrix of the constants. This will give you the column matrix of the variables, which represents the solution to the system.
For example, if the coefficient matrix is A and the column matrix of constants is B, the solution matrix X can be found using the equation X = A-1 * B.