I need to determine how many integer solutions are to this inequality:$$ y_1 +y_2 +y_3 < 100 $$
with $$y_1 > 0,y_2 ∈ [0,10],y_3 ∈ (0,19]$$
I'm having trouble where to start. I know that$$y_1+y_2+y_3=99 $$since $100 $ is not possible to reach. Then I get stuck upon what I should do next.