The problem statement is :
$A$ has $n$ coins and $B$ has $n+1$ coins. They toss their coins simultaneously.
If $p$ be the probability that $B$ will have more heads than $A$ the find $p=?$
One way I did this is by this argument :
Since $B$ cannot have the number of heads and tails both greater than $A$.
But since one of those cases is always true. (either more heads($p$) or more tails(=$q$ (let))
So by symmetry both should have equal probabilities. Since $p+q=1$.
Then $p=0.5$
One more way of doing it is by binomial summation i.e. Lets say $A$ has $x$ heads and $B$ has $y$ heads then we add up The product $$ \binom{n}{x} * \binom{n+1}{y} $$for all $y>x$.
But I am not able to evaluate that...
So how to do I go about summing this?
The following answer is based upon induction on $n$.
$$ $$
Comment:
In (2) we separate the first summand with $x=0$ from the double sum and use $\sum_{k=0}^n\binom{n}{k}=2^n$. We also apply $\binom{n+1}{k}=\binom{n}{k}+\binom{n}{k-1}$ on both factors of the double sum.
In (3) we multiply the factors of the double sum and obtain four parts.
In (4) we rearrange three of the four double sums to get equal factors $\binom{n}{x}$ and $\binom{n+1}{y}$. To do so we shift the index $x$ by $1$ resp. the index $y$ by $1$. In the rightmost double sum we shift both indices.
In (5) we note that $\binom{n}{k}=0$ if $k>n$ and set upper limits e.g. from $n+1$ to $n$ accordingly.
In (6) we use the induction hypothesis on each of the four double sums and add/subtract corrective terms.
In (7) we do some further simplifications.
In (8) we use the identity $\sum_{x=0}^na_x=\frac{1}{2}\sum_{x=0}^na_x+\frac{1}{2}\sum_{x=0}^na_{n-x}$ and obtain \begin{align*} \sum_{x=0}^{n}&\binom{n}{x}\left[\binom{n+1}{x}-\binom{n+1}{x+1}\right]\\ &=\frac{1}{2}\sum_{x=0}^{n}\binom{n}{x}\left[\binom{n+1}{x}-\binom{n+1}{x+1}\right]\\ &\qquad+\frac{1}{2}\sum_{x=0}^{n}\binom{n}{n-x}\left[\binom{n+1}{n-x}-\binom{n+1}{n-x+1}\right]\\ &=\frac{1}{2}\sum_{x=0}^{n}\binom{n}{x}\left[\binom{n+1}{x}-\binom{n+1}{x+1}\right]\\ &\qquad+\frac{1}{2}\sum_{x=0}^{n}\binom{n}{x}\left[\binom{n+1}{x+1}-\binom{n+1}{x}\right]\\ &=0 \end{align*}