2 solved Unit Digit previous year questions (PYQs) from past year papers — attempt each and check the answer.
Free SolutionsNo Login2 Questions
Q1:ipmat indore 2023QA › Unit DigitEasyMCQ · MCQ
Let p be a positive integer such that the unit digit of p3 is 4. What are the possible unit digits of (p+3)3
A3
B1, 7, 9
C4, 7
D1, 3, 7
Pick an option to attempt
The Setup: We are given a positive integer p such that the unit digit of p3 is exactly 4. We need to determine the possible unit digits of the expression (p+3)3.
Step 1: Determine the unit digit of p.
We evaluate the cubes of all base digits from 0 to 9 to see which produces a unit digit of 4:
03=0,13=1,23=8,33=27,43=64,53=125,63=216,73=343,83=512,93=729.
The only digit whose cube ends in 4 is 4 itself.
Therefore, the unit digit of p must be 4.
Step 2: Calculate the unit digit of (p+3)3.
Since p≡4(mod10), we substitute this into the target expression:
p+3≡4+3≡7(mod10)
Now, cube this resulting unit digit:
73=343
The unit digit of 343 is 3. Thus, the only possible unit digit for (p+3)3 is 3.
Final Answer: 3
Q2:ipmat indore 2021QA › Unit DigitMediumMCQ · MCQ
The unit digit in (743)85−(525)37+(987)96 is ________
A9
B3
C1
D5
Pick an option to attempt
The Setup: Unit digit mechanics operate on a strict modulo-10 cyclicity. We don't care about the massive numbers; we only care about the final digit of the base and the remainder of the exponent when divided by its cycle length.
Step 1: Analyze the first term: 74385.
The unit digit depends entirely on 385. The powers of 3 cycle in a 4-step loop (3, 9, 7, 1). Divide the exponent 85 by 4 to find the remainder.
85=4×21+1
Since the remainder is 1, it hits the first step of the cycle. The unit digit is 31=3.
Step 2: Analyze the second term: 52537.
This is a freebie. Any positive integer power of a number ending in 5 will always end in 5. The unit digit is 5.
Step 3: Analyze the third term: 98796.
The unit digit depends on 796. The powers of 7 also cycle in a 4-step loop (7, 9, 3, 1). Divide 96 by 4.
96=4×24+0
Since it divides perfectly (remainder 0), it lands on the final step of the cycle. The unit digit is 1.
Step 4: Combine the unit digits.
3−5+1=−1
Since we can't output a negative unit digit in a standard integer, we simulate borrowing a 10 from the next placeholder column over (just like elementary school subtraction).
10−1=9Final Answer: 9