Problem:
If $a,b,c,d,e>0$, and $a,b,c,d,e$ are all positive integers, on the condition that $b>a$, solve the following system of equations:
\begin{align} abcde &= 240\ 240\ \ \ (1)\\ abcd+e &= 17\ 174\ \ \ \ \ (2)\\ abc+d+e &= 1\ 347\ \ \ \ \ \ \ (3)\\ ab+c+d+e &= 149\ \ \ \ \ \ \ \ \ \ (4)\\ a+b+c+d+e &= 60\ \ \ \ \ \ \ \ \ \ \ \ (5) \end{align}
Background Information on the Problem:
Funnily enough, my brother made up this problem with random numbers, as he claims, and he absolutely refuses to tell me the solution unless if I agree that I'm stupid. But I'm not.
My Working:
Basically, what I did was look at equation $(1)$ and try to find factors of $240\ 240$, since $a,b,c,d,e$ are all positive integers. I have no idea how to proceed from here. I could look at equations $(1)$ and $(2)$, and use guess and check to find $e$, but that would be extremely time consuming.
Could anyone please help me with this problem? Thank you.