A binary tree has L leaves and K nodes, each with two children. What is the relation of L and K ?

Option

L = K -1
L = 2K + 1
L = K - 1
There is no fixed relation between L and K