document.write( "Question 389735: If x+2 is a factor of x^2+bx+10, what is the value of b?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #276275 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! First of all, by inspection, we see that the other factor has to be (x+5) because there's no other factor that will give us 10 as the third term \n" ); document.write( "(x+2)(x+5)=x^2+7x+10; therefore b=7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's another way: \n" ); document.write( "Let x+a be the other factor, so: \n" ); document.write( "(x+2)(x+a)=x^2+bx+10 \n" ); document.write( "Expand the left side using FOIL (First, Outer, Inner, Last) \n" ); document.write( "x^2+ax+2x+2a=x^2+bx+10 simplifying \n" ); document.write( "x^2+(a+2)x+2a=x^2+bx+10 \n" ); document.write( "Now we know that the left side is identical to the right side. That means that the two expressions are identical term for term, so:\r \n" ); document.write( "\n" ); document.write( "1=1 \n" ); document.write( "a+2=b \n" ); document.write( "2a=10 or a=5 \n" ); document.write( "a+2=b or 5+2=b; so b=7\r \n" ); document.write( "\n" ); document.write( "Hope this helps-----ptaylor\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |