1,472 views

2 Answers

Best answer
5 votes
5 votes
Given: $1\leq  i < j \leq 10$

$\sum ij = ( 1.2 +1.3 + \dots +1.10 ) + ( 2.3 + 2.4 + \dots +2.10)$
 $+(3.4 +3.5+\dots + 3.10) \dots (8.9+8.10) + 9.10$

$= 1.(2+3+4\dots +10) + 2.(3+4 +\dots +10) + 3.(4+5+ \dots + 10) +4. (5+6+ \dots + 10)$
 $+5. (6+7+\dots + 10) +6. (7+8+\dots+10) +7(8+9+10) + 8(9+10) + (9.10)$

We knows Sum of first Natural Numbers= $\dfrac{n(n+1)}{2}$

now,

$=\Bigg[1.\left[ \dfrac{n(n+1)}{2}-1\right] +2.\left[\dfrac{n(n+1)}{2}-3\right] +3.\left[\dfrac{n(n+1)}{2}-6\right]$
$+4.\left[\dfrac{n(n+1)}{2}-10\right]+5.\left[\dfrac{n(n+1)}{2}-15\right] +6.\left[\dfrac{n(n+1)}{2}-21\right]$
$ +7.\left[\dfrac{n(n+1)}{2}-28\right] + 8.\left[\dfrac{n(n+1)}{2}-36\right] +9.\left[\dfrac{n(n+1)}{2}-45\right]\Bigg]$

$= 55 . \left[1 + 2 + \dots 9\right] - \sum_{i=1}^{9} i. i. \dfrac{(i+1)}{2}$
$ = 55. 45 - \dfrac{1}{2} \sum_{i=1}^{10} i^3 + i^2$
$= 2475 - \dfrac{1}{2} \left(45^2 + 9.10.\dfrac{19}{6}\right)$
$ = 1320.$
edited by
0 votes
0 votes


=1(2+3+4+5+6+....+10)+2(2+3+..........10)+..............+9(2+3+4+5+6+....+10)

=(1+2+3+4+......+9)(2+3+......+10)  {sum of digits from 2 to 10 is (n(n+1)/2)-1}

=45*54

=2430

edited by

Related questions

1 votes
1 votes
0 answers
1
go_editor asked May 31, 2016
395 views
The vertices of a triangle $T$ are given. For an arbitrary point $P$ in the plane, give an algorithm to test if $P$ belongs to the interior of $T$. (The interior of $T$ d...
2 votes
2 votes
0 answers
2
go_editor asked May 31, 2016
423 views
Let $S = \{x \in R : 1 \leq |x| \leq 100\}$. Find all subsets $M$ of $S$ such that for all $x, y$ in $M$, their product $xy$ is also in $M$.
1 votes
1 votes
4 answers
3
gatecse asked Sep 18, 2019
560 views
Let $S=\{6, 10, 7, 13, 5, 12, 8, 11, 9\}$ and $a=\underset{x \in S}{\Sigma} (x-9)^2$ & $b = \underset{x \in S}{\Sigma} (x-10)^2$. Then$a <b$$a>b$$a=b$None of these
1 votes
1 votes
2 answers
4
gatecse asked Sep 18, 2019
660 views
Let $S=\{6,10,7,13,5,12,8,11,9\},$ and $a=\sum_{x\in S}(x-9)^{2}\:\&\: b=\sum_{x\in S}(x-10)^{2}.$ Then$a<b$$a>b$$a=b$None of these