document.write( "Question 252283: Find the distance between the two points of intersection of y = x^2 -x and
\n" );
document.write( "y = 3x+5 \r
\n" );
document.write( "\n" );
document.write( "a. √10 b. 6 c. 6√10 d. 8 e. 2√130 \n" );
document.write( "
Algebra.Com's Answer #184127 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the distance between the two points of intersection of y = x^2 -x and \n" ); document.write( "y = 3x+5 \n" ); document.write( "----------- \n" ); document.write( "Find the 2 points of intersection: \n" ); document.write( "y = x^2 -x and \n" ); document.write( "y = 3x+5 \n" ); document.write( "----------- \n" ); document.write( "Since they both = y, the equal each other \n" ); document.write( "x^2 - x = 3x + 5 \n" ); document.write( "x^2 - 4x - 5 = 0 \n" ); document.write( "(x-5)*(x+1) = 0 \n" ); document.write( "x = -1, y = 2 --> (-1,2) \n" ); document.write( "x = 5, y = 20 --> (5,20) \n" ); document.write( "------ \n" ); document.write( "Find the distance: \n" ); document.write( "s^2 = diffy^2 + diffx^2 = 6^2 + 18^2 \n" ); document.write( "s^2 = 36 + 324 = 360 \n" ); document.write( "x = sqrt(360) = 6sqrt(10)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |