Question:medium

The fractional part of the number \(\tfrac{4^{2022}}{15}\) is equal to:

Updated On: Mar 29, 2026
Show Solution

Solution and Explanation

Given:
Find fractional part of (42022 / 15)

Step 1: Idea
Fractional part of (N / 15) = (remainder of N ÷ 15) / 15

Step 2: Find 42022 mod 15
41 = 4
42 = 16 ≡ 1 (mod 15)

So pattern:
42k ≡ 1 (mod 15)

Since 2022 is even:
42022 ≡ 1 (mod 15)

Step 3: Fractional part
\[ \frac{4^{2022}}{15} = \text{integer} + \frac{1}{15} \]

Fractional part = 1/15
Was this answer helpful?
0