document.write( "Question 996316: The sum of of an odd number squared and three times that odd number is 18 \n" ); document.write( "
Algebra.Com's Answer #806285 by CubeyThePenguin(3113) You can put this solution on YOUR website! x^2 + 3x = 18 \n" ); document.write( "x^2 + 3x - 18 = 0 \n" ); document.write( "(x + 6)(x - 3) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is odd ----> x = 3 \n" ); document.write( " |