Searching for "with________"

Q:

Compute the sum of 4 digit numbers which can be formed with the four digits 1,3,5,7, if each digit is used only once in each arrangement.

A) 105555 B) 106665
C) 106656 D) 108333
 
Answer & Explanation Answer: C) 106656

Explanation:

The number of arrangements of 4 different digits taken 4 at a time is given by 4P4 = 4! = 24.All the four digits will occur equal number of times at each of the position,namely ones,tens,hundreds,thousands.

 

 

 

Thus,each digit will occur 24/4 = 6 times in each of the position.The sum of digits in one's position will be 6 x (1+3+5+7) = 96.Similar is the case in ten's,hundred's and thousand's places.

 

 

 

Therefore,the sum will be 96 + 96 x 10 + 96 x 100 + 96 x 100 = 106656

Report Error

View Answer Report Error Discuss

Q:

If the length of a certain rectangle is decreased by 4 cm and the width is increased by 3 cm, a square with the same area as the original rectangle would result. Find the perimeter of the original rectangle.

A) 20 B) 30
C) 40 D) 50
 
Answer & Explanation Answer: D) 50

Explanation:

Let x and y be the length and breadth of the rectangle respectively.
Then, x - 4 = y + 3 or x - y = 7 ----(i)
Area of the rectangle =xy; Area of the square = (x - 4) (y + 3)
(x - 4) (y + 3) =xy <=> 3x - 4y = 12 ----(ii)
Solving (i) and (ii), we get x = 16 and y = 9.
Perimeter of the rectangle = 2 (x + y) = [2 (16 + 9)] cm = 50 cm.

Report Error

View Answer Report Error Discuss

Filed Under: Area
Exam Prep: Bank Exams
Job Role: Bank PO

Q:

In how many different ways  can 3 students be associated with 4 chartered accountants,assuming that each chartered accountant can take at most one student?

A) 12 B) 36
C) 24 D) 16
 
Answer & Explanation Answer: C) 24

Explanation:

Number of permutations = 4P3 = 24

Report Error

View Answer Report Error Discuss

Q:

12 people at a party shake hands once with everyone else in the room.How many handshakes took place?

A) 72 B) 66
C) 76 D) 64
 
Answer & Explanation Answer: B) 66

Explanation:

There are 12 people, so this is our n value.

 

So, 12C21= 66

Report Error

View Answer Report Error Discuss

Q:

Goldenrod and No Hope are in a horse race with 6 contestants. How many different arrangements of finishes are there if No Hope always finishes before Goldenrod and if all of the horses finish the race?

A) 720 B) 360
C) 120 D) 640
 
Answer & Explanation Answer: B) 360

Explanation:

Two horses A and B, in a race of 6 horses... A has to finish before B

 

if A finishes 1... B could be in any of other 5 positions in 5 ways and other horses finish in 4! Ways, so total ways 5*4!

 

if A finishes 2... B could be in any of the last 4 positions in 4 ways. But the other positions could be filled in 4! ways, so the total ways 4*4!

 

if A finishes 3rd... B could be in any of last 3 positions in 3 ways, but the other positions could be filled in 4! ways, so total ways 3*4!

 

if A finishes 4th... B could be in any of last 2 positions in 2 ways, but the other positions could be filled in 4! ways, so total ways... 2 * 4! 

 

if A finishes 5th .. B has to be 6th and the top 4 positions could be filled in 4! ways..

 

A cannot finish 6th, since he has to be ahead of B

 

Therefore total number of ways = 5*4! + 4*4! + 3*4! + 2*4! + 4! = 120 + 96 + 72 + 48 + 24 = 360

Report Error

View Answer Report Error Discuss

Q:

How many integers, greater than 999 but not greater than 4000, can be formed with the digits 0, 1, 2, 3 and 4, if repetition of digits is allowed?

A) 376 B) 375
C) 500 D) 673
 
Answer & Explanation Answer: A) 376

Explanation:

The smallest number in the series is 1000, a 4-digit number.

 

The largest number in the series is 4000, the only 4-digit number to start with 4. 

 

The left most digit (thousands place) of each of the 4 digit numbers other than 4000 can take one of the 3 values 1 or 2 or 3.

 

The next 3 digits (hundreds, tens and units place) can take any of the 5 values 0 or 1 or 2 or 3 or 4.

 

Hence, there are 3 x 5 x 5 x 5 or 375 numbers from 1000 to 3999.

 

Including 4000, there will be 376 such numbers.

Report Error

View Answer Report Error Discuss

Q:

An entity is a thing in the real world with an independent existence.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

Entity is a real world object

Report Error

View Answer Workspace Report Error Discuss

Subject: Database
Job Role: Database Administration

Q:

The capacity to change the conceptual schema without having to change external schemas or application programs is called

A) Physical Data Independence B) Logical Data Independence
C) Both A and B D) None
 
Answer & Explanation Answer: B) Logical Data Independence

Explanation:

LDI is the capacity to change the conceptual schema without having to change external schemas or application programs.

Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: Database Administration