मध्यम स्तर की परीक्षा में संक्रमण संबंध जांचने का सबसे सही तरीका कौन सा है?
What is the best method to check a transitive relation in a medium-level exam question?
Explanation opens after your attempt
A. हर ((a,b)) और ((b,c)) जोड़ी खोजकर ((a,c)) की उपस्थिति जांचनाFind every ((a,b)) and ((b,c)) pair and check whether ((a,c)) is present
Concept
संक्रमण की जांच संख्या गिनने से नहीं, जुड़ी जोड़ियां खोजने से होती है। / Transitivity is not checked by counting pairs; it is checked by finding linked pairs.
Why this answer is correct
हर ((a,b)) और ((b,c)) के लिए ((a,c)) मिलना चाहिए। / For every ((a,b)) and ((b,c)), ((a,c)) must be present.
Exam Tip
तालिका बनाकर जांचने से गलती कम होती है। / Making a small table reduces mistakes in exams.
Login to save your score, XP, coins and progress.
