document.write( "Question 197539: a) Using the letters in the word \"OCTAGON,\" how many distinct arrangements using all 7 letters are possible?
\n" );
document.write( "b) Using the letters in the word \"TRAPEZOID,\" how many distinct combinations using 7 letters at a time are possible?
\n" );
document.write( "c) Using the letters in the word \"SQUARE,\" what is the probability that a 6-letter arrangement the first 2 letters are vowels?
\n" );
document.write( "d) Using the letters in the word \"RHOMBUS,\" what is probability that in a 7-letter arrangement the first 3 letters are vowels? \n" );
document.write( "
Algebra.Com's Answer #148156 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a) Using the letters in the word \"OCTAGON,\" how many distinct arrangements using all 7 letters are possible? \n" ); document.write( "Ans: 7!/2! = 2520 \n" ); document.write( "---------------------------------- \n" ); document.write( "b) Using the letters in the word \"TRAPEZOID,\" how many distinct combinations using 7 letters at a time are possible? \n" ); document.write( "Ans: 9P7 = 9!/(9-7)! = 9!/2! = 181440 \n" ); document.write( "---------------------------------------------- \n" ); document.write( "c) Using the letters in the word \"SQUARE,\" what is the probability that a 6-letter arrangement the first 2 letters are vowels? \n" ); document.write( "# of ways to pick the two vowels: 3C2 = 3 \n" ); document.write( "# of ways to arrange those two vowels = 2 \n" ); document.write( "# of ways to arrange the rest of the letters = 4! = 24 \n" ); document.write( "# of ways to arrange the 6 letters with no special restrictions: 6! \n" ); document.write( "--- \n" ); document.write( "Ans: Probability of satisfying the condition = [3*2*24]/6! = 0.2 \n" ); document.write( "------------------------------------------------- \n" ); document.write( "d) Using the letters in the word \"RHOMBUS,\" what is probability that in a 7-letter arrangement the first 3 letters are vowels? \n" ); document.write( "Pick three vowels: 0 ways because there are not three vowels in RHOMBUS. \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |