document.write( "Question 1030328: What are the coordinates of the points where the graphs of f(x)=x^3-x^2+x+1 and g(x)=x^3+x^2+x-1 intersect?\r
\n" );
document.write( "\n" );
document.write( "Give your answer as a list of points separated by semicolons, with the points ordered such that their x-coordinates are in increasing order. (So \"(1,-3); (2,3); (5,-7)\" - without the quotes - is a valid answer format.) \n" );
document.write( "
Algebra.Com's Answer #645200 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! What are the coordinates of the points where the graphs of f(x)=x^3-x^2+x+1 and g(x)=x^3+x^2+x-1 intersect? \n" ); document.write( ": \n" ); document.write( "At intersection g(x) = f(x) \n" ); document.write( "write it as one equation \n" ); document.write( "x^3 + x^2 + x - 1 = x^3 - x^2 + x + 1 \n" ); document.write( "Combine like terms \n" ); document.write( "x^3 - x^3 + x^2 + x^2 + x - x = 1 + 1 \n" ); document.write( "2x^2 = 2 \n" ); document.write( "divide by 2 \n" ); document.write( "x^2 = 1 \n" ); document.write( "x = +/- \n" ); document.write( "x = 1 \n" ); document.write( "and \n" ); document.write( "x = -1 \n" ); document.write( ": \n" ); document.write( "Find y when x = 1 \n" ); document.write( "y = 1^3 + 1^2 + 1 - 1 \n" ); document.write( "y = 2 \n" ); document.write( ": \n" ); document.write( "Find y when x = -1 \n" ); document.write( "y = -1^3 + 1^2 -1 - 1 \n" ); document.write( "y = -1 + 1 - 1 - 1 \n" ); document.write( "y = -2 \n" ); document.write( ": \n" ); document.write( "Two coordinates: -1,-2; 1,2 \n" ); document.write( ": \n" ); document.write( "looks like this \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |