document.write( "Question 452309: Please help me solve this problem! \r
\n" );
document.write( "\n" );
document.write( "Find the values of b and c in the following equation if the roots of the equation are {-6, -1}: x^2 + bx + c = 0 \n" );
document.write( "
Algebra.Com's Answer #310939 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Find the values of b and c in the following equation if the roots of the equation are {-6, -1}: x^2 + bx + c = 0 \n" ); document.write( "If the roots are x = -6 and x = -1, then we can write \n" ); document.write( "(x+6)(x+1) = 0 \n" ); document.write( "Using FOIL, we have \n" ); document.write( "x^2 + 7x + 6 = 0 \n" ); document.write( "So, b = 7, c = 6 \n" ); document.write( " |