Difference between revisions of "2013 AMC 10A Problems/Problem 17"

(Solution 2)
(Understanding the Problem, and why it is 54)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
==Problem==
 
==Problem==
  
Daphne is visited periodically by her three best friends: Alice, Beatrix, and Claire.  Alice visits every third day, Beatrix visits every fourth day, and Claire visits every fifth day.  All three friends visited Daphne yesterday.  How many days of the next 365-day period will exactly two friends visit her?
+
Daphne is visited periodically by her three best friends: Alice, Beatrix, and Claire.  Alice visits every third day, Beatrix visits every fourth day, and Claire visits every fifth day.  All three friends visited Daphne yesterday.  How many days of the next <math>365</math>-day period will exactly two friends visit her?
  
 
<math> \textbf{(A)}\ 48\qquad\textbf{(B)}\ 54\qquad\textbf{(C)}\ 60\qquad\textbf{(D)}\ 66\qquad\textbf{(E)}\ 72 </math>
 
<math> \textbf{(A)}\ 48\qquad\textbf{(B)}\ 54\qquad\textbf{(C)}\ 60\qquad\textbf{(D)}\ 66\qquad\textbf{(E)}\ 72 </math>
  
==Solution==
+
==Solution 1==
  
The 365-day time period can be split up into <math>6</math> 60-day time periods, because after <math>60</math> days, all three of them visit again (Least common multiple of <math>3</math>, <math>4</math>, and <math>5</math>).
+
The <math>365</math>-day time period can be split up into <math>6</math>, <math>60</math>-day time periods, because after <math>60</math> days, all three of them visit again (Least common multiple of <math>3</math>, <math>4</math>, and <math>5</math>).
 
You can find how many times each pair of visitors can meet by finding the LCM of their visiting days and dividing that number by 60.
 
You can find how many times each pair of visitors can meet by finding the LCM of their visiting days and dividing that number by 60.
Remember to subtract 1, because you do not wish to count the 60th day, when all three visit.
+
Remember to subtract <math>1</math>, because you do not wish to count the <math>60</math>th day, when all three visit.
  
 
A and B visit <math>\frac{60}{3 \cdot 4}-1 = 4</math> times.
 
A and B visit <math>\frac{60}{3 \cdot 4}-1 = 4</math> times.
 +
 +
A and C visit <math>\frac{60}{3 \cdot 5}-1 = 3</math> times.
 +
 
B and C visit <math>\frac{60}{4 \cdot 5}-1 = 2</math> times.
 
B and C visit <math>\frac{60}{4 \cdot 5}-1 = 2</math> times.
C and A visit <math>\frac{60}{3 \cdot 5}-1 = 3</math> times.
+
 
  
 
This is a total of <math>9</math> visits per <math>60</math> day period.
 
This is a total of <math>9</math> visits per <math>60</math> day period.
Therefore, the total number of 2-person visits is <math>9 \cdot 6 = \boxed{\textbf{(B) }54}</math>.
+
Therefore, the total number of <math>2</math>-person visits is <math>9 \cdot 6 = \boxed{\textbf{(B) }54}</math>.
 +
 
 +
*Note: We do not have to worry about the numbers over 360: (<math>361,362,363,364,365</math>) having 2 factors. This is because we can rewrite
 +
<math>(361,362,363,364,365) \Rightarrow (361,362, 3\cdot 121, 4 \cdot 91, 5 \cdot 73)</math>. We note that <math>121</math> is not further divisible by 4 or 5, <math>91</math> is not further divisible by 3 or 5, 73 is not further divisible by 3 or 4. Therefore, none of the numbers from <math>361-365</math> have 2 factors of <math>3,4,</math> or <math>5</math>, so we can conclude that the answer is indeed <math>\boxed{54}</math>
  
 
==Solution 2==
 
==Solution 2==
Line 27: Line 33:
 
Now, we want the days in which exactly two of these people meet up
 
Now, we want the days in which exactly two of these people meet up
  
The three pairs are <math>{A,B}</math>, <math>{B,C}</math>, <math>{A,C}</math>.
+
The three pairs are <math>(A,B)</math>, <math>(B,C)</math>, <math>(A,C)</math>.
  
 
Notice that we are trying to find the LCM of each pair.
 
Notice that we are trying to find the LCM of each pair.
  
Hence, <math>LCM{A,B}=12x</math>, <math>LCM{B,C}=20x</math>, <math>LCM{A,C}=15x</math>
+
Hence, <math>LCM(A,B)=12x</math>, <math>LCM(B,C)=20x</math>, <math>LCM(A,C)=15x</math>
  
 
Notice that we want to eliminate when all these friends meet up. By doing this, we will find the LCM of the three letters.
 
Notice that we want to eliminate when all these friends meet up. By doing this, we will find the LCM of the three letters.
  
Hence, <math>LCM{A,B,C}=60x</math>
+
Hence, <math>LCM(A,B,C)=60x</math>
  
 
Now, we add all of the days up(including overcount).
 
Now, we add all of the days up(including overcount).
Line 42: Line 48:
 
Now, because <math>60(6)=360</math>, we have to subtract <math>6</math> days from every pair.
 
Now, because <math>60(6)=360</math>, we have to subtract <math>6</math> days from every pair.
 
Hence, our answer is <math>72-18=\boxed{54}\implies\boxed{B}</math>.
 
Hence, our answer is <math>72-18=\boxed{54}\implies\boxed{B}</math>.
 +
 +
==Understanding the Problem, and why it is 54==
 +
 +
Lets say Alice, Beatrix, Claire, and Daphne meet up on \( d=0 \).
 +
 +
Firstly, how many days does it take to get to our \( d=0 \)?
 +
 +
Well, that's simple!
 +
 +
If Alice meets Daphne every 3 days, Beatrix does so in 4, and Claire does so in 5, then they will all appear on each 60th day.
 +
 +
Similarly, we can break down the cases for two of Daphne's friends appearing!
 +
 +
If Alice meets Daphne every 3 days and Beatrix does so in 4, then both of them will appear on each 12th day.
 +
 +
If Alice meets Daphne every 3 days and Claire does so in 5, then both of them will appear on each 15th day.
 +
 +
If Beatrix meets Daphne every 4 days and Claire does so in 5, then both of them will appear on each 20th day.
 +
 +
Aha! That's it! We just need to find a common sequence between each of the days and just subtract the cases where they all appear!
 +
 +
We can make this a sequence! Let us have a sequence that shall end the moment they all hit 60!
 +
 +
Letting our sequences be \( S(A \text{ and } B) \), \( S (B \text{ and } C) \), and \( S(A \text{ and } C) \), we get
 +
 +
<cmath>
 +
S(A \text{ and } C) = \{0, 12, 24, 36, 48, 60\}
 +
</cmath>
 +
 +
<cmath>
 +
S(B \text{ and } C) = \{0, 20, 40, 60\}
 +
</cmath>
 +
 +
<cmath>
 +
S(A \text{ and } C) = \{0, 15, 30, 45, 60\}
 +
</cmath>
 +
 +
The 0's are unnecessary, so we get rid of them. We now count how many UNIQUE days are in each set and sum it up.
 +
 +
\( S(A \text{ and } C) = 4 \)
 +
 +
\( S(B \text{ and } C) = 2 \)
 +
 +
\( S(A \text{ and } C) = 3 \)
 +
 +
This gives us 9 unique cases. This process happens 6 times. So we get \( 6*9=\) <math>\boxed{54 \Rightarrow (B)}</math> total days in the 360 day period.
 +
 +
I hope this made things more clear :-)!
 +
 +
~Pinotation
  
 
==See Also==
 
==See Also==

Latest revision as of 01:02, 21 August 2025

Problem

Daphne is visited periodically by her three best friends: Alice, Beatrix, and Claire. Alice visits every third day, Beatrix visits every fourth day, and Claire visits every fifth day. All three friends visited Daphne yesterday. How many days of the next $365$-day period will exactly two friends visit her?

$\textbf{(A)}\ 48\qquad\textbf{(B)}\ 54\qquad\textbf{(C)}\ 60\qquad\textbf{(D)}\ 66\qquad\textbf{(E)}\ 72$

Solution 1

The $365$-day time period can be split up into $6$, $60$-day time periods, because after $60$ days, all three of them visit again (Least common multiple of $3$, $4$, and $5$). You can find how many times each pair of visitors can meet by finding the LCM of their visiting days and dividing that number by 60. Remember to subtract $1$, because you do not wish to count the $60$th day, when all three visit.

A and B visit $\frac{60}{3 \cdot 4}-1 = 4$ times.

A and C visit $\frac{60}{3 \cdot 5}-1 = 3$ times.

B and C visit $\frac{60}{4 \cdot 5}-1 = 2$ times.


This is a total of $9$ visits per $60$ day period. Therefore, the total number of $2$-person visits is $9 \cdot 6 = \boxed{\textbf{(B) }54}$.

  • Note: We do not have to worry about the numbers over 360: ($361,362,363,364,365$) having 2 factors. This is because we can rewrite

$(361,362,363,364,365) \Rightarrow (361,362, 3\cdot 121, 4 \cdot 91, 5 \cdot 73)$. We note that $121$ is not further divisible by 4 or 5, $91$ is not further divisible by 3 or 5, 73 is not further divisible by 3 or 4. Therefore, none of the numbers from $361-365$ have 2 factors of $3,4,$ or $5$, so we can conclude that the answer is indeed $\boxed{54}$

Solution 2

From the information above, we get that $A=3x$ $B=4x$ $C=5x$

Now, we want the days in which exactly two of these people meet up

The three pairs are $(A,B)$, $(B,C)$, $(A,C)$.

Notice that we are trying to find the LCM of each pair.

Hence, $LCM(A,B)=12x$, $LCM(B,C)=20x$, $LCM(A,C)=15x$

Notice that we want to eliminate when all these friends meet up. By doing this, we will find the LCM of the three letters.

Hence, $LCM(A,B,C)=60x$

Now, we add all of the days up(including overcount).

We get $30+18+24=72$. Now, because $60(6)=360$, we have to subtract $6$ days from every pair. Hence, our answer is $72-18=\boxed{54}\implies\boxed{B}$.

Understanding the Problem, and why it is 54

Lets say Alice, Beatrix, Claire, and Daphne meet up on \( d=0 \).

Firstly, how many days does it take to get to our \( d=0 \)?

Well, that's simple!

If Alice meets Daphne every 3 days, Beatrix does so in 4, and Claire does so in 5, then they will all appear on each 60th day.

Similarly, we can break down the cases for two of Daphne's friends appearing!

If Alice meets Daphne every 3 days and Beatrix does so in 4, then both of them will appear on each 12th day.

If Alice meets Daphne every 3 days and Claire does so in 5, then both of them will appear on each 15th day.

If Beatrix meets Daphne every 4 days and Claire does so in 5, then both of them will appear on each 20th day.

Aha! That's it! We just need to find a common sequence between each of the days and just subtract the cases where they all appear!

We can make this a sequence! Let us have a sequence that shall end the moment they all hit 60!

Letting our sequences be \( S(A \text{ and } B) \), \( S (B \text{ and } C) \), and \( S(A \text{ and } C) \), we get

\[S(A \text{ and } C) = \{0, 12, 24, 36, 48, 60\}\]

\[S(B \text{ and } C) = \{0, 20, 40, 60\}\]

\[S(A \text{ and } C) = \{0, 15, 30, 45, 60\}\]

The 0's are unnecessary, so we get rid of them. We now count how many UNIQUE days are in each set and sum it up.

\( S(A \text{ and } C) = 4 \)

\( S(B \text{ and } C) = 2 \)

\( S(A \text{ and } C) = 3 \)

This gives us 9 unique cases. This process happens 6 times. So we get \( 6*9=\) $\boxed{54 \Rightarrow (B)}$ total days in the 360 day period.

I hope this made things more clear :-)!

~Pinotation

See Also

2013 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
Problem 16
Followed by
Problem 18
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 10 Problems and Solutions

These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. AMC Logo.png