Here is a much faster way to find all binomial addition expressions that equal an inputted number. It starts a variable at 0 and cycles all the way up to half of your number, finding what number adds to the variable to get your number. It adds all of them to the list. --------------------------------Instructions--------------------------------- -After clicking the flag, input a number. All of the expressions will be added to the list on the left. -------------------------------Other Notes--------------------------------- -Did you know that Scratch lists can hold only up to 200,000 items? This means you won't get all of the expressions if you ask for any number above 399,999. -I removed the cloud variable from the original project, because the maximum number of expressions that can fit in the list is 200,000; the number causing that set of expressions being 399,999. ----------------------------------Credits------------------------------------- -Thanks to @SonicFan7000 for the original code, which I modified significantly. ------------------------------------Tags-------------------------------------- #Math #Numbers #Remix