Target Exam

CUET

Subject

-- Applied Mathematics - Section B2

Chapter

Numbers, Quantification and Numerical Applications

Question:

What is the last two digits of the product $123×234×345$

Options:

100

95

85

90

Correct Answer:

90

Explanation:

The correct answer is option (4) : 90

$(123×234×345)mod\, 100$

$123=23(mod\, 100)$

$234=34(mod\, 100)$

$345=45(mod\, 100)$

$(123×234×345)=23×34×45(mod\, 100)$

$=3510(mod\, 100)$

$=90(mod\, 10)$

Hence, the last 2 digits of product $123×234×345$ are 90