Megan H. answered 11/26/22
Let’s solve some problems!
This word problem wants you to create a system:
x-y=3
xy=10
Now I think the easiest way to finish this problem is to first solve for x in the second equation
x=10/y
Plug this x into the first equation and solve for y
(10/y)-y=3
10/y=3+y
10=3y+y2
0=y2+3y-10
0=(y+5)(y-2)
y=-5,2
Now plug these in and solve for x
-5x=10
x=-2
2x=10
x=5
SOLUTION: (-2,-5) and (5,2)