+0  
 
0
2256
8
avatar

If you flip a fair coin 4 times, what is the probability that you will get exactly 2 tails?

 May 22, 2014

Best Answer 

 #7
avatar+26367 
+8

Hi Melody,

here is the code:

\documentclass[7pt,a4paper,landscape]{article}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{qtree}

\begin{document}
\Tree [
[
[
[[ F\\F\\F\\F ].($\frac{1}{2}$)\\F [ F\\F\\F\\B ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\F [[ F\\F\\B\\F ].($\frac{1}{2}$)\\F [ \fbox{  \textcolor[rgb]{1,0,0}{FFBB}} ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\F
[
[[ F\\B\\F\\F ].($\frac{1}{2}$)\\F [ \fbox{ \textcolor[rgb]{1,0,0}{FBFB}} ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\F [[ \fbox{ \textcolor[rgb]{1,0,0}{FBBF}} ].($\frac{1}{2}$)\\F [ F\\B\\B\\B ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\F
[
[
[[ B\\F\\F\\F ].($\frac{1}{2}$)\\F [  \fbox{ \textcolor[rgb]{1,0,0}{BFFB}} ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\F [[ \fbox{ \textcolor[rgb]{1,0,0}{BFBF}} ].($\frac{1}{2}$)\\F [ B\\F\\B\\B ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\F
[
[[\fbox{ \textcolor[rgb]{1,0,0}{BBFF}} ].($\frac{1}{2}$)\\F [ B\\B\\F\\B ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\F [[ B\\B\\B\\F ].($\frac{1}{2}$)\\F [ B\\B\\B\\B ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\B
].Start\\(F=Front\\B=Back)
\end{document}

heureka

 May 26, 2014
 #1
avatar+128475 
+6

6/16

To see this notice that a tail could occur on the first flip and then on any of the next three flips. So there are three ways that can happen.

Or, it could occur on the second flip and then on any of the two remaining flips. That's two more ways.

Or, it could occur on the third and on the 4th flips.

So, 3 + 2 + 1 = 6

And there are 2 outcomes possible on each flip, so the total number of outcomes is just 2*2*2*2 = 16

Thus,   6/16

 May 22, 2014
 #2
avatar+26367 
+7

$$\dbinom {4} {2} * \dfrac{1}{2} * \dfrac{1}{2}* \dfrac{1}{2}* \dfrac{1}{2} = \dbinom {4} {2} * \left(\dfrac{1}{2}\right)^4=6*\dfrac{1}{16}=\dfrac{6}{16}=\dfrac{3}{8}=0.375$$

The probability is 37.5 %

 May 22, 2014
 #3
avatar+26367 
+7

 

6 times you have exactly two tails: FFBB, FBFB, FBBF, BFFB, BFBF, BBFF

And the Probability is  $$6*\left(\dfrac{1}{2}\times\dfrac{1}{2}\times\dfrac{1}{2}\times\dfrac{1}{2} \right)$$

 May 23, 2014
 #4
avatar+118609 
0

Hi Heureka,

Your tree is very impressive!

What program did you use to draw it?  Can you draw one from left to right as well?

 May 23, 2014
 #5
avatar+26367 
+8

Hi Melody,

I use Latex \usepackage{qtree}

Sorry, i can't answer your second question.

Please see: http://www.essex.ac.uk/linguistics/external/clmt/latex4ling/trees/qtree/

 

My program lines:

 

Bye

heureka

 May 26, 2014
 #6
avatar+118609 
+1

Thank you very much Heureka!

Could you please copy the actual code in here so I can copy it into Texmaker and play with it.

Besides being lazy my eyes are not that good and I am having a hard time reading it off the screen.

Also, I have reference your last post in the Latex thread in the Sticky Notes.

Thank you.

 May 26, 2014
 #7
avatar+26367 
+8
Best Answer

Hi Melody,

here is the code:

\documentclass[7pt,a4paper,landscape]{article}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{qtree}

\begin{document}
\Tree [
[
[
[[ F\\F\\F\\F ].($\frac{1}{2}$)\\F [ F\\F\\F\\B ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\F [[ F\\F\\B\\F ].($\frac{1}{2}$)\\F [ \fbox{  \textcolor[rgb]{1,0,0}{FFBB}} ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\F
[
[[ F\\B\\F\\F ].($\frac{1}{2}$)\\F [ \fbox{ \textcolor[rgb]{1,0,0}{FBFB}} ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\F [[ \fbox{ \textcolor[rgb]{1,0,0}{FBBF}} ].($\frac{1}{2}$)\\F [ F\\B\\B\\B ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\F
[
[
[[ B\\F\\F\\F ].($\frac{1}{2}$)\\F [  \fbox{ \textcolor[rgb]{1,0,0}{BFFB}} ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\F [[ \fbox{ \textcolor[rgb]{1,0,0}{BFBF}} ].($\frac{1}{2}$)\\F [ B\\F\\B\\B ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\F
[
[[\fbox{ \textcolor[rgb]{1,0,0}{BBFF}} ].($\frac{1}{2}$)\\F [ B\\B\\F\\B ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\F [[ B\\B\\B\\F ].($\frac{1}{2}$)\\F [ B\\B\\B\\B ].($\frac{1}{2}$)\\B ].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\B
].($\frac{1}{2}$)\\B
].Start\\(F=Front\\B=Back)
\end{document}

heureka

heureka May 26, 2014
 #8
avatar+118609 
+1

Thank you Heureka   

 May 26, 2014

4 Online Users

avatar
avatar