So, what if triple() wasn't a static method?

See that? We'd need an instance of the MyApp class in order to use triple(). That'd be very inconvenient as it never uses any variables of the a instance.