document.write( "Question 36006: factor the quadratic expression completely, and find the roots of the expression.\r
\n" );
document.write( "\n" );
document.write( "49x^2 - 14x - 3 \n" );
document.write( "
Algebra.Com's Answer #22093 by vidhyak(98)![]() ![]() ![]() You can put this solution on YOUR website! Solution \r \n" ); document.write( "\n" ); document.write( "ax^2-bx-c \n" ); document.write( "49x^2 - 14x - 3\r \n" ); document.write( "\n" ); document.write( "Factorize the variable b (in our case -14) into 2 numbers (say b1,b2) so that b1* b2 = ac(49*-3) and b1+b2 = b\r \n" ); document.write( "\n" ); document.write( "We can split the number -14 as -21, +7 so that (-21*7 = -147 which is equal = ac (49*-3))\r \n" ); document.write( "\n" ); document.write( "and -21+7 = -14 which is b \n" ); document.write( " \n" ); document.write( "49x^2 - 14x - 3 \n" ); document.write( "49x^2 - 21x + 7x - 3 \n" ); document.write( "7x(7x-3)+7x-3 \n" ); document.write( "7x(7x-3)+1(7x-3) \n" ); document.write( "(7x+1)(7x-3)\r \n" ); document.write( "\n" ); document.write( "Solving we get x= -1/7 and 3/7 \n" ); document.write( "or -.1428 and 0.4285\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |