BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course

Redeem

Target Test Prep · GMAT

Choose how you want to prepare

Learn live with an expert or move at your own pace. Every option includes the complete TTP study system.

★★★★★5.0559 reviews
GMATLiveTeach 7 seats left
Chris Peckover
NEXT LIVE COHORT

Oct 13 to Jan 7, 2027

with Chris Peckover

Schedule
Tue, Thu · 8:00 to 10:00 PM ET
Included
40 live hours + 6 months of GMAT OnDemand
  • Live instruction and real-time questions
  • Class recordings and assigned practice
View class & enroll
Limited cohort · enrollment openTarget Test Prep
EALiveTeach 5 seats left
Logan Thompson
EXECUTIVE ASSESSMENT

Sep 6 to Dec 6, 2026

with Logan Thompson

Schedule
Sun · 9:30 AM to 12:30 PM ET
Included
Live EA class + 6 months of EA OnDemand
  • Expert-led weekly online sessions
  • EA Masterclass access between classes
View EA class & enroll
Limited cohort · enrollment openTarget Test Prep
GMATOnDemand Start anytime
SELF-PACED MASTERCLASS

Target Test Prep GMAT OnDemand

Complete access from day one. Study on your schedule.

130-point score guarantee
$0to start then $127/mo
  • Personalized study plan and analytics
  • Thousands of lessons and practice questions

Compare the format, schedule, and included access before enrolling. Prices and seat counts shown reflect the supplied offer details.

finding the last two digits II

Expert replies
Source: — Problem Solving |

by ajith » Mon Feb 01, 2010 11:57 pm
bhumika.k.shah wrote:Find the last 2 digits


(201*202*203*204*246*247*248*249)^2
1.36
2.56
3.76
4.16
5.66

OA C
(201*202*203*204*246*247*248*249)=201*202*203*204*246*247*248*249 mod 100
= 1*2*3*4*46*47*48*49 mod 100
= 98*192*141*46 mod 100
= -2*-8*41*46 mod 100
=16*41*46 mod 100
=92*8*41 mod 100
= 92*328 mod 100
= -8*28 mod 100
=-224 mod 100
=76 mod 100

Now if (201*202*203*204*246*247*248*249) is 76 mod 100
(201*202*203*204*246*247*248*249)^2 = 76^2 mod 100
=5776 mod 100
= 76

so last two digits are 76
Always borrow money from a pessimist, he doesn't expect to be paid back.
Join the discussion

by bhumika.k.shah » Tue Feb 02, 2010 12:01 am
why have u taken mod 100??
ajith wrote:
bhumika.k.shah wrote:Find the last 2 digits


(201*202*203*204*246*247*248*249)^2
1.36
2.56
3.76
4.16
5.66

OA C
(201*202*203*204*246*247*248*249)=201*202*203*204*246*247*248*249 mod 100
= 1*2*3*4*46*47*48*49 mod 100
= 98*192*141*46 mod 100
= -2*-8*41*46 mod 100
=16*41*46 mod 100
=92*8*41 mod 100
= 92*328 mod 100
= -8*28 mod 100
=-224 mod 100
=76 mod 100

Now if (201*202*203*204*246*247*248*249) is 76 mod 100
(201*202*203*204*246*247*248*249)^2 = 76^2 mod 100
=5776 mod 100
= 76

so last two digits are 76
Join the discussion

by ajith » Tue Feb 02, 2010 12:03 am
bhumika.k.shah wrote:why have u taken mod 100??
that is a relatively easy query to answer mod 100 always gives last two digits

Check it out

742 mod 100 = 42

63535 mod 100 = 35
Always borrow money from a pessimist, he doesn't expect to be paid back.
Join the discussion

by bhumika.k.shah » Tue Feb 02, 2010 12:09 am
how have u taken = 98*192*141*46 mod 100
Okay basically i dint get it from d start :-(

bhumika.k.shah wrote:why have u taken mod 100??
ajith wrote:
bhumika.k.shah wrote:Find the last 2 digits


(201*202*203*204*246*247*248*249)^2
1.36
2.56
3.76
4.16
5.66

OA C
(201*202*203*204*246*247*248*249)=201*202*203*204*246*247*248*249 mod 100
= 1*2*3*4*46*47*48*49 mod 100
= 98*192*141*46 mod 100
= -2*-8*41*46 mod 100
=16*41*46 mod 100
=92*8*41 mod 100
= 92*328 mod 100
= -8*28 mod 100
=-224 mod 100
=76 mod 100

Now if (201*202*203*204*246*247*248*249) is 76 mod 100
(201*202*203*204*246*247*248*249)^2 = 76^2 mod 100
=5776 mod 100
= 76

so last two digits are 76
Join the discussion

by diegow77 » Tue Feb 02, 2010 12:22 am
i got all the rest but how did you get -224 mod 100 into 76?? I got everything else but this last part? is it you add 300 to change it to a positive number? Also I tried using the 100 mod but on different numbers than what you have done and I didn't get 76. How do you know if you are modifying the correct numbers?
Join the discussion

by ajith » Tue Feb 02, 2010 12:36 am
bhumika.k.shah wrote:how have u taken = 98*192*141*46 mod 100
Okay basically i dint get it from d start :-(
Now that is a tough one (told u, the other one is easy)

mod is a function which gives us the remainder a mod b gives us the remainder when a is divided by b
45 mod 10 =5

I hope you understood why we are interested in mod 100 (yeah it gives the last two digits) ----------(1)

Now there is a theorem which says a*b mod c = a mod c * b mod c -----------(2)

I will give you an example 19*5 mod 4 = 19 mod 4* 5 mod 4 = 3*1 =3 (19*5 = 95 which indeed leaves a remainder of 3 when divided by 4)


Now these are the ground rules - if do not understand all of the above - Please do not try the below one.

(201*202*203*204*246*247*248*249)=201*202*203*204*246*247*248*249 mod 100 (yup we are interested in last two digits)

= 1*2*3*4*46*47*48*49 mod 100 (refer (2))
= 98*192*141*46 mod 100 (combined 49 and 2, 48 and 4, 47 and 3 and left 46 alone)
= -2*-8*41*46 mod 100 (refer (2))

[Now there is one rule I dint mention if you encounter -ve values in mod operations; to get the remainder you just have to add the denominator till the number is positive
a remainder of -2 in this case suggests a remainder of -2+100 = 98] ----------(3)
.
.
.

=-224 mod 100 (refer (3))

= 76

Now it takes only a bit of figuring out after this (and I honestly do not think GMAT will ask anything like this)
Last edited by ajith on Tue Feb 02, 2010 1:02 am, edited 1 time in total.
Always borrow money from a pessimist, he doesn't expect to be paid back.
Join the discussion

by ajith » Tue Feb 02, 2010 12:38 am
diegow77 wrote:i got all the rest but how did you get -224 mod 100 into 76?? I got everything else but this last part? is it you add 300 to change it to a positive number? Also I tried using the 100 mod but on different numbers than what you have done and I didn't get 76. How do you know if you are modifying the correct numbers?
That is right, you should add 300 to make it positive.

If you post the steps you did, may be I can be of help (in case of latter query). You can modify any numbers as long as the rules are not broken and for rules refer the above post
Always borrow money from a pessimist, he doesn't expect to be paid back.
Join the discussion

by bhumika.k.shah » Tue Feb 02, 2010 5:01 am
Phewwww! so the explanation did end...FINALLY :D

What are the chances of such qs appearing on THE GMAT ??? :'(
ajith wrote:
bhumika.k.shah wrote:how have u taken = 98*192*141*46 mod 100
Okay basically i dint get it from d start :-(
Now that is a tough one (told u, the other one is easy)

mod is a function which gives us the remainder a mod b gives us the remainder when a is divided by b
45 mod 10 =5

I hope you understood why we are interested in mod 100 (yeah it gives the last two digits) ----------(1)

Now there is a theorem which says a*b mod c = a mod c * b mod c -----------(2)

I will give you an example 19*5 mod 4 = 19 mod 4* 5 mod 4 = 3*1 =3 (19*5 = 95 which indeed leaves a remainder of 3 when divided by 4)


Now these are the ground rules - if do not understand all of the above - Please do not try the below one.

(201*202*203*204*246*247*248*249)=201*202*203*204*246*247*248*249 mod 100 (yup we are interested in last two digits)

= 1*2*3*4*46*47*48*49 mod 100 (refer (2))
= 98*192*141*46 mod 100 (combined 49 and 2, 48 and 4, 47 and 3 and left 46 alone)
= -2*-8*41*46 mod 100 (refer (2))

[Now there is one rule I dint mention if you encounter -ve values in mod operations; to get the remainder you just have to add the denominator till the number is positive
a remainder of -2 in this case suggests a remainder of -2+100 = 98] ----------(3)
.
.
.

=-224 mod 100 (refer (3))

= 76

Now it takes only a bit of figuring out after this (and I honestly do not think GMAT will ask anything like this)
Join the discussion

by sanju09 » Tue Feb 02, 2010 5:29 am
and I honestly do not think GMAT will ask anything like this
exactly
The mind is everything. What you think you become. -Lord Buddha



Sanjeev K Saxena
Quantitative Instructor
The Princeton Review - Manya Abroad
Lucknow-226001

www.manyagroup.com
Join the discussion

by bhumika.k.shah » Tue Feb 02, 2010 5:31 am
THANK GOD!!! :-)
sanju09 wrote:
and I honestly do not think GMAT will ask anything like this
exactly
Join the discussion