StemCET Logo

Maths Question 22 – JEE-MAIN 2025

The product of the last two digits of (1919)1919 is _______.

To find the last two digits of a number, we need to calculate the number modulo 100.

Step 1: Reduce the base modulo 100✦ Active

To find the last two digits of (1919)1919, we need to calculate (1919)1919(mod100). Since 191919(mod100), the problem reduces to finding 191919(mod100).

Step 2: Apply Euler's Totient Theorem or Binomial Theorem○ Expand

Using Euler's Totient Theorem, ϕ(100)=ϕ(2252)=(2221)(5251)=220=40. Since gcd(19,100)=1, we have 19401(mod100). We reduce the exponent 1919 modulo 40: 1919=40×47+39. Thus, 1919191939(mod100). This can be written as 193919401911191(mod100). We find the modular inverse of 19(mod100) using the Extended Euclidean Algorithm: 19×79=15011(mod100). So, 19179(mod100).

Alternatively, using the Binomial Theorem: 191919=(201)1919. Expanding this, we only need the first two terms for modulo 100: (201)1919(19190)(1)1919+(19191)(20)(1)1918(mod100). This simplifies to 1+1919×20(mod100). Since 191919(mod100), we have 1+19×20(mod100)=1+380(mod100)=1+80(mod100)=79(mod100).

Step 3: Calculate the product of the last two digits○ Expand

The last two digits of (1919)1919 are 7 and 9. The product of these digits is 7×9=63.

✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.