Quote:
Originally Posted by vineet.nitd
46 >How many 4-digit positive integers have the sum of their two leftmost digits equal to the sum of their two rightmost digits?
(a) 615 (b) 485 (c) 545 (d) none of the foregoing
|
I am getting 613
my method
the sum of first two digits can be anything from 2 to 18 if no digit is zero
so for 2 - 1C1
3- 2C1 ....
10-9C1
11-8C1
.
.
.
18-1C1
same goes for last two
so we have 1^1+2^2....9^2+8^2+7^2.............. = 459
if we take zero as one the digits
1- 1+0
2-2+0
and so on
and for rightmost two we have
1- 2C1
2-3C1
9-10C1
so we have = 54
total = 613
where i am missing out
:neutral: