I have seen the following type of problems in reasoning tests:
If $A \le B = C > F < G = L$ , then which of the following is true?
a. $A < G$ and $A >F$
b. $C >F$
c. $G =B$
[Answers are given by me just as examples.]
Can anybody explain a nice general method of solving these problems?
I assume that $A,B,C,F,G,L$ are real numbers. I think it is better to rewrite the assumption this way :
$\begin{eqnarray} A & \leq & B \tag{1}\\ B & = & C \tag{2}\\ F & < & C \tag{3}\\ F & < & G \tag{4}\\ G & = & L \tag{5}\\ \end{eqnarray} $
Using $(2)$, inequalities $(3)$ and $(4)$ give $F < B$ and $F < G$. So, we know that $B$ and $G$ are both greater than $F$ but not necessarily equal. (For example, take $A=0$, $B=C=1$, $F=0$ and $G=L=2$. In this example, we don't have $G=B$ but $(1)$ to $(5)$ hold.
From $(3)$, the statment $C>F$ is obviously true.
The statment $A<G$ is false. Consider $A=-1$, $B=C=2$, $G=L=1$ and $F=0$. $(1)$ to $(5)$ still hold but we don't have $A<G$. The statment $A > F$ is also false.
To find such counter-examples, you could draw a line (which represents $\mathbb{R}$) and place $A,B,C,F,G,L$ on this line according to $(1)$,...,$(5)$. It might also help you to see which statement is true or not.