document.write( "Question 414121: (2t-3)^2+13t=14\n" ); document.write( "Solve for t \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "Solving for t\n" ); document.write( "(2t-3)^2 + 13t = 14\n" ); document.write( "4t^2 - 12t + 9 + 13t = 14\n" ); document.write( " 4t^2 + t -5 = 0\n" ); document.write( "factoring\n" ); document.write( "(4t + 5)(t-1)= 0 Note: SUM of the inner product(5t) and the outer product(-4t) = t\n" ); document.write( "(4t + 5)=0\n" ); document.write( " t = -5/4\n" ); document.write( "(t-1)= 0\n" ); document.write( " t = 1