document.write( "Question 176269: My math problem is:
\n" );
document.write( "If one of the solutions to a quadratic function is 1+isquare root of2, what is the b value in the quadratic polynomial.
\n" );
document.write( "Could you please help me?? \n" );
document.write( "
Algebra.Com's Answer #131364 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If one of the solutions to a quadratic function is 1+isquare root of2, what is the b value in the quadratic polynomial. \n" ); document.write( ": \n" ); document.write( "x = 1 + \n" ); document.write( "x - 1 = \n" ); document.write( "Square both sides: \n" ); document.write( "(x-1)^2 = 2(i^2) \n" ); document.write( ": \n" ); document.write( "x^2 - 2x + 1 = 2(-1) \n" ); document.write( "x^2 - 2x + 1 = -2 \n" ); document.write( "x^2 - 2x +1 + 2 = 0 \n" ); document.write( "x^2 - 2x + 3 = 0 is the quadratic; b=-2 \n" ); document.write( " |