Problem 1159. Coin Tossing: Probability of Same Heads for N tosses

Created by Richard Zapor

A pair of physicists toss a coin n times each.

What is the probability that they tossed the same number of heads?

Input: N % number of tosses

Output: P

Examples:

N=1 P=0.5;

N=2 P=0.375

Test Suite will round to 6 places

Tags

Problem Group

15 solvers submitted 28 solutions (1.87 solutions/solver).

Solution Comments