document.write( "Question 507843: Symbolically find X and Y intercepts for: xy-3+x^2=10+2y \n" ); document.write( "
Algebra.Com's Answer #340745 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
2y + 10 = x^2 + xy -3
\n" ); document.write( "2y -xy = x^2 - 13
\n" ); document.write( "y(2-x) = x^2 - 13
\n" ); document.write( "y = (x^2-13)/(2-x)
\n" ); document.write( ".
\n" ); document.write( "\"graph%28500%2C500%2C-10%2C10%2C-10%2C10%2C%28x%2Ax-13%29%2F%282-x%29%29\"
\n" ); document.write( ".
\n" ); document.write( "Note that y is undefined for x=2.
\n" ); document.write( "
\n" );