Question 529706
I am having trouble on finding points of intersections of different graphs. 
Find the coordinates of the points of intersection of the hyperbola y=6/x and the line x-3y+3=0 
NB:Must solve algebraically and show all working.
**
y=6/x
x-3y+3=0
substitute first equation for y in second equation:
x-3(6/x)+3=0
x-(18/x)+3=0
x^2-18+3x=0
x^2+3x-18=0
(x+6)(x-3)=0
x=-6
y=6/-6=-1
x=3
y=6/3=2
coordinates of the points of intersection: (-6,-1) and (3,2)
..
See graph below as a visual check on answers:
{{{ graph( 300, 300, -10, 10, -10, 10, 6/x,(x+3)/3) }}}