document.write( "Question 2598: solve the questions give below by factorization
\n" );
document.write( " (1)3x2+x=1 (2)4x2+9=12x (3)5x(x+2)=4(3x=1) (4)2x+7=x2 (5)x2-3x=3x=7 (6)3(4x-1)=x2 \n" );
document.write( "
Algebra.Com's Answer #1119 by kiru_khandelwal(79)![]() ![]() ![]() You can put this solution on YOUR website! 4x2 + 9 = 12x \n" ); document.write( "=> 4x2 - 12x + 9 = 0\r \n" ); document.write( "\n" ); document.write( "Now the equation is of the form \n" ); document.write( "ax2 + bx + c = 0\r \n" ); document.write( "\n" ); document.write( "Multiply a and c.....and factorize the product 'ac' such that the sum of the factors is b\r \n" ); document.write( "\n" ); document.write( "In our case a=4 b = -12 and c = 9\r \n" ); document.write( "\n" ); document.write( "a*c = 4*9 = 36\r \n" ); document.write( "\n" ); document.write( "Now we have to split 36 into factors whose sum is -12 \n" ); document.write( "so 36 = (-6)*(-6) \n" ); document.write( "and sum of -6 and -6 is -12\r \n" ); document.write( "\n" ); document.write( "therefore, \n" ); document.write( "4x2 -12x + 9 =0 can be written as \n" ); document.write( "4x2 -6x -6x + 9 = 0 \n" ); document.write( "=> 2x(2x-3)-3(2x-3)=0 \n" ); document.write( "=> Taking the common factore (2x-3) out \n" ); document.write( "=> (2x-3)(2x-3)=0 \n" ); document.write( "According to the zero product factor.... \n" ); document.write( "2x-3 = 0 \n" ); document.write( "=> x = 3/2\r \n" ); document.write( "\n" ); document.write( "Similarly others can be solved \n" ); document.write( " |