document.write( "Question 295918: Find the roots of the quadratic equation w^2+3w+2=0 \n" ); document.write( "
Algebra.Com's Answer #213294 by bobdabuildr(27)![]() ![]() ![]() You can put this solution on YOUR website! You have to factor.\r \n" ); document.write( "\n" ); document.write( "w^2+3w+2=0 can be rewritten as (w+2)(w+1)=0 so your roots are (-2,-1) \n" ); document.write( " |