Questions

Q:

Solve the Puzzle?

mathpuzzle1525339524.jpg image

Answer

From the assumption and trial and error method,


last three digits sum must leave the same digit as the answer. It is possible only if the answer must be units digit number leaving tens digit as carry.


And the possible 3rd digit is 5. Since 5 + 5 + 5 = 15 


Now, 2nd step is  1 + x + x + x = 5


=> 3x = 4


It is possible with x = 8. 8 + 8 + 8 + 1 = 25 leaving 2 as carry. 


Now, 3rd step is 2 + x + x + x = 5 => x = 1


 


Hence, the three dgits are 1, 8, 5.


185 + 185 + 185 = 555. 

Report Error

View answer Workspace Report Error Discuss

Subject: Math Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

10 6342
Q:

The Constitution of India was adopted on

A) 26th January, 1950 B) 26th January, 1949
C) 26th January, 1949 D) 15th August, 1947
 
Answer & Explanation Answer: C) 26th January, 1949

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

7 6341
Q:

In word, the mailing list is known as the

A) Data source B) Sheet
C) Source D) Data sheet
 
Answer & Explanation Answer: A) Data source

Explanation:

In word, the mailing list is known as the Data source.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

3 6333
Q:

What is the largest seabird ?

Answer

Albatross

Report Error

View answer Workspace Report Error Discuss

31 6331
Q:

We want to round off x, a Float to an Int value. The correct way to do so would be

A) Y = ( int ) ( x + 0.5 ) ; B) Y = int ( x + 0.5) ;
C) Y = ( int ) x + 0.5; D) Y = ( int ) ( ( int ) x + 0.5 )
 
Answer & Explanation Answer: A) Y = ( int ) ( x + 0.5 ) ;

Explanation:

Rounding off a value means replacing it by a nearest value that is approximately equal or smaller or greater to the given number.

 

y = (int)(x + 0.5); here x is any float value. To roundoff, we have to typecast the value of x by using (int)

 

Example:

 

#include

 

int main ()

 

{

 

  float x = 2.6;

 

  int y = (int)(x + 0.5);

 

  printf ("Result = %d\n", y );

 

  return 0;

 

}

 

Result : 3

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 6330
Q:

Which part of a computer performs calculations?

A) Control unit B) Arithmetic and logical unit
C) Both A & B D) Logic bus
 
Answer & Explanation Answer: B) Arithmetic and logical unit

Explanation:

A computer has a CPU which is called as Central Processing UNit or a Processor builton the mother board. It has many components like control unit and Arithmetic and logical unit. 

 

The Arithmetic and logical unit of the CPU performs the arithmetic operations or mathematical calculations.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

6 6330
Q:

Contour bunding is a method of soil conservation used in

A) Scrublands, liable to spread of weed growth B) Hilly and Slopy or mountain areas
C) Low flat plains, close to stream courses, liable to flooding D) Desert margins, liable to strong wind action
 
Answer & Explanation Answer: B) Hilly and Slopy or mountain areas

Explanation:

Contour bunding is a proven sustainable land management practice for mountainous areas, marginal, sloping, and hilly land where the soil productivity is very low.

 

It is widely adopted by the ethnic minorities of Nepal who practice the shifting cultivation system of farming.

Report Error

View Answer Report Error Discuss

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

11 6329
Q:

The bonds in the compound MgSO4 can be described as

A) covalent B) ionic
C) both A & B D) None of the above
 
Answer & Explanation Answer: C) both A & B

Explanation:

Here the given compound is MgSO4.

In the given compound, Sulphur (S) and Oxygen (O) are two non metals and Magnesium (Mg) is a metal.

In this compound, Sulphur and Oxygen reacts to form covalent bond and the metal Magnesium reacts with both non metals Sulphur and Oxygen to form ionic bonds.

 

Hence, in the given compound MgSO4 there are both covalent and ionic bonds.

Report Error

View Answer Report Error Discuss

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

1 6329