Why we take (x+1) instead of (x-1)?

I was just watching ’ Expecting - Get a Head ’ lecture.

In that in the instructor made a recursive function :

x = (1)(1/2) + (1+x)(1/2)

x = no. of throws

Why we have taken ’ x+1 ’ instead of ’ x-1 ’ because according to me, if the outcome of the toss, came tails, then we have left only ’ x-1 ’ throws.

@siddharth_1_3277,
x is not total number of throws, it is expected no. of throws to get a head, so if we get a rail in current throw, then it means that this throw was wasted, and expected throws will now be
x(required to get head) + 1(wasted now to get tail).

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.