The answer is a diagonal line that cuts through 0,0
Like in this website: https://www.symbolab.com/solver/step-by-step/5x%2B10y%3E0
My attempt: 5x + 10y(0) >0
5x>0
x>0
5x(0)+10y>0
10y>0
y>0
I can't see how you can draw that line.
Sorry for my ignorance.
The set of points $(x,y)$ satisfying $5x+10y=0=x+2y$ is a line. this line cuts the plane into two parts. in one side, we have $$x+2y>0$$ and in the other, $$x+2y<0.$$
take for example, the point $A(x_A=1,y_A=0)$ which is not in the line. then $$x_A+2y_A=1>0.$$ the solution of $$x+2y>0$$ is the side containing A.