document.write( "Question 368683: Solve by factoring.
\n" );
document.write( "10t^2 - t - 2 = 0 \n" );
document.write( "
Algebra.Com's Answer #262945 by lefty4ever26(59) You can put this solution on YOUR website! The trick to factoring these kinds of trinomials is to take the 1st constant(10) multiplied by the last constant (-2). This is -20. What two numbers multiplied together equal -20 but add together to equal the middle constant of your equation(-1). Well that would be -5 and 4. because -5*4=-20 and -5+4=-1\r \n" ); document.write( "\n" ); document.write( "So to factor it we replace the -t with (-5t+4t) to get\r \n" ); document.write( "\n" ); document.write( "10t^2-5t+4t-2=0 Then we need to factor by grouping \n" ); document.write( "(10t^2-5t)+(4t-2)=0 \n" ); document.write( "5t(2t-1)+2(2t-1)=0 Then we combine to make the two factors \n" ); document.write( "(5t+2)(2t-1)=0 Set each factor equal to 0 and solve for t. \n" ); document.write( "5t+2=0 2t-1=0 \n" ); document.write( "t=-2/5 t=1/2 \r \n" ); document.write( "\n" ); document.write( "Hope this helps! \n" ); document.write( " |