document.write( "Question 203956: I have two probability questions.
\n" );
document.write( "1) from 8 shirts, 6 pair. of slacks, and 4 jackets how many different outfits can be made?\r
\n" );
document.write( "\n" );
document.write( "2) 9 points are placed on a circle, how many triangles can be formed using these points, three at a time as vertices?\r
\n" );
document.write( "\n" );
document.write( "thanks for the help. \n" );
document.write( "
Algebra.Com's Answer #153883 by stanbon(75887) ![]() You can put this solution on YOUR website! I have two probability questions. \n" ); document.write( "1) from 8 shirts, 6 pair. of slacks, and 4 jackets how many different outfits can be made? \n" ); document.write( "8*6*4 = 192 outfits \n" ); document.write( "------------------------------- \n" ); document.write( "2) 9 points are placed on a circle, how many triangles can be formed using these points, three at a time as vertices? \n" ); document.write( "Every set of three points can determine a trianble because \n" ); document.write( "no set of three points are on the same line. \n" ); document.write( "Ans: 9C3 = (9*8*7)/(1*2*3) = 84 \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |