Skip to main content
Back to Binomial Theorem
JEE Main 2018
Binomial Theorem
Binomial Theorem
Easy

Question

If {p} denotes the fractional part of the number p, then {32008}\left\{ {{{{3^{200}}} \over 8}} \right\}, is equal to :

Options

Solution

1. Understanding the Concept of Fractional Part

The fractional part of a number pp, denoted by {p}\{p\}, is defined as ppp - \lfloor p \rfloor, where p\lfloor p \rfloor is the greatest integer less than or equal to pp. In simpler terms, if a number pp can be written as I+fI + f, where II is an integer and 0f<10 \le f < 1, then its fractional part {p}\{p\} is ff.

For a fraction ND\frac{N}{D}, where NN and DD are integers, we can write N=qD+rN = qD + r, where qq is the quotient (an integer) and rr is the remainder (0r<D0 \le r < D). Then, ND=q+rD\frac{N}{D} = q + \frac{r}{D}. Since qq is an integer and 0rD<10 \le \frac{r}{D} < 1, the fractional part {ND}\left\{ \frac{N}{D} \right\} is equal to rD\frac{r}{D}. Therefore, the problem boils down to finding the remainder when 32003^{200} is divided by 8.

2. Problem Analysis and Strategy

We need to evaluate {32008}\left\{ {{{{3^{200}}} \over 8}} \right\}. Our goal is to express the numerator 32003^{200} in the form 8q+r8q + r, where qq is an integer and rr is the remainder (0r<80 \le r < 8). The key strategy here is to transform the base 33 into a number that is either 11 or 1-1 modulo 8, or can be easily expressed as (1+multiple of 8)(1 + \text{multiple of } 8) or (1+multiple of 8)(-1 + \text{multiple of } 8). Notice that 32=93^2 = 9. And 9=1+89 = 1 + 8. This is a perfect candidate for binomial expansion.

3. Step-by-Step Solution

Let's find the fractional part:

  • Step 1: Rewrite the base to leverage the divisor. We have 32003^{200}. Since our divisor is 8, we look for powers of 3 that are close to a multiple of 8. 31=33^1 = 3 32=93^2 = 9 We observe that 9=1+89 = 1 + 8. This allows us to express 32003^{200} in a form suitable for the Binomial Theorem. {32008}={(32)1008}\left\{ {{{{3^{200}}} \over 8}} \right\} = \left\{ {{{{{\left( {{3^2}} \right)}^{100}}} \over 8}} \right\} Explanation: We rewrite 32003^{200} as (32)100(3^2)^{100} because 32=93^2 = 9, which can be conveniently written as (1+8)(1+8). This transformation is crucial for applying the Binomial Theorem effectively.

  • Step 2: Substitute and prepare for Binomial Expansion. Now, substitute 32=(1+8)3^2 = (1+8) into the expression: ={(1+8)1008}= \left\{ {{{{{\left( {1 + 8} \right)}^{100}}} \over 8}} \right\} Explanation: We've replaced 99 with (1+8)(1+8). This form (1+x)n(1+x)^n is directly applicable to the Binomial Theorem.

  • Step 3: Apply the Binomial Theorem. Recall the Binomial Theorem: (a+b)^n = {^n C_0 a^n b^0 + {^n C_1 a^{n-1} b^1 + {^n C_2 a^{n-2} b^2 + \dots + {^n C_n a^0 b^n}}}. Here, a=1a=1, b=8b=8, and n=100n=100. \left( {1 + 8} \right)^{100} = {^{100}{C_0}(1)^{100}(8)^0 + {^{100}{C_1}(1)^{99}(8)^1 + {^{100}{C_2}(1)^{98}(8)^2 + \dots + {^{100}{C_{100}}(1)^0(8)^{100}}}} =111+100C18+100C282++100C1008100= 1 \cdot 1 \cdot 1 + {^{100}{C_1} \cdot 8 + {^{100}{C_2} \cdot 8^2 + \dots + {^{100}{C_{100}} \cdot 8^{100}}}} =1+100C18+100C282++100C1008100= 1 + {^{100}{C_1} \cdot 8 + {^{100}{C_2} \cdot 8^2 + \dots + {^{100}{C_{100}} \cdot 8^{100}}}} Now substitute this back into the fractional part expression: ={1+100C1.8+100C2.82++100C100.81008}= \left\{ {{{1 + {}^{100}{C_1}.8 + {}^{100}{C_2}{{.8}^2} + \dots + {}^{100}{C_{100}}{{.8}^{100}}} \over 8}} \right\} Explanation: We expand (1+8)100(1+8)^{100} using the Binomial Theorem. This explicitly separates the terms into a constant term (which is not a multiple of 8) and terms that are clearly multiples of 8.

  • Step 4: Isolate the remainder term. Observe that every term from 100C18{^{100}{C_1} \cdot 8} onwards has a factor of 8. We can factor out 8 from these terms: 100C18+100C282++100C1008100=8(100C1+100C28++100C100899){^{100}{C_1} \cdot 8 + {^{100}{C_2} \cdot 8^2 + \dots + {^{100}{C_{100}} \cdot 8^{100}}} = 8 \left( {^{100}{C_1} + {^{100}{C_2} \cdot 8 + \dots + {^{100}{C_{100}} \cdot 8^{99}}}} \right)} Let K=100C1+100C28++100C100899K = {^{100}{C_1} + {^{100}{C_2} \cdot 8 + \dots + {^{100}{C_{100}} \cdot 8^{99}}}}. Since all binomial coefficients are integers and 8 is an integer, KK must also be an integer. So, the expression becomes: ={1+8K8}= \left\{ {{{1 + 8K} \over 8}} \right\} Explanation: We group all terms that are multiples of 8. The sum of integers multiplied by 8 will itself be a multiple of 8. We denote this integer multiple of 8 as 8K8K. This helps in simplifying the expression to easily identify the remainder.

  • Step 5: Separate the integer and fractional parts. ={18+K}= \left\{ {{1 \over 8} + K} \right\} Since KK is an integer and 018<10 \le \frac{1}{8} < 1, by the definition of the fractional part, {18+K}=18\left\{ {{1 \over 8} + K} \right\} = {1 \over 8} Explanation: We separate the expression into an integer part (KK) and a fractional part (18\frac{1}{8}). By definition, if II is an integer and 0f<10 \le f < 1, then {I+f}=f\{I+f\} = f. Here, KK is the integer part and 18\frac{1}{8} is the fractional part.

Thus, the value of {32008}\left\{ {{{{3^{200}}} \over 8}} \right\} is 18\frac{1}{8}.

4. Important Tips and Alternative Approaches

  • Modular Arithmetic (Congruence Relation): This problem can be solved very efficiently using modular arithmetic. We need to find 3200(mod8)3^{200} \pmod 8. 313(mod8)3^1 \equiv 3 \pmod 8 32=91(mod8)3^2 = 9 \equiv 1 \pmod 8 Now, 3200=(32)100(1)100(mod8)3^{200} = (3^2)^{100} \equiv (1)^{100} \pmod 8 32001(mod8)3^{200} \equiv 1 \pmod 8 This means 32003^{200} can be written as 8q+18q + 1 for some integer qq. Therefore, 32008=8q+18=q+18\frac{3^{200}}{8} = \frac{8q+1}{8} = q + \frac{1}{8}. The fractional part is {q+18}=18\left\{ q + \frac{1}{8} \right\} = \frac{1}{8}. This method is generally faster for such problems once you are comfortable with modular arithmetic.

  • Common Mistakes:

    • Forgetting that the fractional part must be non-negative and less than 1. For example, if you get {1/8}\{-1/8\}, the answer is not 1/8-1/8, but 7/87/8 (since {1/8}={1+7/8}=7/8\{-1/8\} = \{-1 + 7/8\} = 7/8). In our case, the remainder was positive, so this wasn't an issue.
    • Incorrectly applying the Binomial Theorem or making calculation errors with binomial coefficients.
    • Not identifying the correct power of the base to simplify. For instance, if you used 313^1 directly, the expansion of (3)200(3)^{200} would be more complex to relate to modulo 8.

5. Key Takeaway

To find the fractional part {ND}\left\{ \frac{N}{D} \right\}, the core task is to determine the remainder rr when NN is divided by DD. This can often be achieved using:

  1. Binomial Theorem: By rewriting NN as (kD±1)m(kD \pm 1)^m or (kD±a)m(kD \pm a)^m where aa is small, and expanding it.
  2. Modular Arithmetic: Using congruence relations to find N(modD)N \pmod D. Both methods lead to the same result, and understanding both enhances problem-solving flexibility.

The final answer is \boxed{\text{1 \over 8}}.

Practice More Binomial Theorem Questions

View All Questions