I think what makes this problem hard is the fact that there are so many correct possibilities.
What is the solution to a set of equations? It's where those two curves or lines intersect.
So, make up equations whose graphs intersect at (3,-5). It's easiest if both equations are linear. (Although, it is possible for us to choose any type. There could be two parabolas who intersect at (3,-5) or even some oscillating curve that intersects another at (3,-5). The possibilities are infinite.)
Let's use linear equations to make our lives easier.
consider point-slope form of a line: y-y1=m(x-x1) where (x1,y1) is a point on that line.
For us, we are required to have (3,-5) be a point on our line, so our (x1,y1)=(3,-5).
So, we have y-(-5)=m(x-3). Let's simplify this as y+5=m(x-3). Now, fill in ANY slope (m) you want! Literally ANY slope. Do this twice to get two equations, and that's it. That's your system of equations.
You could have y+5=10(x-3) and y+5=7(x-3). OR
You could have y+5=.5(x-3) and y+5=4.081(x-3). OR
You could have y+5=-23(x-3) and y+5=17(x-3). OR
You could have y+5=525,600(x-3) and y+5=0.0000314(x-3). OR
Any other slopes you can think of, as long as your (x1,y1) is (3,-5).
To prove it, solve your system by substitution or elimination, and show that your two equations really do intersect at (3,-5). I challenge you to come up with your own slopes. Try not to use one of the ones I suggested.