document.write( "Question 386442: The line 3x + 4y = 15 intersects the curve 2xy = 9 at A and B. Find
\n" ); document.write( "a) the coordinates of A and of B,
\n" ); document.write( "b) the distance AB
\n" ); document.write( "

Algebra.Com's Answer #273191 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
The line 3x + 4y = 15 intersects the curve 2xy = 9 at A and B. Find
\n" ); document.write( "a) the coordinates of A and of B,
\n" ); document.write( "b) the distance AB
\n" ); document.write( "...
\n" ); document.write( "3x+4y=15
\n" ); document.write( "2xy=9
\n" ); document.write( "y= 9/2x
\n" ); document.write( "substitute the value of y in first equation
\n" ); document.write( "3x+4y=15
\n" ); document.write( "3x+4*(9/2x)=15
\n" ); document.write( "multiply by 2x
\n" ); document.write( "6x^2+36=30x
\n" ); document.write( "6x^2-30x+36=0
\n" ); document.write( "/6
\n" ); document.write( "x^2-5x+6=0
\n" ); document.write( "x^2-3x-2x+6=0
\n" ); document.write( "x(x-3)-2(x-3)=0
\n" ); document.write( "(x-3)(x-2)=0
\n" ); document.write( "x=3 OR x=2
\n" ); document.write( "...
\n" ); document.write( "plug value of x in the equation 2xy=9
\n" ); document.write( "2*3*y=9
\n" ); document.write( "6y=9
\n" ); document.write( "y=9/6
\n" ); document.write( "y=3/2
\n" ); document.write( "(3,3/2)
\n" ); document.write( "...
\n" ); document.write( "2*2*y=9
\n" ); document.write( "4y=9
\n" ); document.write( "y=9/4
\n" ); document.write( "(2,9/4)
\n" ); document.write( "...
\n" ); document.write( "Distance = \"sqrt%28%28x1-x2%29%5E2%2B%28y1-y2%29%5E2%29\"
\n" ); document.write( "Distance =\"sqrt%28%283-2%29%5E2%2B%28%283%2F2%29-%289%2F4%29%29%5E2%29\"
\n" ); document.write( "Distance= 1.25
\n" ); document.write( "...
\n" ); document.write( "\"graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C%28%28-3x%2F4%29%2B%2815%2F4%29%29%2C%289%2F2x%29%29\"
\n" ); document.write( "
\n" );