document.write( "Question 1197907: Find two consecutive negative odd integers such that 5 times the first plus the square of the second equals -14. \n" ); document.write( "
Algebra.Com's Answer #831367 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! two consecutive negative odd integers: n and (n+2) \n" ); document.write( "Question states: Write as You Read. \n" ); document.write( " 5n + (n+2)^2 = -14 \n" ); document.write( "5n + n^2 + 4n + 4 = -14 \n" ); document.write( " n^2 + 9n + 18 = 0 \n" ); document.write( "(n +3)(n+6) = 0 \n" ); document.write( " n = -3 0r n = -6 \n" ); document.write( " {-3, -1 } 0r { -6, - 4} \n" ); document.write( " \n" ); document.write( " |