Question
Quantity I – In how many ways letters of MOBILE
can be arranged when vowels are always together. Quantity II – In how many ways letters of MONDAY can be arranged when vowels are not together. In each of the following questions, read the following questions, read the given statements and compare given two quantities on its basis:Solution
Quantity I: Required no. of ways = 3! × 4! = 6 × 24 = 144 Quantity II. Total no. of ways = 6! = 6 × 5 × 4 × 3 × 2 × 1 = 720 No. of ways when vowels are always together = 2! × 5! = 2 × 120 = 240 No. of ways when vowels are not together = 720 – 240 = 480 ∴ Quantity I < Quantity II.
CREATE OR REPLACE VIEW high _ salary _ employees AS
SELECT employee _ id, salary
FROM employees
WHERE salary > 50000;
Which ...
Which type of analysis examines historical data to identify patterns?
Which type of machine learning technique is best suited for supervised learning tasks?Â
An employee in a financial organization receives an email claiming to be from the company CEO, asking them to urgently transfer funds to a specific acco...
Which data validation step is crucial to ensure that all entries in a customer email column are correctly formatted?
Which of the following is a measure of central tendency?
In R, which operator is used for sequence?
During the data analysis process, which of the following steps is primarily focused on removing inaccuracies and ensuring the dataset's reliability?
Which of the following methods is most commonly used for ensuring that time series data is stationary?
In which programming language are pointers explicitly supported and used for memory manipulation?