Searching for "Constants"

Q:

If in the given word VITREOUS all the constants are first arranged alphabetically, and then all the vowels are arranged alphabetically, which letter will be second to the right of fourth  from the left?

A) S B) T
C) I D) E
 
Answer & Explanation Answer: C) I

Explanation:

The given word is VITREOUS. Of which , TRSV are the consonants and IEOU are the vowels. Now, after making the changes as given in the question  we get following arrangment: RSTVEIOU.

Again from precalculation, we know that second to the right of fourth  from the left means (2+4=) 6th from the left. i.e I

 

Report Error

View Answer Report Error Discuss

Filed Under: Alphabet Test

Q:

How many different words can be made using the letters of the word ' HALLUCINATION ' if all constants are together?

A) 129780 B) 1587600
C) 35600 D) None of these
 
Answer & Explanation Answer: B) 1587600

Explanation:

 H   L   C   N    T    A   U   I   O

 

      L        N          A        I

 

There are total 131 letters out of which 7 are consonants and 6 are vowels. Also ther are 2L's , 2N's, 2A's and 2I's.

 

If all the consonants  are together then the numberof arrangements = 7!2!x 1/2! .

But the 7 consonants  can be arranged themselves in  7!2! x 1/2! ways. 

 

Hence the required number of ways = 7!2!2!2 = 1587600

Report Error

View Answer Report Error Discuss

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

Q:

What are Math Constants and Functions using JavaScript?

Answer

Math object has two constant : Math.PI and Math.E


 


Math object has following functions:


- Math.abs(val1);


It will give absolute value of val1.


- Math.max(val1,val2);


This fuction will return maximum value from val1 and val2.


- Math.random();


This function will return a random number between 0 and 1.


- Math.floor(val1)


This function will returns decimal value of val1

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology