You can
put this solution on YOUR website! .
The problem REQUIRES to find integer non-negative numbers x and y satisfying to the system of 2 equations in 2 unknowns
15x + 12y = 359 (assembly time)
5x + 8y = 142 (testing time)
The x-solution to this system is (Cramer's rule)
x =
= 19.467
which IS NOT an integer. // I even will not spend my time to calculate y.
SO, THE PROBLEM HAS NO SOLUTION in integer numbers. ANSWER
ANSWER. The problem, as it formulated and posed in the post - HAS NO SOLUTION.