Re: $M$ and $N$, are positive integers that have remainders of 3 and 2 res
[#permalink]
28 Jun 2025, 04:00
To solve this problem, we need to analyze the properties of $M$ and $N$ based on their remainders when divided by 6 , and then find the possible remainders of their sum when divided by 12 .
1. Express $M$ and $N$ in terms of the given remainders:
- For $M$ : When $M$ is divided by 6 , the remainder is 3 .
We can write $\(M=6 k+3\)$, where $k$ is a non-negative integer.
(Examples of $\(\mathrm{M}: 3,9,15,21, \ldots\)$ )
- For $N$ : When $N$ is divided by 6 , the remainder is 2 .
We can write $\(N=6 j+2\)$, where $j$ is a non-negative integer.
(Examples of $\(\mathrm{N}: 2,8,14,20, \ldots\)$ )
2. Find the expression for $(M+N)$ :
Add the expressions for $M$ and $N$ :
$$
\(\begin{aligned}
& M+N=(6 k+3)+(6 j+2) \\
& M+N=6 k+6 j+5 \\
& M+N=6(k+j)+5
\end{aligned}\)
$$
Let $X=k+j$. Since $k$ and $j$ are non-negative integers, $X$ can be any non-negative integer ( $\(0,1,2,3, \ldots\))$.
So, $\(M+N=6 X+5\)$.
3. Determine the remainder when $(M+N)$ is divided by $\(\mathbf{1 2}\)$ :
We need to find $(6 X+5)(\bmod 12)$.
The value of $X$ will determine the remainder. We need to consider two cases for $X$ :
- Case 1: $X$ is an even integer.
Let $X=2 Y$ for some non-negative integer $Y$.
Substitute $X$ into the expression for $M+N$ :
$$
\(\begin{aligned}
& M+N=6(2 Y)+5 \\
& M+N=12 Y+5
\end{aligned}\)
$$
When $12 Y+5$ is divided by 12 , the remainder is 5 .
- Case 2: $X$ is an odd integer.
Let $X=2 Y+1$ for some non-negative integer $Y$.
Substitute $X$ into the expression for $M+N$ :
$$
\(\begin{aligned}
& M+N=6(2 Y+1)+5 \\
& M+N=12 Y+6+5 \\
& M+N=12 Y+11
\end{aligned}\)
$$
When $12 Y+11$ is divided by 12 , the remainder is 11 .
Conclusion:
The possible remainders when $(M+N)$ is divided by 12 are 5 and 11 .
Now, let's check the given options:
(A) 3
(B) 5
(C) 11
Both 5 and 11 are possible remainders. Since this is a "multiple answer choices" question (usually indicated by square checkboxes in the actual GRE exam, though shown as (A), (B), (C) here), you should select all options that could be true.
The final answer is $\(\mathrm{B}, \mathrm{C}\)$.