P # Q means P is the father of Q
P + Q means P is the mother of Q
P – Q means P is the brother of Q
P * Q means P is the sister of Q
Which of the following shows that A is the Aunt of E?
							Options
 - A – B + C # D * E
 - A * B # C * D – E
 - A # B * C + D – E
 - A + B – C * D # E
							CORRECT ANSWER :   A * B # C * D – E 
                            
                            
			        
				Write your comments