i need a simpler solution to the question.. the diagram by chillfactor is incomprehensible
See the attached pic. I have rotated Triangle PCB by 60 degrees about C such that B coincides with A and M is the image of P. PCM becomes equilateral triangle. The whole idea is to get the value of angle APC
A set S consists of first n natural numbers such that S = {1, 2, 3, 4, ....., n}. For each of its non-zero subset, alternating sum is defined as :- Arrange the elements in subsets in decreasing order and then alternately add and subtract successive terms such that largest term is always added. For eg:- alternating sum for (1, 3, 5, 7} is 7 - 5 + 3 - 1 = 4 and for {3}, its just 3
Find the sum of all such alternating sums for n = 8
Consider following cases:-i) 5(2a)(2b) , so 3*4*4 = 48 casesii) 5*4s*t===> 6*2*5 - 3*2 = 54 cases(3*2 is subtracted as 5*4*5 or 5*8*5 are counted 6 times instead of 3 times)So, total = 48 + 54 = 102Isosceles triangle and ADC is rt angle triangle=> ADC and ADB are congruent=> BD = CD = 8Oops calculation mistake!!We can use cosine rule twice and then we will get BD
sir can u please explain me how to apply cosine rule..am not able to proceed .tanx in advance sir
@chillfactor I think i have misinterpreted the question, please clarify if this is what the question is asking: sum of natural numbers from 1-8= 36 . so take the negative component to x and positive one to be 36-x. hence the alternating sum will be of the form (36-x)-x = 36 -2x, and since 36-2x>0 because of largest number being placed first x can range from 1-18. so the sum will be 36*9 - 2(18*19) = 306. I haven't filtered out the invalidate cases and such yet, just want to confirm if my interpretation of the question is correct?