Difference between revisions of "Georgeooga-Harryooga Theorem"

(Replaced content with "Do not make false theorems. This may cause others to think of this as true and use it. ~<font color="#FF2998">crypto</font> (User talk:Cryptograph...")
(Tag: Replaced)
(131 intermediate revisions by 18 users not shown)
Line 1: Line 1:
=Definition=
+
Do not make false theorems. This may cause others to think of this as true and use it. ~[[User:cryptographer|<font color="#FF2998">crypto</font>]] ([[User talk:Cryptographer|<font color="#FF0000">talk</font>]])
The Georgeooga-Harryooga Theorem states that if you have <math>a</math> distinguishable objects and <math>b</math> are kept away from each other, then there are <math>\frac{(a-b)!(a-b+1)!}{(a-2b+1)!}</math> ways to arrange the objects.
 
 
 
 
 
Created by George and Harry of [https://www.youtube.com/channel/UC50E9TuLIMWbOPUX45xZPaQ The Ooga Booga Tribe of The Caveman Society]
 
 
 
=Proofs=
 
==Proof 1==
 
Let our group of <math>a</math> objects be represented like so <math>1</math>, <math>2</math>, <math>3</math>, ..., <math>a-1</math>, <math>a</math>. Let the last <math>b</math> objects be the ones we can't have together.
 
 
 
Then we can organize our objects like so <math>\square1\square2\square3\square...\square a-b-1\square a-b\square</math>.
 
 
 
We have <math>(a-b)!</math> ways to arrange the objects in that list.
 
 
 
Now we have <math>a-b+1</math> blanks and <math>b</math> other objects so we have <math>_{a-b+1}P_{b}=\frac{(a-b+1)!}{(a-2b+1)!}</math> ways to arrange the objects we can't put together.
 
 
 
By fundamental counting principal our answer is <math>\frac{(a-b)!(a-b+1)!}{(a-2b+1)!}</math>.
 
 
 
 
 
Proof by [[User:RedFireTruck|RedFireTruck]]
 
 
 
=Applications=
 
==Application 1==
 
===Problem===
 
Alice, Bob, Carl, David, Eric, Fred, George, and Harry want to stand in a line to buy ice cream.
 
Fred and George are identical twins, so they are indistinguishable.
 
Alice, Bob, and Carl had a serious disagreement in 6th grade, so none of them can be together in the line.
 
 
 
With these conditions, how many different ways can you arrange these kids in a line?
 
 
 
 
 
[https://artofproblemsolving.com/community/c4h2342517p18900597 Source]
 
===Solutions===
 
====Solution 1====
 
If Eric and Fred were distinguishable we would have <math>\frac{(8-3)!(8-3+1)!}{(8-2\cdot3+1)!}=14400</math> ways to arrange them by the [[Georgeooga-Harryooga Theorem]]. However, Eric and Fred are indistinguishable so we have to divide by <math>2!=2</math>. Therefore, our answer is <math>\frac{14400}2=\boxed{7200}</math>.
 
 
 
 
 
Solution by [[User:RedFireTruck|RedFireTruck]]
 
 
 
==Application 2==
 
===Problem===
 
Zara has a collection of <math>4</math> marbles: an Aggie, a Bumblebee, a Steelie, and a Tiger. She wants to display them in a row on a shelf, but does not want to put the Steelie and the Tiger next to one another. In how many ways can she do this?
 
 
 
<math>\textbf{(A) }6 \qquad \textbf{(B) }8 \qquad \textbf{(C) }12 \qquad \textbf{(D) }18 \qquad \textbf{(E) }24</math>
 
 
 
 
 
[[2020 AMC 8 Problems/Problem 10|Source]]
 
 
 
===Solutions===
 
====Solution 1====
 
By the [[Georgeooga-Harryooga Theorem]] there are <math>\frac{(4-2)!(4-2+1)!}{(4-2\cdot2+1)!}=\boxed{\textbf{(C) }12}</math> way to arrange the marbles.
 
 
 
 
 
Solution by [[User:RedFireTruck|RedFireTruck]]
 
 
 
====Solution 2====
 
We can arrange our marbles like so <math>\square A\square B\square</math>.
 
 
 
To arrange the <math>A</math> and <math>B</math> we have <math>2!=2</math> ways.
 
 
 
To place the <math>S</math> and <math>T</math> in the blanks we have <math>_3P_2=6</math> ways.
 
 
 
By fundamental counting principle our final answer is <math>2\cdot6=\boxed{\textbf{(C) }12}</math>
 
 
 
 
 
Solution by [[User:Redfiretruck|RedFireTruck]]
 
 
 
====Solution 3====
 
Let the Aggie, Bumblebee, Steelie, and Tiger, be referred to by <math>A,B,S,</math> and <math>T</math>, respectively. If we ignore the constraint that <math>S</math> and <math>T</math> cannot be next to each other, we get a total of <math>4!=24</math> ways to arrange the 4 marbles. We now simply have to subtract out the number of ways that <math>S</math> and <math>T</math> can be next to each other. If we place <math>S</math> and <math>T</math> next to each other in that order, then there are three places that we can place them, namely in the first two slots, in the second two slots, or in the last two slots (i.e. <math>ST\square\square, \square ST\square, \square\square ST</math>). However, we could also have placed <math>S</math> and <math>T</math> in the opposite order (i.e. <math>TS\square\square, \square TS\square, \square\square TS</math>). Thus there are 6 ways of placing <math>S</math> and <math>T</math> directly next to each other. Next, notice that for each of these placements, we have two open slots for placing <math>A</math> and <math>B</math>. Specifically, we can place <math>A</math> in the first open slot and <math>B</math> in the second open slot or switch their order and place <math>B</math> in the first open slot and <math>A</math> in the second open slot. This gives us a total of <math>6\times 2=12</math> ways to place <math>S</math> and <math>T</math> next to each other. Subtracting this from the total number of arrangements gives us <math>24-12=12</math> total arrangements <math>\implies\boxed{\textbf{(C) }12}</math>.<br>
 
 
 
We can also solve this problem directly by looking at the number of ways that we can place <math>S</math> and <math>T</math> such that they are not directly next to each other. Observe that there are three ways to place <math>S</math> and <math>T</math> (in that order) into the four slots so they are not next to each other (i.e. <math>S\square T\square, \square S\square T, S\square\square T</math>). However, we could also have placed <math>S</math> and <math>T</math> in the opposite order (i.e. <math>T\square S\square, \square T\square S, T\square\square S</math>). Thus there are 6 ways of placing <math>S</math> and <math>T</math> so that they are not next to each other. Next, notice that for each of these placements, we have two open slots for placing <math>A</math> and <math>B</math>. Specifically, we can place <math>A</math> in the first open slot and <math>B</math> in the second open slot or switch their order and place <math>B</math> in the first open slot and <math>A</math> in the second open slot. This gives us a total of <math>6\times 2=12</math> ways to place <math>S</math> and <math>T</math> such that they are not next to each other <math>\implies\boxed{\textbf{(C) }12}</math>.<br>
 
~[http://artofproblemsolving.com/community/user/jmansuri junaidmansuri]
 
 
 
====Solution 4====
 
Let's try complementary counting. There <math>4!</math> ways to arrange the 4 marbles. However, there are <math>2\cdot3!</math> arrangements where Steelie and Tiger are next to each other. (Think about permutations of the element ST, A, and B or TS, A, and B). Thus, <cmath>4!-2\cdot3!=\boxed{12 \textbf{(C)}}</cmath>
 
 
 
====Solution 5====
 
 
 
We use complementary counting: we will count the numbers of ways where Steelie and Tiger are together and subtract that from the total count. Treat the Steelie and the Tiger as a "super marble." There are <math>2!</math> ways to arrange Steelie and Tiger within this "super marble." Then there are <math>3!</math> ways to arrange the "super marble" and Zara's two other marbles in a row. Since there are <math>4!</math> ways to arrange the marbles without any restrictions, the answer is given by <math>4!-2!\cdot 3!=\textbf{(C) }12</math>
 
 
 
-franzliszt
 
 
 
====Solution 6====
 
 
 
We will use the following
 
 
 
<math>\textbf{Georgeooga-Harryooga Theorem:}</math> The [[Georgeooga-Harryooga Theorem]] states that if you have <math>a</math> distinguishable objects and <math>b</math> of them cannot be together, then there are <math>\frac{(a-b)!(a-b+1)!}{b!}</math> ways to arrange the objects.
 
 
 
<math>\textit{Proof. (Created by AoPS user RedFireTruck)}</math>
 
 
 
Let our group of <math>a</math> objects be represented like so <math>1</math>, <math>2</math>, <math>3</math>, ..., <math>a-1</math>, <math>a</math>. Let the last <math>b</math> objects be the ones we can't have together.
 
 
 
Then we can organize our objects like so <math>\square1\square2\square3\square...\square a-b-1\square a-b\square</math>.
 
 
 
We have <math>(a-b)!</math> ways to arrange the objects in that list.
 
 
 
Now we have <math>a-b+1</math> blanks and <math>b</math> other objects so we have <math>_{a-b+1}P_{b}=\frac{(a-b+1)!}{(a-2b+1)!}</math> ways to arrange the objects we can't put together.
 
 
 
By fundamental counting principal our answer is <math>\frac{(a-b)!(a-b+1)!}{(a-2b+1)!}</math>.
 
 
 
 
 
Proof by [[User:RedFireTruck|RedFireTruck]]
 
 
 
 
 
Back to the problem. By the [[Georgeooga-Harryooga Theorem]], our answer is <math>\frac{(4-2)!(4-2+1)!}{(4-2\cdot2+1)!}=\textbf{(C) }12</math>.
 
 
 
-franzliszt
 
 
 
====Solution 7====
 
https://youtu.be/pB46JzBNM6g
 
 
 
~savannahsolver
 
 
 
=Testimonials=
 
"Thanks for rediscovering our theorem [[User:Redfiretruck|RedFireTruck]]" - George and Harry of [https://www.youtube.com/channel/UC50E9TuLIMWbOPUX45xZPaQ The Ooga Booga Tribe of The Caveman Society]
 
 
 
"Wow! George and Harry are alive???" ~ samrocksnature
 
 
 
"Hi" ~ jasperE3
 

Revision as of 16:54, 20 February 2021

Do not make false theorems. This may cause others to think of this as true and use it. ~crypto (talk)