document.write( "Question 392768: i'm trying to help my daughter with homework over the phone
\n" );
document.write( "she is trying to solve the equation x^2 + bx + c = 0
\n" );
document.write( "when x = -4 or 6, what are b and c
\n" );
document.write( "haven't a clue where to start \n" );
document.write( "
Algebra.Com's Answer #278804 by stanbon(75887) ![]() You can put this solution on YOUR website! solve the equation x^2 + bx + c = 0 \n" ); document.write( "when x = -4 or 6, what are b and c \n" ); document.write( "----- \n" ); document.write( "If x = -4 you get: (-4)^2+b(-4)+c = 0 \n" ); document.write( "16-4b+c = 0 \n" ); document.write( "-4b+c = -16 \n" ); document.write( "------------- \n" ); document.write( "If x = 6, you get: (6)^2+b(6)+c = 0 \n" ); document.write( "6b+c = -36 \n" ); document.write( "----------- \n" ); document.write( "Now you have 2 equations with variables b and c. \n" ); document.write( "-4b+c = -16 \n" ); document.write( "6b+c = -36 \n" ); document.write( "------------ \n" ); document.write( "Subtract the top equation from the lower one and solve for \"b\": \n" ); document.write( "10b = -20 \n" ); document.write( "b = -2 \n" ); document.write( "----- \n" ); document.write( "Solve for c by substituting into 6b+c = -36: \n" ); document.write( "6*-2+c = -36 \n" ); document.write( "-12+c = -36 \n" ); document.write( "c = -24 \n" ); document.write( "------------------ \n" ); document.write( "Check in the equation -4b+c = -16 \n" ); document.write( "-4*-2+(-24) = -16 \n" ); document.write( "8-24 = -16 \n" ); document.write( "-16 = -16 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |