Difference between revisions of "Mock AIME 6 2006-2007 Problems/Problem 11"

 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
case 1 blue: Total number of octahedrons with the condition = 0
 
case 1 blue: Total number of octahedrons with the condition = 0
  
case 2 blues: Total number of octahedrons with the condition = <math>(3)(4)=12</math>
+
case 2 blues: Total number of octahedrons with the condition = <math>\binom{8}{2}-2\binom{4}{2}-2=14</math>
  
case 3 blues: Total number of octahedrons with the condition = <math>\binom{8}{3}-binom{4}{3}=56</math>
+
case 3 blues: Total number of octahedrons with the condition = <math>\binom{8}{3}-2\binom{4}{3}=48</math>
  
case 4 blues: Total number of octahedrons with the condition = <math>\binom{8}{4}-2=68</math>
+
case 4 blues: Total number of octahedrons with the condition = <math>\binom{8}{4}-2\binom{8}{4}=68</math>
  
case 5 blues: Total number of octahedrons with the condition = Total from case 3 = 52
+
case 5 blues: Total number of octahedrons with the condition = Total from case 3 = 48
  
case 6 blues: Total number of octahedrons with the condition = Total from case 2 = 12
+
case 6 blues: Total number of octahedrons with the condition = Total from case 2 = 14
  
 
case 7 blues: Total number of octahedrons with the condition = Total from case 1 = 0
 
case 7 blues: Total number of octahedrons with the condition = Total from case 1 = 0
Line 22: Line 22:
 
case 8 blues: Total number of octahedrons with the condition = Total from case 0 = 0
 
case 8 blues: Total number of octahedrons with the condition = Total from case 0 = 0
  
Gran Total <math>=12+52+68+52+12=196</math>
+
Gran Total <math>=14+48+68+48+14=192</math>
  
 +
Probability = <math>\frac{192}{2^8}=\frac{192}{256}=\frac{3}{4}</math>
  
 +
<math>m=3</math>, <math>n=4</math>, <math>m+n=3+4=\boxed{7}</math>
  
 
~Tomas Diaz. orders@tomasdiaz.com
 
~Tomas Diaz. orders@tomasdiaz.com
  
 
{{alternate solutions}}
 
{{alternate solutions}}

Latest revision as of 17:40, 26 November 2023

Problem

Each face of an octahedron is randomly colored blue or red. A caterpillar is on a vertex of the octahedron and wants to get to the opposite vertex by traversing the edges. The probability that it can do so without traveling along an edge that is shared by two faces of the same color is $\frac mn$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.

Solution

case 0 blues: Total number of octahedrons with the condition = 0

case 1 blue: Total number of octahedrons with the condition = 0

case 2 blues: Total number of octahedrons with the condition = $\binom{8}{2}-2\binom{4}{2}-2=14$

case 3 blues: Total number of octahedrons with the condition = $\binom{8}{3}-2\binom{4}{3}=48$

case 4 blues: Total number of octahedrons with the condition = $\binom{8}{4}-2\binom{8}{4}=68$

case 5 blues: Total number of octahedrons with the condition = Total from case 3 = 48

case 6 blues: Total number of octahedrons with the condition = Total from case 2 = 14

case 7 blues: Total number of octahedrons with the condition = Total from case 1 = 0

case 8 blues: Total number of octahedrons with the condition = Total from case 0 = 0

Gran Total $=14+48+68+48+14=192$

Probability = $\frac{192}{2^8}=\frac{192}{256}=\frac{3}{4}$

$m=3$, $n=4$, $m+n=3+4=\boxed{7}$

~Tomas Diaz. orders@tomasdiaz.com

Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.