MATLAB: Please suggest how to solve this optimization problem

how to solve this optimization problem

Can you please suggest me how to solve this optimization problem ?
OBJECTIVE FUNCTION:
Minimize x(3)
Subject to:
1/factorial x(1) < x(3)
1/factorial x(2) < x(3)
x(1) + x(2) < 100
x(1) and x(2) are integers and > 0
please do reply,Thanking you in advance!!

Best Answer

x1 is 49, x2 is 50, x3 is 1/factorial(49) * (1+eps)