The total number of 3 digit numbers which have two or more consecutive...
Can we do this method too, I just tried it out,
Front to Back, I mean tens to units place common for 0-9 is , 9 because there are hundreds place can't be zero
This patterns happens tens times, so 9(10)= 90
Back to Front,
I mean tens to units place common for 0-9 is , 9 because there are hundreds place can't be zero
This patterns happens tens times, so 9(10)= 90 again
So 2 times 90 is 180 and there is an intersection which is observed, 111, 222, 333... which I call common Front to Back or common Back to Front, and this pattern happens 9 times, so subtract that and we get the answer as 180-9= 171, EduRev please as your team to verify my answer.