document.write( "Question 1026474: Use the pattern in Pascal's triangle to find the probability of getting 2 heads when four fair coins are tossed. (type an integer or a simplified fraction) \n" ); document.write( "
Algebra.Com's Answer #641716 by Timnewman(323)\"\" \"About 
You can put this solution on YOUR website!
lets follow your question up by expansion as suggested by pascal using pascals triangle.
\n" ); document.write( " In a coin,we have tail (T) and head (H).
\n" ); document.write( "Therefore a coin =(H+T)
\n" ); document.write( "since there are four coin here,we raise (H+T) to power of 4
\n" ); document.write( "That is,(H+T)^4
\n" ); document.write( "Expand the above,we have
\n" ); document.write( "(H+T)^4=H^4+4H^3T+6H²T²
\n" ); document.write( " +HT^3+H^4
\n" ); document.write( "Two head lies on 6H²T²
\n" ); document.write( "but p(H)=1/2 also, p(T)=1/2
\n" ); document.write( "Therefore,
\n" ); document.write( "p(two head)=p(6H²T²)
\n" ); document.write( " =6(1/2)²(1/2)²
\n" ); document.write( " =6(1/4)(1/4)
\n" ); document.write( " =6(1/16)
\n" ); document.write( " =6/16
\n" ); document.write( "=3/8
\n" ); document.write( "Hope this helps too?
\n" ); document.write( "
\n" );