A slightly more typical example of two rotations is shown below. The value 450 is being inserted:

The rotateLeft will rotate 400 to the left, making 425 the new root of the subtree, then rotateRight will rotate 500 to the right making 425 the new root of the tree.
What happened to 425's previous left and right children?