document.write( "Question 790487: How do I figure out what 4 integers have a product less than zero and whose sum is -18 \n" ); document.write( "
Algebra.Com's Answer #806162 by CubeyThePenguin(3113) You can put this solution on YOUR website! product less than zero ---> one or three of the numbers must be odd\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "One example could be -10, 1, -5, and -4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-10 - 5 - 4 + 1 = -18 \n" ); document.write( "(-10)(1)(-5)(-4) = -200 < 0 \n" ); document.write( " |