Question 980167
Transcribe into equations and solve if you want that.


#2 only for the transcribing:


Two numbers, m and n.
{{{system(mn=-10+16*m, m<n, 2m=5+n)}}}.
Aside from the inequality, this is a system of two equations in two unknown variables.  You could start the solution process this way:


{{{n=2m-5}}}
;
{{{mn=16m-10}}}
{{{m(2m-5)=16m-10}}}
{{{2m^2-5m=16m-10}}}
.
.
Keep going.