LA5 marksYear: 2023MediumCBSE Class 10
arithmetic-progressionssum-of-termsword-problemlogs
Question
250 logs are stacked in the following manner: 22 logs in the bottom row, 21 in the next row, 20 in the row next to it and so on (as shown by an example). In how many rows, are the 250 logs placed and how many logs are there in the top row?
Solution
1
Let the number of rows be n.
A.P. formed is 22,21,20,19,…
Here a=22, d=−1, Sn=250
+1 mark2
∴250=2n[44+(n−1)(−1)]
⇒n2−45n+500=0
+1 mark3
⇒(n−25)(n−20)=0
n=25 ∴n=20
+1 mark4
Logs in top row =a20=22+19(−1)=3
+2 marks