document.write( "Question 388906: we have 2 boys and 4 girls to be seated in a 6-seat row at the movie theatre. What is the probability that the two people at the end of the row were both boys or both girls? Express your answer as a common fraction? \n" ); document.write( "
Algebra.Com's Answer #275325 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
nPr=permutations of n things taken r at a time=n!/(n-r)!
\n" ); document.write( "Both boys=4!*2=48 ways
\n" ); document.write( "Both girls=4P2*4!=12*24=288 ways
\n" ); document.write( "(48+288)/6!=336/720=7/15
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );