document.write( "Question 1030857: What is the x,y coordinates of:
\n" );
document.write( "y=x^2+4x+4 y=-2x-5 \n" );
document.write( "
Algebra.Com's Answer #645624 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If you are asking what are the coordinates of their intersection, we substitute in for y and solve for x...we get \n" ); document.write( "-2x - 5 = x^2 + 4x + 4 \n" ); document.write( "x^2 + 6x + 9 = 0 \n" ); document.write( "(x+3)(x+3) = 0 \n" ); document.write( "x = -3 \n" ); document.write( "Tells me the line is tangent to the curve. \n" ); document.write( "If x = -3, then \n" ); document.write( "y = -2(-3) - 5 = 6 - 5 = 1 \n" ); document.write( "They intersect at \n" ); document.write( "(-3, 1) \n" ); document.write( " |