document.write( "Question 390071: If one root of the equation ... 2x^2+10x+k=0 is -2, find K and the other root? \n" ); document.write( "
Algebra.Com's Answer #276516 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Put x = -2 into the equation: \"2%2A%28-2%29%5E2+%2B+10%2A-2+%2B+k+=+0\" ====> 8 - 20 + k = 0, or -12 + k = 0, or k = 12. The equation is then \"2x%5E2+%2B+10x+%2B+12+=+0\". The equation simplifies to \"x%5E2+%2B+5x+%2B+6+=+0\", which is the same as (x + 2)(x+3)= 0, so the other root is -3. \n" ); document.write( "
\n" );