Q. 1
Consider the following sets: A = , B = and C = { 1, 2, 4, 6, 8, 10}. Which of the following statements is true? Indicate all correct statements. [ A U B = A union B]
- a. A is a subset of B
- b. C is a superset of A
- c. A U B is a subset of C
- d. B and C are disjoint sets
- e. A U B U C =
- Answer: CD
- Explaination: All elements of A do not exist in B and hence option (A) is not true. All elements of A exist in C and hence option (B) is true. A U B = , all elements of AUB exist in C and hence option (C) is true. All the elements of B exist in C and hence they are not disjoint. Option (D) is not true. A U B U C = { 1, 2, 4, 6, 8, 10} which is not equal to . Option (E) is not true.
Q. 2
Find f(x)-1/f(x), when f(x) = (x+1)/(x-1)? Indicate all correct options. [n^2 = n*n]
- a. 2
- b. 2/(x^2-1)
- c. 4x/(x^2-1)
- d. 4x/[(x+1)(x-1)]
- e. 2(x^2+2x-1)/(x^2-1)
- Answer: BCE
- Explaination: f(x) - 1/f(x) = (x+1)/(x-1) - (x-1)/(x+1) = [(x+1)(x+1)-(x-1)(x-1)]/[(x+1)(x-1)] = (x^2+2x+1-x^2+2x-1)/[(x+1)(x-1)] = 4x/[(x+1)(x-1)] = 4x/(x^2-1)
Q. 3
Which of the following numbers is not prime? Indicate all correct options.
- a. 431
- b. 432
- c. 433
- d. 434
- e. 435
- Answer: AC
- Explaination: 431 and 433 are prime numbers. The other numbers are not prime.
Q. 4
If the product of three numbers in GP is 27 and the sum of their product in pairs is 39, then which of the following are the numbers? Indicate all correct options.
- a. 1
- b. 2
- c. 4
- d. 431
- e. 9
- Answer: ABC
- Explaination: Let the three numbers be a/r, a and ar. (a/r)*a*ar = a^3 = 27 a = 3 a/r*a + a*ar + ar*a/r = 39 a^2(1/r + r + 1) = 39 a^2(1+r+r^2) = 39*r 3^2(1+r+r^2) = 39r 9 + 9r + 9r^2 - 39r = 0 9r^2 - 30r + 9 = 0 3r^2 - 10r + 3 = 0 3r^2 -9r - r + 3 = 0 3r(r-3) -1(r-3) = 0 (3r-1)(r-3) = 0 r = 1/3, 3 The three numbers are 1, 3 and 9
Q. 5
Which of the following numbers is not divisible by 6? Indicate all correct options.
- a. 234
- b. 27789
- c. 9876
- d. 3521
- e. 19872
- Answer: AB
- Explaination: A number is divisible by 6 if the number is even and the sum of its digits is divisible by 3. 234 is even and 2+3+4 = 9, which is divisible by 3. 234 is divisible by 6. 27789 is odd and hence not divisible by 6. 9876 is even and 9+8+7+6 = 30 is divisible by 3. 9876 is divisible by 6. 3521 is odd and hence not divisible by 6. 19872 is even and 1+9+8+7+2 = 27 is divisible by 3 and hence 19872 is divisible by 6. Options B and D are not divisible by 6.
Q. 6
Let U = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}, A = { 1, 2, 3}, B = { 4, 5, 7} and C = { 8, 9, 11}. Which of the following is equal to (A U B U C)' ? Indicate all correct options. [ (AUB)' = compliment of A union B]
- a. { 6, 10}
- b. D and E
- c.
- d.
- e.
- Answer: AB
- Explaination: (A U B U C) = (A U B U C)' = Options (D) and (E) are true.
Q. 7
The ratio between two numbers is 3:5. When they are increased by 10 each, the ratio becomes 5:7. Which of the following are the two numbers? Indicate all correct options.
- a. 5
- b. 10
- c. 15
- d. 20
- e. 25
- Answer: BC
- Explaination: Let the numbers be x and y x:y = 3:5 x = 3y/5 x+10:y+10 =5:7 (x+10)*7 = (y+10)*5 7x + 70 = 5y + 50 7x + 20 = 5y 7(3y/5) + 20 = 5y 21y + 100 = 25y 25y-21y = 100 4y = 100 y = 25 The other number x = 3*25/5 = 75/5 = 15 The two numbers are 15 and 25.
Q. 8
Which of the following is equal to sqrt(8750)/sqrt(7)? Indicate all correct options. [sqrt(n) = square root of n]
- a. sqrt(625)
- b. sqrt(61250)
- c. 25
- d. 5
- e. -5
- Answer: ACE
- Explaination: sqrt(8750)/sqrt(7) = sqrt(8750/7) = sqrt(625) = 25
Q. 9
A can complete a work in 20 days. B is 25% faster than A and C is 60% faster than B. Which of the following statements is true? Indicate all correct options.
- a. B takes 10 days to complete the work
- b. C takes 13 days to complete the work
- c. B takes 15 days to complete the work
- d. C takes 10 days to complete the work
- e. B takes 16 days to complete the work
- Answer: BD
- Explaination: Time taken by A to complete the work = 20 days Work done by A in one day = 1/20 Work done by B in one day = 1/20+(25/100)*(1/20) = 1/20 + 1/80 = (4+1)/80 = 5/80 = 1/16 B takes 16 days to complete the work. Work done by C in one day = 1/16 + (60/100)*(1/16) = 1/16 + (3/5)*(1/16) = (1+3/5)*(1/16) = (5+3)/5*1/16 = 8/5*1/16 = 1/10 C takes 10 days to complete the work. Options D and E are true.
Q. 10
If ad and d>e, then which of the following is true? Indicate all correct options.
-
a.
b
pan> -
b.
b
pan> -
c.
a
pan> - d. c>e
- e. e>a
- Answer: BD
- Explaination: ad and d>e or ae. Option D is true. We cannot establish a relation between a and e. Hence, option E is not true.
Q. 11
Let A = { -2, -1, 0, 1} and B = . g is a function from A to B defined by g(x) = x^2. Which of the following is true? Indicate all correct statements.[x^2 = x*x}
- a. g(2) = 4
- b. g(-2) = 4
- c. g(-1) = g(1)
- d. g(0) = 2
- e. g(-1) + g(1) = g(0)
- Answer: DE
- Explaination: g(2) is not defined as 2 is not an element of A. Option (A) is false. g(-2) = (-2)^2 = 4. Option (B) is true. g(-1) = 1 = g(1). Option (C) is true. g(0) = 0^2 = 0. Option (D) is not true. g(-1) + g(1) = (-1)^2 + (1)^2 = 1 + 1 = 2. Option (E) is not true.
Q. 12
A man bought pens at the rate of 6 for Rs.20 and sold them at 4 for Rs.16. Which of the following statements is true? Indicate all correct options.
- a. He gained 10%
- b. He lost 10%
- c. He gained 20%
- d. If he sold 2 for Rs.16, his profit would be more than double
- e. If he sold 8 for Rs.16, his profit would be half
- Answer: BD
- Explaination: Cost price (CP) for one pen = Rs.20/6 = Rs.10/3 Selling price (SP) for one pen = Rs.16/4 = Rs.4 Profit% = (SP-CP)/CP*100 = (4-10/3)/(10/3)*100 =2/3*3/10*100 = 20% Options A and B are false and C is true. If he sold them at Rs.16/2 = Rs.8 his profit would be Profit% = (SP-CP)/CP*100 = (8-10/3)/(10/3)*100 =14/3*3/10*100 = 140% 140%>2*20% = 40% Option D is true. If he sold them at Rs.16/8 = Rs.2, he would suffer a loss. Hence, option E is false.
Q. 13
An article was bought for Rs.390. Which of the following statements is true? Indicate all correct options.
- a. The transaction earned a loss of 20% if it was sold for Rs.355
- b. The transaction led to profit of 20% if it was sold for Rs.425
- c. The profit after selling it for Rs.425 was equal to the loss after selling it for Rs.355
- d. The profit percent after selling it for Rs.425 was equal to the loss percent after selling it for Rs.355
- e. The transaction earned a profit if it was sold for Rs.395.
- Answer: BC
- Explaination: Let the cost price and the selling price be CP and SP respectively. SP = (100-loss%)/100*CP SP = (100+gain%)/100*CP When loss = 20% SP = (100-20)/100*390 = 80/100*390 = 312 Hence, option A is false. When profit = 20% SP = (100+20)/100*390 = 120/100*390 = 468 Hence, option B is false. Loss = CP-SP = 390-355 = 35 Profit = SP-CP = 425-390 = 35 Option C is true. Profit% = gain/CP*100 = 35/425*100 = 3500/425 Loss% = Loss/CP*100 = 35/390*100 = 3500/390 Option D is false. 395>390. Option E is true.
Q. 14
Two numbers are in ratio 3:4.Which of the following statements is true? Indicate all correct options. [3^3=3*3*3]
- a. Their duplicate ratio is 6/8
- b. Their duplicate ratio is 9/16
- c. Their triplicate ratio is 27/64
- d. Their triplicate ratio is 9/12
- e. Their triplicate ratio is (3/4)^3
- Answer: ACD
- Explaination: The given ratio is 3/4 The duplicate ratio is 3^2/4^2 = 9/16 The triplicate ratio is 3^3/4^3 = 27/64 Options B, D and E are true.
Q. 15
The ratio between two numbers is 4:5. Which of the following is their inverse ratio? Indicate all correct options.
- a. 16:25
- b. 5:4
- c. 1/4:1/5
- d. 1/5:1/4
- e. 25:16
- Answer: CD
- Explaination: The inverse ratio of 4:5 is given by 1/4:1/5, which is equal to 5:4 Options B and C are true.