1. Logs are stacked in a pile with 24 logs on the bottom row and 10 on the top row. There are 15 rows in all with each row having one more log than the one above it. (Use Sn=n/2[2a+(n-1) d])
a) How many logs are in the stack?
1
Expert's answer
2022-02-19T16:57:03-0500
>> a = 24; % logs on the bottom row
>> n = 15; % number of rows
>> d = -1; % increment from row to row
>> Sn = n/2 * (2*a + (n-1)*d)
Sn =
255
>>
Numbers and figures are an essential part of our world, necessary for almost everything we do every day. As important…
APPROVED BY CLIENTS
Finding a professional expert in "partial differential equations" in the advanced level is difficult.
You can find this expert in "Assignmentexpert.com" with confidence.
Exceptional experts! I appreciate your help. God bless you!
Comments
Leave a comment