document.write( "Question 333752: Given the equation p = q2 + 5q +2. Find the values of q corresponding to
\n" );
document.write( "p = -2. \n" );
document.write( "
Algebra.Com's Answer #239170 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Given the equation p = q2 + 5q +2. Find the values of q corresponding to p = -2 \n" ); document.write( ". \n" ); document.write( "-2 = q^2 + 5q + 2 \n" ); document.write( "0 = q^2 + 5q + 4 \n" ); document.write( "0 = (q+4)(q+1) \n" ); document.write( "q = {-4, -1} \n" ); document.write( " |