document.write( "Question 505229: what are the conditions when a sum of a positive number and several negative numbers will be positive \n" ); document.write( "
Algebra.Com's Answer #803896 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! Let the positive number be a and the negative numbers be b, c, d, e.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a + b + c + d + e > 0 \n" ); document.write( "a > -b - c - d - e\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The number \"a\" has to be larger than the negative sum of the other four numbers. \n" ); document.write( " |