Question
The product of the last two digits of is
Answer: 1919
Solution
Key Concept: Finding Last Two Digits using Modular Arithmetic and Binomial Theorem
To determine the last two digits of any integer , we are essentially looking for the remainder when is divided by 100. This is expressed in modular arithmetic as . For problems involving large powers, the Binomial Theorem is an indispensable tool, especially when the base of the power can be conveniently expressed as or , where is a small integer.
The Binomial Theorem states that for any non-negative integer : When working with modulo 100, if one term in the binomial expansion is a multiple of 100 (or its square/higher power is), many terms in the expansion become , simplifying the calculation significantly. Specifically, if is a multiple of 10 (e.g., ), then which is a multiple of 100. This means any term containing where will be .
Step-by-Step Solution
-
Goal: Express the problem in terms of modular arithmetic. Our objective is to find the last two digits of . This means we need to calculate .
-
Rewrite the Base for Binomial Expansion. To effectively use the Binomial Theorem for modulo 100, we need to express the base, 1919, in a form like or . We observe that 1919 is close to 1920, which is a multiple of 10 and, more crucially, is a multiple of 100. We can write . Why this choice? By choosing , we ensure that , and . This property will dramatically simplify our binomial expansion as terms with powers of greater than or equal to 2 will vanish modulo 100.
So, the expression becomes .
-
Apply the Binomial Theorem. Let , , and . Applying the Binomial Theorem: Expanding the last few terms (which are the only ones that will matter modulo 100):
-
Identify Terms Relevant to Last Two Digits (Modulo 100). We are interested in the value modulo 100. Let's analyze the terms based on the power of 1920:
- Recall that .
- Therefore, .
- This implies that any term containing where will be a multiple of 100. For example, .
- Why is this important? Because these terms contribute nothing to the last two digits of the overall sum. We only need to consider terms where the power of 1920 is less than 2 (i.e., and ).
Thus, the only terms that are not necessarily are the last two terms of the expansion:
-
Evaluate the Relevant Terms. We use the properties of binomial coefficients: and .
-
Second to last term:
- .
- (since 1918 is an even number).
- This term evaluates to .
-
Last term:
- .
- .
- (since 1919 is an odd number).
- This term evaluates to .
Combining these, we get:
-
-
Calculate the Result Modulo 100. Now we need to find the last two digits of . We can simplify the multiplication by taking remainders modulo 100 first:
Substitute these into the expression: The remainder of 379 when divided by 100 is 79. Therefore, the last two digits of are .
-
Find the Product of the Last Two Digits. The last two digits are 7 and 9. Their product is .
Tips and Common Mistakes
- Tip 1: Choose the Right Expansion Base: When finding the last two digits of , always try to express as or . The most effective form for modulo 100 is often where is small, particularly if is a multiple of (since ). In this case, was perfect because is a multiple of .
- Tip 2: Simplify with Modular Arithmetic at Each Step: Do not wait until the end to take the modulo. Simplify intermediate products and sums modulo 100 to keep numbers manageable. For instance, is much easier to calculate as .
- Common Mistake: Ignoring Parity of Exponents: In expansions like , the term alternates between positive and negative. Always pay close attention to the parity (even or odd) of the exponent for . An odd exponent yields , while an even exponent yields .
- Common Mistake: Single Digit Last Digits: If a calculation yields a single digit (e.g., ), remember that the last two digits are , not just . The problem asks for the product of the last two digits, so this distinction is crucial (e.g., for , the digits are and , product is ).
Summary and Key Takeaway
The product of the last two digits of is . This problem perfectly illustrates the synergy between the Binomial Theorem and modular arithmetic. By strategically rewriting the base to exploit the property that , we can reduce a seemingly complex calculation involving large powers to a simple evaluation of just two terms from the binomial expansion. This technique is fundamental for efficiently solving problems related to finding the last few digits of large numbers.