đ Logical Reasoning
đˇī¸ Blood Relations Coded Family Tree Shortcut
⥠AI Daily Trick
Coded Blood Relations: Gender-Generation Scan in 5 Seconds!
कोडेड रक्त संबंध: लिंग-पीढ़ी स्कैन 5 सेकंड में!
This shortcut helps decode complex blood relation expressions by quickly identifying the gender and generation gap between two individuals, eliminating the need to draw a full family tree. It's perfect for problems where you need to find the relationship between two specific people in a long coded string.
यह शॉर्टकट जटिल रक्त संबंध अभिव्यक्तियों को दो व्यक्तियों के बीच लिंग और पीढ़ी के अंतर को तुरंत पहचानकर हल करने में मदद करता है, जिससे पूरा फैमिली ट्री बनाने की आवश्यकता समाप्त हो जाती है। यह उन समस्याओं के लिए एकदम सही है जहाँ आपको एक लंबी कोडेड स्ट्रिंग में दो विशिष्ट लोगों के बीच संबंध खोजना होता है।
âąī¸
Speed Efficiency Metric:
Traditional Method: 70s | Magic Trick: 5s (93% Time Saved)
⥠10x Faster
â¨The Magic Shortcut Formula
✨ **Gender-Generation Scan:**
1. **Target Gender First:** Identify the gender of the 'target' person (whose relation is asked) from the symbols directly involving them. Eliminate options with conflicting genders immediately.
2. **Map Generation Gaps:** Assign numerical values to each symbol based on the generation gap it represents: +1 for Parent/Uncle/Aunt, -1 for Child/Niece/Nephew, 0 for Sibling/Spouse.
3. **Sum & Match:** Sum the generation values between the two target individuals. Combine this sum with the target's gender to find the correct relationship (e.g., +2 Female = Grandmother).
✨ **लिंग-पीढ़ी स्कैन:**
1. **पहले लक्ष्य का लिंग:** 'लक्ष्य' व्यक्ति (जिसका संबंध पूछा गया है) का लिंग उन प्रतीकों से पहचानें जो सीधे उनसे संबंधित हैं। तुरंत उन विकल्पों को हटा दें जिनका लिंग विरोधाभासी है।
2. **पीढ़ी के अंतर का मानचित्रण:** प्रत्येक प्रतीक को उसके द्वारा दर्शाए गए पीढ़ी के अंतर के आधार पर संख्यात्मक मान दें: माता-पिता/चाचा/मौसी के लिए +1, बच्चे/भतीजी/भतीजे के लिए -1, भाई/बहन/पति/पत्नी के लिए 0।
3. **जोड़ें और मिलान करें:** दो लक्ष्य व्यक्तियों के बीच पीढ़ी के मानों को जोड़ें। इस योग को लक्ष्य के लिंग के साथ मिलाकर सही संबंध ज्ञात करें (उदाहरण के लिए, +2 महिला = दादी/नानी)।
đĸ Step-by-Step Mental Calculation:
1
Step 1: Determine the gender of the target person (whose relation is asked) from the given coded expression. Eliminate options that contradict this gender.
2
Step 2: Assign generation values to each symbol between the two individuals: +1 (parental), -1 (child), 0 (same generation).
3
Step 3: Sum the generation values and combine with the target's gender to deduce the final relationship.
1
चरण 1: दिए गए कोडेड एक्सप्रेशन से लक्ष्य व्यक्ति (जिसका संबंध पूछा गया है) का लिंग निर्धारित करें। उन विकल्पों को हटा दें जो इस लिंग का खंडन करते हैं।
2
चरण 2: दोनों व्यक्तियों के बीच प्रत्येक प्रतीक को पीढ़ी के मान असाइन करें: +1 (माता-पिता), -1 (बच्चा), 0 (समान पीढ़ी)।
3
चरण 3: पीढ़ी के मानों को जोड़ें और लक्ष्य के लिंग के साथ मिलाकर अंतिम संबंध निकालें।
đĄ Practice Demonstration:
Problem: If 'P + Q' means 'P is the father of Q', 'P - Q' means 'P is the sister of Q', 'P * Q' means 'P is the brother of Q', and 'P / Q' means 'P is the mother of Q', then how is R related to T in the expression: 'S / R + U - T'?
ā¤ĒāĨ⤰ā¤ļāĨ⤍: यदि 'P + Q' का अर्थ है 'P, Q का पिता है', 'P - Q' का अर्थ है 'P, Q की बहन है', 'P * Q' का अर्थ है 'P, Q का भाई है', और 'P / Q' का अर्थ है 'P, Q की माता है', तो अभिव्यक्ति 'S / R + U - T' में R का T से क्या संबंध है?
⥠Lightning Solution:
We need to find the relation of R to T from 'S / R + U - T'.
1. **Gender of R:** From 'R + U', R is the father of U. So, R is Male.
2. **Generation Gap (R to T):**
* R + U: R is father of U. (R is +1 generation to U) → +1
* U - T: U is sister of T. (U is 0 generation to T) → 0
* Total generation gap from R to T = (+1) + (0) = +1.
3. **Combine:** R is Male and is +1 generation above T. Therefore, R is T's Father.
हमें 'S / R + U - T' से R का T से संबंध ज्ञात करना है।
1. **R का लिंग:** 'R + U' से, R, U का पिता है। अतः, R पुरुष है।
2. **पीढ़ी का अंतर (R से T):**
* R + U: R, U का पिता है। (R, U से +1 पीढ़ी ऊपर है) → +1
* U - T: U, T की बहन है। (U, T से 0 पीढ़ी ऊपर है) → 0
* R से T तक कुल पीढ़ी का अंतर = (+1) + (0) = +1।
3. **जोड़ें:** R पुरुष है और T से +1 पीढ़ी ऊपर है। अतः, R, T का पिता है।
â ī¸
Exam Trap Alert & Common Calculation Pitfalls
⚠️ **Gender Assumption Trap:** Never assume the gender of the *second* person in a relation unless explicitly stated. For example, 'A is B's mother' tells you A is female, but B's gender is unknown. Always verify the target's gender from the symbols around them, especially the one where they are the 'first' person.
⚠️ **लिंग अनुमान जाल:** किसी संबंध में *दूसरे* व्यक्ति का लिंग कभी भी तब तक न मानें जब तक स्पष्ट रूप से न कहा गया हो। उदाहरण के लिए, 'A, B की माता है' आपको बताता है कि A महिला है, लेकिन B का लिंग अज्ञात है। हमेशा लक्ष्य के लिंग को उसके आसपास के प्रतीकों से सत्यापित करें, खासकर उस प्रतीक से जहाँ वह 'पहला' व्यक्ति है।
đ¯
Rapid Recall Micro-Quiz
Instant Feedback
If 'A + B' means 'A is the father of B', 'A - B' means 'A is the sister of B', 'A * B' means 'A is the brother of B', and 'A / B' means 'A is the mother of B', then how is P related to K in the expression: 'P / Q + R - K * M'?
यदि 'A + B' का अर्थ है 'A, B का पिता है', 'A - B' का अर्थ है 'A, B की बहन है', 'A * B' का अर्थ है 'A, B का भाई है', और 'A / B' का अर्थ है 'A, B की माता है', तो अभिव्यक्ति 'P / Q + R - K * M' में P का K से क्या संबंध है?
Explanation:
We need to find the relation of P to K from 'P / Q + R - K * M'.
1. **Gender of P:** From 'P / Q', P is the mother of Q. So, P is Female. This eliminates 'Grandfather' (Option B).
2. **Generation Gap (P to K):**
* P / Q: P is mother of Q (+1 generation)
* Q + R: Q is father of R (+1 generation)
* R - K: R is sister of K (0 generation)
* Total generation gap from P to K = (+1) + (+1) + (0) = +2.
3. **Combine:** P is Female and is +2 generations above K. Therefore, P is K's Grandmother.
हमें 'P / Q + R - K * M' से P का K से संबंध ज्ञात करना है।
1. **P का लिंग:** 'P / Q' से, P, Q की माता है। अतः, P महिला है। यह 'दादा/नाना' (विकल्प B) को हटा देता है।
2. **पीढ़ी का अंतर (P से K):**
* P / Q: P, Q की माता है (+1 पीढ़ी)
* Q + R: Q, R का पिता है (+1 पीढ़ी)
* R - K: R, K की बहन है (0 पीढ़ी)
* P से K तक कुल पीढ़ी का अंतर = (+1) + (+1) + (0) = +2।
3. **जोड़ें:** P महिला है और K से +2 पीढ़ी ऊपर है। अतः, P, K की दादी/नानी है।
MockPulse uses cookies to personalize your practice tests, preserve exam sessions, improve site performance, and analyze visitor traffic. Learn more in our
Privacy & Cookie Policy.
Cookie & Privacy Preferences
Manage how MockPulse uses cookies on your device
Cookies are small data files stored on your device that help us provide a seamless and secure experience. You can customize your preferences for each category below:
Strictly NecessaryAlways Active
Essential for core functions like account authentication, anti-forgery protection, test attempt session integrity, and system security. These cannot be disabled.
Helps us understand how students and educators use MockPulse (e.g. popular test series, page loading speeds) through aggregated, anonymous analytics.
Remembers your individual test filter preferences, daily vocabulary flashcard progress, audio notification settings, and personalized recommendations.
You haven't bookmarked any learning capsules or mock tests in this category yet. Click the "Save" button on cards across the platform to keep them here for quick revision!