Question

In rearranging the letters of a word such as KETCHUP, the number of possiblities for the...

In rearranging the letters of a word such as KETCHUP, the number of possiblities for the first letter is seven because any one of the seven letter is eligible. For the second letter, there are only six possibilities because the letter used first will not be reused. Write the number of arrangements of the letters of the word KETCHUP using factorial notation.

Homework Answers

Answer #1

Here,

" ! "Shows factorial

In ketchup there 7 different letters

7 6 5 4 3 2 1

Here, lets assume each block stands for the position of letter in the arrangement

Assuming there is no repitition of letters being allowed

1st position or block can be filled in 7 different ways

2nd block cam be filled out in 6 different (remaining) ways

3rd block can be filled out in 5 different ways

4th block .....4 different ways

5th block .. 3 different ways

6th block .. 2 different ways

7th block ..1 different way

That is

the total number of  different combinations possible = 7*6*5*4*3*2*1 = 7!

= factorial of 7 = 7*720

= 5040 different words

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
a) How many four-letter words can be formed from the letters of the word TAUDRY if...
a) How many four-letter words can be formed from the letters of the word TAUDRY if each letter can only be used one time in a word? Y is NOT considered a vowel in this word. b) How many contain all the vowels? c) How many contain exactly three consonants? d) How many of them begin and end in a consonant? e) How many contain both D and Y?
a) How many four-letter words can be formed from the letters of the word TAUDRY if...
a) How many four-letter words can be formed from the letters of the word TAUDRY if each letter can only be used one time in a word? Y is NOT considered a vowel in this word. b) How many contain the letter Y? c) How many contain all the vowels? d) How many contain exactly three consonants? e) How many of them begin and end in a consonant? f) How. many begin with a D and end in a vowel...
Write a function called score that meets the specifications below. def score(word, f): """ word, a...
Write a function called score that meets the specifications below. def score(word, f): """ word, a string of length > 1 of alphabetical characters (upper and lowercase) f, a function that takes in two int arguments and returns an int Returns the score of word as defined by the method: 1) Score for each letter is its location in the alphabet (a=1 ... z=26) times its distance from start of word. Ex. the scores for the letters in 'adD' are...
A perceptual psychologist speculated that people can identify letters faster if they are surrounded by other...
A perceptual psychologist speculated that people can identify letters faster if they are surrounded by other letters in real words compared to letters in meaningless combinations.   For example, people should recognize the letter c in the word doctor faster than c in the letter stringtocdor.   He created a letter identification task where the stimuli were identical except in one condition the target letter was embedded in a word and in a second condition the letter was embedded in scrambled letters.   He created...
A perceptual psychologist speculated that people can identify letters faster if they are surrounded by other...
A perceptual psychologist speculated that people can identify letters faster if they are surrounded by other letters in real words compared to letters in meaningless combinations.   For example, people should recognize the letter c in the word doctor faster than c in the letter stringtocdor.   He created a letter identification task where the stimuli were identical except in one condition the target letter was embedded in a word and in a second condition the letter was embedded in scrambled letters.   He created 200...
Given a cryptarithm puzzle using four letters, such as ['a','b','cd'], and a list of the four...
Given a cryptarithm puzzle using four letters, such as ['a','b','cd'], and a list of the four solution digits, such as [1,4,6,8], figure out the mapping of digits to letters that solves the cryptarithm. There will be two addends, so the length of the puzzle list is 3. The solution should be expressed as a string; for example, '6+8=14 This is the algorithm to follow             Create a list of the four distinct letters used in the puzzle. Example: ['a','b','c','d']            ...
Project File Processing. Write a program that will read in from input file one line at...
Project File Processing. Write a program that will read in from input file one line at a time until end of file and output the number of words in the line and the number of occurrences of each letter. Define a word to be any string of letters that is delimited at each end by either whitespace, a period, a comma or the beginning or end of the line. You can assume that the input consists entirely of letters, whitespaces,...
3. A password is a sequence of letters (a–z) and digits (0–9). Find the number of...
3. A password is a sequence of letters (a–z) and digits (0–9). Find the number of passwords of length 10 under the constraints in (a), (b) or (c) (three separate problems). Express your answer using factorials and integers, products and ratios of them, and/or sums of such things. (a) There are 3 letters and 7 digits, and at most one ‘9’. (b) There are 6 letters and 4 digits, and no digit occurs twice. (c) No letters are used BUT...
A company wants to impose a more secure password system for its employees to use on...
A company wants to impose a more secure password system for its employees to use on the company’s network. The current policy requires a minimum of seven characters. The system under consideration requires a minimum of eight characters. The new system will allow repetition of characters, but not doubling (e.g., the sequence 121 would be acceptable, but not 112). For both password systems, assume the following: Only alphanumeric characters can be used in the passwords, without any spaces or symbols....
JAVA ASSIGNMENT 1. Write program that opens the file and process its contents. Each lines in...
JAVA ASSIGNMENT 1. Write program that opens the file and process its contents. Each lines in the file contains seven numbers,which are the sales number for one week. The numbers are separated by comma.The following line is an example from the file 2541.36,2965.88,1965.32,1845.23,7021.11,9652.74,1469.36. The program should display the following: . The total sales for each week . The average daily sales for each week . The total sales for all of the weeks .The average weekly sales .The week number...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT