document.write( "Question 835364: Find the distance between the points of intersection of the graphs
\n" );
document.write( "y = x^2 + 1 and y = 5. Help? \n" );
document.write( "
Algebra.Com's Answer #503456 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! Q: \n" ); document.write( "Find the distance between the points of intersection of the graphs \n" ); document.write( " \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "A: \n" ); document.write( "To get the points of intersection, we solve \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x = ±2 \n" ); document.write( "The points of intersection are (2, 5) and (-2, 5). \n" ); document.write( "The y-coordinates are the same so we just compute the absolute value of the difference between the x-coordinates to get the distance between the two points. \n" ); document.write( "distance = |2 - (-2)| = \n" ); document.write( "Here's the graph: \n" ); document.write( " |