Difference between revisions of "2023 AMC 10A Problems/Problem 18"

(solution)
Line 11: Line 11:
 
Note Euler's formula where V+F-E=2. There are 12 faces and the number of edges is 24 because there are 12 faces each with four edges and each edge is shared by two faces. Now we know that there are 14 vertices on the figure. Let A be the number of vertices with degree 3 and B be the number of vertices with degree 4. A+B=14 is our first equation. Now note that the sum of the degrees of all the points is twice the number of edges. Now we know 3A+4B=48. Solving this system of equations gives B=6 and A = 8 so the answer is D.
 
Note Euler's formula where V+F-E=2. There are 12 faces and the number of edges is 24 because there are 12 faces each with four edges and each edge is shared by two faces. Now we know that there are 14 vertices on the figure. Let A be the number of vertices with degree 3 and B be the number of vertices with degree 4. A+B=14 is our first equation. Now note that the sum of the degrees of all the points is twice the number of edges. Now we know 3A+4B=48. Solving this system of equations gives B=6 and A = 8 so the answer is D.
 
~aiden22gao
 
~aiden22gao
 +
 +
Solution 2.
 +
 +
With 12 rhombus, there are 12*4 sides. All the sides are shared by 2 faces. Thus we have 24 shared sides/ edges.
 +
 +
Let a be the number of edges with 3 vertices and b be the number of edges with 4 verticies
 +
We got 3a + 4b = 48.
 +
With Euler's formula, v-3+f=2.  v-24+12=2, v=14. Thus, a+b= 14.
 +
Solving the 2 equations, we got a = 8, b = 12.
 +
 +
Even without Euler's formula, we observe that a must be even integers, so trying even integer choices and we also get a = 8.
 +
Or with a keener number theory eye, we mod 4 on both side, leaving 3x mod 4 + 0 = 0.  Thus x, must be divisible by 4.
 +
 +
~Technodoggo

Revision as of 20:42, 9 November 2023

A rhombic dodecahedron is a solid with $12$ congruent rhombus faces. At every vertex, $3$ or $4$ edges meet, depending on the vertex. How many vertices have exactly $3$ edges meet?

$\textbf{(A) }5\qquad\textbf{(B) }6\qquad\textbf{(C) }7\qquad\textbf{(D) }8\qquad\textbf{(E) }9$


someone else do latex pls

Solution 1

Note Euler's formula where V+F-E=2. There are 12 faces and the number of edges is 24 because there are 12 faces each with four edges and each edge is shared by two faces. Now we know that there are 14 vertices on the figure. Let A be the number of vertices with degree 3 and B be the number of vertices with degree 4. A+B=14 is our first equation. Now note that the sum of the degrees of all the points is twice the number of edges. Now we know 3A+4B=48. Solving this system of equations gives B=6 and A = 8 so the answer is D. ~aiden22gao

Solution 2.

With 12 rhombus, there are 12*4 sides. All the sides are shared by 2 faces. Thus we have 24 shared sides/ edges.

Let a be the number of edges with 3 vertices and b be the number of edges with 4 verticies We got 3a + 4b = 48. With Euler's formula, v-3+f=2. v-24+12=2, v=14. Thus, a+b= 14. Solving the 2 equations, we got a = 8, b = 12.

Even without Euler's formula, we observe that a must be even integers, so trying even integer choices and we also get a = 8. Or with a keener number theory eye, we mod 4 on both side, leaving 3x mod 4 + 0 = 0. Thus x, must be divisible by 4.

~Technodoggo