This one tests whether you understand the logic of something called a contrapositive. The complicate it though with an "or" statement.
A --> B or C
The application says:
~C
-----
~A
The problem with this is that we're missing a piece: ~B. If we knew that B were not true as well as C were not true, then we could conclude that A is not true.
A --> B or C
~B + ~C
------------------
~A
In this context, the argument assumes that the process has not been demonstrated safely in another factory for more than a year. Answer choice (B) guarantees this to be true.
Incorrect Answers
(A) is too weak. It is still possible that after the initial problems the process went on to be safely used for more than a year.
(C) is out of scope. The policy regards new processes for approval, not processes currently in use.
(D) is out of scope. What the inspector will do is irrelevant to what the inspector should do.
(E) is too weak. It is still possible that in that one other factory the process has been safely used for more than a year.
#officialexplanation