document.write( "Question 371103: strings of length 9 with elements being a, b or c. How many strings will contain at least 6 b’s\r
\n" );
document.write( "\n" );
document.write( "I know the answer is 835 but I am looking for a formula or clarification on how the answer is derived please. Thank you. \n" );
document.write( "
Algebra.Com's Answer #264426 by edjones(8007)![]() ![]() You can put this solution on YOUR website! expand(b+a+c)^9 \n" ); document.write( "1 b^9 \n" ); document.write( "2*9 b^8... \n" ); document.write( "2*36+72 b^7... \n" ); document.write( "2*84+252*2 b^6... \n" ); document.write( "-------add \n" ); document.write( "835 strings will contain at least 9 b's. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |