Question
Fractional part of the number is equal to
Options
Solution
Key Concepts
To find the fractional part of a number , where and are integers and , we rely on the definition of the fractional part and properties of modular arithmetic and the Binomial Theorem.
-
Fractional Part: The fractional part of a real number , denoted by , is defined as , where is the greatest integer less than or equal to . By definition, . A key property is that for any integer and real number , we have . This means adding or subtracting an integer does not change the fractional part.
-
Fractional Part via Remainder: If we divide an integer by a positive integer , we get , where is the quotient (an integer) and is the remainder, with . Then . The fractional part is . Since , we have , so . Thus, finding the fractional part of is equivalent to finding the remainder when is divided by , and the fractional part will be .
-
Binomial Theorem: The Binomial Theorem states that for any non-negative integer , This theorem is particularly useful when one of the terms in the binomial is a multiple of the divisor.
Step-by-Step Solution
We need to find the fractional part of , i.e., .
Step 1: Express the numerator in a suitable form using the divisor. Our goal is to find the remainder when is divided by 15. We look for a power of 4 that is close to a multiple of 15, or has a simple remainder when divided by 15. Consider powers of 4:
Notice that can be written as . This is highly useful, as . We can rewrite using : Explanation: We rewrite as because the exponent is an even number, allowing us to group . This makes it easier to relate the numerator to the divisor 15, since is just more than .
Step 2: Apply the Binomial Theorem. Now substitute into the expression: Next, we express as to leverage the Binomial Theorem. Now, expand using the Binomial Theorem: Explanation: We apply the Binomial Theorem to . By doing so, we can clearly separate the terms that are multiples of 15 from the constant term. Every term in the expansion, except the very first term (), will contain a factor of or higher. This means all terms after the first are multiples of 15.
We can write this as: Let . Since all binomial coefficients are integers and 15 is an integer, must be an integer. So, we have: This tells us that when is divided by 15, the remainder is 1.
Step 3: Calculate the fractional part. Now we can substitute this back into the expression for the fractional part: Explanation: We split the fraction into two parts. One part is , and the other is , which is an integer.
Using the property where (an integer): Since , the fractional part of is simply .
Thus, the fractional part of is .
The final answer is .
Important Tips and Common Mistakes
- Modular Arithmetic: This type of problem can also be solved efficiently using modular arithmetic. We found , which directly implies that the remainder is 1, and thus the fractional part is . Understanding modulo operations can simplify calculations for larger exponents.
- Choosing the right binomial form: When applying the Binomial Theorem for fractional parts, try to express the base as or , where is the divisor. For example, if the divisor were 17, and the base was 16, you might use .
- Fractional part is always non-negative: Remember that the fractional part must always be . If your calculation results in a negative remainder (e.g., ), convert it to a positive remainder () before forming the fractional part. For example, , not .
Summary
The problem demonstrates how to effectively use the Binomial Theorem to find the remainder of a large power divided by an integer, and consequently determine its fractional part. The key steps involve rewriting the base of the power to relate it to the divisor, expanding the expression using the Binomial Theorem, identifying the remainder, and then converting that remainder into the fractional part. This method is fundamental for problems involving remainders and fractional parts of powers.