document.write( "Question 265280: What is the intersection of the quadratic equations -x^2+1 and x^2-2x-3 \n" ); document.write( "
Algebra.Com's Answer #195088 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
What is the intersection of the quadratic equations -x^2+1 and x^2-2x-3
\n" ); document.write( "When they intersect they must be equal:
\n" ); document.write( "----
\n" ); document.write( "Equation:
\n" ); document.write( "-x^2+1 = x^2-2x-3
\n" ); document.write( "2x^2 - 2x -4 = 0
\n" ); document.write( "x^2 -x - 2 = 0
\n" ); document.write( "Factor:
\n" ); document.write( "(x-2)(x+1) = 0
\n" ); document.write( "x = 2 or x = -1
\n" ); document.write( "------
\n" ); document.write( "If x = 2, y = -(2^2)+1 = -3
\n" ); document.write( "If x = -1, y = -(-1)^2 + 1 = 2
\n" ); document.write( "-----
\n" ); document.write( "Solution: (2,-3) and (-1,2)
\n" ); document.write( "===============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );