Warning: include(): https:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/illumina/public_html/company/elitmusQ/index.php on line 28

Warning: include(https://illuminateminds.com/includes/headscripts.php): Failed to open stream: no suitable wrapper could be found in /home/illumina/public_html/company/elitmusQ/index.php on line 28

Warning: include(): Failed opening 'https://illuminateminds.com/includes/headscripts.php' for inclusion (include_path='.:/opt/remi/php84/root/usr/share/pear:/opt/remi/php84/root/usr/share/php:/usr/share/pear:/usr/share/php') in /home/illumina/public_html/company/elitmusQ/index.php on line 28
CAT | ELITMUS Quants Questions




Jobs By Batch
Jobs By Location
Jobs By Degree
Jobs By Branch
IT Jobs
Internships
Govt. Jobs
Adimissions











Warning: include(): https:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/illumina/public_html/company/includes/sidebar.php on line 247

Warning: include(https://illuminateminds.com/TyariOnline/includes/placement.php): Failed to open stream: no suitable wrapper could be found in /home/illumina/public_html/company/includes/sidebar.php on line 247

Warning: include(): Failed opening 'https://illuminateminds.com/TyariOnline/includes/placement.php' for inclusion (include_path='.:/opt/remi/php84/root/usr/share/pear:/opt/remi/php84/root/usr/share/php:/usr/share/pear:/usr/share/php') in /home/illumina/public_html/company/includes/sidebar.php on line 247



Warning: include(): https:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/illumina/public_html/company/includes/sidebar.php on line 250

Warning: include(https://illuminateminds.com/TyariOnline/includes/randomlinks.php): Failed to open stream: no suitable wrapper could be found in /home/illumina/public_html/company/includes/sidebar.php on line 250

Warning: include(): Failed opening 'https://illuminateminds.com/TyariOnline/includes/randomlinks.php' for inclusion (include_path='.:/opt/remi/php84/root/usr/share/pear:/opt/remi/php84/root/usr/share/php:/usr/share/pear:/usr/share/php') in /home/illumina/public_html/company/includes/sidebar.php on line 250









Q #16
:


Warning: Undefined array key "subtitle" in /home/illumina/public_html/company/elitmusQ/index.php on line 174
Quants Question

Directions: Read the following information to answer the question.

N people vote for one of 27 candidates. Each candidate's vote % is atleast one less than his/her number of votes. What is the smallest possible value of N?
+

If a candidate has just 2 votes, then 2/n <= 1/100, so n >= 200. If a candidate has
3 votes, then n >= 150. 

So in a minimal solution each candidate must have at least 4 votes. If all have at
least 5, then n >= 135. 

If a candidate has 4, then 4/n <= 3/100, so n >= 134. This can be achieved: 1
candidate has 4 votes, the other 26 have 5 each. Then 5/134 = 3.7%, 4/134 = 2.99%. 


Q #17
:


Warning: Undefined array key "subtitle" in /home/illumina/public_html/company/elitmusQ/index.php on line 435
Quants Question

Directions: Read the following information to answer the question.

A sum of money at simple interest amounts to Rs. 2240 in 2 years and to Rs. 2600 in 5 years. What is the principal amount

Warning: Undefined array key 4 in /home/illumina/public_html/company/elitmusQ/index.php on line 544
+

SI for 3 year = 2600-2240 = 360 

SI for 2 year 360/3 * 2 = 240 

principal = 2240 - 240 = 2000


Q #18
:


Warning: Undefined array key "subtitle" in /home/illumina/public_html/company/elitmusQ/index.php on line 694
Quants Question

Directions: Read the following information to answer the question.

Rs. 800 becomes Rs. 956 in 3 years at a certain rate of simple interest. If the rate of interest is increased by 4%, what amount will Rs. 800 become in 3 years.

Warning: Undefined array key 4 in /home/illumina/public_html/company/elitmusQ/index.php on line 803
+

S.I. = 956 - 800 = Rs 156 R=156?100800?3R=612% New Rate = 612+4=212% New S.I. = 800×212×3100=252 Now amount will be 800 + 252 = 1052

Q #19
:


Warning: Undefined array key "subtitle" in /home/illumina/public_html/company/elitmusQ/index.php on line 954
Quants Question

Directions: Read the following information to answer the question.

A function f(n) is defined as f(n) = (n – 1) (n) (n + 1). What is the remainder when f(n) is divided by 11 given that n = 1247?

Warning: Undefined array key 4 in /home/illumina/public_html/company/elitmusQ/index.php on line 1063
+


Q #20
:


Warning: Undefined array key "subtitle" in /home/illumina/public_html/company/elitmusQ/index.php on line 1213
Quants Question

Directions: Read the following information to answer the question.

One apple and one banana will together cost Rs.55. One banana and two oranges together cost Rs.40. Kartik buys an apple on Monday, one banana and one orange on Tuesday, one banana each on Thursday and Friday, one orange each on Wednesday and Saturday. On Sunday he buys all three items one apple, one banana and one orange. What does Kartik pay for his entire week’s purchases?

Warning: Undefined array key 4 in /home/illumina/public_html/company/elitmusQ/index.php on line 1322
+

Let the price of each apple , banana and orange be C,G and D respectively Given 

C+G=55-------------(1);

G+2D=40 -----------(2)

Week’s purchases are

C + (G+D) + (2G) + (2D) + (C+G+D)

= 2C + 4G + 4D = 2 (C + 2G + 2D)

By adding equations (1) and (2),

We get C + 2G + 2D = 95

Hence, entire week’s purchase = 2 95 = Rs. 190