Goofing around

How many ways can you rearrange the letters of GOOFING so that no letter winds up in the same spot?

Clarification: The "O's" and "G's" are indistinguishable, so the resulting set of letters can't have an O in the second or third spot or a G in the first or last spot.


For more Permutations quizzes.

Photo credit: www.youtube.com


The answer is 230.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Geoff Pilling
May 12, 2016

My solution is far from elegant, but I split the problem up into 8 possibilities, and counted up the total for each one.

1) First and last letters are O:

1A: 2nd + 3rd letters are G's

1B: 2nd + 3rd letters - Only one is a G

1C: 2nd + 3rd letters - Neither is a G

2) One of the first and last letters is an O:

2A: 2nd + 3rd letters are G's

2B: 2nd + 3rd letters - Only one is a G

2C: 2nd + 3rd letters - Neither is a G

3) Neither of the first or last letters are O's:

3A: 2nd + 3rd letters are G's

3B: 2nd + 3rd letters - Only one is a G

So if N(S) = Number of ways to form state S, then:

N ( S ) = N ( 1 A ) + N ( 1 B ) + N ( 1 C ) + N ( 2 A ) + N ( 2 B ) + N ( 2 C ) + N ( 3 A ) + N ( 3 B ) N(S) = N(1A) + N(1B) + N(1C) + N(2A) + N(2B) + N(2C) + N(3A) + N(3B)

N ( S ) = 2 + 6 + 12 + 18 + 96 + 36 + 12 + 48 = 230 N(S) = 2 + 6 + 12 + 18 + 96 + 36 + 12 +48 = \boxed{230}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...