Math, asked by haseenakm1981, 9 months ago

Find the sum of the first 25 terms of each of the arithmetic sequence below?21,32,43

Answers

Answered by Anonymous
6
Given -

a = 21

d = a² - a¹

d = 32 - 21

d = 11

n = 25

we know the formula that,

sn = n/2{ 2a + (n-1)d}

Now,

sn = 25/2 {2 × 21 + (25 - 1) 11}

sn = 25/2 { 42 + 24 × 11}

sn = 25/2 (42 + 264)

sn = 25/2 × 306

sn = 25 × 153

sn = 3825

Hence,

Sum of 25th term of the AP is 3825.




 <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> Body{ background-color: white; font-family: cursive; } .glow{ font-size: 80px; color: #fff; text-align: center; -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate; } @-webkit-keyframes glow{ from{ text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073; } } </style> </head> <body> <h1 class="glow">itz aniket</h1> </body> </html>
Similar questions