A. =A3+A4+A5+A6: This formula adds the values in cells A3, A4, A5, and A6 individually.
B. =SUM(A3:A6): This formula uses the SUM function to add the values in the range from A3 to A6 inclusively. It's equivalent to adding the values in cells A3, A4, A5, and A6.
D. =SUM(A3, A4, A5, A6): This formula uses the SUM function with individual arguments for each cell A3, A4, A5, and A6, similar to formula A.
Formulas A, B, and D all calculate the sum of the values in cells A3, A4, A5, and A6, making them equivalent. Therefore, the correct answer is option 2: A, B, and D only.
A. =A3+A4+A5+A6: यह सूत्र सेल A3, A4, A5 और A6 में अलग-अलग मान जोड़ता है।
B. =SUM(A3:A6): यह सूत्र A3 से A6 तक की श्रेणी में मानों को सम्मिलित रूप से जोड़ने के लिए SUM फ़ंक्शन का उपयोग करता है। यह सेल A3, A4, A5 और A6 में मान जोड़ने के बराबर है।
D. =SUM(A3, A4, A5, A6): यह सूत्र सूत्र A के समान, प्रत्येक सेल A3, A4, A5 और A6 के लिए अलग-अलग तर्कों के साथ SUM फ़ंक्शन का उपयोग करता है।
सूत्र A, B, और D सभी कक्ष A3, A4, A5 और A6 में मानों के योग की गणना करते हैं, जिससे वे समतुल्य हो जाते हैं। इसलिए, सही उत्तर विकल्प 2: केवल ए, बी और डी है।