0

If I wanted to show this would it look something like

Whatchamacallets = (Things + Stuff + Pandas)

1 Answers1

1

If you're familiar with the indexed sum notation that looks like:

$$\sum_{i=0}^n x^2 + 1$$

There's a similar union notation.

$$\bigcup_{i=0}^n S_i$$

NovaDenizen
  • 4,216
  • 15
  • 23