Again I am kind of new to most things algebraic, only having learned the very basics about groups.
As little I have learned about groups and their operations is that an operation has two arguments, one from the left and one from the right.
$$a\circ b = c$$
But is it meaningful and possible to define algebraic structures with operations with more than two operands? Like this three operand one for example (replacing $\circ$ with curlybraces to clarify direction of operation):
$$\underset{o_2}{\underbrace{o_1}} \} o_3 = c$$
or four:
$$o_4\{\underset{o_2}{\underbrace{o_1}} \} o_3 = c$$
This notation will make it get crowded on a 2D paper once we have a chain of many operations, but I hope you get the idea. Do you think such a thing would be possible to combine with the demands on a group in some sense? What meaning would "inverse" have for such a construction? Just pairs of elements as each others inverses would no longer make sense, right?