Abdul is younger than Abdullah.
Peg is older than Abdul.
Abdullah is older than Peg.
If the first two statements are true, the third statement is
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let
Abdul = A
Abdullah = B
Peg = C
It is given that the following are true :
B > A
C > A
Is it true, then, that B > C ? Not necessarily : both are greater than A , but we do not know by how much . Thus, it is uncertain as to whether B or C is greater.
To illustrate, let's work with some numbers:
If
A = 1 , B = 6 , C = 5
then the first two statements hold true, as does the last one :
6 > 1
5 > 1
6 > 5
Now let
A = 1 , B = 5 , C = 6
The first two statements still hold true :
5 > 1
6 > 1
But the last, B > C , is no longer true :
5 ≯ 6
Thus, Abdullah is not necessarily older than Peg.