1. Question: On which date of the month was Anjali born in February 2004 ? Statements: Anjali was born on an even date of the month. Anjali's birth date was a prime number.






Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 02 Jun 2017 02.08 am
    From I and II, we conclude that Anjali was born in February 2004 on a date which is an even prime number. Since the only even prime number is 2, so Anjali was born on 2nd February, 2004.
Show Similar Question And Answers
QA->Two statements are given followed by two conclusions I and II. You have to consider the two statements to be true even if they seem to be at variance from commonly known facts. You have to decide which one of the given conclusions is definitely drawn from the given statements. Statement : All virtuous persons are happy. No unhappy person is virtuous. Conclusions : I. Happiness is related to virtue II. Unhappy person is not virtuous.....
QA->In a month three Fridays were on even dates. Then, 28th of the month is a:....
QA->Read the statements carefully and answer the question which follow: A cube has six sides each of a different colour.The red side is opposite black.The green side is between red and black.The blue side is adjacent to white .The brown side is adjacent to blue.The red side is face down.The side opposite brown is:....
QA->If 18th February 1999 was a Thursday, what would be the day on 28th February 2002?....
QA->How many ‘8’ are there followed by an even number and preceded by an odd number? 3825832832827848568784286....
MCQ->Question: On which date of the month was Anjali born in February 2004 ? Statements: Anjali was born on an even date of the month. Anjali's birth date was a prime number.

....
MCQ->In February 2014, the number of paperback editions sold by shop D was 5% more than the same sold by the same shop in the previous month. The number of paperback editions sold in February 2014 by shop D constituted 75% of the total number of books sold by shop D in February 2014. What was the total number of books sold in February 2014 by shop D....
MCQ->Consider the following statements:1. A person who was born on 26th January, 1951 in Rangoon, whose father was a citizen of India by birth at the time of his birth is deemed to be an Indian citizen by descent. 2. A person who was born on 1st·July, 1988 in Itanagar, whose mother is a citizen of India at the time of his birth but the father was not, is deemed to be a citizen of India by birth. Which of the statements given above is/are correct?....
MCQ->Which of the following code snippets are the correct way to determine whether a is Odd or Even? int a; String res; if (a % 2 == 0) res = "Even"; else res = "Odd"; int a; String res; if (a Mod 2 == 0) res = "Even"; else res = "Odd"; int a; Console.WriteLine(a Mod 2 == 0 ? "Even": "Odd"); int a; String res; a % 2 == 0 ? res = "Even" : res = "Odd"; Console.WriteLine(res);....
MCQ->Which of the following statements correctly assigns 12 to month using pointer variable pdt? #include<stdio.h> struct date { int day; int month; int year; }; int main() { struct date d; struct date pdt; pdt = &d; return 0; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution