aiming4mba
What is the remainder when 7^84/342
A. 1
B. 2
C. 3
D. 4
E. 5
First up, GMAT questions don't involve painful calculations. So there has to be some obvious link between 7 and 342. It helps one to know the squares of first 20 numbers and cubes of first 10 numbers.
What immediately comes to mind is that 7^3 = 343
So \(\frac{7^{84}}{342} = \frac{(7^3)^{28}}{342} = \frac{343^{28}}{342} = \frac{(342 + 1)^{28}}{342}\)
Now, when you open \((a + b)^n\), every term will be divisible by a except the last term i.e. \(b^n\) (using binomial theorem)
So every term of \((342 + 1)^{28}\) will be divisible by 342 except the last term 1^{28} = 1. Hence remainder is 1.
If you are not comfortable with binomial theorem, don't worry about it. Just remember that when you write down all the terms of \((a + b)^n\), each term is divisible by a except the last term b^n. To see an example, let's take a small value of n
\((a+b)^2 = a^2 + 2ab + b^2\)
\((a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3\)
All terms are divisible by a except the last term.
There are other ways to get to the answer but they are a little cumbersome...
Is this question from some GMAT specific source?