

InterviewSolution
Saved Bookmarks
1. |
Write the arithmetic progression when first term a and common difference d are:a = 4, d = – 3 |
Answer» a = 4, d = -3 Given, first term (a) = 4 Common difference (d) = -3 Then arithmetic progression is: a, a + d, a + 2d, a + 3d, …… ⇒ 4, 4 – 3, a + 2(-3), 4 + 3(-3), …… ⇒ 4, 1, – 2, – 5, – 8 …….. |
|