Computer Science, asked by devikrishna1181, 4 months ago

Write a program:
a) To print the series :
0, 3, 8, 15, 24,
n terms.
b) To find the sum of the series given below:
S = 1/2 + 3/4 + 5/6 + 7/8
+ 19/20​

Answers

Answered by vijayalaxmikolikonda
0

I am doing sum B.

s=1/2+3/4+5/6+7/8+19/20

LCM of denomination= 120

now you have to multiply with the number you got by numerator.

when we add the solution is 455/120 is the correct answer

Similar questions