suppose you have a set of numbers,
-10, -8, -12, 7, 5, 4, 3, 1, 9
when you add them all up, you get -1
but what i need to find are how you can reduce the amount of #'s you have to add by zero-ing out stuff, such as:
-8 cancels with 4, 3, 1
-12 cancels with 7, 5
so all that's left is -10 and 9
how would i figure out "the zeroes"? thanks (its for a friend)
-10, -8, -12, 7, 5, 4, 3, 1, 9
when you add them all up, you get -1
but what i need to find are how you can reduce the amount of #'s you have to add by zero-ing out stuff, such as:
-8 cancels with 4, 3, 1
-12 cancels with 7, 5
so all that's left is -10 and 9
how would i figure out "the zeroes"? thanks (its for a friend)