1.

A coin is tossed 5 times.Determine the number of ways in which 0 head (i.e. 0 head and 5 tails)can apear. Also find the number of ways in which 1 head (i.e. 1 head and 4 tails) can appear , and so on. Thencomplete the giventable:{:("No. of heads :",0,1,2,3,4,5),("No. of ways :",,,,,,):}

Answer»


ANSWER :`{:("No. of HEADS :",0,1,2,3,4,5),("No. of WAYS :",1,5,10,10,5,1):}`


Discussion

No Comment Found