You have twelve (12) balls and a set of balance scales.
One (1) of the balls is a different weight to the other eleven (11) balls.
You are allowed to use the balance scales three (3) times.
You need to determine which ball is the “odd one out” and whether it is heavier or lighter than the other balls.
this is the solution for 4 balls.
how can I prove with a decision tree that if I dont start with 4 balls on each side ; I cant find the odd ball in 3 times? should I show the worst case of weighing 1&1 /2&2 ..../6&6 balls in first time?

If you don't choose to break up the 12 balls into 3 sets of 4, then one of the sets will have at least 5 balls in it.
Suppose the heavy ball is in the set of 5 or more. It's impossible to deduce which of those balls is heavy by only using the scale twice.