In each case, show the tree after each insertion.
Keys: 10 5 3 9 8 1 3 7 4 2
                      10  20  30
                    /   |    |   \
                   /    |    |    \
                  /     |    |     \
               5 6     15   25 26   35 40 45
                            50B
                          /     \
                         /       \
                       20R        80B
                      /   \      /   \
                    10B   30B  70R   100R                 
Would the answer for (c) be different if it were an N-node 2-3 tree instead of a 2-3 tree holding N elements?