Question
If {p} denotes the fractional part of the number p, then , is equal to :
Options
Solution
1. Understanding the Concept of Fractional Part
The fractional part of a number , denoted by , is defined as , where is the greatest integer less than or equal to . In simpler terms, if a number can be written as , where is an integer and , then its fractional part is .
For a fraction , where and are integers, we can write , where is the quotient (an integer) and is the remainder (). Then, . Since is an integer and , the fractional part is equal to . Therefore, the problem boils down to finding the remainder when is divided by 8.
2. Problem Analysis and Strategy
We need to evaluate . Our goal is to express the numerator in the form , where is an integer and is the remainder (). The key strategy here is to transform the base into a number that is either or modulo 8, or can be easily expressed as or . Notice that . And . 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 . Since our divisor is 8, we look for powers of 3 that are close to a multiple of 8. We observe that . This allows us to express in a form suitable for the Binomial Theorem. Explanation: We rewrite as because , which can be conveniently written as . This transformation is crucial for applying the Binomial Theorem effectively.
-
Step 2: Substitute and prepare for Binomial Expansion. Now, substitute into the expression: Explanation: We've replaced with . This form 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, , , and . \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}}}} Now substitute this back into the fractional part expression: Explanation: We expand 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 onwards has a factor of 8. We can factor out 8 from these terms: Let . Since all binomial coefficients are integers and 8 is an integer, must also be an integer. So, the expression becomes: 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 . This helps in simplifying the expression to easily identify the remainder.
-
Step 5: Separate the integer and fractional parts. Since is an integer and , by the definition of the fractional part, Explanation: We separate the expression into an integer part () and a fractional part (). By definition, if is an integer and , then . Here, is the integer part and is the fractional part.
Thus, the value of is .
4. Important Tips and Alternative Approaches
-
Modular Arithmetic (Congruence Relation): This problem can be solved very efficiently using modular arithmetic. We need to find . Now, This means can be written as for some integer . Therefore, . The fractional part is . 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 , the answer is not , but (since ). 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 directly, the expansion of would be more complex to relate to modulo 8.
5. Key Takeaway
To find the fractional part , the core task is to determine the remainder when is divided by . This can often be achieved using:
- Binomial Theorem: By rewriting as or where is small, and expanding it.
- Modular Arithmetic: Using congruence relations to find . Both methods lead to the same result, and understanding both enhances problem-solving flexibility.
The final answer is \boxed{\text{1 \over 8}}.