My best guess is that one rotation is always enough to balance an AVL tree when you insert or delete ONE element from an already balanced AVL tree.
Is one rotation always enough? An example will help where more than one rotations are needed.
PS: I count RL/LR rotations as one rotation only.