A says " the horse is not black".
B says " the horse is either brown or grey."
c says " the hoese is brown"
At least one is telling truth and atleast one is lying.
tell the colour of horse.
Answer Posted / sai
A says " the horse is not black"- ASSUME IT AS TRUE
THEN HORSE SHOULD BE BROWN OR GREY
c says " the horse is brown - FALSE
SO, I GUESS THE ANSWER IS GREY.
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
An array was given and we were required to write a function : int CalculateThirdHighest(int a[ ]) : which calculates the third highest number in the array. While coding in C remember to calculate the length of array using formulae length of array=sizeof(a)/sizeof(int). Because the number of elements of array were not passed as argument. i want a solution in C/C++ language
Next number in the series: 77,49,36,18,?
in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?
If a refrigerator contains 12 cans such that 7 blue cans and 5 red cans. In how many ways can we remove 8 cans so that atleast 1 blue can and 1 red can remains in the refrigerator?
If A=Z, B=Y, C=X, .......... Z=A, Then POCKET = ?
Bird is flying 120km/hr b/w b to r. Two trains at b to r at 60 kmph the distance traveled by the bird before it is killed.
Two ladies ,two men sit in north east west south position of rectangular table. Using clues identify their position ?
One man brought pen and book from 250 and he sold both at 10% profit on pen and 20% loss on book and finally he gained 40% what is the value of pen
Ms. Neelam deposits an amount of Rs. 16420 at simple interest and obtained 25451 at the end of 5 years. What was the rate of interest per year?
How many different 9 digit numbers can be formed from the number 223355888 by re-arranging its digits so that the odd digits occupy even position?
Light glows for every 13 seconds . How many times did it between 1:57:58 and 3:20:47 am
There were 36 chairs. how many ways can they be placed such that all rows have equal no. of chairs and atleast three chairs are there in each row and there are atleast three rows.
Alphametics are puzzles where each letter stands for a different digit. Here are two alphametics. No word can begin with a zero. We’ve started you out with some of the letters. BASE + BALL -------------- GAMES what these alphabets represent
If A, B and C are the mechanisms used separately to reduce the wastage of fuel by 30%, 20% and 10%. What will be the fuel economy if they were used combined.
In a digital circuit which was to implement (A B) + (A)XOR(B), the designer implements (A B) (A)XOR(B) What is the probability of error in it ?