11 Computer Science Eng 202324
11 Computer Science Eng 202324
Class-XI
Code No.083
2023-24
1. Distribution of Marks
* 12345 A
** 1234 AB
*** 123 ABC
**** 12 ABCD
***** 1 ABCDE
● Write a program to input the value of x and n and print the sum of the following series:
⮚ 1 + 𝑥 + 𝑥2 + 𝑥3 + 𝑥4 + ⋯ 𝑥𝑛
⮚ 1 − 𝑥 + 𝑥2 − 𝑥3 + 𝑥4 − ⋯ 𝑥𝑛
2 3 4 𝑛
𝑥+𝑥 +𝑥 +𝑥 +⋯𝑥
⮚ 2 3 4 𝑛
𝑥2 𝑥3 𝑥4 𝑥𝑛
𝑥 + + + +⋯
2! 3! 4! 𝑛!
⮚