document.write( "Question 1035996: Ms. Ling has 14 boys and 17 girls in her third-grade
\n" ); document.write( "class. How many ways can she select 2 boys or 2 girls
\n" ); document.write( "to make a Thanksgiving poster?
\n" ); document.write( "

Algebra.Com's Answer #650592 by Aldorozos(172)\"\" \"About 
You can put this solution on YOUR website!
You need to know about combination http://betterexplained.com/articles/easy-permutations-and-combinations/\r
\n" ); document.write( "\n" ); document.write( "Here we have the option of either boys or girls. Therefore we have to add both options together.\r
\n" ); document.write( "\n" ); document.write( "for boys we have 14!/((14-2)!*2! = 91
\n" ); document.write( "for girls we have 17!/(17-2)!* 2! = 136\r
\n" ); document.write( "\n" ); document.write( "Now we have to add our two options together = 91+136
\n" ); document.write( "
\n" );