document.write( "Question 185708: Given the equation p = q^2 + 5q +2. Find the values of q corresponding to
\n" );
document.write( "p = -2. \n" );
document.write( "
Algebra.Com's Answer #139296 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Given the equation p = q^2 + 5q +2. Find the values of q corresponding to \n" ); document.write( "p = -2. \n" ); document.write( ". \n" ); document.write( "Start with: \n" ); document.write( "p = q^2 + 5q +2 \n" ); document.write( "Stuff in out value of p: \n" ); document.write( "-2 = q^2 + 5q +2 \n" ); document.write( "Add two to both sides: \n" ); document.write( "0 = q^2 + 5q + 4 \n" ); document.write( "Factoring the right side: \n" ); document.write( "0 = (q+4)(q+1) \n" ); document.write( ". \n" ); document.write( "q = {-4, -1} \n" ); document.write( " |