document.write( "Question 317636: finding the roots of a quadratic equation with leading coefficent greater than one.\r
\n" );
document.write( "\n" );
document.write( "4t+20t=-25\r
\n" );
document.write( "\n" );
document.write( "i know that you must first make the equation equal 0. therefore it would b....
\n" );
document.write( "4t+20t+25=0\r
\n" );
document.write( "\n" );
document.write( "can u please show me in detail what to do next \n" );
document.write( "
Algebra.Com's Answer #227498 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 4t+20t=-25\r \n" ); document.write( "\n" ); document.write( "Since it is quadratic \n" ); document.write( "4t^2+20t+25=0 \n" ); document.write( "4t^2+10t+10t+25=0 \n" ); document.write( "2t(2t+5)+5(2t+5)=0 \n" ); document.write( "(2t+5)^2=0 \n" ); document.write( "2t+5=0 \n" ); document.write( "t=-5/2 \n" ); document.write( " |