Searching for "u"

Q:

194, 194, 191, 183, 168, ?

Find the next number in the above series? 

A) 154 B) 156
C) 144 D) 143
 
Answer & Explanation Answer: C) 144

Explanation:

Here the series follows,

194

194 - (1x1 - 1) = 194

194 - (2x2 - 1) = 191

191 - (3x3 - 1) = 183

183 - (4x4 - 1) = 168

168 - (5x5 - 1) = 144

Report Error

View Answer Report Error Discuss

Filed Under: Odd Man Out
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

Q:

A & B invest Rs. 1,16,000 & 1,44,000 respectively. B invests for 6 months. At the end of the year, B’s share is Rs. 9000, find the overall profit?

A) Rs. 23,500 B) Rs. 19,780
C) Rs. 21,700 D) Rs. 20,050
 
Answer & Explanation Answer: A) Rs. 23,500

Explanation:

Given A & B in partnership

A Invests 116000 for 12 months 

=> A's share = 116000 x 12 = 13,92,000

B Invests for 6 months

=> B's share = 144000 x 6 = 8,64,000

Their Ratio = 1392 : 864 = 29 : 18

Let the Annual profit = P

Given B's share = Rs. 9000

=> 18/47 x P = 9000

=> P = 9000 x 47/18

=> P = 23,500

Hence, Overall profit = P = Rs. 23,500

Report Error

View Answer Report Error Discuss

Filed Under: Partnership
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

Q:

Coral Reefs in India can be found in

A) Rameshwaram B) Trivandrum
C) The coast of Orissa D) Waltair
 
Answer & Explanation Answer: A) Rameshwaram

Explanation:

In India Coral Reefs can be found in Rameshwaram.

 

Coral reefs in India are one of the most ancient and dynamic ecosystems of India. The coral reefs not only provide a sanctuary to a myriad of marine life but also play a key role in protecting the coastline from erosion.

Coral reefs are diverse underwater ecosystems held together by calcium carbonate structures secreted by corals. Coral reefs are built by colonies of tiny animals found in marine water that contain few nutrients.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

Q:

Which State is the "most corrupt state" According to the National Crime Records Bureau (NCRB)?

A) Manipur B) Maharashtra
C) Himachal Pradesh D) Uttarakhand
 
Answer & Explanation Answer: B) Maharashtra

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk

Q:

A boat running upstream takes 8 hours 48 minutes to cover a certain distance, while it takes 4 hours to cover the same distance running downstream. What is the ratio between the speed of the boat and speed of the water current respectively?

A) 7:4 B) 11:4
C) 4:7 D) 8:3
 
Answer & Explanation Answer: D) 8:3

Explanation:

Let the speed of the boat upstream be p kmph and that of downstream be q kmph

 

Time for upstream = 8 hrs 48 min = 845hrs

 

Time for downstream = 4 hrs

 

Distance in both the cases is same.

 

=> p x  845= q x 4

 

=> 44p/5 = 4q

 

=> q = 11p/5

 

 Now, the required ratio of Speed of boat : Speed of water current

 

q+p2:q-p2

 

=> (11p/5 + p)/2  : (11p/5 - p)/2

 

=> 8 : 3

Report Error

View Answer Report Error Discuss

Filed Under: Boats and Streams
Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

Q:

public static void main string[] args Meaning is?

Answer

Here in this declaration public static void main string[] args, each keyword has its importance.


 


1. public - Here public is an access specifier which allows the main method to be accessible everywhere.


 


2. static - static helps the main method to get loaded without getting called by any instance/object.


 


3. void - void clarifies that the main method will not return any value.


 


4. main - It's the name of the method.


 


5. String[] args - Here we are defining a String array to pass arguments at the command line. args is the variable name of the String array.

Report Error

View answer Workspace Report Error Discuss

Q:

10 25 45 54 60 75 85

Find the Odd Number?

A) 54 B) 10
C) 45 D) 85
 
Answer & Explanation Answer: A) 54

Explanation:

In given Series, all the numbers except 54 are multiples of 5.

Report Error

View Answer Report Error Discuss

Filed Under: Odd Man Out
Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

Q:

The First Mechanical Computer Designed by Charles Babbage was called?

A) Super Computer B) Abacus
C) Calculator D) Analytical Engine
 
Answer & Explanation Answer: D) Analytical Engine

Explanation:

Computer was invented by Charles Babbage.

The First Mechanical Computer Designed by Charles Babbage, a British mathematician was called as Analytical Engine which resembles today's modern machines  between 1833 and 1871.

Report Error

View Answer Report Error Discuss