← SSC archive
Paper archive

SSC CGL 2022 · 2022-12-07 · Shift 4

Archived paper and answer key. This is not a currently hosted official SSC key.

100 question cards · 1 paper · No sign-in needed
Question 1archived

Select the option in which the given figure is embedded. (Rotation is NOT allowed)

Question figure
  1. A
    Option A (shown in image)Option A figure
  2. B
    Option B (shown in image)Option B figure
  3. C
    Option C (shown in image)Option C figure
  4. D
    Option D (shown in image)Option D figure
Show answer
A. Option A (shown in image)

The image embedded in given figure is as shown below: Hence, 'option 1' is the correct answer.

Solution figurePaper & answer key PDF
Question 2archived

Select the option that represents the correct order of the given words as they would appear in an English dictionary. 1- Submerse 2- Sublimity 3- Submerge 4- Submit 5- Submarine

  1. A
    5, 3, 2, 4, 1
  2. B
    2, 5, 4, 1, 3
  3. C
    2, 3, 5, 1, 4
  4. D
    2, 5, 3 , 1, 4
Show answer
D. 2, 5, 3 , 1, 4

Understanding Dictionary Order: Arranging Words Alphabetically Arranging words in the order they would appear in an English dictionary requires comparing them letter by letter from left to right. When words share a common prefix, we look at the letters that follow the prefix to determine their relative position. Let's look at the given words and their corresponding numbers: Submerse Sublimity Submerge Submit Submarine All the words start with the prefix "Sub". We need to compare the letters that come after "Sub" for each word. Submerse Sublimity Submerge Submit Submarine Comparing the 4th letter, we have 'm', 'l', 'm', 'm', 'm'. According to alphabetical order, 'l' comes before 'm'. So, the word "Sublimity" (2) will come first. Now let's consider the remaining words, all starting with "Subm": Submerse (1), Submerge (3), Submit (4), Submarine (5). We compare the 5th letter: Submerse Submerge Submit Submarine Comparing 'e', 'e', 'i', 'a'. The letter 'a' comes first alphabetically. So, "Submarine" (5) is the next word in the dictionary order. Now we compare the words starting with "Subme": Submerse (1) and Submerge (3). We compare the 6th letter: Submerse Submerge Comparing 's' and 'g'. The letter 'g' comes before 's'. So, "Submerge" (3) is the next word. Following "Submerge" (3) is "Submerse" (1). Finally, the last word remaining is "Submit" (4). Therefore, the correct dictionary order of the words is: Sublimity (2) Submarine (5) Submerge (3) Submerse (1) Submit (4) The sequence of numbers representing the correct order is 2, 5, 3, 1, 4. Original Order No. Word Step 1: 4th Letter Step 2: 5th Letter Step 3: 6th Letter Final Dictionary Order 1 Submerse m e s 4th 2 Sublimity l i m 1st 3 Submerge m e g 3rd 4 Submit m i t 5th 5 Submarine m a r 2nd Comparing the final dictionary order to the original numbers: 1st word: Sublimity (2) 2nd word: Submarine (5) 3rd word: Submerge (3) 4th word: Submerse (1) 5th word: Submit (4) The correct sequence of numbers is 2, 5, 3, 1, 4. Revision Table: Key Concepts for Dictionary Order Concept Explanation Alphabetical Comparison Compare words letter by letter from beginning to end. Prefix Handling If words share a prefix, compare the letters immediately following the prefix. Letter by Letter Continue comparing the next letter until a difference is found or one word runs out of letters. Shorter Word Rule If one word is a prefix of another (e.g., "cat" and "catalog"), the shorter word comes first. (Not applicable in this specific question). Additional Information: Practicing Alphabetical Word Arrangement Mastering dictionary order and alphabetical arrangement is a fundamental vocabulary skill. It helps in using dictionaries, indexes, and sorting lists. Practice with sets of words that have similar prefixes or suffixes to build proficiency. Pay close attention to each letter's position in the alphabet. For example, arranging words like "apple", "apply", "application", "applaud": All start with "appl". Compare 5th letter: apple, apply, appli, appla. Order of 5th letters: a, e, i, y. Resulting order: applaud, apple, application, apply. Regular practice improves speed and accuracy in solving dictionary order questions, which are common in various tests.

Paper & answer key PDF
Question 3archived

Select the set in which the numbers are related in the same way as are the numbers of the following set. (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits.) (4, 50, 6) (13, 128, 3)

  1. A
    (12, 60, 5)
  2. B
    (2, 125, 3)
  3. C
    (2, 62, 6)
  4. D
    (15, 162, 3)
Show answer
D. (15, 162, 3)

Understanding Number Analogy Puzzles Number analogy puzzles require you to find the relationship between numbers in a given set and apply that same relationship to find a similar set among the options. The operations usually involve basic arithmetic, squares, cubes, or simple linear combinations of the numbers in the set. The problem provides two sets: (4, 50, 6) and (13, 128, 3). We need to discover the mathematical rule that connects the three numbers within each set. Let the numbers in a set be represented as A, B, and C, where A is the first number, B is the middle number, and C is the third number. For the first set (4, 50, 6): A=4, B=50, C=6. For the second set (13, 128, 3): A=13, B=128, C=3. We are looking for a rule, likely in the form of an equation, that relates A, B, and C, and holds true for both given sets. A common type of rule involves a linear combination of A and C to produce B, potentially with an added constant. Let's assume the rule is of the form: \(B = kA + mC + p\) Where k, m, and p are constants we need to find. Solving for the Number Relation Rule Using the two given sets, we can form a system of linear equations: From set (4, 50, 6): \(50 = k(4) + m(6) + p \implies 4k + 6m + p = 50\) From set (13, 128, 3): \(128 = k(13) + m(3) + p \implies 13k + 3m + p = 128\) We have two equations with three unknowns (k, m, p). To solve this, we need another piece of information, which will come from testing the options. Let's assume the correct option, (15, 162, 3), follows the same rule. Let A=15, B=162, C=3 from this set. From the assumed correct set (15, 162, 3): \(162 = k(15) + m(3) + p \implies 15k + 3m + p = 162\) Now we have a system of three linear equations: Equation 1: \(4k + 6m + p = 50\) Equation 2: \(13k + 3m + p = 128\) Equation 3: \(15k + 3m + p = 162\) We can solve this system. Subtract Equation 1 from Equation 2 to eliminate p: \((13k + 3m + p) - (4k + 6m + p) = 128 - 50\) \(13k - 4k + 3m - 6m + p - p = 78\) \(9k - 3m = 78\) Divide by 3: \(3k - m = 26 \implies m = 3k - 26\) Now, substitute \(m = 3k - 26\) into Equation 2 and Equation 3 to get two equations in terms of k and p. Substitute into Equation 2: \(13k + 3(3k - 26) + p = 128\) \(13k + 9k - 78 + p = 128\) \(22k + p = 128 + 78\) \(22k + p = 206\) (Equation 4) Substitute into Equation 3: \(15k + 3(3k - 26) + p = 162\) \(15k + 9k - 78 + p = 162\) \(24k + p = 162 + 78\) \(24k + p = 240\) (Equation 5) Now we have a system of two equations with two unknowns (k, p): Equation 4: \(22k + p = 206\) Equation 5: \(24k + p = 240\) Subtract Equation 4 from Equation 5 to eliminate p: \((24k + p) - (22k + p) = 240 - 206\) \(2k = 34\) \(k = 17\) Now that we have k, we can find p using Equation 4: \(22(17) + p = 206\) \(374 + p = 206\) \(p = 206 - 374\) \(p = -168\) Finally, find m using \(m = 3k - 26\): \(m = 3(17) - 26\) \(m = 51 - 26\) \(m = 25\) The rule relating the numbers A, B, and C is \(B = 17A + 25C - 168\). Verifying the Number Relation Rule Let's check this rule with the original sets: For (4, 50, 6): \(17(4) + 25(6) - 168 = 68 + 150 - 168 = 218 - 168 = 50\). This matches the middle number. For (13, 128, 3): \(17(13) + 25(3) - 168 = 221 + 75 - 168 = 296 - 168 = 128\). This also matches the middle number. Testing the Options Now, we apply the rule \(B = 17A + 25C - 168\) to each of the given options to find the set that follows the same relation. Set (12, 60, 5): A=12, B=60, C=5. \(17(12) + 25(5) - 168 = 204 + 125 - 168 = 329 - 168 = 161\). This is not 60. Set (2, 125, 3): A=2, B=125, C=3. \(17(2) + 25(3) - 168 = 34 + 75 - 168 = 109 - 168 = -59\). This is not 125. Set (2, 62, 6): A=2, B=62, C=6. \(17(2) + 25(6) - 168 = 34 + 150 - 168 = 184 - 168 = 16\). This is not 62. Set (15, 162, 3): A=15, B=162, C=3. \(17(15) + 25(3) - 168 = 255 + 75 - 168 = 330 - 168 = 162\). This matches the middle number. The option set (15, 162, 3) is the only one that satisfies the discovered rule \(B = 17A + 25C - 168\). Conclusion The relationship between the numbers in the given sets is defined by the formula \(B = 17A + 25C - 168\). By applying this rule to the options, we found that the set (15, 162, 3) is related in the same way. Set A B C Rule: \(17A + 25C - 168\) Result Matches B? (4, 50, 6) 4 50 6 \(17(4) + 25(6) - 168\) 50 Yes (13, 128, 3) 13 128 3 \(17(13) + 25(3) - 168\) 128 Yes (12, 60, 5) 12 60 5 \(17(12) + 25(5) - 168\) 161 No (2, 125, 3) 2 125 3 \(17(2) + 25(3) - 168\) -59 No (2, 62, 6) 2 62 6 \(17(2) + 25(6) - 168\) 16 No (15, 162, 3) 15 162 3 \(17(15) + 25(3) - 168\) 162 Yes Revision Table for Number Analogy Let's quickly review the process used to solve this number analogy problem: Analyze Given Sets: Carefully observe the numbers in the example sets and look for potential relationships (addition, subtraction, multiplication, division, squares, cubes, or combinations). Hypothesize Rules: Based on the analysis, propose possible mathematical rules linking the numbers (e.g., \(B = kA + mC + p\)). Formulate Equations: Use the given sets that follow the rule to create algebraic equations based on the hypothesized rule. Solve for Constants: Solve the system of equations to find the values of unknown constants (k, m, p, etc.) in your rule. Test Options: Apply the derived rule to each of the option sets to determine which one satisfies the same relationship. Confirm Solution: The option set that fits the rule is the correct answer. Additional Information on Number Puzzles Number puzzles like these are common in logical reasoning and quantitative aptitude tests. They assess your ability to identify patterns and apply mathematical operations. Some common types of patterns include: Arithmetic Progressions: Numbers increasing or decreasing by a constant difference. Geometric Progressions: Numbers increasing or decreasing by a constant ratio (multiplication or division). Square and Cube Relations: The numbers are related to squares or cubes of other numbers in the set. Digit-based Operations: Sometimes, operations are performed on individual digits of the numbers (though the problem statement here explicitly disallowed this). Combinations: Rules often involve a combination of operations, like multiplication and addition (as seen in this problem \(B = kA + mC + p\)). Positional Rules: The operation might depend on the position of the number in the set (first, middle, last). Practice with various types of number puzzles helps in quickly recognizing patterns and devising strategies to find the underlying rule.

Paper & answer key PDF
Question 4archived

If A + B means that A is the father of B, A × B means that A is the mother of B, A - B means that A is the brother of B then which of the following expression shows that P is the paternal grandmother of R?

  1. A
    Q × P + R
  2. B
    P × Q - R
  3. C
    P + R × Q
  4. D
    P × Q + R
Show answer
D. P × Q + R

Understanding Blood Relations and Code Expressions This question asks us to interpret a set of code expressions that define blood relationships and find the expression that correctly represents a specific relationship: P is the paternal grandmother of R. Decoding the Blood Relation Codes We are given the following rules: A + B means that A is the father of B. A × B means that A is the mother of B. A - B means that A is the brother of B. Defining Paternal Grandmother A paternal grandmother is the mother of one's father. For P to be the paternal grandmother of R, P must be the mother of R's father. Let's say R's father is X. Then, P is the mother of X, and X is the father of R. Analyzing the Given Options We need to check each option to see which one results in P being the paternal grandmother of R. Option 1: Q × P + R Let's break this expression down: Q × P: According to the rule, Q is the mother of P. P + R: According to the rule, P is the father of R. Combining these, Q is the mother of P, and P is the father of R. This means P is R's father, and Q is the mother of R's father. So, Q is the paternal grandmother of R. This option does not show P as the paternal grandmother of R. Option 2: P × Q - R Let's break this expression down: P × Q: According to the rule, P is the mother of Q. Q - R: According to the rule, Q is the brother of R. Combining these, P is the mother of Q, and Q is the brother of R. This means P is the mother of Q, who is R's brother. Therefore, P is the mother of R. This option shows P as the mother of R, not the paternal grandmother. Option 3: P + R × Q Let's break this expression down: P + R: According to the rule, P is the father of R. R × Q: According to the rule, R is the mother of Q. Combining these, P is the father of R, and R is the mother of Q. This expression establishes relationships between P and R, and R and Q, but it does not show P as the paternal grandmother of R. P is R's father, and R is Q's mother. Option 4: P × Q + R Let's break this expression down: P × Q: According to the rule, P is the mother of Q. Q + R: According to the rule, Q is the father of R. Combining these, P is the mother of Q, and Q is the father of R. This means Q is the father of R, and P is Q's mother. Therefore, P is the mother of R's father. This exactly matches the definition of paternal grandmother. This option shows P as the paternal grandmother of R. Summary of Relationship Analysis Expression Relationship 1 Relationship 2 Overall Relationship between P and R Q × P + R Q is mother of P P is father of R Q is R's paternal grandmother P × Q - R P is mother of Q Q is brother of R P is R's mother P + R × Q P is father of R R is mother of Q P is R's father, R is Q's mother P × Q + R P is mother of Q Q is father of R P is R's paternal grandmother Based on the analysis, the expression that shows P as the paternal grandmother of R is P × Q + R. Revision Table: Blood Relation Codes Code Relationship A + B A is father of B A × B A is mother of B A - B A is brother of B Additional Information: Solving Blood Relation Problems Blood relation problems often involve decoding symbols or words to map out family trees and determine relationships. Here are some tips for solving them: Carefully read and understand the meaning of each symbol or term provided. Break down the given expression step-by-step, analyzing one relationship at a time from left to right or based on the connectors. Draw a family tree diagram if necessary. This can help visualize the relationships between different members. Use symbols for gender (e.g., circle for female, square for male) and lines to connect generations and siblings. Identify the target relationship you need to find (e.g., paternal grandmother, maternal uncle). Check each option against your understanding of the defined codes and the target relationship. Pay attention to gender. For example, "father's sister" is aunt, but "mother's sister" is also aunt. The question might specify paternal or maternal relationships. Practicing different types of blood relation puzzles helps improve your ability to quickly decode and determine relationships accurately.

Paper & answer key PDF
Question 5archived

Which of the following letters will replace the question mark (?) and complete the letter series? J, D, X, R, L, ?

  1. A
    F
  2. B
    D
  3. C
    E
  4. D
    G
Show answer
A. F

Analyzing the Letter Series Pattern The question asks us to identify the next letter in the given series: J, D, X, R, L, ? To solve letter series problems, we often look for patterns based on the alphabetical position of each letter or the difference between consecutive letters. Finding the Pattern in the Letter Series Let's assign numerical values to each letter based on its position in the English alphabet (A=1, B=2, ..., Z=26): J is the 10th letter. D is the 4th letter. X is the 24th letter. R is the 18th letter. L is the 12th letter. The series in terms of numerical positions is: 10, 4, 24, 18, 12, ? Calculating the Difference Between Terms Let's examine the difference between consecutive numbers, considering wrapping around the alphabet (modulo 26). Moving backward in the alphabet can be thought of as subtracting a value, and if the result is zero or negative, we add 26. From J (10) to D (4): We move backward. $10 - 4 = 6$. So, subtracting 6 moves us from J to D. From D (4) to X (24): Moving backward 6 steps from D (4) means: $4 - 6 = -2$. In a 26-letter alphabet, -2 is equivalent to $26 - 2 = 24$. So, subtracting 6 takes us from D to X. From X (24) to R (18): Moving backward 6 steps: $24 - 6 = 18$. So, subtracting 6 takes us from X to R. From R (18) to L (12): Moving backward 6 steps: $18 - 6 = 12$. So, subtracting 6 takes us from R to L. The pattern observed is a consistent backward movement of 6 letters (subtracting 6 from the numerical position, wrapping around from A to Z). Predicting the Next Letter in the Series Now, we apply the same pattern to the last letter given, L (12): From L (12), subtract 6: $12 - 6 = 6$. The letter corresponding to the numerical position 6 is F. Thus, the next letter in the series is F. Final Answer Derivation By analyzing the numerical positions of the letters in the series J, D, X, R, L, we found a consistent pattern of subtracting 6 from the position number (wrapping around the alphabet). Applying this pattern to the last letter, L (12), gives us the numerical position 6, which corresponds to the letter F. Revision Table: Letter Series Analysis Step Current Letter Numerical Position Pattern Applied Next Numerical Position Next Letter 1 J 10 Subtract 6 $10 - 6 = 4$ D 2 D 4 Subtract 6 $4 - 6 = -2 \equiv 24$ X 3 X 24 Subtract 6 $24 - 6 = 18$ R 4 R 18 Subtract 6 $18 - 6 = 12$ L 5 L 12 Subtract 6 $12 - 6 = 6$ F Additional Information: Solving Letter Series Letter series questions test logical reasoning and pattern recognition skills. Common patterns include: Adding or subtracting a constant number from the letter's position. Adding or subtracting numbers in a specific sequence (e.g., +1, +2, +3). Alternating patterns. Patterns based on vowels or consonants. Skipping letters in a sequence. Combinations of different patterns. To solve these, writing down the alphabet and its numerical positions can be very helpful. Practice with different types of series makes it easier to spot complex patterns quickly.

Paper & answer key PDF
Question 6archived

Three of the following letter-clusters are alike in some manner and hence form a group. Which letter-cluster does not belong to that group?

  1. A
    KPW
  2. B
    QGM
  3. C
    DIP
  4. D
    SXE
Show answer
B. QGM

Understanding Letter Cluster Analogies This question asks us to identify the letter cluster that does not belong to a group formed by the other three. These types of questions test our ability to find patterns or rules among a given set of items. In letter cluster questions, the pattern usually involves the position of the letters in the English alphabet. Analyzing the Given Letter Clusters We have four letter clusters: KPW QGM DIP SXE To find the pattern, let's write down the alphabetical position of each letter in the clusters: Letter Cluster Letter 1 (Position) Letter 2 (Position) Letter 3 (Position) KPW K (11) P (16) W (23) QGM Q (17) G (7) M (13) DIP D (4) I (9) P (16) SXE S (19) X (24) E (5) Finding the Pattern in Letter Positions Now, let's look at the differences between the consecutive letter positions within each cluster: Letter Cluster Difference 1 (Letter 2 - Letter 1) Difference 2 (Letter 3 - Letter 2) KPW \begin{equation*} 16 - 11 = +5 \end{equation*} \begin{equation*} 23 - 16 = +7 \end{equation*} QGM \begin{equation*} 7 - 17 = -10 \end{equation*} \begin{equation*} 13 - 7 = +6 \end{equation*} DIP \begin{equation*} 9 - 4 = +5 \end{equation*} \begin{equation*} 16 - 9 = +7 \end{equation*} SXE \begin{equation*} 24 - 19 = +5 \end{equation*} \begin{equation*} 5 - 24 = -19 \end{equation*} (Considering alphabetical wrap-around: 24(X) → 25(Y) → 26(Z) → 1(A) → 2(B) → 3(C) → 4(D) → 5(E). This is a difference of 7 steps forward.) Let's re-examine the last difference for SXE considering the alphabetical cycle (A=1, B=2, ..., Z=26): S (19) to X (24): $24 - 19 = +5$. X (24) to E (5): Moving forward alphabetically, X is 2 positions before Z (26). From Z to E is 5 positions. So, $2 + 5 = 7$ positions forward. $24 + 7 = 31$. On the alphabetical cycle, $31 \pmod{26} = 5$ (if we start from 1, $31-26=5$), which is the position of E. So the difference is +7 considering the cycle. Identifying the Outlier Letter Cluster Based on the analysis of letter positions and differences: KPW follows the pattern: +5, +7 QGM follows the pattern: -10, +6 DIP follows the pattern: +5, +7 SXE follows the pattern: +5, +7 (considering alphabetical wrap-around for the second difference) Three of the letter clusters (KPW, DIP, and SXE) show a consistent pattern of adding 5 to the first letter's position to get the second letter's position, and adding 7 to the second letter's position (with wrap-around) to get the third letter's position. The letter cluster QGM does not follow this +5, +7 pattern. Conclusion The letter cluster that does not belong to the group is QGM. Revision Table: Analyzing Letter Cluster Patterns Cluster Positions Pattern 1→2 Pattern 2→3 Belongs to Group? KPW 11, 16, 23 +5 +7 Yes QGM 17, 7, 13 -10 +6 No DIP 4, 9, 16 +5 +7 Yes SXE 19, 24, 5 +5 +7 (wrap-around) Yes Additional Information on Letter Series and Analogy Letter series and analogy questions are common in reasoning tests. They require you to identify the rule that connects the letters or groups of letters. Here are some common patterns to look for: Alphabetical Position: As seen in this problem, the most frequent pattern involves the numerical position of letters (A=1, B=2, ..., Z=26). Look for arithmetic progressions, skips, or sequences based on these numbers. Differences: Calculate the difference between consecutive letter positions. Look for constant differences, arithmetic progressions, or other numerical sequences in these differences. Vowels/Consonants: The pattern might relate to whether the letters are vowels or consonants. Reverse Alphabetical Order: Sometimes the pattern works by counting backward from Z. Skip Letters: The pattern might involve skipping a fixed number of letters between elements. Combination of Patterns: More complex questions might combine several types of patterns. Positional Patterns within a Group: The position of a letter within a cluster (first, second, third) might relate to its position in the alphabet or the rule applied. Practicing with different types of letter series and analogy problems helps in quickly identifying these patterns.

Paper & answer key PDF
Question 7archived

Three different positions of the same dice are shown (figures 1 to 3 ). Find the number on the face opposite to the face having '5'.

Question figure
  1. A
    4
  2. B
    3
  3. C
    6
  4. D
    1
Show answer
D. 1

As 1 and 4 are the common faces, 3 and 2 are opposite to each other. As, 1 and 2 are the common faces, 4 and 6 are opposite to each other. Remaining faces are 1 and 5, and they will be opposite to each other. So, 1 will be number on the face opposite to the face having '5'. Hence, ‘1’ is the correct answer.

Solution figureSolution figurePaper & answer key PDF
Question 8archived

A + B means 'A is the father of B' A - B means 'A is the mother of B' A * B means 'A is the sister of B' A % B means 'A is the husband of B' If A % B - C + D * E, then how is A related to E?

  1. A
    Father's father
  2. B
    Brother
  3. C
    Father's brother
  4. D
    Father-in-law
Show answer
A. Father's father

Understanding Blood Relation Puzzles: A Step-by-Step Solution This solution explains how to determine the relationship between individuals in a blood relation puzzle based on given symbolic representations. We will analyze the expression A % B - C + D * E step by step to find the relationship between A and E. Decoding Relationship Symbols First, let's understand the meaning of each symbol provided: A + B means 'A is the father of B'. (A is male) A - B means 'A is the mother of B'. (A is female) A * B means 'A is the sister of B'. (A is female) A % B means 'A is the husband of B'. (A is male) Analyzing the Blood Relation Expression We need to break down the given expression A % B - C + D * E to establish the family connections: A % B: According to the definitions, this means 'A is the husband of B'. This tells us that A is male and B is female. They are a married couple. B - C: This means 'B is the mother of C'. Since B is the mother (female), C is her child. Combining this with the first step, A (father) and B (mother) are the parents of C. C + D: This means 'C is the father of D'. This indicates that C is male, and D is his child. Since C is the child of A and B, C is the son of A and B. D * E: This means 'D is the sister of E'. This tells us D is female, and E is her sibling. Since D is the child of C, E is also the child of C. Determining the Relationship Between A and E Let's consolidate the findings: A is the father of C. C is the father of E. Tracing the lineage, A is the father of E's father. In family terms, the father of one's father is known as the paternal grandfather. Identifying the Correct Option The relationship we found is that A is the paternal grandfather of E. Comparing this with the given options: 1. Father's father: This corresponds to the paternal grandfather relationship. 2. Brother: Incorrect. 3. Father's brother: Incorrect. 4. Father-in-law: Incorrect. Therefore, A is the father's father of E.

Paper & answer key PDF
Question 9archived

In the following question, four number pairs are given. In each pair the number on left side of (-) is related to the number of the right side of (-) with some Logic/Rule/Relation. Three pairs are similar on basis of same Logic/Rule/Relation. Select the odd one out from the given alternatives. (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits. E.g.13 - Operations on 13 such as adding /subtracting /multiplying etc. to 13 can be performed. Breaking down 13 into 1 and 3 and then performing mathematical operations on 1 and 3 is not allowed)

  1. A
    11 - 23
  2. B
    9 - 16
  3. C
    25 - 51
  4. D
    13 - 27
Show answer
B. 9 - 16

Understanding the Number Pair Relationship The question asks us to identify the number pair that does not follow the same rule or logic as the other three pairs. We are given four pairs of numbers, separated by a hyphen (left number - right number). The rule applies to the whole numbers, not their individual digits. Analyzing Each Number Pair Let's examine each number pair to find a possible mathematical relationship between the number on the left and the number on the right. Pair 1: 11 - 23 Pair 2: 9 - 16 Pair 3: 25 - 51 Pair 4: 13 - 27 We need to look for a consistent operation (like addition, subtraction, multiplication, division, or a combination of these) that connects the first number to the second number in at least three of these pairs. Discovering the Common Logic Let's try a common type of relationship: multiplying the left number by a constant and then adding or subtracting a constant. Let the left number be $L$ and the right number be $R$. We are looking for a relationship like $R = aL + b$ or similar. Consider the first pair: 11 - 23. If we multiply 11 by 2, we get 22. Adding 1 to 22 gives us 23. So, a possible rule is $R = 2L + 1$. Let's test this rule on the other pairs: Pair Left Number (L) Applying Rule R = 2L + 1 Calculated Right Number Given Right Number (R) Does it fit? 1 11 $2 \times 11 + 1$ $22 + 1 = 23$ 23 Yes 2 9 $2 \times 9 + 1$ $18 + 1 = 19$ 16 No 3 25 $2 \times 25 + 1$ $50 + 1 = 51$ 51 Yes 4 13 $2 \times 13 + 1$ $26 + 1 = 27$ 27 Yes As shown in the table, the rule $R = 2L + 1$ holds true for pairs 11 - 23, 25 - 51, and 13 - 27. Identifying the Odd Pair The pair 9 - 16 is the only one that does not follow the rule $R = 2L + 1$. According to this rule, if the left number is 9, the right number should be $2 \times 9 + 1 = 19$. However, the given pair is 9 - 16. Conclusion: The Odd One Out Based on the consistent logic found in three of the pairs, the pair 9 - 16 is the odd one out because it does not fit the rule $R = 2L + 1$. Number Pair Analysis Revision Table Pair Left Number (L) Right Number (R) Observed Relation Fits Rule (R = 2L + 1)? Odd One Out Status 11 - 23 11 23 $2 \times 11 + 1 = 23$ Yes Regular Pair 9 - 16 9 16 $2 \times 9 + 1 = 19 \neq 16$ No Odd Pair 25 - 51 25 51 $2 \times 25 + 1 = 51$ Yes Regular Pair 13 - 27 13 27 $2 \times 13 + 1 = 27$ Yes Regular Pair Additional Information on Number Patterns Identifying patterns in number sequences or pairs is a common skill tested in various exams. These patterns can be based on arithmetic operations, algebraic expressions, squares, cubes, or other mathematical properties. Common Pattern Types: Look for arithmetic progressions (constant difference), geometric progressions (constant ratio), patterns involving squares or cubes, or linear relationships like $aL + b$. Tips for Finding Patterns: Calculate the difference or ratio between consecutive numbers (or numbers in a pair). Try simple operations: add, subtract, multiply, divide. Consider squaring or cubing the numbers. Test linear relationships like $aL + b$ by using two pairs to solve for $a$ and $b$. Once a potential rule is found, test it on all other items to confirm.

Paper & answer key PDF
Question 10archived

By interchanging the given two signs which of the following equation will be correct? + and -

  1. A
    7 - 5 × 3 + 24 ÷ 6 = 7
  2. B
    20 ÷ 4 - 5 × 6 + 3 = 32
  3. C
    4 + 5 × 2 - 9 ÷ 3 = 5
  4. D
    7 × 3 - 10 + 8 ÷ 2 = 29
Show answer
B. 20 ÷ 4 - 5 × 6 + 3 = 32

Solving Equations by Interchanging Signs The question asks us to determine which of the given equations becomes correct after interchanging the addition ($+$) and subtraction ($-$) signs. To solve this, we will take each equation, interchange the $+$ and $-$ signs, and then evaluate the left-hand side using the order of operations (BODMAS/PEMDAS) to see if it equals the right-hand side. Evaluating Option 1 with Sign Interchange The original equation is: $7 - 5 \times 3 + 24 \div 6 = 7$. After interchanging $+$ and $-$, the equation becomes: $7 + 5 \times 3 - 24 \div 6 = ?$ Let's calculate the left-hand side step-by-step using BODMAS: First, perform Division: $24 \div 6 = 4$. The equation is now: $7 + 5 \times 3 - 4 = ?$ Next, perform Multiplication: $5 \times 3 = 15$. The equation is now: $7 + 15 - 4 = ?$ Then, perform Addition: $7 + 15 = 22$. The equation is now: $22 - 4 = ?$ Finally, perform Subtraction: $22 - 4 = 18$. The result is 18. The right-hand side of the original equation is 7. Since $18 \neq 7$, this equation is incorrect after the sign interchange. Evaluating Option 2 with Sign Interchange The original equation is: $20 \div 4 - 5 \times 6 + 3 = 32$. After interchanging $+$ and $-$, the equation becomes: $20 \div 4 + 5 \times 6 - 3 = ?$ Let's calculate the left-hand side step-by-step using BODMAS: First, perform Division: $20 \div 4 = 5$. The equation is now: $5 + 5 \times 6 - 3 = ?$ Next, perform Multiplication: $5 \times 6 = 30$. The equation is now: $5 + 30 - 3 = ?$ Then, perform Addition: $5 + 30 = 35$. The equation is now: $35 - 3 = ?$ Finally, perform Subtraction: $35 - 3 = 32$. The result is 32. The right-hand side of the original equation is 32. Since $32 = 32$, this equation is correct after the sign interchange. Evaluating Option 3 with Sign Interchange The original equation is: $4 + 5 \times 2 - 9 \div 3 = 5$. After interchanging $+$ and $-$, the equation becomes: $4 - 5 \times 2 + 9 \div 3 = ?$ Let's calculate the left-hand side step-by-step using BODMAS: First, perform Division: $9 \div 3 = 3$. The equation is now: $4 - 5 \times 2 + 3 = ?$ Next, perform Multiplication: $5 \times 2 = 10$. The equation is now: $4 - 10 + 3 = ?$ Then, perform Subtraction/Addition from left to right: $4 - 10 = -6$. The equation is now: $-6 + 3 = ?$ Finally, perform Addition: $-6 + 3 = -3$. The result is -3. The right-hand side of the original equation is 5. Since $-3 \neq 5$, this equation is incorrect after the sign interchange. Evaluating Option 4 with Sign Interchange The original equation is: $7 \times 3 - 10 + 8 \div 2 = 29$. After interchanging $+$ and $-$, the equation becomes: $7 \times 3 + 10 - 8 \div 2 = ?$ Let's calculate the left-hand side step-by-step using BODMAS: First, perform Division: $8 \div 2 = 4$. The equation is now: $7 \times 3 + 10 - 4 = ?$ Next, perform Multiplication: $7 \times 3 = 21$. The equation is now: $21 + 10 - 4 = ?$ Then, perform Addition: $21 + 10 = 31$. The equation is now: $31 - 4 = ?$ Finally, perform Subtraction: $31 - 4 = 27$. The result is 27. The right-hand side of the original equation is 29. Since $27 \neq 29$, this equation is incorrect after the sign interchange. Based on the evaluations, only Option 2 results in a correct equation after interchanging the $+$ and $-$ signs. Revision Table: Sign Interchange and Equation Check Option Original Equation Equation After $+$ & $-$ Interchange Calculated LHS Original RHS Correct? 1 $7 - 5 \times 3 + 24 \div 6 = 7$ $7 + 5 \times 3 - 24 \div 6 = ?$ 18 7 No 2 $20 \div 4 - 5 \times 6 + 3 = 32$ $20 \div 4 + 5 \times 6 - 3 = ?$ 32 32 Yes 3 $4 + 5 \times 2 - 9 \div 3 = 5$ $4 - 5 \times 2 + 9 \div 3 = ?$ -3 5 No 4 $7 \times 3 - 10 + 8 \div 2 = 29$ $7 \times 3 + 10 - 8 \div 2 = ?$ 27 29 No Additional Information: Order of Operations (BODMAS/PEMDAS) When solving mathematical expressions with multiple operations, we follow a specific order to ensure a consistent result. This order is often remembered by the acronyms BODMAS or PEMDAS. BODMAS: Brackets, Orders (powers/roots), Division and Multiplication (from left to right), Addition and Subtraction (from left to right). PEMDAS: Parentheses, Exponents, Multiplication and Division (from left to right), Addition and Subtraction (from left to right). Both acronyms represent the same order. Division and Multiplication have equal priority and are performed from left to right as they appear. Similarly, Addition and Subtraction have equal priority and are performed from left to right as they appear. In this problem, we used the BODMAS/PEMDAS rule to correctly evaluate the mathematical expressions after interchanging the $+$ and $-$ signs.

Paper & answer key PDF
Question 11archived

Select the correct mirror image of the given combination when the mirror is placed at 'PQ' as shown below.

Question figure
  1. A
    Option A (shown in image)Option A figure
  2. B
    Option B (shown in image)Option B figure
  3. C
    Option C (shown in image)Option C figure
  4. D
    Option D (shown in image)Option D figure
Show answer
D. Option D (shown in image)

If we check the mirror image considering the line PZ as mirror, we will get: Hence, the correct answer is option 4.

Solution figurePaper & answer key PDF
Question 12archived

A series is given with one term missing. Select the correct alternative from the given ones that will complete the series. MOR, SXE, YGR, EPE, ?

  1. A
    KYR
  2. B
    NRQ
  3. C
    NRM
  4. D
    KMR
Show answer
A. KYR

Understanding Letter Series Patterns This question asks us to find the next term in a given letter series: MOR, SXE, YGR, EPE, ?. To solve this, we need to identify the pattern or rule that governs the progression from one term to the next. Letter series problems often involve analyzing the position of letters in the alphabet or specific transformations applied to them. Analyzing the Pattern in the Letter Series Let's break down the series term by term, focusing on the change in each letter's position. We can look at the first letter of each term, then the second, and finally the third. First Letter Analysis The first letters are M, S, Y, E, ?. Let's find the difference in their alphabetical positions (A=1, B=2, ..., Z=26): M is the 13th letter. S is the 19th letter. Y is the 25th letter. E is the 5th letter. Now, let's look at the shift from one letter to the next: From M (13) to S (19): The shift is \(19 - 13 = 6\). So, M + 6 letters = S. From S (19) to Y (25): The shift is \(25 - 19 = 6\). So, S + 6 letters = Y. From Y (25) to E (5): If we move 6 letters from Y (25) cyclically, we get Z (26), A (1), B (2), C (3), D (4), E (5). This is also a shift of 6 letters (25 → 26 → 1 → 2 → 3 → 4 → 5). So, Y + 6 letters = E. The pattern for the first letter is a consistent shift of +6 letters cyclically through the alphabet. To find the next first letter, we apply the +6 shift to E (5): E (5) + 6 letters = 11th letter. The 11th letter is K. Second Letter Analysis The second letters are O, X, G, P, ?. Let's find their alphabetical positions: O is the 15th letter. X is the 24th letter. G is the 7th letter. P is the 16th letter. Now, let's look at the shift: From O (15) to X (24): The shift is \(24 - 15 = 9\). So, O + 9 letters = X. From X (24) to G (7): If we move 9 letters from X (24) cyclically, we get Y (25), Z (26), A (1), B (2), C (3), D (4), E (5), F (6), G (7). This is a shift of 9 letters (24 → 25 → 26 → 1 → 2 → 3 → 4 → 5 → 6 → 7). So, X + 9 letters = G. From G (7) to P (16): The shift is \(16 - 7 = 9\). So, G + 9 letters = P. The pattern for the second letter is a consistent shift of +9 letters cyclically through the alphabet. To find the next second letter, we apply the +9 shift to P (16): P (16) + 9 letters = 25th letter. The 25th letter is Y. Third Letter Analysis The third letters are R, E, R, E, ?. Let's look at the sequence: R E R E This sequence shows a simple pattern of alternation between R and E. The next letter in this sequence will be R. The pattern for the third letter is simple alternation: R. Combining the Patterns Based on our analysis, the patterns for each letter position are: First letter: +6 cyclic shift (M → S → Y → E → K) Second letter: +9 cyclic shift (O → X → G → P → Y) Third letter: Alternating (R → E → R → E → R) Combining the next letters from each position (K, Y, R) gives us the next term in the series. The next term is KYR. Let's summarize the pattern using a table: Term 1st Letter 2nd Letter 3rd Letter MOR M (13) O (15) R SXE S (19) X (24) E Pattern Shift \(+6\) \(+9\) Alternating YGR Y (25) G (7) R Pattern Shift \(+6\) \(+9\) Alternating EPE E (5) P (16) E Pattern Shift \(+6\) \(+9\) Alternating ? K (11) Y (25) R Conclusion Following the established patterns for each letter position, the next term in the series MOR, SXE, YGR, EPE, ? is KYR. Revision Table: Key Learnings from Letter Series Concept Description Application in this Problem Alphabetical Position Assigning a numerical value (1-26) to each letter of the alphabet. Used to calculate the shift between consecutive letters in the series. Cyclic Shift Moving letters forward or backward, wrapping around from Z back to A or A back to Z. Applied to the first (+6) and second (+9) letters when the shift goes beyond Z. Alternating Pattern A sequence where elements repeat in a fixed cycle (e.g., A, B, A, B...). Observed in the third letter position (R, E, R, E, R). Term-by-Term Analysis Breaking down the series into individual terms and comparing corresponding elements. Essential step to identify patterns for each letter position separately. Additional Information on Reasoning Series Questions Reasoning questions involving series (like letter series, number series, or alphanumeric series) are common in competitive exams. They test your ability to identify logical patterns and rules. Here are some common patterns you might encounter: Constant Difference/Shift: Adding or subtracting a fixed value (for numbers) or shifting by a fixed number of positions (for letters). Increasing/Decreasing Difference: The difference between terms changes by a fixed amount (e.g., +2, +3, +4...). Multiplication/Division: Terms are related by a constant multiplicative or divisive factor. Combination of Operations: A mix of addition/subtraction and multiplication/division. Alternating Patterns: Different rules apply to alternate terms, or different positions within a term follow different rules (as seen in the third letter of this problem). Position-Based Rules: Rules based on the numerical position of letters (e.g., the letter's position number is squared, or added to another number). Skip Letter Patterns: Skipping a certain number of letters in the alphabet. Solving series problems requires careful observation, breaking down the problem, and testing different possible patterns. Practice is key to recognizing various types of series patterns quickly.

Paper & answer key PDF
Question 13archived

Read the given statements and conclusions carefully. Assuming that the information given in the statements is true, even if it appears to be at variance with commonly known facts, decide which of the given conclusions logically follow(s) from the statements. Statements: All Tim are Jack. No Jack is Ben. Some Ben is Ruth. Conclusions: I. No Ruth is Jack. II. Some Ben are Jack. III. No Ben is Tim.

  1. A
    Only conclusion I and II follow
  2. B
    Only conclusion III follows
  3. C
    Only conclusion I follows
  4. D
    Only conclusion I and III follow
Show answer
B. Only conclusion III follows

To determine which conclusions follow logically, we can use a Venn diagram to visualize the relationships between the groups. Analysis of Statements All Tim are Jack: The circle for "Tim" is entirely inside the circle for "Jack." No Jack is Ben: The "Jack" circle and the "Ben" circle are completely separate (no overlap). Some Ben is Ruth: There is an overlap between the "Ben" circle and the "Ruth" circle. Evaluating the Conclusions Conclusion I: No Ruth is Jack. Check: While the "Ben" part of Ruth cannot be Jack, the "Ruth" circle could potentially overlap with the "Jack" circle in a different area without violating any statements. Since it is not necessarily true in every possible scenario, this does not follow. Result: Does not follow. Conclusion II: Some Ben are Jack. Check: Statement 2 explicitly says "No Jack is Ben." This directly contradicts the statement. Result: Does not follow. Conclusion III: No Ben is Tim. Check: Since all Tim are inside Jack, and no Jack can ever be Ben, it is impossible for any Ben to be Tim. If a Tim were a Ben, it would also have to be a Jack, which violates Statement 2. Result: Logically follows. Conclusion Only Conclusion III logically follows from the given statements.

Paper & answer key PDF
Question 14archived

In the following question, select the missing number from the given series. 17, 34, 51, ?, 85, 102

  1. A
    68
  2. B
    70
  3. C
    74
  4. D
    78
Show answer
A. 68

Understanding the Missing Number Series Question This question asks us to find the missing number in a given series of numbers: 17, 34, 51, ?, 85, 102. To solve this, we need to carefully examine the numbers and identify the pattern or rule that connects them. Analyzing the Number Series Pattern Let's look at the difference between consecutive terms in the series: Difference between the second and first term: \(34 - 17 = 17\) Difference between the third and second term: \(51 - 34 = 17\) Difference between the last and second to last term: \(102 - 85 = 17\) From these calculations, it is clear that the difference between each consecutive term is constant and equal to 17. This type of series, where the difference between consecutive terms is constant, is known as an arithmetic progression. Finding the Missing Number Since the pattern is adding 17 to the previous term to get the next term, we can find the missing number by adding 17 to the term before the missing number, which is 51. Missing number = Term before missing number + Common Difference Missing number = \(51 + 17\) Let's perform the addition: \(51 + 17 = 68\) So, the missing number in the series is 68. Verifying the Solution To ensure our answer is correct, let's check if adding 17 to the number we found (68) gives the next term in the series (85). \(68 + 17 = 85\) Yes, it does. This confirms that 68 is the correct missing number for this series. Summary of the Series The completed series is: 17, 34, 51, 68, 85, 102 Each term is obtained by adding 17 to the previous term. Term Number Term Value Pattern/Calculation 1st 17 2nd 34 \(17 + 17\) 3rd 51 \(34 + 17\) 4th (Missing) 68 \(51 + 17\) 5th 85 \(68 + 17\) 6th 102 \(85 + 17\) Revision Table: Number Series Concepts Concept Description Example Number Series A sequence of numbers that follows a specific rule or pattern. 2, 4, 6, 8, ... (add 2 each time) Arithmetic Progression (AP) A series where the difference between consecutive terms is constant. This constant difference is called the common difference. 3, 7, 11, 15, ... (common difference = 4) Common Difference The constant value added to each term to get the next term in an arithmetic progression. In 17, 34, 51, ..., the common difference is 17. Additional Information on Solving Number Series Solving number series questions often involves identifying the underlying mathematical operation or pattern. Here are some common patterns to look for: Arithmetic Progression: Adding or subtracting a constant value. Geometric Progression: Multiplying or dividing by a constant value. Squares or Cubes: The terms might be squares (\(1^2, 2^2, 3^2\), etc.) or cubes (\(1^3, 2^3, 3^3\), etc.) or related to them. Differences of Differences: If the first differences don't show a pattern, look at the differences between the differences (second-order differences). Alternating Patterns: The series might follow two different patterns alternately. Fibonacci-like Series: Each term is the sum of the previous two terms (e.g., 1, 1, 2, 3, 5, 8...). Always calculate the differences between consecutive terms first, as this is often the easiest way to spot an arithmetic progression or patterns in differences.

Paper & answer key PDF
Question 15archived

Select the word-pair that best represents a similar relationship to the one expressed in the given pair of words. (The words must be considered as meaningful English words and must not be related to each other based on the number of letters/number of consonants/vowels in the word) Horizonal ∶ Vertical

  1. A
    Smart ∶ Intelligent
  2. B
    Humid ∶ Dry
  3. C
    Include ∶ Involve
  4. D
    Exit ∶ Leave
Show answer
B. Humid ∶ Dry

Analyzing the Analogy: Horizontal vs. Vertical Relationship The question asks us to identify a word pair that shares the same relationship as the given pair: "Horizontal ∶ Vertical". To solve this, we first need to understand the relationship between the words "Horizontal" and "Vertical". Understanding the Relationship in the Given Pair The word 'Horizontal' describes something that is parallel to the ground, like the horizon. The word 'Vertical' describes something that is perpendicular to the ground, pointing straight up or down. These two words represent opposite directions or orientations. Therefore, the relationship between "Horizontal" and "Vertical" is one of antonyms. Evaluating the Options Now, let's examine each option to see which pair exhibits an antonymous relationship, similar to "Horizontal : Vertical". Option 1: Smart ∶ Intelligent The words 'Smart' and 'Intelligent' are very similar in meaning. They both describe someone with good mental ability or quickness of mind. This relationship is one of synonyms. Option 2: Humid ∶ Dry The word 'Humid' describes air or a climate that is damp or contains a high level of moisture. The word 'Dry' describes something that is free from moisture or liquid. These two words have opposite meanings. This relationship is one of antonyms. Option 3: Include ∶ Involve The words 'Include' and 'Involve' have similar meanings. 'Include' means to make something part of a whole or group. 'Involve' means to cause someone to be engaged in an activity or situation. While not perfect synonyms in all contexts, they are closely related and often used similarly. This relationship is one of synonyms or closely related terms. Option 4: Exit ∶ Leave The words 'Exit' and 'Leave' are synonyms. Both words mean to go away from a place. This relationship is one of synonyms. Conclusion We are looking for a pair with an antonymous relationship, just like "Horizontal ∶ Vertical". Let's summarize the relationships found: Word Pair Relationship Horizontal ∶ Vertical Antonyms Smart ∶ Intelligent Synonyms Humid ∶ Dry Antonyms Include ∶ Involve Synonyms/Related Exit ∶ Leave Synonyms Comparing the relationships, only the pair "Humid ∶ Dry" shares the same antonymous relationship as "Horizontal ∶ Vertical". Revision Table: Word Analogy Concepts Concept Definition Example Analogy A comparison between two things, typically for the purpose of explanation or clarification. In verbal analogy questions, it's about finding pairs with a similar relationship. Black is to White as Up is to Down (Both are antonym pairs) Antonyms Words that have opposite meanings. Hot ∶ Cold, Big ∶ Small, Day ∶ Night Synonyms Words that have similar meanings. Happy ∶ Joyful, Fast ∶ Quick, Large ∶ Big Part to Whole One word is a component or part of the other word. Finger ∶ Hand, Page ∶ Book, Wheel ∶ Car Cause and Effect One word describes a cause and the other describes its effect. Rain ∶ Flood, Study ∶ Success, Virus ∶ Illness Additional Information: Solving Word Analogy Questions Solving word analogy questions like the "Horizontal ∶ Vertical" example requires identifying the specific relationship between the first pair of words. Once the relationship is understood, you then need to examine the options provided and find the pair that best matches that same relationship. Common relationships found in word analogies include: Antonyms (Opposites) Synonyms (Similar meanings) Part to Whole Cause and Effect Tool and its Use Worker and Tool Action and Object Category and Example Degree (e.g., Warm ∶ Hot) A systematic approach involves: Clearly defining the relationship in the given pair. Testing this relationship against each option pair. Choosing the option that most closely matches the relationship of the original pair. Paying attention to the nuances of word meanings is crucial for successfully solving these types of questions.

Paper & answer key PDF
Question 16archived

Select the figure that will come next in the following figure series.

Question figure
  1. A
    Option A (shown in image)Option A figure
  2. B
    Option B (shown in image)Option B figure
  3. C
    Option C (shown in image)Option C figure
  4. D
    Option D (shown in image)Option D figure
Show answer
D. Option D (shown in image)

The figure that will come next in the following figure series is shown below: Arrow is changing its position in clockwise direction. Figure at the centre is rotated 90 degree anti-clockwise. So, option 4 follows the same pattern, it will come next in the series. Hence, ‘option 4’ is the correct answer.

Solution figurePaper & answer key PDF
Question 17archived

Select the option that is related to the third word in the same way as the second word is related to the first word. (The words must be considered as meaningful English words and must not be related to each other based on the number of letters/number of consonants/vowels in the word.) Time ∶ Second ∶∶ Electric Current ∶ ?

  1. A
    Ampere
  2. B
    Kelvin
  3. C
    Candela
  4. D
    Mole
Show answer
A. Ampere

Understanding Analogies and SI Units The question presents an analogy: Time is to Second as Electric Current is to a missing word. Analogies require us to find the relationship between the first pair of words and apply the same relationship to the third word to find the fourth word. Let's examine the first pair: Time: This is a fundamental physical quantity. Second: This is the standard international (SI) unit for measuring Time. So, the relationship between the first pair (Time : Second) is that the second word is the SI unit of the physical quantity represented by the first word. Applying the Analogy to Electric Current Now, we need to apply this same relationship to the third word, which is Electric Current. Electric Current: This is another fundamental physical quantity. The missing word should be the SI unit for Electric Current. Identifying the SI Unit for Electric Current Let's look at the given options and identify which one represents the SI unit for Electric Current. Option Unit Physical Quantity 1 Ampere Electric Current 2 Kelvin Thermodynamic Temperature 3 Candela Luminous Intensity 4 Mole Amount of Substance From the table, we can see that Ampere is the SI unit for Electric Current. Conclusion Following the analogy, since Second is the SI unit of Time, the SI unit of Electric Current is Ampere. Therefore, the missing word that completes the analogy Time : Second :: Electric Current : ? is Ampere. The completed analogy is: Time : Second :: Electric Current : Ampere. Revision Table: Fundamental SI Units Physical Quantity SI Unit Symbol Length metre m Mass kilogram kg Time second s Electric Current ampere A Thermodynamic Temperature kelvin K Amount of substance mole mol Luminous intensity candela cd Additional Information on Analogical Reasoning and Units Analogical reasoning is a cognitive process that involves transferring information or meaning from a particular subject (the source) to another particular subject (the target), or a general understanding from a particular instance to another particular instance. In verbal analogies like this one, the goal is to identify the relationship between the first pair of words and find a word that has the same relationship with the third word. Understanding SI units is crucial in physics and other sciences. The International System of Units (SI) defines seven base units, which are considered the foundation of all measurement. These units provide a standardized way to measure fundamental physical quantities globally. The question tests knowledge of these fundamental units and their corresponding quantities. The relationship in the analogy Time : Second is specifically about the standard unit of measurement. Recognizing this relationship is key to solving the problem correctly by finding the corresponding standard unit for Electric Current.

Paper & answer key PDF
Question 18archived

Which two signs and two numbers should be interchanged in the following equation to make it correct? 20 - 10 × 342 ÷ 19 + 51 = 211

  1. A
    51 and 20 , - and +
  2. B
    20 and 342 , - and ÷
  3. C
    10 and 20, - and ×
  4. D
    19 and 342, × and ÷
Show answer
A. 51 and 20 , - and +

Solving Equations by Interchanging Signs and Numbers This type of problem requires us to test each given option by swapping the specified numbers and signs in the original equation. After the interchange, we need to evaluate the new equation using the correct order of mathematical operations (BODMAS/PEMDAS) to see if it holds true. The original equation is: 20 - 10 \times 342 \div 19 + 51 = 211 Let's examine each option: Option 1: Interchange 51 and 20, and - and + According to this option, we need to replace every 20 with 51, every 51 with 20, every '-' with '+', and every '+' with '-'. Original Equation: $20 - 10 \times 342 \div 19 + 51 = 211$ After interchanges: 51 + 10 \times 342 \div 19 - 20 Now, let's evaluate this expression using BODMAS/PEMDAS: Division: First, perform the division $342 \div 19$. 342 \div 19 = 18 The equation becomes: 51 + 10 \times 18 - 20 Multiplication: Next, perform the multiplication $10 \times 18$. 10 \times 18 = 180 The equation becomes: 51 + 180 - 20 Addition and Subtraction: Finally, perform addition and subtraction from left to right. 51 + 180 = 231 231 - 20 = 211 So, after the interchanges suggested in Option 1, the left side of the equation becomes 211, which is equal to the right side (211). Thus, the equation becomes $211 = 211$, which is correct. Analysis of Other Options Let's quickly check why the other options are incorrect. Option 2: Interchange 20 and 342, and - and ÷ Original Equation: $20 - 10 \times 342 \div 19 + 51 = 211$ After interchanges: $342 \div 10 \times 20 - 19 + 51$ Calculate: $342 \div 10 = 34.2$ $34.2 \times 20 = 684$ $684 - 19 = 665$ $665 + 51 = 716$ $716 \neq 211$. Incorrect. Option 3: Interchange 10 and 20, and - and × Original Equation: $20 - 10 \times 342 \div 19 + 51 = 211$ After interchanges: $10 \times 20 - 342 \div 19 + 51$ Calculate: $342 \div 19 = 18$ $10 \times 20 = 200$ $200 - 18 = 182$ $182 + 51 = 233$ $233 \neq 211$. Incorrect. Option 4: Interchange 19 and 342, and × and ÷ Original Equation: $20 - 10 \times 342 \div 19 + 51 = 211$ After interchanges: $20 - 10 \div 19 \times 342 + 51$ Calculate: $10 \div 19 = \frac{10}{19}$ $\frac{10}{19} \times 342 = \frac{10 \times 342}{19} = \frac{3420}{19} = 180$ $20 - 180 = -160$ $-160 + 51 = -109$ $-109 \neq 211$. Incorrect. Based on the analysis, only Option 1 results in the correct equation. Option Numbers Swapped Signs Swapped New Equation Result Correct? 1 51 & 20 - & + $51 + 10 \times 342 \div 19 - 20$ 211 Yes 2 20 & 342 - & ÷ $342 \div 10 \times 20 - 19 + 51$ 716 No 3 10 & 20 - & × $10 \times 20 - 342 \div 19 + 51$ 233 No 4 19 & 342 × & ÷ $20 - 10 \div 19 \times 342 + 51$ -109 No Revision Table: Key Concepts Concept Description Importance in Problem Solving Interchange Operation Swapping the positions or identities of two elements (numbers or signs). Applying the specified swaps correctly is the first step in testing each option. Order of Operations (BODMAS/PEMDAS) Rules determining the sequence in which operations are performed (Brackets/Parentheses, Orders/Exponents, Division/Multiplication, Addition/Subtraction). Essential for correctly evaluating the mathematical expression after the numbers and signs have been interchanged. Incorrect order leads to wrong results. Equation Verification Checking if the left side of the equation is equal to the right side after performing calculations. This is the final step to determine if the interchange makes the equation correct. Additional Information: BODMAS/PEMDAS Explained BODMAS and PEMDAS are mnemonics used to remember the order of operations in mathematics. They ensure that everyone gets the same answer when solving a calculation. BODMAS: Brackets Orders (powers, square roots, etc.) Division and Multiplication (from left to right) Addition and Subtraction (from left to right) PEMDAS: Parentheses Exponents (powers, square roots, etc.) Multiplication and Division (from left to right) Addition and Subtraction (from left to right) In our problem, we used Division and Multiplication before Addition and Subtraction, working from left to right for operations at the same level (like division and multiplication, or addition and subtraction).

Paper & answer key PDF
Question 19archived

Select the option that is related to the third number in the same way as the second number is related to the first number and the sixth number is related to the fifth number. 144 ∶ 36 ∶∶ 81 ∶ ? ∶∶ 196 ∶ 42

  1. A
    30
  2. B
    23
  3. C
    27
  4. D
    29
Show answer
C. 27

Determining the Numerical Relationship Between Number Pairs The core task is to identify the consistent mathematical rule that connects the first number to the second number in the given examples, and then apply this same rule to find the missing number. We are presented with pairs of numbers demonstrating this relationship: the first pair (144 and 36) and the fifth pair (196 and 42). We need to find the number that relates to 81 in the identical way. Analyzing the Relationship in the First Pair (144 & 36) Let's examine the connection between 144 and 36: Calculate the square root of the first number: $ \sqrt{144} = 12 $. Calculate the square root of the second number: $ \sqrt{36} = 6 $. Observe the relationship between these square roots (12 and 6). A possible connection is $ 12 \times 3 = 36 $. This implies the rule might be: take the square root of the first number and multiply it by 3 to get the second number. Validating the Relationship with the Second Pair (196 & 42) To confirm the rule, we apply it to the pair 196 and 42: Find the square root of the first number: $ \sqrt{196} = 14 $. Apply the potential rule identified: $ 14 \times 3 $. Calculate the result: $ 14 \times 3 = 42 $. This result (42) matches the second number in the pair. Therefore, the relationship $ \sqrt{\text{First Number}} \times 3 = \text{Second Number} $ is confirmed. Applying the Confirmed Rule to Find the Missing Number The question structure sets up the problem as $ 144 : 36 :: 81 : ? $. We use the established rule $ \sqrt{\text{First Number}} \times 3 = \text{Second Number} $ for the pair involving 81. Here, the first number is 81: Step 1: Calculate the square root of 81. $ \sqrt{81} = 9 $. Step 2: Multiply the result by 3. $ 9 \times 3 = 27 $. The missing number in the sequence is 27. Selecting the Correct Option The calculated missing number is 27. We now check the provided options: Option 1: 30 Option 2: 23 Option 3: 27 Option 4: 29 The calculated value of 27 matches Option 3.

Paper & answer key PDF
Question 20archived

Select the set in which the numbers are related in the same way as are the numbers of the following sets. (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits. E.g. 13 - Operations on 13 such as adding / subtracting /multiplying etc. to 13 can be performed. Breaking down 13 into 1 and 3 and then performing mathematical operations on 1 and 3 is not allowed) (42, 18, 3) (36, 14, 4)

  1. A
    (34, 13, 4)
  2. B
    (50, 20, 4)
  3. C
    (46, 18, 4)
  4. D
    (42, 15, 5)
Show answer
A. (34, 13, 4)

Analyzing the Relationship in Number Sets The question asks us to identify the relationship between the numbers in the given sets (42, 18, 3) and (36, 14, 4) and then find the option that follows the same relationship. We need to perform operations on the whole numbers provided in the sets. Identifying the Pattern in Given Sets Let's examine the first set: (42, 18, 3). We need to find a rule connecting these three numbers. Let's try combining operations like addition, subtraction, multiplication, and division. Analysis of Set 1: (42, 18, 3) Let's explore potential relationships: Relationship between the third and second number: \(18 \div 3 = 6\). How is 6 related to 42? \(6 \times 7 = 42\). This gives the pattern \((Middle \div Third) \times 7 = First\). Relationship between the first and third number: \(42 \div 3 = 14\). How is 14 related to 18? \(14 + 4 = 18\). This gives the pattern \((First \div Third) + 4 = Middle\). Let's test these potential patterns with the second set: (36, 14, 4). Analysis of Set 2: (36, 14, 4) Testing the first pattern \((Middle \div Third) \times 7 = First\): Middle number is 14, Third number is 4. \(14 \div 4 = 3.5\). \((14 \div 4) \times 7 = 3.5 \times 7 = 24.5\). This result (24.5) is not equal to the first number (36). So, this pattern is not correct. Testing the second pattern \((First \div Third) + 4 = Middle\): First number is 36, Third number is 4. \(36 \div 4 = 9\). \((36 \div 4) + 4 = 9 + 4 = 13\). This result (13) is not equal to the middle number (14). So, this pattern is also not correct. Let's try another approach. What if we combine the second and third numbers first? Set 1: (42, 18, 3). Sum of middle and third: \(18 + 3 = 21\). How is 21 related to 42? \(21 \times 2 = 42\). Set 2: (36, 14, 4). Sum of middle and third: \(14 + 4 = 18\). How is 18 related to 36? \(18 \times 2 = 36\). This relationship seems consistent across both given sets. The Discovered Number Set Rule The relationship between the numbers in the sets is: First number = 2 \(\times\) (Middle number + Third number) Or, equivalently: \(\frac{First \text{ number}}{Middle \text{ number} + Third \text{ number}} = 2\) Testing Options for the Number Set Pattern Now, let's apply this rule to the given options to find the set that follows the same pattern. Checking Option 1: (34, 13, 4) Middle number + Third number = \(13 + 4 = 17\). 2 \(\times\) (Middle number + Third number) = \(2 \times 17 = 34\). The first number in this option is 34. This matches the calculated value. Option 1 follows the pattern. Checking Option 2: (50, 20, 4) Middle number + Third number = \(20 + 4 = 24\). 2 \(\times\) (Middle number + Third number) = \(2 \times 24 = 48\). The first number in this option is 50. \(48 \neq 50\). Option 2 does not follow the pattern. Checking Option 3: (46, 18, 4) Middle number + Third number = \(18 + 4 = 22\). 2 \(\times\) (Middle number + Third number) = \(2 \times 22 = 44\). The first number in this option is 46. \(44 \neq 46\). Option 3 does not follow the pattern. Checking Option 4: (42, 15, 5) Middle number + Third number = \(15 + 5 = 20\). 2 \(\times\) (Middle number + Third number) = \(2 \times 20 = 40\). The first number in this option is 42. \(40 \neq 42\). Option 4 does not follow the pattern. Final Answer for Number Set Analogy Based on the analysis, only Option 1: (34, 13, 4) follows the same numerical relationship as the given sets (42, 18, 3) and (36, 14, 4). Revision Table: Number Set Pattern Summary Set First Number Middle Number Third Number Middle + Third 2 \(\times\) (Middle + Third) Matches First Number? (42, 18, 3) 42 18 3 \(18 + 3 = 21\) \(2 \times 21 = 42\) Yes (36, 14, 4) 36 14 4 \(14 + 4 = 18\) \(2 \times 18 = 36\) Yes (34, 13, 4) - Option 1 34 13 4 \(13 + 4 = 17\) \(2 \times 17 = 34\) Yes (50, 20, 4) - Option 2 50 20 4 \(20 + 4 = 24\) \(2 \times 24 = 48\) No (\(50 \neq 48\)) (46, 18, 4) - Option 3 46 18 4 \(18 + 4 = 22\) \(2 \times 22 = 44\) No (\(46 \neq 44\)) (42, 15, 5) - Option 4 42 15 5 \(15 + 5 = 20\) \(2 \times 20 = 40\) No (\(42 \neq 40\)) Additional Information on Numerical Reasoning Patterns Numerical reasoning questions, like number set analogies, test your ability to identify patterns and relationships between numbers. These patterns can involve various arithmetic operations, sequences, or logical rules. Common types of patterns in number sets include: Arithmetic progressions (constant difference) Geometric progressions (constant ratio) Squares, cubes, or roots of numbers Combinations of arithmetic operations (addition, subtraction, multiplication, division) Relationships between the sum, difference, product, or quotient of numbers within the set Patterns based on digits (though explicitly excluded in this question) Tips for solving number set analogy problems: Look at the size of the numbers and their position within the set (smallest, middle, largest). Try simple arithmetic operations first (add, subtract, multiply, divide any two numbers and see if they relate to the third). Consider combining operations (e.g., add two numbers, then multiply by a constant). Test your hypothesis with all given sets to ensure consistency. Once a rule is found, apply it systematically to each option. Pay attention to any specific rules mentioned in the question, such as not breaking down numbers into digits.

Paper & answer key PDF
Question 21archived

In a certain code language, 'ARTIST' is written as 'ASTITT' and 'ADVICE' is written as 'AEVIDE'. How will 'ASPECT' be written in that language?

  1. A
    ATEPDT
  2. B
    ATQFDT
  3. C
    ATPEDT
  4. D
    ATPECT
Show answer
C. ATPEDT

Decoding the Code Language Pattern This question involves a simple letter coding pattern. We are given two examples of words being transformed into coded words. By carefully observing the changes in these examples, we can deduce the rule applied in this specific code language. Analyzing the Examples Let's look at the first example: Original Word: ARTIST Coded Word: ASTITT Comparing the letters at each position: 1st letter: A → A (No change) 2nd letter: R → S (Changed) 3rd letter: T → T (No change) 4th letter: I → I (No change) 5th letter: S → T (Changed) 6th letter: T → T (No change) The letters at positions 2 and 5 have changed. Now let's look at the second example: Original Word: ADVICE Coded Word: AEVIDE Comparing the letters at each position: 1st letter: A → A (No change) 2nd letter: D → E (Changed) 3rd letter: V → V (No change) 4th letter: I → I (No change) 5th letter: C → D (Changed) 6th letter: E → E (No change) Again, the letters at positions 2 and 5 have changed. Identifying the Pattern In both examples, the 1st, 3rd, 4th, and 6th letters remain unchanged. The change occurs only at the 2nd and 5th letter positions. In 'ARTIST': R changed to S (S is the next letter after R in the alphabet) In 'ARTIST': S changed to T (T is the next letter after S in the alphabet) In 'ADVICE': D changed to E (E is the next letter after D in the alphabet) In 'ADVICE': C changed to D (D is the next letter after C in the alphabet) The rule is: The first, third, fourth, and sixth letters stay the same. The second and fifth letters are replaced by the next letter in the English alphabet. Applying the Pattern to 'ASPECT' Now let's apply this rule to the word ASPECT: Original Word: ASPECT Applying the rule step-by-step: 1st letter (A): Unchanged → A 2nd letter (S): Next letter in alphabet → T 3rd letter (P): Unchanged → P 4th letter (E): Unchanged → E 5th letter (C): Next letter in alphabet → D 6th letter (T): Unchanged → T Combining the letters, the coded word for 'ASPECT' is ATPEDT. Comparing with Options Let's compare our derived coded word 'ATPEDT' with the given options: ATEPDT ATQFDT ATPEDT ATPECT Our result matches option 3. Conclusion Based on the pattern identified from the examples 'ARTIST' → 'ASTITT' and 'ADVICE' → 'AEVIDE', the word 'ASPECT' is coded as 'ATPEDT' by replacing the second and fifth letters with the subsequent letters in the alphabet and keeping the others unchanged. Revision Table: Code Language Rules Position Rule ASPECT Coded Letter 1st Unchanged A A 2nd Next letter (+1) S T 3rd Unchanged P P 4th Unchanged E E 5th Next letter (+1) C D 6th Unchanged T T Additional Information: Letter Coding Concepts Letter coding is a common type of question in reasoning ability tests. It involves converting words into coded forms based on specific rules. These rules can include: Shifting letters forward or backward in the alphabet by a fixed number of positions (e.g., A → C means a shift of +2). Substituting letters with other letters based on a pattern (like the one in this problem, where the pattern depends on the letter's position). Reversing the order of letters in the word or in parts of the word. Using opposite letters in the alphabet (e.g., A is opposite Z, B is opposite Y). Combining different rules within a single code. To solve letter coding problems, always: Compare the original word and the coded word letter by letter. Look for patterns in the changes: fixed shift, position-based changes, reversal, etc. Test the identified pattern on all given examples to confirm the rule. Apply the confirmed rule to the word you need to code or decode.

Paper & answer key PDF
Question 22archived

Select the figure that will come next in the following figure series.

Question figure
  1. A
    Option A (shown in image)Option A figure
  2. B
    Option B (shown in image)Option B figure
  3. C
    Option C (shown in image)Option C figure
  4. D
    Option D (shown in image)Option D figure
Show answer
A. Option A (shown in image)

The image at the centre of the figure is moving in anti-clockwise direction. The next figure in the series must have the centre image as shown in option 1. So, option 1 will come next in the figure series. Hence, 'option 1' is the correct answer.

Solution figurePaper & answer key PDF
Question 23archived

Which two signs should be interchanged to make the given equation correct? 16 + 4 ÷ 2 * 12 - 4 = 40

  1. A
    + and *
  2. B
    + and -
  3. C
    ÷ and *
  4. D
    ÷ and +
Show answer
A. + and *

Solving Equation by Sign Interchange Using BODMAS The question asks us to find which two mathematical signs, when swapped in the given equation, will make the equation correct. The given equation is: \(16 + 4 \div 2 \times 12 - 4 = 40\) To check if the original equation is correct or to test the effect of sign interchanges, we must follow the order of operations, commonly known as BODMAS or PEMDAS. Brackets first (or Parentheses) Orders (powers and square roots, etc.) (or Exponents) Division and Multiplication (from left to right) Addition and Subtraction (from left to right) Analyzing the Original Equation Let's evaluate the left side of the original equation: \(16 + 4 \div 2 \times 12 - 4\). Perform division: \(4 \div 2 = 2\). The equation becomes \(16 + 2 \times 12 - 4\). Perform multiplication: \(2 \times 12 = 24\). The equation becomes \(16 + 24 - 4\). Perform addition: \(16 + 24 = 40\). The equation becomes \(40 - 4\). Perform subtraction: \(40 - 4 = 36\). The result is \(36\). Since \(36 \neq 40\), the original equation is incorrect. Testing Sign Interchange Options We will now test each option by swapping the specified signs and re-evaluating the equation using the BODMAS rule. Testing Option 1: Swapping + and * If we swap '+' and '*', the equation becomes: \(16 \times 4 \div 2 + 12 - 4\) Perform division: \(4 \div 2 = 2\). The equation becomes \(16 \times 2 + 12 - 4\). Perform multiplication: \(16 \times 2 = 32\). The equation becomes \(32 + 12 - 4\). Perform addition: \(32 + 12 = 44\). The equation becomes \(44 - 4\). Perform subtraction: \(44 - 4 = 40\). The result is \(40\). This matches the right side of the original target equation (\(40\)). So, swapping '+' and '*' makes the equation correct. Testing Option 2: Swapping + and - If we swap '+' and '-', the equation becomes: \(16 - 4 \div 2 \times 12 + 4\) Perform division: \(4 \div 2 = 2\). The equation becomes \(16 - 2 \times 12 + 4\). Perform multiplication: \(2 \times 12 = 24\). The equation becomes \(16 - 24 + 4\). Perform subtraction: \(16 - 24 = -8\). The equation becomes \(-8 + 4\). Perform addition: \(-8 + 4 = -4\). The result is \(-4\). Since \(-4 \neq 40\), this option is incorrect. Testing Option 3: Swapping ÷ and * If we swap '÷' and '*', the equation becomes: \(16 + 4 \times 2 \div 12 - 4\) Perform multiplication: \(4 \times 2 = 8\). The equation becomes \(16 + 8 \div 12 - 4\). Perform division: \(8 \div 12 = \frac{8}{12} = \frac{2}{3}\). The equation becomes \(16 + \frac{2}{3} - 4\). Perform addition/subtraction from left to right: \(16 + \frac{2}{3} = \frac{48+2}{3} = \frac{50}{3}\). The equation becomes \(\frac{50}{3} - 4\). \(\frac{50}{3} - 4 = \frac{50 - 12}{3} = \frac{38}{3}\). The result is \(\frac{38}{3}\). Since \(\frac{38}{3} \neq 40\), this option is incorrect. Testing Option 4: Swapping ÷ and + If we swap '÷' and '+', the equation becomes: \(16 \div 4 + 2 \times 12 - 4\) Perform division: \(16 \div 4 = 4\). The equation becomes \(4 + 2 \times 12 - 4\). Perform multiplication: \(2 \times 12 = 24\). The equation becomes \(4 + 24 - 4\). Perform addition: \(4 + 24 = 28\). The equation becomes \(28 - 4\). Perform subtraction: \(28 - 4 = 24\). The result is \(24\). Since \(24 \neq 40\), this option is incorrect. Based on the testing of all options, swapping the signs '+' and '*' makes the given equation correct. Revision Table: Understanding Sign Interchange Results Option Signs Swapped New Equation Result Correct? Original - \(16 + 4 \div 2 \times 12 - 4\) \(36\) No Option 1 + and * \(16 \times 4 \div 2 + 12 - 4\) \(40\) Yes Option 2 + and - \(16 - 4 \div 2 \times 12 + 4\) \(-4\) No Option 3 ÷ and * \(16 + 4 \times 2 \div 12 - 4\) \(\frac{38}{3}\) No Option 4 ÷ and + \(16 \div 4 + 2 \times 12 - 4\) \(24\) No Additional Information: BODMAS and Equation Solving Strategy Problems involving sign interchange in equations are common in reasoning and quantitative aptitude sections of competitive exams. The key to solving these problems efficiently is a clear understanding and correct application of the BODMAS (or PEMDAS) rule. BODMAS/PEMDAS is Crucial: Always perform operations in the defined order. Division and Multiplication have the same priority and are performed from left to right. Similarly, Addition and Subtraction have the same priority and are performed from left to right. Systematic Testing: When given options for sign interchange, test each option one by one. Substitute the swapped signs into the equation and calculate the result. Careful Calculation: Be careful with arithmetic, especially with division involving non-integers or with negative numbers. Practice: Solving various problems helps in quickly applying the BODMAS rule and performing calculations accurately under exam pressure. This type of question tests your ability to follow mathematical rules precisely and your systematic approach to problem-solving.

Paper & answer key PDF
Question 24archived

In the following question below are given some statements followed by some conclusions based on those statements. Taking the given statements to be true even if they seem to be at variance from commonly known facts. Read all the conclusions and then decide which of the given conclusion logically follows the given statements. Statements: I. All F are K. II. All W are K. Conclusions: I. All W are F. II. Some K are not W. III. Some F are W.

  1. A
    Both conclusions I and III follows
  2. B
    Both conclusions II and III follows
  3. C
    Only conclusion I follows
  4. D
    Neither conclusion follows
Show answer
D. Neither conclusion follows

Correct answer: Neither conclusion follows F and W are separate circles completely inside the K circle. F and W are overlapping circles completely inside the K circle. F is inside W, which is inside K. W is inside F, which is inside K. F and W are the same circle, inside the K circle. F and W are the same circle, which is also the same as the K circle. A conclusion only logically follows if it is true in every single one of these valid diagrams. Since we found scenarios where each of the given conclusions was false, none of them logically follow.

Paper & answer key PDF
Question 25archived

In a certain code language, 'NUMEROUS' is written as 'WPGOQTUW' and 'OPTIONAL' is written as 'RQKVPQNC'. How will 'NOTEBOOK' be written in that language?

  1. A
    QPGVQDMQ
  2. B
    QPGVQDNQ
  3. C
    QPGVDQMQ
  4. D
    QPVGQDMQ
Show answer
A. QPGVQDMQ

Understanding Coding Decoding Problems Coding-decoding questions test your ability to decipher a pattern or rule used to encode words or messages. Once the rule is identified from the given examples, it must be applied to a new word to find its encoded form. In this specific problem, we are given two examples of words encoded into different words: 'NUMEROUS' and 'OPTIONAL'. We need to find the encoding rule and apply it to 'NOTEBOOK'. Analyzing the Given Examples and Encoding Patterns Let's first examine the relationship between the original words and their encoded forms by looking at the position of letters in the English alphabet (A=1, B=2, ..., Z=26). Example 1: NUMEROUS is written as WPGOQTUW Original Word: N U M E R O U S Alphabet Position: 14 21 13 5 18 15 21 19 Encoded Word: W P G O Q T U W Alphabet Position: 23 16 7 15 17 20 21 23 Let's calculate the shift for each letter from the original word to the encoded word: N (14) to W (23): $\text{Shift} = 23 - 14 = +9$ U (21) to P (16): $\text{Shift} = 16 - 21 = -5$ M (13) to G (7): $\text{Shift} = 7 - 13 = -6$ E (5) to O (15): $\text{Shift} = 15 - 5 = +10$ R (18) to Q (17): $\text{Shift} = 17 - 18 = -1$ O (15) to T (20): $\text{Shift} = 20 - 15 = +5$ U (21) to U (21): $\text{Shift} = 21 - 21 = 0$ S (19) to W (23): $\text{Shift} = 23 - 19 = +4$ The sequence of shifts for 'NUMEROUS' is: +9, -5, -6, +10, -1, +5, 0, +4. Example 2: OPTIONAL is written as RQKVPQNC Original Word: O P T I O N A L Alphabet Position: 15 16 20 9 15 14 1 12 Encoded Word: R Q K V P Q N C Alphabet Position: 18 17 11 22 16 17 14 3 Let's calculate the shift for each letter: O (15) to R (18): $\text{Shift} = 18 - 15 = +3$ P (16) to Q (17): $\text{Shift} = 17 - 16 = +1$ T (20) to K (11): $\text{Shift} = 11 - 20 = -9$ I (9) to V (22): $\text{Shift} = 22 - 9 = +13$ O (15) to P (16): $\text{Shift} = 16 - 15 = +1$ N (14) to Q (17): $\text{Shift} = 17 - 14 = +3$ A (1) to N (14): $\text{Shift} = 14 - 1 = +13$ L (12) to C (3): $\text{Shift} = 3 - 12 = -9$ The sequence of shifts for 'OPTIONAL' is: +3, +1, -9, +13, +1, +3, +13, -9. Identifying the Encoding Rule Comparing the shifts from the two examples (+9, -5, -6, +10, -1, +5, 0, +4 and +3, +1, -9, +13, +1, +3, +13, -9), we observe they are different. This suggests the rule is not a fixed sequence of shifts for any word, nor is it a simple letter-to-letter mapping based on a single shift value for each letter across all words. Let's look at the target word 'NOTEBOOK' and the given options. All words have 8 letters. Let's consider the shifts that would transform 'NOTEBOOK' into the first option, 'QPGVQDMQ', and see if those shifts relate to the shifts from the examples. Target Word: NOTEBOOK to Encoded: QPGVQDMQ Original Word: N O T E B O O K Alphabet Position: 14 15 20 5 2 15 15 11 Encoded Word: Q P G V Q D M Q Alphabet Position: 17 16 7 22 17 4 13 17 Let's calculate the shifts from 'NOTEBOOK' to 'QPGVQDMQ': N (14) to Q (17): $\text{Shift} = 17 - 14 = +3$ O (15) to P (16): $\text{Shift} = 16 - 15 = +1$ T (20) to G (7): $\text{Shift} = 7 - 20 = -13$ E (5) to V (22): $\text{Shift} = 22 - 5 = +17$ B (2) to Q (17): $\text{Shift} = 17 - 2 = +15$ O (15) to D (4): $\text{Shift} = 4 - 15 = -11$ O (15) to M (13): $\text{Shift} = 13 - 15 = -2$ K (11) to Q (17): $\text{Shift} = 17 - 11 = +6$ The sequence of shifts for 'NOTEBOOK' is: +3, +1, -13, +17, +15, -11, -2, +6. Establishing the Relationship Between Shifts Let's compare the shifts from 'NUMEROUS' ($S_N$) and the shifts required for 'NOTEBOOK' ($S_B$). Position (i) Letter in NUMEROUS $S_N(i)$ Letter in NOTEBOOK $S_B(i)$ (from QPGVQDMQ) Difference ($S_B(i) - S_N(i)$) 1 N +9 N +3 +3 - (+9) = -6 2 U -5 O +1 +1 - (-5) = +6 3 M -6 T -13 -13 - (-6) = -7 4 E +10 E +17 +17 - (+10) = +7 5 R -1 B +15 +15 - (-1) = +16 6 O +5 O -11 -11 - (+5) = -16 7 U 0 O -2 -2 - 0 = -2 8 S +4 K +6 +6 - (+4) = +2 Looking at the 'Difference' column: -6, +6, -7, +7, +16, -16, -2, +2. This sequence of differences shows a pattern of (+X, -X) or (-X, +X) for pairs of positions (1,2), (3,4), (5,6), (7,8). The rule appears to be: The shift for a letter at position $i$ in 'NOTEBOOK' is the shift for the letter at the same position $i$ in 'NUMEROUS' plus a position-specific modification value. The modification values are -6, +6, -7, +7, +16, -16, -2, +2 for positions 1 through 8 respectively. Let $S_N(i)$ be the shift for the $i$-th letter of NUMEROUS, and $Mod(i)$ be the modification value for position $i$. The shift for the $i$-th letter of NOTEBOOK, $S_B(i)$, is $S_N(i) + Mod(i)$. Modification pattern $Mod$: (-6, +6, -7, +7, +16, -16, -2, +2). Applying the Rule to NOTEBOOK Now, let's apply this rule to 'NOTEBOOK'. Original Word: N O T E B O O K Alphabet Position: 14 15 20 5 2 15 15 11 $S_N$ shifts from NUMEROUS: +9, -5, -6, +10, -1, +5, 0, +4 Modification pattern $Mod$: -6, +6, -7, +7, +16, -16, -2, +2 Calculate $S_B = S_N + Mod$ for each position: Pos 1 (N): $S_B(1) = S_N(1) + Mod(1) = +9 + (-6) = +3$. N (14) + 3 = 17 (Q). Pos 2 (O): $S_B(2) = S_N(2) + Mod(2) = -5 + (+6) = +1$. O (15) + 1 = 16 (P). Pos 3 (T): $S_B(3) = S_N(3) + Mod(3) = -6 + (-7) = -13$. T (20) - 13 = 7 (G). Pos 4 (E): $S_B(4) = S_N(4) + Mod(4) = +10 + (+7) = +17$. E (5) + 17 = 22 (V). Pos 5 (B): $S_B(5) = S_N(5) + Mod(5) = -1 + (+16) = +15$. B (2) + 15 = 17 (Q). Pos 6 (O): $S_B(6) = S_N(6) + Mod(6) = +5 + (-16) = -11$. O (15) - 11 = 4 (D). Pos 7 (O): $S_B(7) = S_N(7) + Mod(7) = 0 + (-2) = -2$. O (15) - 2 = 13 (M). Pos 8 (K): $S_B(8) = S_N(8) + Mod(8) = +4 + (+2) = +6$. K (11) + 6 = 17 (Q). The encoded word for 'NOTEBOOK' is QPGVQDMQ. Conclusion By analyzing the shifts in the given examples and comparing them to the shifts needed to produce the likely encoded word from the options, we discovered a complex rule based on modifying the shifts from one example ('NUMEROUS') by a specific pattern (-6, +6, -7, +7, +16, -16, -2, +2) to encode 'NOTEBOOK'. Revision Table: Coding Pattern Analysis Position NOTEBOOK Letter $S_N$ Shift (from NUMEROUS) Modification ($Mod$) $S_B$ Shift ($S_N + Mod$) NOTEBOOK Letter Value Encoded Letter Value (Value + $S_B$) Encoded Letter 1 N +9 -6 +3 14 14 + 3 = 17 Q 2 O -5 +6 +1 15 15 + 1 = 16 P 3 T -6 -7 -13 20 20 - 13 = 7 G 4 E +10 +7 +17 5 5 + 17 = 22 V 5 B -1 +16 +15 2 2 + 15 = 17 Q 6 O +5 -16 -11 15 15 - 11 = 4 D 7 O 0 -2 -2 15 15 - 2 = 13 M 8 K +4 +2 +6 11 11 + 6 = 17 Q Additional Information: Coding-Decoding Concepts Coding-decoding questions are common in reasoning sections of competitive exams. They can involve various patterns: Letter Shifting: Each letter is shifted a fixed number of positions forward or backward in the alphabet. Positional Shifting: The shift amount varies based on the position of the letter in the word. Opposite Letters: Letters are replaced by their 'opposite' letter in the alphabet (A with Z, B with Y, etc.). Pattern Based on Value: The shift or replacement is based on the alphabetical value of the letter. Vowel/Consonant Based: Different rules apply to vowels and consonants. Interchanging Positions: Letters within the word or pairs of letters swap positions. Combined Rules: A combination of several patterns is used, as seen in this complex problem. Solving these problems requires careful observation, pattern recognition, and systematic analysis of the given examples.

Paper & answer key PDF
Question 26archived

Which of the following is a tree found in Mountain vegetation?

  1. A
    Sundari
  2. B
    Keekar
  3. C
    Chir
  4. D
    Teak
Show answer
C. Chir

The correct answer is Chir. Northern Hilly Region and some states of Southern India Mountain Temperate 150-250 cm Firs, Oak, Maple, Juniper, Cedar, Chilgoza, Chir Pine Northern Central Himalayas and Southern Nilgiri High Mountain Ranges. Mountain Subtropical 150-300 cm Cinnamon, Rhododendron, Sal, Sandan, Laburnum, Pomegranate, Olive, Oleander Assam, Nagaland, Mizoram, Meghalaya, Manipur, Arunachal Pradesh Alpine Forest/Wet Mountain Region 100 cm Black Juniper, Drooping Juniper; Honeysuckle, and Willow Himalayan Region and Trans-Himalayan Barren Cold Deserts

Paper & answer key PDF
Question 27archived

Every law enacted by the government has to be in conformity with the _________.

  1. A
    Fundamental Right
  2. B
    Directive Principles
  3. C
    Constitution
  4. D
    Preamble
Show answer
C. Constitution

The correct answer is Constitution. While Fundamental Rights are justiciable (enforceable in courts), Directive Principles are not. However, the Supreme Court has held that in interpreting laws and the Constitution, courts can look at the Directive Principles. Also, the state should strive to make laws that implement the Directive Principles, but failure to do so does not make a law unconstitutional unless it violates a justiciable part of the Constitution, such as Fundamental Rights.

Paper & answer key PDF
Question 28archived

Chemical formula of bleaching powder is ______.

  1. A
    CaOCl2
  2. B
    CaO
  3. C
    CaCO3
  4. D
    Ca(OH)2
Show answer
A. CaOCl2

The correct answer is CaOCl 2. Therefore, the correct chemical formula for bleaching powder is $\text{CaOCl}_2$. It is soluble in water, although pure bleaching powder is not a single compound but a mixture. Its bleaching action is due to the chlorine it releases. When bleaching powder reacts with dilute acids, it releases chlorine gas: $\text{CaOCl}_2\text{(s) + 2HCl(aq) } \rightarrow \text{ CaCl}_2\text{(aq) + H}_2\text{O(l) + Cl}_2\text{(g)}$ The chlorine gas released is responsible for the bleaching and disinfecting properties.

Paper & answer key PDF
Question 29archived

The official enumeration of population done periodically is called _______.

  1. A
    Census
  2. B
    demographic count
  3. C
    Estimation
  4. D
    Record
Show answer
A. Census

The correct answer is Census. Understanding social and economic trends. Demography is the statistical study of populations, especially human populations. Demography examines the size, structure, and distribution of populations, and spatial or temporal changes in response to birth, migration, aging, and death. While a census provides data for demography, the census itself is the process of collecting that data.

Paper & answer key PDF
Question 30archived

Which Indian music director was awarded Japan's Fukuoka prize - 2016 for his outstanding contribution in creating, preserving and showcasing South Asian traditional fusion music?

  1. A
    Vishal Bharadwaj
  2. B
    Pritam Chakraborty
  3. C
    AR Rahman
  4. D
    MM Keeravani
Show answer
C. AR Rahman

Understanding the Fukuoka Prize and AR Rahman's Award The question asks which Indian music director received Japan's Fukuoka prize in 2016 for their significant contribution to South Asian traditional fusion music. Let's look at the details of this prestigious award and the notable Indian personality. The Fukuoka Prize is an award established by the city of Fukuoka in Japan to honor individuals, groups, and organizations who have made outstanding contributions to preserving and creating Asian culture. In 2016, the Grand Prize was awarded to Mahaletchumy Arujanan (Malaysia), the Academic Prize to Thongchai Winichakul (Thailand), and the Arts and Culture Prize to an Indian music director. AR Rahman: Winner of the 2016 Fukuoka Arts and Culture Prize The Indian music director awarded the Fukuoka Arts and Culture Prize in 2016 was indeed AR Rahman. He was recognized for his exceptional work in music, particularly his success in creating beautiful fusions of traditional Indian music with various global musical styles, while still preserving the essence of the traditional forms. His work has had a significant impact both within India and internationally, showcasing the richness of South Asian music to a global audience. His citation for the prize specifically mentioned his role in "creating, preserving and showcasing South Asian traditional fusion music," aligning perfectly with the description in the question. Analyzing the Options Vishal Bharadwaj: A respected Indian music director and filmmaker, but he did not receive the Fukuoka Prize in 2016. Pritam Chakraborty: A popular Bollywood music composer, but he was not the recipient of the 2016 Fukuoka Prize. AR Rahman: As discussed, he was the recipient of the Fukuoka Arts and Culture Prize in 2016. MM Keeravani: An acclaimed Indian music composer, particularly known for his work in Telugu cinema and his international recognition (e.g., Oscar win), but he did not receive the Fukuoka Prize in 2016. Based on the information about the 2016 Fukuoka Prize recipients, AR Rahman is the correct answer. Conclusion on the Fukuoka Prize 2016 Winner The Indian music director awarded Japan's Fukuoka prize in 2016 for his outstanding contribution in creating, preserving, and showcasing South Asian traditional fusion music was AR Rahman. Revision Table: Fukuoka Prize 2016 Awardees Award Category Recipient Nationality Contribution Area Grand Prize Mahaletchumy Arujanan Malaysia Science Communication Academic Prize Thongchai Winichakul Thailand History Arts and Culture Prize AR Rahman India Music (Traditional Fusion) Additional Information: AR Rahman and Fusion Music AR Rahman is a globally renowned Indian music composer, producer, singer, and songwriter. His work is recognized for integrating Indian classical music with electronic music, world music, and traditional orchestral arrangements. This fusion style has been highly influential in the Indian film industry and has garnered him numerous accolades, including multiple National Film Awards, Filmfare Awards, a BAFTA Award, a Golden Globe Award, two Academy Awards, and two Grammy Awards. His award-winning film scores and compositions have not only entertained but also highlighted the potential and beauty of blending diverse musical traditions, which is precisely what the Fukuoka Prize recognized in 2016. Fusion music, in general, involves combining different musical genres or styles. AR Rahman's contribution lies in his unique approach to blending South Asian musical elements with international sounds, making it accessible and appealing to a wider audience while respecting its traditional roots.

Paper & answer key PDF
Question 31archived

When did the Indian Independence Act receive the British royal assent?

  1. A
    July 1947
  2. B
    June 1947
  3. C
    May 1947
  4. D
    August 1947
Show answer
A. July 1947

The correct answer is July 1947. It discontinued the office of the Viceroy and provided for a Governor-General for each Dominion, appointed by the British Monarch on the advice of the Dominion's government. It made the Constituent Assemblies of the Dominions sovereign bodies, free to frame their respective constitutions. The Act is a pivotal document in the history of India and Pakistan, marking the formal end of colonial rule and the beginning of a new era.

Paper & answer key PDF
Question 32archived

Wood's Despatch is related with ______.

  1. A
    Education
  2. B
    Famine
  3. C
    Trade
  4. D
    Military
Show answer
A. Education

The correct answer is Education. It promoted the use of vernacular languages, which helped in spreading education beyond the English-speaking elite. The grant-in-aid system encouraged the growth of private educational institutions. It created a hierarchical structure of education, from primary schools to universities. Overall, Wood's Despatch provided a clear framework for educational policy and its implementation across British India, making Education its central theme.

Paper & answer key PDF
Question 33archived

What is the purpose of the Licensing Policy in India?

  1. A
    To promote benefits to a particular group
  2. B
    To maintain the identity of an area
  3. C
    To show power of the government
  4. D
    To promote regional equality
Show answer
D. To promote regional equality

Understanding the Purpose of India's Licensing Policy In India, a Licensing Policy refers to the framework of rules and guidelines established by the government that dictate the requirements for obtaining licenses to conduct specific business activities or operate within certain industries. The primary goal of such policies is to regulate economic activities, ensure compliance with national standards, manage resource allocation, and contribute to overall economic development and social welfare. The Role of Licensing Policy in Promoting Regional Equality A key objective that influences the design and implementation of various government policies in India is the promotion of regional equality. This involves ensuring that economic development and opportunities are distributed more evenly across different geographical areas of the country. The Licensing Policy in India can serve as a vital tool to achieve this by: Encouraging the establishment of industries in underdeveloped or backward regions. Preventing the concentration of economic power and industrial activity in a few select areas. Facilitating balanced regional growth and reducing disparities between states and regions. Ensuring that the benefits of industrialization reach various parts of the country. By strategically using licensing mechanisms, the government aims to foster inclusive growth and address geographical imbalances within the nation's economy. Analysis of Potential Policy Objectives When considering the objectives of a Licensing Policy, several possibilities exist. Evaluating these helps clarify the primary intent: Promoting benefits to a particular group: While policies can sometimes have differential impacts, the main purpose is usually broader societal or economic benefit, not preferential treatment for a specific group. Maintaining the identity of an area: This is typically addressed through land use planning and cultural heritage policies, not directly by economic licensing policies. Showing power of the government: Regulation inherently involves government authority, but the *purpose* of policy is usually functional (e.g., economic management) rather than merely demonstrating power. Promoting regional equality: This objective directly addresses the need for balanced economic development across India, making it a significant consideration for national policy. Therefore, the goal of fostering regional equality is a fundamental aspect that the Licensing Policy in India aims to address, contributing to a more equitable distribution of economic activities and development across the country.

Paper & answer key PDF
Question 34archived

Which of the following region was the capital of the Chalukyas?

  1. A
    Kanchipura
  2. B
    Raichur
  3. C
    Aihole
  4. D
    Kolar
Show answer
C. Aihole

Understanding the Chalukyas and Their Capital Region The question asks to identify the capital region of the Chalukyas from the given options. The Chalukya dynasty was a prominent Indian royal dynasty that ruled large parts of southern and central India between the 6th and the 12th centuries. They ruled as three related dynasties: the Badami Chalukyas (early Western Chalukyas), the Eastern Chalukyas, and the Kalyani Chalukyas (later Western Chalukyas). Let's examine the options provided in the context of the Chalukya rule: Kanchipura: Kanchipuram was the capital of the Pallava dynasty, a major rival of the Chalukyas, particularly the Badami Chalukyas. Therefore, Kanchipura was not the capital of the Chalukyas. Raichur: The Raichur Doab region was often contested between various Deccan powers, including the Chalukyas, Rashtrakutas, and Vijayanagara Empire. While strategically important, Raichur itself was not a primary capital city for the main Chalukya dynasties. Aihole: Aihole, along with Badami (Vatapi) and Pattadakal, is located in the Bagalkot district of Karnataka. Aihole was a very early capital of the Badami Chalukyas before they shifted their capital to nearby Badami. It served as a major cultural, religious, and architectural centre, sometimes referred to as the "cradle of Indian temple architecture." Given the options, Aihole represents a significant capital region of the early Chalukyas. Kolar: Kolar is located in present-day Karnataka but is not historically recorded as a capital city of any of the major Chalukya branches. It was often associated with dynasties like the Western Ganga dynasty or later empires. Based on historical evidence, while Badami (Vatapi) served as the primary capital for the most famous period of the Early Chalukyas, Aihole was a crucial centre and served as an earlier capital before the shift to Badami. Considering the options, Aihole is the region most accurately described as a capital of the Chalukyas among the choices provided. Analysis of Options and Chalukya Capitals Region/City Association with Chalukyas Capital Status Kanchipura Rival kingdom (Pallavas) Not a Chalukya capital Raichur Contested region Not a primary Chalukya capital Aihole Early Chalukya centre Early capital / Significant capital region Kolar Other dynasties Not a Chalukya capital Therefore, among the given options, Aihole is the region that was a capital of the Chalukyas. Revision Table: Chalukya Dynasties and Capitals Chalukya Branch Period Prominent Capital(s) Early Western Chalukyas (Badami Chalukyas) 6th - 8th centuries Aihole (early), Badami (Vatapi) (main), Pattadakal (cultural/coronation) Eastern Chalukyas 7th - 12th centuries Vengi, Rajamahendravaram Later Western Chalukyas (Kalyani Chalukyas) 10th - 12th centuries Manyakheta, Kalyani, Basavakalyan Additional Information on Chalukya History and Regions The Chalukyas played a significant role in the history of the Deccan. The Badami Chalukyas, founded by Pulakeshin I in 543 CE, established their kingdom with Badami as their capital. However, their activities began around Aihole, which houses some of the earliest Chalukya temples. Pattadakal, another site nearby, became a centre for coronation and elaborate temple building, designated a UNESCO World Heritage site. The conflict between the Badami Chalukyas and the Pallavas of Kanchipuram is a major theme in South Indian history, with frequent invasions and battles between the two kingdoms. The Raichur Doab was often the boundary region between northern and southern powers, and its control was crucial for dominance in the Deccan.

Paper & answer key PDF
Question 35archived

Who has taken charge as India's new Foreign Secretary in May 2022?

  1. A
    Rajeev Kumar
  2. B
    Vinay Mohan Kwatra
  3. C
    T V Somanathan
  4. D
    Rakesh Mishra
Show answer
B. Vinay Mohan Kwatra

India's New Foreign Secretary Appointment in May 2022 The question asks about the individual who took charge as India's Foreign Secretary in May 2022. The role of the Foreign Secretary is a crucial one in India's Ministry of External Affairs, responsible for heading the Indian Foreign Service and advising the Minister of External Affairs on policy matters. Let's look at the options provided: Rajeev Kumar Vinay Mohan Kwatra T V Somanathan Rakesh Mishra Based on official appointments made by the Government of India in May 2022, Mr. Vinay Mohan Kwatra was appointed as the new Foreign Secretary. He took over the charge from his predecessor, Harsh Vardhan Shringla, on May 1, 2022. Therefore, the correct individual who became India's new Foreign Secretary in May 2022 is Vinay Mohan Kwatra. Revision Table: Key Government Appointments (May 2022 Context) Position Appointee (May 2022 context) Foreign Secretary of India Vinay Mohan Kwatra Chief Election Commissioner of India Rajeev Kumar (Took charge May 15, 2022) Finance Secretary of India T V Somanathan (Continued in role) Note: While Rajeev Kumar and T V Somanathan were also prominent figures in government during that period, their roles were different from that of the Foreign Secretary. Additional Information on the Foreign Secretary Role The Foreign Secretary is the administrative head of the Ministry of External Affairs (MEA). This position is held by a senior diplomat from the Indian Foreign Service (IFS). Key responsibilities of the Foreign Secretary include: Serving as the principal advisor to the Minister of External Affairs. Overseeing the operations and administration of the Ministry. Leading diplomatic delegations and representing India in international forums on specific issues. Coordinating India's foreign policy implementation across various missions abroad. Managing relations with other countries and international organizations. The appointment of a new Foreign Secretary is a significant event in India's diplomatic landscape, shaping the country's engagement with the world.

Paper & answer key PDF
Question 36archived

________ was conferred with 'Officier de la Legion d'Honneur', France's highest civilian award, in 2009.

  1. A
    Asha Bhosale
  2. B
    Lata Mangeshkar
  3. C
    S. Janaki
  4. D
    K.S. Chithra
Show answer
B. Lata Mangeshkar

The correct answer is Lata Mangeshkar. Satyajit Ray, Amartya Sen, Ratan Tata, Lata Mangeshkar (Officier), Shah Rukh Khan (Chevalier) Additional Information: Lata Mangeshkar's Accolades Lata Mangeshkar had an exceptionally long and distinguished career. Besides the French Legion of Honour, she received numerous other major awards, highlighting her impact on music and culture: Bharat Ratna (India's highest civilian honour) Padma Vibhushan Padma Bhushan Dadasaheb Phalke Award National Film Awards Filmfare Awards These awards underscore her status as one of the most revered figures in Indian music history.

Paper & answer key PDF
Question 37archived

Rajiv Kumar assumed charge as the _____ Chief Election Commissioner of India in May 2022.

  1. A
    25th
  2. B
    20th
  3. C
    27th
  4. D
    23rd
Show answer
A. 25th

Understanding the Chief Election Commissioner of India The question asks about the specific position number held by Rajiv Kumar upon assuming charge as the Chief Election Commissioner of India in May 2022. The Chief Election Commissioner is the head of the Election Commission of India (ECI), a constitutional body responsible for conducting elections in India. Rajiv Kumar's Tenure as Chief Election Commissioner Rajiv Kumar took office as the Chief Election Commissioner of India in May 2022. This appointment is a significant event in the country's electoral process. To answer the question, we need to identify the sequence number of his tenure in this important role. Determining the Positional Number Based on official records and historical appointments to the position of Chief Election Commissioner of India, Rajiv Kumar was the 25th person to hold this office. He succeeded Sushil Chandra. Significance of the Election Commission of India The Election Commission of India is crucial for the functioning of India's democracy. Its main responsibilities include: Supervising, directing, and controlling the preparation of electoral rolls. Conducting all elections to the Parliament and State Legislatures. Conducting elections to the offices of President and Vice-President. Setting limits for election expenditure. Registering political parties. Granting recognition to political parties and allotting symbols. Conclusion on Rajiv Kumar's Position Therefore, when Rajiv Kumar assumed charge as the Chief Election Commissioner in May 2022, he became the 25th individual to hold this prestigious and critical position. Chief Election Commissioner Tenure Start Date Positional Number Sushil Chandra 13 April 2021 24th Rajiv Kumar 15 May 2022 25th Revision Table: Chief Election Commissioner Key Aspect Detail Name Rajiv Kumar Position Chief Election Commissioner of India Assumption of Charge May 2022 Positional Number 25th Predecessor Sushil Chandra Additional Information: Election Commission of India The Election Commission of India is a permanent and independent body established by the Constitution of India directly to ensure free and fair elections in the country. Composition: Originally, the Commission had only one Chief Election Commissioner. Currently, it consists of the Chief Election Commissioner and two Election Commissioners. Appointment: The President of India appoints the Chief Election Commissioner and Election Commissioners. Term: They hold office for a term of six years or until they attain the age of 65 years, whichever is earlier. Removal: The Chief Election Commissioner can be removed from office in the same manner and on the same grounds as a Judge of the Supreme Court. Election Commissioners can be removed by the President on the recommendation of the Chief Election Commissioner.

Paper & answer key PDF
Question 38archived

Which of the following sports was initially known as Poona?

  1. A
    Badminton
  2. B
    Baseball
  3. C
    Volleyball
  4. D
    Kho-Kho
Show answer
A. Badminton

Understanding the History of Sports: Poona and Badminton Let's delve into the origins of various sports to determine which one was historically referred to as Poona. The question asks us to identify the sport that was initially known by the name Poona. Tracing the Origin of the Sport Known as Poona We are given four options: Badminton, Baseball, Volleyball, and Kho-Kho. To find the correct answer, we need to examine the historical development and nomenclature of each sport. Badminton: Historical records indicate that a game similar to modern Badminton was played in Pune, India, during the 1860s. Pune was formerly known as Poona. British military officers stationed there adopted and adapted the game. Baseball: Baseball originated from older bat-and-ball games in England and was further developed in the United States. Its history is not linked to Poona, India. Volleyball: Volleyball was invented much later, in 1895, in the United States by William G. Morgan. It was initially called Mintonette. Kho-Kho: Kho-Kho is a traditional tag game that originated in the Indian subcontinent. While an ancient Indian sport, its historical name is not Poona. The Connection Between Poona and Badminton The game played in Poona (Pune) in the 1860s was based on the earlier English game of battledore and shuttlecock, but with the addition of a net and formalized rules by the British officers. This version of the game became very popular in the region and was known as "Poona". When the British officers returned to England, they brought this game with them. In 1873, the Duke of Beaufort introduced the sport at his estate, Badminton House, in Gloucestershire. The game then became known universally as Badminton, taking its name from the estate where it was showcased and popularized in England. Thus, the sport that was initially known as Poona is Badminton. Reviewing Sport Origins Let's briefly summarize the origins: Historical Names of Sports Sport Initial or Related Historical Name Badminton Poona (in India) Baseball Derived from games like Rounders Volleyball Mintonette Kho-Kho Traditional Indian game, not known as Poona Conclusion on the Poona Sport Name Based on historical evidence, the game played in Pune (formerly Poona), India, during the 1860s by British officers was the precursor to modern Badminton, and it was indeed known as Poona at that time. Therefore, Badminton is the sport that was initially known as Poona. Revision Table: Key Facts about Badminton History Term Significance in Badminton History Poona City in India (now Pune) where a version of the game was played and known by this name. Battledore and Shuttlecock An older game that is a predecessor to Badminton. Badminton House Estate in England where the game was introduced and got its modern name. Additional Information on Sport Evolution and Naming The story of Badminton's name change from Poona illustrates how sports can evolve and be renamed as they spread geographically and become formalized. This process often involves adaptations of rules and equipment, influenced by local conditions and participants. Many modern sports have histories that trace back to simpler games played in different cultures. The formalization of rules, the establishment of governing bodies, and international competitions are key steps in a game becoming a globally recognized sport. Understanding these historical connections provides valuable context for appreciating the development and spread of sports around the world.

Paper & answer key PDF
Question 39archived

Clove is an _______ indicator.

  1. A
    Chemical
  2. B
    Olfactory
  3. C
    Universal
  4. D
    Gustatory
Show answer
B. Olfactory

Understanding Clove as an Indicator Indicators are substances that show the acidic or basic nature of another substance by changing their color, smell, or other properties. They are crucial tools in chemistry experiments, especially when performing titrations or simply testing the pH of a solution. Types of Indicators Indicators can be classified based on various properties. Let's look at the options provided: Chemical Indicators: This is a broad category, often referring to indicators that undergo a chemical reaction causing a visible change, typically color. Many synthetic indicators like phenolphthalein or methyl orange fall into this category. Natural indicators are also chemical substances, but the term "chemical indicator" as a distinct category in MCQs often implies synthetic ones or a focus on chemical property change rather than smell. Olfactory Indicators: These are substances whose smell changes in acidic or basic solutions. They are particularly useful for visually impaired students or in situations where a color change might be difficult to observe. Universal Indicator: This is a mixture of several indicators that exhibits different colors across a wide range of pH values, usually from pH 1 to pH 14. It helps determine the approximate pH of a solution, not just if it's acidic or basic. Gustatory Indicators: These relate to taste. While some substances might taste different in acidic or basic forms, indicators used in laboratories are generally not tasted due to safety concerns. This term is not standard for chemical indicators. Why Clove is an Olfactory Indicator Clove is known for its distinct smell due to the presence of compounds like eugenol. When clove extract is used as an indicator, its smell changes in the presence of acidic or basic solutions. In an acidic solution, the smell of clove extract is said to remain relatively the same or be enhanced. In a basic solution, the characteristic smell of clove extract is significantly reduced or disappears. Because clove extract indicates the presence of acid or base by changing its smell, it is classified as an olfactory indicator. Analyzing the Options Let's re-examine the given options based on our understanding: Option Explanation Fit for Clove? Chemical Broad term; often implies color change or synthetic indicator. Technically a chemical substance, but "Olfactory" is more specific to how it indicates. Olfactory Indicates acid/base by change in smell. Yes, clove extract's smell changes in acid/base. Universal Mixture showing different colors across pH range. No, clove extract doesn't show a range of colors for different pH values. Gustatory Relates to taste; not used for lab indicators due to safety. No, indicators are not tasted. Based on its property of changing smell in acidic or basic mediums, clove is correctly identified as an olfactory indicator. Conclusion on Clove Classification The primary way clove indicates acidity or basicity is through a change in its smell. Therefore, it fits the definition of an olfactory indicator precisely. Revision Table: Understanding Indicators Indicator Type Mechanism of Action Example Olfactory Indicator Changes smell in acidic or basic medium Clove, Onion, Vanilla extract Color-Changing Indicator Changes color in acidic or basic medium Litmus, Phenolphthalein, Methyl Orange, Turmeric Universal Indicator Mixture showing colors across pH range Universal Indicator solution or paper Additional Information on Olfactory Indicators Olfactory indicators are natural substances. Besides clove, common examples include onion and vanilla extract. These are particularly helpful in experiments where color changes might be hard to observe or distinguish. When using olfactory indicators, it's important to have a clear control sample to compare the smell against. For instance: Onion: Has a strong smell in neutral or acidic solutions, but its smell vanishes in basic solutions. Vanilla extract: Retains its smell in acidic solutions but loses its smell in basic solutions. These indicators work because the volatile organic compounds responsible for their smell interact differently with acidic or basic substances, often changing their chemical structure or solubility, thus affecting their evaporation and detection by our olfactory receptors.

Paper & answer key PDF
Question 40archived

Which of the following is potash alum?

  1. A
    Na2SO4Al2(SO4)3.24H2O
  2. B
    K 2 SO 4 Al 2 (SO 4 ) 3 .24H 2 O
  3. C
    K 2 SO 4 Al 2 (SO 4 ) 3 .12H 2 O
  4. D
    Na 2 SO 4 Al 2 (SO 4 ) 3 .20H 2 O
Show answer
B. K 2 SO 4 Al 2 (SO 4 ) 3 .24H 2 O

Identifying Potash Alum Chemical Formula Potash alum is a common type of alum. Alums belong to a group of chemical compounds that are hydrated double sulfate salts, usually involving a monovalent cation and a trivalent cation. The general chemical formula for an alum is represented as $\text{M}_2\text{SO}_4 \cdot \text{M}_2'(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$. $\text{M}$ represents a monovalent cation, such as potassium ($\text{K}^+$), sodium ($\text{Na}^+$), ammonium ($\text{NH}_4^+$), etc. $\text{M}'$ represents a trivalent cation, such as aluminium ($\text{Al}^{3+}$), chromium ($\text{Cr}^{3+}$), iron ($\text{Fe}^{3+}$), etc. $\text{SO}_4$ represents the sulfate anion ($\text{SO}_4^{2-}$). $24\text{H}_2\text{O}$ indicates that the salt is hydrated and crystallizes with 24 molecules of water. Understanding Potash Alum Potash alum specifically uses potassium ($\text{K}^+$) as the monovalent cation and aluminium ($\text{Al}^{3+}$) as the trivalent cation. Therefore, the chemical formula for potash alum is potassium aluminum sulfate dodecahydrate, which is correctly written as $\text{K}_2\text{SO}_4 \cdot \text{Al}_2(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$. Analyzing the Options for Potash Alum Let's examine the given options based on the definition and formula of potash alum: $\text{Na}_2\text{SO}_4\text{Al}_2(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$ This compound contains sodium ($\text{Na}^+$) as the monovalent cation instead of potassium ($\text{K}^+$). This is the formula for sodium alum, not potash alum. $\text{K}_2\text{SO}_4 \text{Al}_2(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$ This compound contains potassium ($\text{K}^+$) as the monovalent cation and aluminium ($\text{Al}^{3+}$) as the trivalent cation, with 24 water molecules of hydration. This matches the correct formula for potash alum. $\text{K}_2\text{SO}_4 \text{Al}_2(\text{SO}_4)_3 \cdot 12\text{H}_2\text{O}$ This compound contains potassium and aluminium sulfates, but it shows only 12 water molecules of hydration. While it contains the correct cations, alums typically crystallize with 24 water molecules. The given number of water molecules (12) does not represent the standard hydrated form known as potash alum. $\text{Na}_2\text{SO}_4 \text{Al}_2(\text{SO}_4)_3 \cdot 20\text{H}_2\text{O}$ This compound contains sodium ($\text{Na}^+$) as the monovalent cation and only 20 water molecules of hydration. This is neither potash alum nor does it have the standard 24 water molecules. Comparing the options with the correct formula $\text{K}_2\text{SO}_4 \cdot \text{Al}_2(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$, only option 2 matches. Conclusion on Potash Alum Formula Based on the analysis of the general alum formula and the specific requirements for potash alum, the correct representation is $\text{K}_2\text{SO}_4 \cdot \text{Al}_2(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$. This compound contains potassium as the monovalent cation, aluminium as the trivalent cation, and 24 water molecules of hydration, which defines potash alum. Potash Alum Revision Table Compound Name Formula Is it Potash Alum? Sodium Alum (Option 1) $\text{Na}_2\text{SO}_4\text{Al}_2(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$ No (Monovalent cation is $\text{Na}^+$) Potash Alum (Option 2) $\text{K}_2\text{SO}_4 \text{Al}_2(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$ Yes Potassium Aluminium Sulfate Hydrate (Option 3) $\text{K}_2\text{SO}_4 \text{Al}_2(\text{SO}_4)_3 \cdot 12\text{H}_2\text{O}$ No (Incorrect number of water molecules) Sodium Aluminium Sulfate Hydrate (Option 4) $\text{Na}_2\text{SO}_4 \text{Al}_2(\text{SO}_4)_3 \cdot 20\text{H}_2\text{O}$ No (Monovalent cation is $\text{Na}^+$, incorrect number of water molecules) Additional Information on Alums and Potash Alum Alums are fascinating double salts with many applications. They are typically crystalline solids that are soluble in water. Types of Alums Alums are classified based on the monovalent and trivalent cations they contain: Potash Alum: $\text{KAl}(\text{SO}_4)_2 \cdot 12\text{H}_2\text{O}$ or $\text{K}_2\text{SO}_4 \cdot \text{Al}_2(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$ (these two formulas represent the same compound, just written differently). Monovalent cation is Potassium ($\text{K}^+$). Sodium Alum: $\text{NaAl}(\text{SO}_4)_2 \cdot 12\text{H}_2\text{O}$ or $\text{Na}_2\text{SO}_4 \cdot \text{Al}_2(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$. Monovalent cation is Sodium ($\text{Na}^+$). Ammonium Alum: $\text{NH}_4\text{Al}(\text{SO}_4)_2 \cdot 12\text{H}_2\text{O}$ or $(\text{NH}_4)_2\text{SO}_4 \cdot \text{Al}_2(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$. Monovalent cation is Ammonium ($\text{NH}_4^+$). Chrome Alum: $\text{KCr}(\text{SO}_4)_2 \cdot 12\text{H}_2\text{O}$ or $\text{K}_2\text{SO}_4 \cdot \text{Cr}_2(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$. Trivalent cation is Chromium ($\text{Cr}^{3+}$). Note that $12\text{H}_2\text{O}$ in the simplified formula $\text{M}\text{M}'(\text{SO}_4)_2 \cdot 12\text{H}_2\text{O}$ is equivalent to $24\text{H}_2\text{O}$ in the double salt formula $\text{M}_2\text{SO}_4 \cdot \text{M}_2'(\text{SO}_4)_3 \cdot 24\text{H}_2\text{O}$ because the former formula represents half of the latter in terms of the cations and anions. Uses of Potash Alum Potash alum has various applications, including: Water purification: It acts as a flocculant, helping suspended particles settle down. Paper sizing: Used in the paper industry. Dyeing: Used as a mordant to fix dyes onto fabrics. Medicine: Used as an astringent (e.g., in styptic pencils to stop bleeding from minor cuts). Food additive: Used as a leavening agent and firming agent.

Paper & answer key PDF
Question 41archived

Dhondo Keshav Karve was an eminent Indian who championed the cause of ________.

  1. A
    allowing child marriages
  2. B
    prohibiting widow remarriages
  3. C
    strengthening the caste norms
  4. D
    spread of women education
Show answer
D. spread of women education

The correct answer is spread of women education. By providing educational opportunities, women gained access to knowledge, skills, and awareness of their rights. This contributed to their participation in public life, professional fields, and the national independence movement. Women's education is fundamental to gender equality and societal progress. Karve's initiatives laid the groundwork for modern women's education systems in India.

Paper & answer key PDF
Question 42archived

Identify the correct statement about green algae.

  1. A
    Green algae usually have a soft cell wall made of an inner layer of pectose.
  2. B
    Green algae usually have a rigid cell wall made of an inner layer of protein and an outer layer of fibre.
  3. C
    Green algae usually have a rigid cell wall made of an inner layer of cellulose and an outer layer of pectose.
  4. D
    Green algae usually have a rigid cell wall made of an inner layer of fat and an outer layer of protein.
Show answer
C. Green algae usually have a rigid cell wall made of an inner layer of cellulose and an outer layer of pectose.

Understanding Green Algae Cell Wall Composition Green algae, scientifically known as Chlorophyceae, are a large group of algae that form a paraphyletic group, meaning they include the land plants. They are characterized by having chloroplasts that contain chlorophyll a and b, similar to land plants, and storing food as starch. A key structural feature of most green algae is their cell wall. The cell wall provides mechanical strength, maintains cell shape, and protects the cell from osmotic lysis. The composition of the cell wall can vary among different groups of algae, but there is a typical structure for many green algae. Structure and Components of Green Algae Cell Walls Let's examine the typical composition of the cell wall in green algae: The cell wall of green algae is generally rigid. It is composed of two main layers. The inner layer, which is closer to the cell membrane, is primarily made of cellulose. Cellulose is a common structural polysaccharide found in the cell walls of plants and many algae, providing tensile strength. The outer layer is typically composed of pectose (also known as pectin). Pectose is a complex polysaccharide that can form a gelatinous or mucilaginous layer, contributing to the outer coating of the cell wall. Therefore, the structure is a rigid cell wall with an inner layer of cellulose and an outer layer of pectose. Analyzing the Options for Green Algae Cell Wall Let's evaluate the provided statements based on this understanding: Green algae usually have a soft cell wall made of an inner layer of pectose. This statement is incorrect. The cell wall of green algae is typically rigid, not soft, and the inner layer is usually cellulose, not pectose. Green algae usually have a rigid cell wall made of an inner layer of protein and an outer layer of fibre. This statement is incorrect. While protein components might be associated with the cell wall, the primary structural components are polysaccharides like cellulose and pectose. Also, 'fibre' is a general term and not specific enough for the outer layer composition. Green algae usually have a rigid cell wall made of an inner layer of cellulose and an outer layer of pectose. This statement accurately describes the typical composition of the green algae cell wall: rigid, with an inner cellulose layer and an outer pectose layer. Green algae usually have a rigid cell wall made of an inner layer of fat and an outer layer of protein. This statement is incorrect. Cell walls are primarily composed of polysaccharides, not fats or proteins as the main structural components. Based on the typical composition, the statement describing a rigid cell wall with an inner layer of cellulose and an outer layer of pectose is the correct one regarding green algae. Revision Table: Green Algae Cell Wall Feature Composition Location Overall Structure Rigid Cell Wall Surrounds the cell membrane Inner Layer Cellulose (Polysaccharide) Closer to the cell membrane Outer Layer Pectose (Pectin - Polysaccharide) Exterior to the cellulose layer Function Shape, Protection, Support Structural support Additional Information on Green Algae (Chlorophyceae) Beyond the cell wall, here are other key features of green algae: Pigments: They contain chlorophyll a, chlorophyll b, $\beta$-carotene, and various xanthophylls. The presence of chlorophyll b is significant as it's also found in higher plants, suggesting a close evolutionary relationship. Storage Food: The principal storage carbohydrate in green algae is starch, which is stored inside the chloroplasts. This is another characteristic shared with land plants. Habitat: Green algae are predominantly aquatic, found in freshwater, brackish water, and marine environments. Some can also be found in terrestrial habitats like moist soil, tree trunks, and even snow. Forms: They show great variation in form and size, ranging from single cells (e.g., Chlamydomonas) to colonial forms (e.g., Volvox), filamentous forms (e.g., Spirogyra), and even parenchymatous forms (e.g., Ulva). Reproduction: Reproduction occurs by vegetative methods (fragmentation), asexual methods (spores like zoospores or aplanospores), and sexual methods (isogamy, anisogamy, or oogamy). Understanding the composition of the green algae cell wall is fundamental to studying their structure and evolution, especially their relationship to land plants.

Paper & answer key PDF
Question 43archived

Which of the following functions of government budget is associated with distribution of income? I. Allocation function II. Redistribution function

  1. A
    Only I
  2. B
    Neither I nor II
  3. C
    Both I and II
  4. D
    Only II
Show answer
D. Only II

Understanding Government Budget Functions and Income Distribution The government budget is an annual financial statement outlining the estimated government receipts and expenditures during a fiscal year. It serves multiple purposes aimed at managing the economy and welfare of its citizens. Economists typically identify three main functions of a government budget: Allocation function Redistribution function Stabilization function Allocation Function Explained The allocation function deals with providing public goods (like national defence, roads, public parks) that the market mechanism might fail to provide efficiently or at all (due to issues like non-excludability and non-rivalry). It also involves correcting market failures like externalities (e.g., pollution) or providing goods with positive externalities (like education, healthcare). The government allocates resources towards these areas. While the provision of public goods and merit goods does impact society, the primary focus of the allocation function is on resource allocation and correcting market failures, not directly on altering the distribution of income among individuals or households. Redistribution Function Explained The redistribution function is specifically concerned with influencing the distribution of income and wealth in the economy. The market system, based on supply and demand and factor ownership, often leads to an unequal distribution of income. The government uses its budget to modify this distribution to achieve greater equity or social justice based on societal goals. Tools used for the redistribution function include: Progressive taxation (higher tax rates for higher incomes). Transfer payments (like social security benefits, unemployment allowances, pensions) which provide income to certain groups. Subsidies on essential goods and services (like food, housing, education, healthcare) to make them more affordable for lower-income groups. These measures directly transfer purchasing power from higher-income groups to lower-income groups or provide essential services that improve their living standards, thereby affecting the overall distribution of income and reducing inequality. Stabilization Function Explained The stabilization function relates to managing macroeconomic variables like employment, price levels, and economic growth. Governments use fiscal policy (government spending and taxation decisions) to control aggregate demand, aiming to mitigate business cycle fluctuations (recessions and booms). For example, increasing government spending or cutting taxes during a recession can boost demand and create jobs. While stabilization policies can indirectly affect income distribution (e.g., reducing unemployment benefits the newly employed), their primary goal is macroeconomic stability, not directly redistributing income. Connecting Functions to Income Distribution Based on the explanations: The Allocation function focuses on resource allocation and public goods. The Redistribution function focuses on altering the distribution of income and wealth. The Stabilization function focuses on managing economic fluctuations. Therefore, the function of the government budget explicitly associated with the distribution of income is the Redistribution function. Looking at the options provided: I. Allocation function - Not primarily associated with income distribution. II. Redistribution function - Primarily associated with income distribution. The question asks which of these is associated with the distribution of income. Only the Redistribution function fits this description. Conclusion on Government Budget and Income The Redistribution function of the government budget is the key mechanism through which governments actively work to influence and adjust the distribution of income and wealth within an economy, often aiming for a more equitable outcome than the market alone would provide. This involves using tax and expenditure policies to transfer resources and provide essential services to different income groups. Revision Table: Government Budget Functions Function Primary Goal Relation to Income Distribution Examples Allocation Efficient provision of public goods and correction of market failures Indirect impact; focus is on resource use National defence, infrastructure, environmental regulation Redistribution Achieving a desired distribution of income and wealth Direct impact; goal is to change distribution Progressive taxes, welfare benefits, subsidies on necessities Stabilization Maintaining macroeconomic stability (full employment, price stability, growth) Indirect impact; focus is on aggregate demand Fiscal stimulus/contraction (changing overall spending/taxes) Additional Information on Income Redistribution Income redistribution through the government budget is a complex policy area with various objectives and effects. Some key concepts related to redistribution include: Progressive Taxation: A tax system where the tax rate increases as the taxable income increases. This is a primary tool for taking a larger proportion of income from the wealthy. Transfer Payments: Payments made by the government to individuals or households without requiring any goods or services in return. These are direct transfers of income aimed at supporting vulnerable populations. Examples include unemployment benefits, disability benefits, child support payments, and pensions. Social Safety Nets: Programs designed to protect citizens from economic risks such as unemployment, poverty, old age, and illness. These often involve transfer payments and subsidized services. Equity vs. Efficiency: Policies aimed at redistribution often involve a trade-off between equity (fairness in income distribution) and efficiency (maximizing total economic output). High taxes on income might disincentivize work or investment, potentially reducing overall economic size, even as they reduce inequality. Governments balance these considerations when designing fiscal policy for redistribution. Understanding the redistribution function is crucial for analyzing how government fiscal policy impacts different segments of society and addresses issues of income inequality.

Paper & answer key PDF
Question 44archived

The birthday of Prophet Muhammad is also celebrated by the name of ________.

  1. A
    Eid-ul-Fitr
  2. B
    Ramadan
  3. C
    Eid-ul-Adha
  4. D
    Mawlid al-Nabi
Show answer
D. Mawlid al-Nabi

The correct answer is Mawlid al-Nabi. Mawlid al-Nabi is the commemoration of the Prophet's birth. Its observance practices and significance vary among different Muslim communities and schools of thought. Another name sometimes used for Mawlid al-Nabi is Eid Milad un Nabi, particularly in some South Asian regions. Both terms refer to the same event.

Paper & answer key PDF
Question 45archived

Who among the following became one of the Deputy Chief Ministers of Uttar Pradesh in March 2022?

  1. A
    Brajesh Pathak
  2. B
    Swatantra Dev Singh
  3. C
    Laxmi Narayan Chaudhary
  4. D
    Jayveer Singh
Show answer
A. Brajesh Pathak

Identifying the Deputy Chief Minister of Uttar Pradesh in March 2022 The question asks to identify one of the individuals who became a Deputy Chief Minister of Uttar Pradesh in March 2022. Understanding key appointments in state governments is important for general knowledge and current affairs. In March 2022, following the state assembly elections, the new government was formed in Uttar Pradesh. The Chief Minister was appointed, along with Deputy Chief Ministers. Analyzing the Options for Deputy Chief Minister UP Let's look at the provided options: Brajesh Pathak Swatantra Dev Singh Laxmi Narayan Chaudhary Jayveer Singh Following the formation of the government in Uttar Pradesh in March 2022, certain individuals were appointed to key positions, including Deputy Chief Ministers. Determining the Correct Deputy Chief Minister Reports and official sources from March 2022 confirm the appointments made in the Uttar Pradesh government. Two individuals were appointed as Deputy Chief Ministers. One of these individuals is Brajesh Pathak. Brajesh Pathak took oath as a Deputy Chief Minister of Uttar Pradesh in March 2022. Let's consider the other options: Swatantra Dev Singh held significant positions but was not appointed as a Deputy Chief Minister in March 2022. Laxmi Narayan Chaudhary was appointed as a cabinet minister, not a Deputy Chief Minister, in the March 2022 government. Jayveer Singh was also appointed as a cabinet minister, not a Deputy Chief Minister, in the March 2022 government. Therefore, based on the appointments made in March 2022 for the Uttar Pradesh government, Brajesh Pathak was indeed appointed as one of the Deputy Chief Ministers. Conclusion The individual among the options who became a Deputy Chief Minister of Uttar Pradesh in March 2022 is Brajesh Pathak. Individual Position in UP Govt (March 2022) Brajesh Pathak Deputy Chief Minister Swatantra Dev Singh Not Deputy Chief Minister Laxmi Narayan Chaudhary Cabinet Minister Jayveer Singh Cabinet Minister Revision Table: Uttar Pradesh Deputy CM 2022 Question Aspect Details State Uttar Pradesh Appointment Period March 2022 Position Deputy Chief Minister Identified Individual Brajesh Pathak Additional Information: UP Government Formation March 2022 In March 2022, after the Bharatiya Janata Party (BJP) secured a majority in the Uttar Pradesh Assembly elections, Yogi Adityanath was sworn in as the Chief Minister for a second consecutive term. Along with the Chief Minister, two Deputy Chief Ministers were appointed to the government. The two individuals appointed as Deputy Chief Ministers in March 2022 were: Keshav Prasad Maurya (continuing from the previous term) Brajesh Pathak Brajesh Pathak previously held portfolios like Law and Justice and Rural Engineering Service. His appointment as Deputy Chief Minister and Health Minister in the 2022 government was a significant political development.

Paper & answer key PDF
Question 46archived

In which state is the festival of Gudi Padwa specially celebrated?

  1. A
    Maharashtra
  2. B
    Punjab
  3. C
    Goa
  4. D
    Odisha
Show answer
A. Maharashtra

The correct answer is Maharashtra. Historical: Some traditions link it to the victory of Shalivahana over Sakas or the return of Rama to Ayodhya after defeating Ravana. Health: Consuming a paste of neem leaves, jaggery, and tamarind is traditional on this day, believed to purify the blood and strengthen immunity, symbolizing the acceptance of life's mix of sweetness and bitterness. The hoisting of the Gudi is perhaps the most distinct ritual of this festival in Maharashtra, symbolizing victory, prosperity, and welcoming the New Year.

Paper & answer key PDF
Question 47archived

Who has been elected the 14th Vice President of India?

  1. A
    Pratibha Banerjee
  2. B
    Jagdeep Dhankhar
  3. C
    Margaret Alva
  4. D
    Venkaiah Naidu
Show answer
B. Jagdeep Dhankhar

Understanding the Election of the 14th Vice President of India The question asks to identify the individual who was elected as the 14th Vice President of India. The Vice President of India is the second-highest constitutional office in the country. The election for this post is an important event in India's political calendar. The election for the 14th Vice President of India took place in August 2022. This election saw a contest between candidates put forth by different political groups. Key Candidates in the 14th Vice Presidential Election Let's look at the options provided and their connection to the Vice Presidential election: Pratibha Banerjee: This name is not associated with the candidates in the 14th Vice Presidential election. Jagdeep Dhankhar: He was the candidate nominated by the National Democratic Alliance (NDA). At the time of his nomination, he was serving as the Governor of West Bengal. Margaret Alva: She was the joint Opposition candidate for the 14th Vice Presidential election. She has previously served as a Union Minister and Governor. Venkaiah Naidu: He was the incumbent Vice President of India, serving as the 13th Vice President. His term ended before the 14th Vice Presidential election. Result of the 14th Vice Presidential Election The election was held on August 6, 2022. Members of Parliament from both the Lok Sabha and Rajya Sabha constitute the electoral college for the Vice Presidential election. The votes were counted on the same day. Based on the results, the NDA candidate secured a significant majority of the votes and was declared the winner. Jagdeep Dhankhar won the election, defeating the Opposition candidate Margaret Alva. Consequently, Jagdeep Dhankhar was elected as the 14th Vice President of India. Summary of the Election Outcome The election for the 14th Vice President saw Jagdeep Dhankhar emerge victorious. He succeeded Venkaiah Naidu in this role. Election Details Information Election Year 2022 Position 14th Vice President of India Winner Jagdeep Dhankhar Opponent (Joint Opposition) Margaret Alva Predecessor (13th VP) Venkaiah Naidu Revision Table: Key Facts about India's Vice President Aspect Detail Constitutional Article Article 63 states there shall be a Vice-President of India. Electoral College Members of both Houses of Parliament (Lok Sabha and Rajya Sabha). Voting Method Proportional Representation by means of the single transferable vote. Term Length 5 years. Role Ex-officio Chairman of the Rajya Sabha; acts as President in case of vacancy. Additional Information about the Vice President's Role The Vice President of India holds a crucial position. Besides being the second-highest constitutional office, the Vice President performs several important functions: The Vice President is the ex-officio Chairman of the Rajya Sabha (the Upper House of Parliament). In this role, they preside over the sittings of the Rajya Sabha and ensure smooth conduct of its proceedings. The Vice President acts as the President in the event of a vacancy in the office of the President due to death, resignation, removal, or otherwise. They can act as President for a maximum period of six months, within which a new President must be elected. When acting as President or discharging the functions of the President, the Vice President does not perform the duties of the Chairman of the Rajya Sabha. The Vice President can be removed from office by a resolution passed by a majority of all the then members of the Rajya Sabha and agreed to by the Lok Sabha. Understanding the role and election process of the Vice President is important for comprehending the structure of India's government.

Paper & answer key PDF
Question 48archived

In rainforests which kind of cultivation practices?

  1. A
    Dry farming
  2. B
    Vertical farming
  3. C
    Terrace farming
  4. D
    Slash and burn
Show answer
D. Slash and burn

Understanding Cultivation in Rainforests Rainforests are unique environments characterized by high rainfall and dense vegetation. Agricultural practices in such regions must adapt to these specific conditions. Let's examine the cultivation methods listed in the options to see which is typically found in rainforest areas. Analysis of Cultivation Practices Dry farming: This method relies on moisture conservation techniques in areas with limited rainfall. Rainforests receive abundant rainfall, making dry farming irrelevant in this context. Vertical farming: This is a modern agricultural technique where crops are grown in vertically stacked layers, often in controlled environments like buildings. While it can be done anywhere, it is not a traditional or widespread practice associated with rainforest ecosystems themselves. Terrace farming: This method involves cutting steps or terraces into slopes to create flat areas for cultivation, primarily used in hilly or mountainous regions to prevent soil erosion and manage water flow. While some parts of rainforest areas might have varied terrain, terrace farming is not the defining cultivation practice for the rainforest ecosystem as a whole. Slash and burn: Also known as shifting cultivation or 'Jhum' in some areas, this is a traditional agricultural method widely practiced in tropical forests, including rainforests, by indigenous and local communities. It involves clearing a small area of forest by cutting down trees and vegetation (slashing) and then burning the cleared biomass. The ash provides nutrients to the soil, allowing for a few years of cultivation. After the soil fertility declines, the plot is abandoned, and the farmers move to a new area, allowing the forest to regenerate. Considering the characteristics of rainforests and traditional farming methods adapted to these environments, slash and burn cultivation is the practice most commonly associated with rainforest areas among the given options. The Slash and Burn Process The slash and burn method follows a specific cycle: Clearing: A patch of forest is selected, and trees and undergrowth are cut down. Drying: The cut vegetation is left to dry for a period, usually during the dry season. Burning: The dry vegetation is burned. This clears the land and adds ash, rich in nutrients, to the soil. Cultivation: Crops are planted on the cleared, fertile land. This plot is typically farmed for a few years until the soil nutrients are depleted and weed growth increases significantly. Fallowing: The cultivated plot is abandoned, allowing the forest to regrow over many years. The farmers move to clear a new patch. This practice is sustainable only when population densities are low, and sufficient land is available for long fallow periods, allowing soil fertility and forest cover to recover. However, increased population pressure has led to shorter fallow periods and larger cleared areas, contributing to deforestation and soil degradation in some rainforest regions. Cultivation Method Typical Environment Relevance to Rainforests Dry farming Arid/Semi-arid regions Not relevant (high rainfall) Vertical farming Urban/Controlled environments Not a traditional rainforest practice Terrace farming Hilly/Mountainous regions Less typical than slash and burn in rainforests Slash and burn Tropical forests, including rainforests Common traditional practice Revision Table: Rainforest Cultivation Term Description Rainforests Forests characterized by high rainfall, warm climate, and dense biodiversity. Slash and burn Clearing and burning vegetation to create temporary farmland; also called shifting cultivation. Fallow period The time a plot is left uncultivated to recover fertility naturally. Additional Information: Impacts of Slash and Burn While slash and burn can be a sustainable practice under specific conditions, its impacts, particularly with increasing pressure, include: Deforestation and habitat loss. Release of carbon dioxide into the atmosphere, contributing to climate change. Soil erosion and degradation if fallow periods are too short. Loss of biodiversity. Modern agriculture in tropical regions often involves more intensive methods, but slash and burn remains a significant traditional practice in many rainforest areas globally.

Paper & answer key PDF
Question 49archived

Which of the following countries was the host of the ICC Men's T20 World Cup, 2021?

  1. A
    West Indies And USA
  2. B
    Australia and New Zealand
  3. C
    UAE and Oman
  4. D
    England and Scotland
Show answer
C. UAE and Oman

Understanding the ICC Men's T20 World Cup 2021 The ICC Men's T20 World Cup is a major international cricket tournament organised by the International Cricket Council (ICC). It features national teams competing in the Twenty20 International format. The tournament held in 2021 was the seventh edition of the ICC Men's T20 World Cup. Identifying the Host Countries for the ICC Men's T20 World Cup 2021 The question asks about the countries that hosted the ICC Men's T20 World Cup in 2021. While the tournament was originally scheduled to be held in India, due to the impact of the COVID-19 pandemic, the venue was changed. The tournament was then moved to the United Arab Emirates and Oman. Let's look at the options provided: West Indies And USA Australia and New Zealand UAE and Oman England and Scotland Based on the actual hosting details for the 2021 tournament, the correct host nations were the United Arab Emirates (UAE) and Oman. Therefore, the option listing UAE and Oman as the host countries is correct. Analyzing the Options Let's briefly consider the other options in the context of ICC World Cups: West Indies And USA: These countries are scheduled to co-host the ICC Men's T20 World Cup in 2024. Australia and New Zealand: These countries have previously co-hosted major ICC events, such as the Cricket World Cup (50-over format), but were not the hosts for the 2021 T20 World Cup. England and Scotland: England has hosted various ICC events, including T20 World Cups (like the 2009 edition), but was not a host for the 2021 tournament. Scotland has also hosted some international cricket matches but not a major ICC World Cup event like the T20 World Cup. The 2021 ICC Men's T20 World Cup matches were played across four venues: the Dubai International Cricket Stadium, the Sheikh Zayed Cricket Stadium in Abu Dhabi, and the Sharjah Cricket Stadium in the UAE, and the Al Amerat Cricket Ground in Muscat, Oman. Conclusion The countries that served as hosts for the ICC Men's T20 World Cup in 2021 were the UAE and Oman. Revision Table: ICC Men's T20 World Cup 2021 Facts Detail Information Tournament ICC Men's T20 World Cup 2021 Edition 7th Original Host (Planned) India Actual Hosts UAE and Oman Winner Australia Runner-up New Zealand Additional Information: ICC Men's T20 World Cup History The ICC Men's T20 World Cup started in 2007. It brings together the best teams from around the world to compete for the title in the fast-paced T20 format. The tournament has been held in various countries over the years, showcasing different cricketing nations as hosts. The frequency of the tournament is generally every two years, though this can sometimes vary. The first edition in 2007 was hosted by South Africa. Past winners include teams like India, Pakistan, England, West Indies, Sri Lanka, and Australia. Hosting the World Cup is a significant event for any cricket-playing nation, involving extensive planning and infrastructure development.

Paper & answer key PDF
Question 50archived

Which of the following is a characteristic of sedimentary rocks?

  1. A
    Lineation
  2. B
    Bands
  3. C
    Foliation
  4. D
    Lithification
Show answer
D. Lithification

Understanding Sedimentary Rock Characteristics Sedimentary rocks are a type of rock that is formed from deposits of sediment. These sediments can include pieces of other rocks (clasts), minerals, or organic matter. They are typically deposited in layers over time and undergo processes that turn them into solid rock. Analyzing the Options for Sedimentary Rocks Let's examine each provided option to determine which is a characteristic associated with sedimentary rocks: Lineation: This refers to a linear arrangement of textural or structural features within a rock. While some directional textures can occur in sedimentary rocks, lineation is most commonly associated with metamorphic rocks, where mineral grains align under differential stress. Bands: Rocks can exhibit banding in different ways. Sedimentary rocks are often characterized by distinct layers, known as bedding, which are essentially bands formed by variations in sediment type, size, or depositional conditions. However, metamorphic rocks can also show banding (gneissic banding), which is different in origin (mineral segregation under high pressure/temperature). Foliation: This is a fundamental characteristic of many metamorphic rocks. Foliation describes the planar arrangement of mineral grains or structural features due to directed pressure during metamorphism. It is not typically found in sedimentary rocks unless they have been subjected to subsequent metamorphism. Lithification: This is the process by which loose sediment is converted into solid rock. It involves compaction (where the weight of overlying sediment compresses the layers below) and cementation (where minerals precipitate from groundwater in the pore spaces between sediment grains, binding them together). Lithification is the defining process in the formation of all sedimentary rocks. Therefore, it is a primary characteristic related to their origin and structure. Lithification: The Defining Process of Sedimentary Rocks Based on the analysis, lithification is the most direct and fundamental characteristic related to the formation and nature of sedimentary rocks. While sedimentary rocks often display bedding (a form of banding), lithification is the essential process that transforms the unconsolidated sediment into the solid rock structure we recognize as a sedimentary rock. Therefore, among the given options, lithification is the most appropriate characteristic of sedimentary rocks. Rock Characteristics Comparison Characteristic Description Common Rock Type Lineation Linear arrangement of features Metamorphic, Igneous Bands (Bedding) Layering due to depositional changes Sedimentary Bands (Gneissic) Layering due to mineral segregation Metamorphic Foliation Planar arrangement of features Metamorphic Lithification Process of turning sediment into rock (compaction & cementation) Sedimentary Conclusion on Sedimentary Rock Characteristics The formation process itself, lithification, is a key characteristic inherent to sedimentary rocks. It's the process that results in their solid form from loose sediments. Revision Table: Sedimentary Rocks and Lithification Key Concepts Review Term Relevance to Sedimentary Rocks Sedimentary Rocks Rocks formed from sediments Lithification The process of forming sedimentary rocks from sediment (compaction + cementation) Compaction Process where sediment grains are pressed together under weight Cementation Process where minerals precipitate and bind sediment grains Bedding Layers or strata typical of sedimentary rocks Additional Information: Exploring Lithification and Sedimentary Rock Formation Lithification is a complex process involving physical and chemical changes. Compaction primarily occurs due to the weight of overlying sediments, reducing pore space. Cementation occurs when mineral-rich water flows through the compacted sediment. Minerals like calcite, silica, or iron oxides precipitate in the pore spaces, acting as a natural glue that binds the sediment grains together. Different types of sedimentary rocks are formed through lithification of different types of sediments: Clastic Sedimentary Rocks: Formed from lithified fragments of pre-existing rocks or minerals (e.g., sandstone, shale). Compaction and cementation are key here. Chemical Sedimentary Rocks: Formed from the precipitation of minerals from water (e.g., rock salt, some limestones). While precipitation is the primary process, subsequent compaction can also occur. Organic Sedimentary Rocks: Formed from the accumulation and lithification of organic material (e.g., coal, some limestones from shells). Compaction plays a significant role, often along with cementation or biochemical processes. Understanding lithification is crucial to understanding how sedimentary rocks are formed and their resulting properties, such as porosity and permeability.

Paper & answer key PDF
Question 51archived

The table given below shows the foreign trade by two countries in 5 different years. Country Years P Q Y1 220 95 Y2 200 155 Y3 125 245 Y4 115 225 Y5 85 140 What is the value of average foreign trade by country P in all 5 years?

  1. A
    155
  2. B
    745
  3. C
    149
  4. D
    135
Show answer
C. 149

Understanding Foreign Trade Data and Averages This question asks us to calculate the average foreign trade value for Country P over a period of 5 years using the data provided in a table. To find the average, we need to sum the foreign trade values for Country P for all 5 years and then divide by the number of years. Analysing the Provided Foreign Trade Table Let's look at the table showing the foreign trade values for Country P and Country Q across five different years (Y1, Y2, Y3, Y4, and Y5). Country & Years P Q Y1 220 95 Y2 200 155 Y3 125 245 Y4 115 225 Y5 85 140 We are interested in the foreign trade values for Country P. These values for the 5 years are: Y1: 220 Y2: 200 Y3: 125 Y4: 115 Y5: 85 Calculating the Average Foreign Trade for Country P The average of a set of numbers is calculated by summing all the numbers in the set and then dividing by the count of numbers in the set. In this case, we need to find the sum of the foreign trade values for Country P over the 5 years. Sum of foreign trade for Country P = Value(Y1) + Value(Y2) + Value(Y3) + Value(Y4) + Value(Y5) Sum = 220 + 200 + 125 + 115 + 85 Let's calculate the sum: \(220 + 200 = 420\) \(420 + 125 = 545\) \(545 + 115 = 660\) \(660 + 85 = 745\) So, the total foreign trade for Country P over the 5 years is 745. The number of years is 5. Now, we calculate the average: Average Foreign Trade for Country P \( = \frac{\text{Sum of foreign trade for Country P}}{\text{Number of years}} \) \( \text{Average} = \frac{745}{5} \) Let's perform the division: \( 745 \div 5 \) \( 745 / 5 = 149 \) The average foreign trade by Country P in all 5 years is 149. Comparing with the Options We compare our calculated average (149) with the given options: Option 1: 155 Option 2: 745 (This is the sum, not the average) Option 3: 149 Option 4: 135 Our calculated average, 149, matches Option 3. Conclusion Based on the data provided in the table, the average foreign trade by Country P in all 5 years is 149. Revision Table: Key Calculations Step Description Value 1 List Foreign Trade Values for Country P (Y1 to Y5) 220, 200, 125, 115, 85 2 Calculate the Sum of Values for Country P \(220 + 200 + 125 + 115 + 85 = 745\) 3 Number of Years 5 4 Calculate the Average (Sum / Number of Years) \(745 / 5 = 149\) Additional Information: Understanding Averages and Data Analysis The average, also known as the mean, is a fundamental concept in statistics used to find a central value of a set of numbers. It gives us a single number that represents the typical value in the dataset. Calculating averages from tables and charts is a common type of data analysis question in exams. Here are some key points about averages and data analysis from tables: Mean: The sum of values divided by the number of values. This is what we calculated here. Data Extraction: The first step in solving such problems is accurately extracting the required data points from the table. In this case, it was the trade values for Country P. Calculation: Perform the arithmetic operations carefully, whether it's summation, subtraction, multiplication, division, or percentage calculation, as required by the question. Units: While not specified in this question, always pay attention to the units of the data (e.g., in millions, in thousands) when interpreting results. Practicing data analysis questions from tables and charts helps improve skills in interpreting data and performing quick calculations, which is crucial for quantitative aptitude sections in various exams.

Paper & answer key PDF
Question 52archived

If the side of an equilateral triangle is 8 cm, then find the area of the triangle (correct to two decimal places).

  1. A
    27.17 cm2
  2. B
    27.27 cm2
  3. C
    27.71 cm2
  4. D
    27.72 cm2
Show answer
C. 27.71 cm2

Finding the Area of an Equilateral Triangle The question asks us to find the area of an equilateral triangle when the length of its side is given as 8 cm. An equilateral triangle is a triangle where all three sides are equal in length, and all three angles are equal to 60 degrees. Formula for the Area of an Equilateral Triangle The area of an equilateral triangle can be calculated using a specific formula derived from the general formula for the area of a triangle ($\frac{1}{2} \times \text{base} \times \text{height}$). For an equilateral triangle with side length 's', the formula for its area (A) is: $$A = \frac{\sqrt{3}}{4} \times s^2$$ Where 's' is the length of one side of the equilateral triangle. Step-by-Step Calculation Given the side of the equilateral triangle is 8 cm. We will substitute this value into the formula: Given side, $s = 8 \text{ cm}$ Area, $A = \frac{\sqrt{3}}{4} \times s^2$ Substitute the value of s: $$A = \frac{\sqrt{3}}{4} \times (8 \text{ cm})^2$$ $$A = \frac{\sqrt{3}}{4} \times 64 \text{ cm}^2$$ Now, we can simplify the expression: $$A = \sqrt{3} \times \frac{64}{4} \text{ cm}^2$$ $$A = \sqrt{3} \times 16 \text{ cm}^2$$ To get a numerical value, we use the approximate value of $\sqrt{3}$, which is approximately 1.73205. $$A \approx 1.73205 \times 16 \text{ cm}^2$$ $$A \approx 27.7128 \text{ cm}^2$$ Rounding to Two Decimal Places The question asks for the area to be rounded to two decimal places. The third decimal place is 2, which is less than 5. Therefore, we round down, keeping the second decimal place as it is. Area $\approx 27.71 \text{ cm}^2$ So, the area of the equilateral triangle with a side of 8 cm is approximately 27.71 cm², correct to two decimal places. Revision Table: Equilateral Triangle Properties & Area Property Description Formula (side 's') Sides All 3 sides are equal $s_1 = s_2 = s_3 = s$ Angles All 3 angles are equal $60^\circ$ each Perimeter Sum of all sides $P = 3s$ Height Altitude from vertex to opposite side $h = \frac{\sqrt{3}}{2}s$ Area Space enclosed by the triangle $A = \frac{\sqrt{3}}{4}s^2$ Additional Information: Understanding Equilateral Triangles Equilateral triangles are special types of triangles because of their perfect symmetry. This symmetry gives them unique properties that simplify calculations like finding the area or height. An equilateral triangle is also an equiangular triangle because all its angles are equal (60 degrees). It is a regular polygon with 3 sides. The altitude, median, angle bisector, and perpendicular bisector from any vertex are all the same line segment. The centroid, orthocenter, incenter, and circumcenter all coincide at a single point within the triangle. Knowing these properties, especially the formula for the area, is crucial for solving geometry problems involving equilateral triangles.

Paper & answer key PDF
Question 53archived

If the HCF of two numbers is 8 , then which of the following can NEVER be their LCM?

  1. A
    56
  2. B
    48
  3. C
    42
  4. D
    40
Show answer
C. 42

Understanding HCF and LCM Relationship The Highest Common Factor (HCF) of two numbers is the largest number that divides both numbers without leaving a remainder. The Least Common Multiple (LCM) of two numbers is the smallest number that is a multiple of both numbers. There is a fundamental relationship between the HCF and LCM of any two positive integers. The most important property relevant to this question is: The LCM of two numbers is always divisible by their HCF. In other words, if you divide the LCM by the HCF, the result must be a whole number (an integer). Checking Options Based on HCF Property Given that the HCF of two numbers is 8, their LCM must be a multiple of 8. This means that when we divide the LCM by 8, we should get an integer. We need to check which of the given options does NOT satisfy this condition. Option Proposed LCM Check Divisibility by HCF (8) Result Can it be the LCM? 1 56 \(\frac{56}{8}\) 7 Yes (7 is an integer) 2 48 \(\frac{48}{8}\) 6 Yes (6 is an integer) 3 42 \(\frac{42}{8}\) Not an integer No (42 divided by 8 is 5 with a remainder of 2, or 5.25) 4 40 \(\frac{40}{8}\) 5 Yes (5 is an integer) From the table, we can see that 56, 48, and 40 are all divisible by 8, resulting in integers (7, 6, and 5 respectively). This means that if the HCF of two numbers is 8, their LCM *could* potentially be 56, 48, or 40 (provided there exist pairs of numbers with HCF 8 and these LCMs). However, 42 is not divisible by 8. \(\frac{42}{8} = 5.25\), which is not an integer. Therefore, 42 cannot be a multiple of 8. Identifying the Number that Cannot be the LCM Since the LCM of two numbers must always be a multiple of their HCF, and 42 is not a multiple of 8 (the given HCF), 42 can NEVER be the LCM of two numbers whose HCF is 8. Revision Table: Key Concepts for HCF and LCM Concept Definition Key Property (for two numbers) HCF (Highest Common Factor) Largest number dividing both numbers LCM is always a multiple of HCF. HCF \(\times\) LCM = Product of the two numbers. LCM (Least Common Multiple) Smallest multiple of both numbers Additional Information on HCF and LCM The relationship between HCF and LCM is a crucial concept in number theory. The property that LCM is divisible by HCF is fundamental. Let's consider the other property mentioned: HCF \(\times\) LCM = Product of the two numbers. For example, consider numbers 12 and 18. Factors of 12: 1, 2, 3, 4, 6, 12 Factors of 18: 1, 2, 3, 6, 9, 18 HCF(12, 18) = 6 Multiples of 12: 12, 24, 36, 48, ... Multiples of 18: 18, 36, 54, ... LCM(12, 18) = 36 Check the properties: Is LCM divisible by HCF? \(\frac{36}{6} = 6\). Yes. Is HCF \(\times\) LCM = Product of numbers? \(6 \times 36 = 216\). \(12 \times 18 = 216\). Yes. This second property (HCF \(\times\) LCM = Product) is valid only for two numbers. However, the property that LCM is always a multiple of HCF is a direct consequence of their definitions and holds true.

Paper & answer key PDF
Question 54archived

The average weight of apples in a basket is 50 kg. 6 more apples with the average weight of 60 kg are added in the basket. If the average weight of the basket is increased by 5 kg, then find the number of apples in the basket originally.

  1. A
    4
  2. B
    6
  3. C
    2
  4. D
    8
Show answer
B. 6

Correct answer: 6 Number of apples added \(= 6\). Average weight of added apples \(= 60\) kg. Total weight added \(= 6 \times 60 = 360\) kg. New total number of apples \(= 6 + 6 = 12\). New total weight \(= 300 + 360 = 660\) kg. New average weight \(= \frac{660}{12} = 55\) kg. The new average weight (55 kg) is indeed 5 kg more than the original average weight (50 kg), confirming our calculation.

Paper & answer key PDF
Question 55archived

Find the simple interest on ₹2,700 for 8 months at 5 paise per rupee per month.

  1. A
    ₹950
  2. B
    ₹720
  3. C
    ₹540
  4. D
    ₹1,080
Show answer
D. ₹1,080

Calculating Simple Interest on ₹2,700 This question asks us to calculate the simple interest on a principal amount over a specific period at a given rate. Let's break down the problem and use the simple interest formula. Understanding Simple Interest Simple interest is a type of interest calculation where the interest earned is only on the initial principal amount borrowed or invested. It does not compound, meaning you don't earn interest on the interest previously earned. Given Information From the question, we have the following details: Principal amount (P) = ₹ 2,700 Time period (T) = 8 months Rate of interest (R) = 5 paise per rupee per month Interpreting the Interest Rate The rate is given as "5 paise per rupee per month". This means for every rupee of principal, the interest earned is 5 paise each month. 1 rupee = 100 paise So, 5 paise per rupee is equivalent to \(\frac{5}{100}\) per rupee. As a percentage, this rate is \(\frac{5}{100} \times 100\% = 5\%\). Therefore, the rate of interest (R) is 5% per month. Simple Interest Formula The formula for calculating simple interest (SI) is: \( SI = \frac{P \times R \times T}{100} \) Where: \( P \) is the Principal amount. \( R \) is the Rate of interest (as a percentage per period). \( T \) is the Time period (in the same unit as the rate period). In our case, the rate is given per month, and the time is in months. So, we can directly use T in months and R as the percentage value per month. Calculating the Simple Interest Now, let's substitute the given values into the formula: P = ₹ 2,700 R = 5% per month (so, R = 5 in the formula) T = 8 months \( SI = \frac{2700 \times 5 \times 8}{100} \) Perform the multiplication in the numerator: \( SI = \frac{2700 \times 40}{100} \) Now, divide by 100: \( SI = \frac{108000}{100} \) \( SI = 1080 \) Result The simple interest calculated is ₹ 1,080. Component Value Principal (P) ₹ 2,700 Time (T) 8 months Rate (R) 5 paise per rupee per month (5% per month) Simple Interest (SI) ₹ 1,080 Comparing this result with the given options, we find that ₹ 1,080 is one of the options. Revision Table: Simple Interest Calculation Key Concept Description Formula Principal (P) The initial amount of money. - Rate (R) The percentage at which interest is charged per period. Expressed as % per annum, month, etc. Time (T) The duration for which the money is borrowed/invested. Needs to be in the same unit as the rate period. Simple Interest (SI) Interest calculated only on the principal. \( SI = \frac{P \times R \times T}{100} \) Amount Total money = Principal + Simple Interest. \( A = P + SI \) Additional Information on Simple Interest Understanding simple interest is fundamental in finance. Here are some related points: Rate Period: It's crucial that the time period (T) and the rate period (R) match. If the rate is per annum, the time must be in years. If the rate is per month, the time must be in months. Converting Units: If the rate and time units don't match (e.g., rate per annum, time in months), one of them must be converted. For example, to convert months to years, divide the number of months by 12. Paise per Rupee: A rate given as 'X paise per rupee' means X/100 per rupee, which is X%. The phrase 'per month' or 'per annum' indicates the time period for that rate. Applications: Simple interest is often used for short-term loans or simple deposit schemes. More complex financial products typically use compound interest. Amount Calculation: The total amount payable or receivable at the end of the term is the Principal plus the Simple Interest (\( \text{Amount} = P + SI \)).

Paper & answer key PDF
Question 56archived

Find the mean proportional between 27 and 300.

  1. A
    90
  2. B
    45
  3. C
    135
  4. D
    180
Show answer
A. 90

Understanding the Mean Proportional Concept The mean proportional between two positive numbers, let's say 'a' and 'b', is a number 'x' such that the ratio of 'a' to 'x' is equal to the ratio of 'x' to 'b'. This relationship can be written as a proportion: \[ \frac{a}{x} = \frac{x}{b} \] Cross-multiplying this proportion gives us: \[ x^2 = ab \] To find 'x', we take the square root of both sides: \[ x = \sqrt{ab} \] So, the mean proportional between two numbers is the square root of their product. It is also sometimes called the geometric mean of the two numbers. Calculating the Mean Proportional Between 27 and 300 We are asked to find the mean proportional between the numbers 27 and 300. Using the formula derived above, where \(a = 27\) and \(b = 300\), the mean proportional \(x\) is: \[ x = \sqrt{a \times b} \] Substitute the given values: \[ x = \sqrt{27 \times 300} \] Step-by-Step Calculation Let's perform the multiplication and then find the square root: First, multiply 27 by 300: \[ 27 \times 300 = 27 \times (3 \times 100) \] \[ = (27 \times 3) \times 100 \] \[ = 81 \times 100 \] \[ = 8100 \] Now, find the square root of the product: \[ x = \sqrt{8100} \] We know that \( \sqrt{81} = 9 \) and \( \sqrt{100} = 10 \). Therefore, \[ \sqrt{8100} = \sqrt{81 \times 100} \] \[ = \sqrt{81} \times \sqrt{100} \] \[ = 9 \times 10 \] \[ = 90 \] Thus, the mean proportional between 27 and 300 is 90. Verification To verify, we can check the proportion: \[ \frac{27}{90} \quad \text{and} \quad \frac{90}{300} \] Simplify the first ratio: \[ \frac{27}{90} = \frac{27 \div 9}{90 \div 9} = \frac{3}{10} \] Simplify the second ratio: \[ \frac{90}{300} = \frac{90 \div 30}{300 \div 30} = \frac{3}{10} \] Since \( \frac{27}{90} = \frac{90}{300} = \frac{3}{10} \), the proportion holds true, confirming that 90 is indeed the mean proportional between 27 and 300. Summary of the Calculation Step Description Calculation 1 Identify the numbers (a and b) \(a = 27\), \(b = 300\) 2 Apply the mean proportional formula \(x = \sqrt{a \times b}\) 3 Substitute the values \(x = \sqrt{27 \times 300}\) 4 Calculate the product \(27 \times 300 = 8100\) 5 Find the square root of the product \(x = \sqrt{8100} = 90\) Conclusion on Finding the Mean Proportional The mean proportional between 27 and 300 is 90. This calculation demonstrates how to apply the concept of mean proportional, which is fundamental in ratios and proportions. Revision Table: Mean Proportional Calculation Concept Formula Example (a=27, b=300) Mean Proportional (x) \(x = \sqrt{ab}\) \(x = \sqrt{27 \times 300} = \sqrt{8100} = 90\) Additional Information: Ratio and Proportion Concepts The mean proportional is a special case within the broader topic of ratios and proportions. Here are a few related concepts: Ratio: A comparison of two quantities by division. Written as \(a:b\) or \(a/b\). Proportion: An equality between two ratios. Written as \(a:b :: c:d\) or \(a/b = c/d\). Here, a, b, c, and d are in proportion. Terms of a Proportion: In \(a:b = c:d\), 'a' and 'd' are called extremes, and 'b' and 'c' are called means. The product of the extremes is equal to the product of the means (ad = bc). Third Proportional: If a, b, and c are in continued proportion (\(a:b = b:c\)), then 'c' is called the third proportional to 'a' and 'b'. Here, \(b^2 = ac\), so \(c = b^2/a\). Fourth Proportional: If a, b, c, and d are in proportion (\(a:b = c:d\)), then 'd' is called the fourth proportional to a, b, and c. Here, \(ad = bc\), so \(d = bc/a\). Mean Proportional (Geometric Mean): If a, x, and b are in continued proportion (\(a:x = x:b\)), then 'x' is the mean proportional between 'a' and 'b'. Here, \(x^2 = ab\), so \(x = \sqrt{ab}\). This confirms our calculation method.

Paper & answer key PDF
Question 57archived

Ramesh claims that he is selling onions at Rs. 36 per kg, which costs him Rs. 40 per kg, but he gives 800 grams instead of 1 kg. Find Ramesh's percentage gain or loss.

  1. A
    Gain 13.5%
  2. B
    Loss 13.5%
  3. C
    Loss 12.5%
  4. D
    Gain 12.5%
Show answer
D. Gain 12.5%

Understanding the Problem: Dishonest Selling with False Weight This problem involves a scenario where a seller, Ramesh, is using a dishonest practice. He claims to sell onions at a price lower than his cost price, which would normally result in a loss. However, he compensates for this claimed loss by giving a lesser quantity (800 grams) than what the customer pays for (1 kg). To find his actual gain or loss, we need to compare the actual cost of the quantity of onions he sells (800 grams) with the actual amount of money he receives for selling that quantity. Calculating the Actual Cost Price Ramesh buys onions at Rs. 40 per kg. He sells 800 grams to the customer. We need to find the cost price of these 800 grams. Cost of 1 kg (1000 grams) = Rs. 40 Cost of 1 gram = \( \frac{40}{1000} \) Rupees Cost of 800 grams = \( \frac{40}{1000} \times 800 \) Rupees Actual Cost Price (CP) for 800 grams = \( \frac{40 \times 800}{1000} = \frac{32000}{1000} = 32 \) Rupees So, the actual cost of the onions Ramesh sold is Rs. 32. Calculating the Actual Selling Price Ramesh tells the customer he is selling at Rs. 36 per kg. The customer pays for 1 kg, assuming they are getting 1 kg at this price. Even though the customer receives only 800 grams, Ramesh collects money as if he sold 1 kg at the claimed price. Claimed Selling Price (SP) per kg = Rs. 36 Amount collected from the customer (for what is charged as 1 kg) = Rs. 36 This Rs. 36 is the actual selling price received for the 800 grams of onions. Finding the Gain or Loss Amount Now we compare the actual selling price (SP) with the actual cost price (CP) for the 800 grams sold. Actual Selling Price (SP) = Rs. 36 Actual Cost Price (CP) = Rs. 32 Since the Actual SP (Rs. 36) is greater than the Actual CP (Rs. 32), Ramesh makes a gain. Gain = Actual SP - Actual CP Gain = Rs. 36 - Rs. 32 = Rs. 4 Ramesh makes a gain of Rs. 4 on the transaction of selling 800 grams. Calculating the Percentage Gain The percentage gain is calculated on the actual cost price of the quantity sold. Percentage Gain = \( \left( \frac{\text{Gain}}{\text{Actual CP}} \right) \times 100\% \) Percentage Gain = \( \left( \frac{4}{32} \right) \times 100\% \) Percentage Gain = \( \left( \frac{1}{8} \right) \times 100\% \) Percentage Gain = \( 0.125 \times 100\% = 12.5\% \) Ramesh's percentage gain is 12.5%. Summary of Calculation Steps StepDescriptionCalculationResult 1Actual Cost of 800g\( \frac{40}{1000} \times 800 \)Rs. 32 2Actual Selling Price receivedRs. 36 (Charged for 1kg at Rs. 36/kg)Rs. 36 3Gain AmountActual SP - Actual CP = \( 36 - 32 \)Rs. 4 4Percentage Gain\( \left( \frac{\text{Gain}}{\text{Actual CP}} \right) \times 100 \) = \( \left( \frac{4}{32} \right) \times 100 \)12.5% The final result shows a percentage gain of 12.5%. Revision Table: Key Concepts in Profit and Loss TermDefinitionFormula/Relation Cost Price (CP)The price at which an article is purchased.- Selling Price (SP)The price at which an article is sold.- Gain (Profit)When Selling Price > Cost Price.Gain = SP - CP LossWhen Cost Price > Selling Price.Loss = CP - SP Percentage GainGain calculated as a percentage of the Cost Price.\( \% \text{Gain} = \left( \frac{\text{Gain}}{\text{CP}} \right) \times 100 \) Percentage LossLoss calculated as a percentage of the Cost Price.\( \% \text{Loss} = \left( \frac{\text{Loss}}{\text{CP}} \right) \times 100 \) Additional Information: Dealing with False Weights Problems involving false weights are common variations of profit and loss questions. The key is always to compare the actual cost of the quantity delivered with the amount received from the customer. Assume a base quantity (like 1 kg or 1000 grams). Calculate the cost price of the quantity actually sold (e.g., 800 grams). Calculate the selling price received for the quantity charged for (e.g., charging for 1 kg, even if less is given). Compare the actual cost and actual selling price to find the gain or loss. Calculate the percentage gain or loss based on the actual cost price. In this specific case, Ramesh gives 800g but charges for 1000g. His cost is for 800g, but his revenue is based on charging for 1000g (at a discounted rate). The calculation reflects this difference.

Paper & answer key PDF
Question 58archived

If in a triangle ABC as drawn in the figure, AB = AC and ∠ACD = 130°, then ∠BAC is equal to:

Question figure
  1. A
    60°
  2. B
    50°
  3. C
    70°
  4. D
    80°
Show answer
D. 80°

Given: AB = AC ∠ACD = 130° Concept Used: Linear Pair Theorem Angle sum Property = Sum of all the angles of the triangle is 180°. Calculation: In triangle ABC, ∠ACD + ∠ACB = 180° (Linear Pair) ∠ACB = 180 - 130 = 50° Since, AB = AC, Triangle ABC is an isosceles triangle. ∠ACB = ∠ABC = 50° Apply Angle Sum Property, ∠ACB + ∠ABC + ∠BAC = 180° ∠BAC = 180 - (50 + 50) ∠BAC = 80° ∴ Option 4 is the correct answer.

Paper & answer key PDF
Question 59archived

Three candidates were participating in an election. The person in third place got 20% of the total votes while the difference between the votes of the winner and the first runner-up was 20% of the total votes. If the difference between the votes of the first runner-up and the second runner-up was 37,000, how many votes did the winner receive?

  1. A
    1,80,000
  2. B
    1,85,000
  3. C
    1,75,000
  4. D
    1,95,000
Show answer
B. 1,85,000

Step 1: Let total = T, runner-up = R. Winner = R + 0.20 T, third place = 0.20 T. Step 2: Sum: (R + 0.20 T) + R + 0.20 T = T ⇒ R = 0.30 T. Winner = 0.50 T. Step 3: R − third = 0.10 T = 37000 ⇒ T = 3,70,000. Winner = 0.50 · 3,70,000 = 1,85,000. ∴ 1,85,000

Paper & answer key PDF
Question 60archived

In the given figure, O is the centre of the circle and ∠AOC = 140°. Find ∠ABC.

Question figure
  1. A
    95°
  2. B
    110°
  3. C
    120°
  4. D
    103°
Show answer
B. 110°

Given : O is the centre of the circle ∠AOC =140° Calculation: O is the centre of the circle Take a point D in remaining arc ∠AOC = 140° ∠AOC = 2∠ADC ( Angle formed by chord at centre = twice angle formed in same arc segment) ⇒ 140° = 2∠ADC ⇒ ∠ADC = 70° ABCD will be a cyclic quadrilateral Sum of opposite angles of cyclic quadrilateral = 180° ⇒ ∠ABC + ∠ADC= 180° ⇒ 70° + ∠ABC = 180° ⇒ ∠ABC = 110° ∴ Option 2 is the correct answer.

Solution figurePaper & answer key PDF
Question 61archived

Find the remainder when we divide 3x4 - 2x2 + 4x - 1 by 2x - 1.

  1. A
    1.2
  2. B
    3
  3. C
    \(\frac{11}{16}\)
  4. D
    \(\frac{15}{16}\)
Show answer
C. \(\frac{11}{16}\)

Understanding the Remainder Theorem for Polynomial Division This problem asks us to find the remainder when a polynomial, $3x^4 - 2x^2 + 4x - 1$, is divided by a linear expression, $2x - 1$. The most efficient way to solve this is by using the Remainder Theorem. What is the Remainder Theorem? The Remainder Theorem is a fundamental concept in polynomial algebra. It states that if a polynomial $P(x)$ is divided by a linear divisor of the form $x - a$, the remainder of the division is equal to $P(a)$. In our case, the divisor is $2x - 1$. To use the Remainder Theorem, we need to write the divisor in the form $x - a$. We can factor out the coefficient of $x$ from $2x - 1$: \[ 2x - 1 = 2\left(x - \frac{1}{2}\right) \] When we divide a polynomial $P(x)$ by $2(x - 1/2)$, the remainder is the same as when dividing by $(x - 1/2)$, but the quotient is halved. However, the Remainder Theorem applies directly to the value $a$ obtained when setting the original linear divisor to zero. So, we set the divisor $2x - 1$ equal to zero to find the value of $x$ we need to substitute into the polynomial: \[ 2x - 1 = 0 \] \[ 2x = 1 \] \[ x = \frac{1}{2} \] According to the Remainder Theorem, the remainder when $P(x) = 3x^4 - 2x^2 + 4x - 1$ is divided by $2x - 1$ is equal to $P\left(\frac{1}{2}\right)$. Calculating the Remainder using Substitution Now we substitute $x = \frac{1}{2}$ into the polynomial $P(x) = 3x^4 - 2x^2 + 4x - 1$: \[ P\left(\frac{1}{2}\right) = 3\left(\frac{1}{2}\right)^4 - 2\left(\frac{1}{2}\right)^2 + 4\left(\frac{1}{2}\right) - 1 \] Let's calculate each term step-by-step: Calculate the first term: $3\left(\frac{1}{2}\right)^4$ \[ \left(\frac{1}{2}\right)^4 = \frac{1^4}{2^4} = \frac{1}{16} \] \[ 3\left(\frac{1}{2}\right)^4 = 3 \times \frac{1}{16} = \frac{3}{16} \] Calculate the second term: $-2\left(\frac{1}{2}\right)^2$ \[ \left(\frac{1}{2}\right)^2 = \frac{1^2}{2^2} = \frac{1}{4} \] \[ -2\left(\frac{1}{2}\right)^2 = -2 \times \frac{1}{4} = -\frac{2}{4} = -\frac{1}{2} \] Calculate the third term: $4\left(\frac{1}{2}\right)$ \[ 4\left(\frac{1}{2}\right) = \frac{4}{2} = 2 \] The fourth term is $-1$. Now substitute these values back into the expression for $P\left(\frac{1}{2}\right)$: \[ P\left(\frac{1}{2}\right) = \frac{3}{16} - \frac{1}{2} + 2 - 1 \] Combine the constant terms first: \[ P\left(\frac{1}{2}\right) = \frac{3}{16} - \frac{1}{2} + 1 \] To combine the fractions, find a common denominator. The least common multiple of 16 and 2 is 16. \[ \frac{1}{2} = \frac{1 \times 8}{2 \times 8} = \frac{8}{16} \] \[ 1 = \frac{1 \times 16}{1 \times 16} = \frac{16}{16} \] Now substitute these equivalent fractions back into the expression: \[ P\left(\frac{1}{2}\right) = \frac{3}{16} - \frac{8}{16} + \frac{16}{16} \] Combine the numerators over the common denominator: \[ P\left(\frac{1}{2}\right) = \frac{3 - 8 + 16}{16} \] \[ P\left(\frac{1}{2}\right) = \frac{-5 + 16}{16} \] \[ P\left(\frac{1}{2}\right) = \frac{11}{16} \] Therefore, the remainder when $3x^4 - 2x^2 + 4x - 1$ is divided by $2x - 1$ is $\frac{11}{16}$. Summary of Steps Identify the polynomial $P(x)$ and the linear divisor $D(x)$. Set the divisor $D(x)$ equal to zero and solve for $x$. This gives the value 'a' for the Remainder Theorem. Substitute the value of $x$ found in the previous step into the polynomial $P(x)$. Evaluate the resulting expression to find the remainder. Step Action Calculation 1 Identify $P(x)$ and $D(x)$ $P(x) = 3x^4 - 2x^2 + 4x - 1$ $D(x) = 2x - 1$ 2 Find 'a' such that $D(a)=0$ $2a - 1 = 0 \Rightarrow a = \frac{1}{2}$ 3 Evaluate $P(a)$ $P\left(\frac{1}{2}\right) = 3\left(\frac{1}{2}\right)^4 - 2\left(\frac{1}{2}\right)^2 + 4\left(\frac{1}{2}\right) - 1$ 4 Simplify and Calculate $P\left(\frac{1}{2}\right) = \frac{3}{16} - \frac{1}{2} + 2 - 1$ $ = \frac{3}{16} - \frac{8}{16} + \frac{32}{16} - \frac{16}{16}$ $ = \frac{3 - 8 + 32 - 16}{16} = \frac{11}{16}$ (Correction in step 4 calculation vs previous steps, showing alternative grouping) Note: The step-by-step calculation shown previously ($2-1=1$) is also correct. Both ways of grouping the constant terms lead to the same final result. Revision Table: Key Concepts Concept Description Polynomial An expression consisting of variables and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponents of variables. Linear Divisor A polynomial of degree 1, typically in the form $ax + b$. Remainder Theorem If $P(x)$ is a polynomial and $a$ is any real number, then the remainder when $P(x)$ is divided by $(x - a)$ is $P(a)$. For a divisor $(ax+b)$, the remainder is $P(-\frac{b}{a})$. Additional Information: Synthetic Division While the Remainder Theorem is easiest for just finding the remainder, you could also use synthetic division to find both the quotient and the remainder when dividing by a linear factor. For a divisor like $2x - 1$, you first divide the polynomial by 2 to get a monic divisor $x - \frac{1}{2}$. Then perform synthetic division with $\frac{1}{2}$. The numbers in the last row give the coefficients of the quotient and the remainder. The last number is the remainder. The other numbers are the coefficients of the quotient of $P(x)$ divided by $(x - 1/2)$. To get the quotient when dividing by $(2x - 1)$, you would then divide these quotient coefficients by 2. Let's briefly look at the synthetic division setup for dividing by $x - \frac{1}{2}$: Polynomial coefficients (including 0 for missing $x^3$ term): 3, 0, -2, 4, -1. The value of $a$ is $\frac{1}{2}$. \[ \begin{array}{c|ccccc} \frac{1}{2} & 3 & 0 & -2 & 4 & -1 \\ & & \frac{3}{2} & \frac{3}{4} & -\frac{5}{8} & \frac{27}{16} \\ \hline & 3 & \frac{3}{2} & -\frac{5}{4} & \frac{27}{8} & \frac{11}{16} \\ \end{array} \] The last number, $\frac{11}{16}$, is the remainder, which matches the result from the Remainder Theorem. The other numbers (3, $\frac{3}{2}$, $-\frac{5}{4}$, $\frac{27}{8}$) are the coefficients of the quotient when dividing by $x - \frac{1}{2}$. This quotient is $3x^3 + \frac{3}{2}x^2 - \frac{5}{4}x + \frac{27}{8}$. To get the quotient when dividing by $2x - 1$, we divide this by 2, resulting in $\frac{3}{2}x^3 + \frac{3}{4}x^2 - \frac{5}{8}x + \frac{27}{16}$. Synthetic division confirms the remainder found using the Remainder Theorem.

Paper & answer key PDF
Question 62archived

Study the table and answer the question. Maximum Marks → Subjects Students ↓ Chemistry 300 Mathematics 300 Physics 150 Hindi 300 English 200 Raju 60 85 90 80 65 Shyamu 65 70 60 75 65 Mohan 70 75 80 65 85 Shobh 60 65 60 85 80 Sushil 65 75 70 60 75 Percentage of marks obtained by 5 students in different subjects. Marks obtained by Sushil in English is less/greater than that by Shyamu is:

  1. A
    10 less
  2. B
    15 more
  3. C
    20 more
  4. D
    25 less
Show answer
C. 20 more

Solving the Marks Comparison Problem The question asks us to find the difference in marks obtained by Sushil and Shyamu in the English subject based on the provided table. The table shows the percentage of marks obtained by five students in five different subjects, along with the maximum marks for each subject. Understanding the Data Table Let's first understand how to read the table. Each row represents a student, and each column (after the student names) represents a subject. The values in the table are the percentages of marks obtained by each student in that specific subject. The maximum marks for each subject are listed at the top of the corresponding subject column. Maximum Marks → Subjects → Chemistry Mathematics Physics Hindi English Students ↓ 300 300 150 300 200 Raju 60 85 90 80 65 Shyamu 65 70 60 75 65 Mohan 70 75 80 65 85 Shobh 60 65 60 85 80 Sushil 65 75 70 60 75 Extracting Relevant Information for English Marks We need to focus on the 'English' subject column and the rows for 'Sushil' and 'Shyamu'. Maximum Marks for English = 200 Percentage of marks obtained by Sushil in English = 75% Percentage of marks obtained by Shyamu in English = 65% Calculating Marks Obtained To find the actual marks obtained, we use the formula: $$\text{Marks Obtained} = \left( \frac{\text{Percentage Obtained}}{100} \right) \times \text{Maximum Marks}$$ Let's calculate the marks for Sushil and Shyamu in English: Marks obtained by Sushil in English: $$\text{Sushil's Marks} = \left( \frac{75}{100} \right) \times 200$$ $$\text{Sushil's Marks} = 0.75 \times 200 = 150$$ Marks obtained by Shyamu in English: $$\text{Shyamu's Marks} = \left( \frac{65}{100} \right) \times 200$$ $$\text{Shyamu's Marks} = 0.65 \times 200 = 130$$ Comparing Marks and Finding the Difference Now we compare the marks obtained by Sushil and Shyamu in English. Sushil's Marks = 150 Shyamu's Marks = 130 To find the difference, we subtract Shyamu's marks from Sushil's marks: $$\text{Difference} = \text{Sushil's Marks} - \text{Shyamu's Marks}$$ $$\text{Difference} = 150 - 130 = 20$$ Since the difference is positive (20), it means Sushil obtained 20 marks more than Shyamu in English. Conclusion The marks obtained by Sushil in English are 20 greater than that by Shyamu. Comparing with Options Let's check the given options: 10 less 15 more 20 more 25 less Our calculated difference is 20, and Sushil's marks are greater. Therefore, the marks obtained by Sushil in English is 20 more than that by Shyamu. The correct option is 20 more. Revision Table: Key Information Extraction Item Value Source Maximum Marks (English) 200 Table header Sushil's Percentage (English) 75% Sushil's row, English column Shyamu's Percentage (English) 65% Shyamu's row, English column Additional Information on Percentage Calculations and Data Interpretation Understanding how to calculate actual values from percentages is crucial in data interpretation problems like this. A percentage represents a fraction of a whole, where the whole is the maximum possible value. For example, 75% of 200 means $\frac{75}{100}$ times 200. Similarly, 65% of 200 means $\frac{65}{100}$ times 200. Data interpretation questions often require extracting specific pieces of information from tables, graphs, or charts and then performing calculations (like finding sums, averages, differences, ratios, or percentages) to answer the question. Always carefully read the labels and headings to understand what the data represents.

Paper & answer key PDF
Question 63archived

Which of the following statement is correct? I. If \(\mathrm{K}+\frac{1}{\mathrm{~K}}=12\), then \(\mathrm{K}^2+\frac{1}{\mathrm{~K}^2}=142\) II. The value of \(\left(\mathrm{k}^2+\frac{1}{\mathrm{k}^2}\right)\left(\mathrm{k}-\frac{1}{\mathrm{k}}\right)\left(\mathrm{k}^4+\frac{1}{\mathrm{k}^4}\right)\left(\mathrm{k}+\frac{1}{\mathrm{k}}\right) \) is \(\mathrm{k}^{16}-\frac{1}{\mathrm{k}^{16}}\)

  1. A
    Only I
  2. B
    Neither I nor II
  3. C
    Both I and II
  4. D
    Only II
Show answer
A. Only I

Understanding Algebraic Statements This question asks us to evaluate the correctness of two separate algebraic statements. We need to analyze each statement independently using algebraic properties and formulas. Evaluating Statement I: If \(K+\frac{1}{K}=12\), then \(K^2+\frac{1}{K^2}=142\) Statement I provides a condition \(K+\frac{1}{K}=12\) and claims that this implies \(K^2+\frac{1}{K^2}=142\). To check if this is true, we can start with the given condition and perform algebraic operations to see if we can arrive at the claimed result. Given: \(K + \frac{1}{K} = 12\) To obtain terms like \(K^2\) and \(\frac{1}{K^2}\), we can square both sides of the equation. Squaring both sides of an equation is a valid algebraic operation as long as we do it to the entire left side and the entire right side. Squaring both sides: \(\left(K + \frac{1}{K}\right)^2 = (12)^2\) Now, we use the algebraic identity \((a+b)^2 = a^2 + 2ab + b^2\) on the left side, where \(a = K\) and \(b = \frac{1}{K}\). \(K^2 + 2 \cdot K \cdot \frac{1}{K} + \left(\frac{1}{K}\right)^2 = 144\) Simplify the middle term \(2 \cdot K \cdot \frac{1}{K}\). Since \(K \cdot \frac{1}{K} = 1\), the middle term simplifies to \(2 \cdot 1 = 2\). Also, \(\left(\frac{1}{K}\right)^2 = \frac{1^2}{K^2} = \frac{1}{K^2}\). The equation becomes: \(K^2 + 2 + \frac{1}{K^2} = 144\) To find the value of \(K^2 + \frac{1}{K^2}\), we subtract 2 from both sides of the equation. \(K^2 + \frac{1}{K^2} = 144 - 2\) \(K^2 + \frac{1}{K^2} = 142\) Our derivation shows that if \(K+\frac{1}{K}=12\), then \(K^2+\frac{1}{K^2}=142\). This matches the claim made in Statement I. Therefore, Statement I is correct. Evaluating Statement II: The value of \(\left(k^2+\frac{1}{k^2}\right)\left(k-\frac{1}{k}\right)\left(k^4+\frac{1}{k^4}\right)\left(k+\frac{1}{k}\right)\) is \(\mathrm{k}^{16}-\frac{1}{\mathrm{k}^{16}}\) Statement II involves simplifying a complex algebraic expression and claiming its value is \(\mathrm{k}^{16}-\frac{1}{\mathrm{k}^{16}}\). Let's simplify the given expression: Expression: \(\left(k^2+\frac{1}{k^2}\right)\left(k-\frac{1}{k}\right)\left(k^4+\frac{1}{k^4}\right)\left(k+\frac{1}{k}\right)\) We can rearrange the terms for easier simplification using the difference of squares formula, \((a+b)(a-b) = a^2 - b^2\). Let's group the terms: \(\left(k+\frac{1}{k}\right)\left(k-\frac{1}{k}\right)\left(k^2+\frac{1}{k^2}\right)\left(k^4+\frac{1}{k^4}\right)\) Apply the difference of squares formula to the first pair \(\left(k+\frac{1}{k}\right)\left(k-\frac{1}{k}\right)\) where \(a=k\) and \(b=\frac{1}{k}\): \(\left(k+\frac{1}{k}\right)\left(k-\frac{1}{k}\right) = k^2 - \left(\frac{1}{k}\right)^2 = k^2 - \frac{1}{k^2}\) Substitute this back into the expression: \(\left(k^2 - \frac{1}{k^2}\right)\left(k^2+\frac{1}{k^2}\right)\left(k^4+\frac{1}{k^4}\right)\) Now apply the difference of squares formula to the next pair \(\left(k^2 - \frac{1}{k^2}\right)\left(k^2+\frac{1}{k^2}\right)\) where \(a=k^2\) and \(b=\frac{1}{k^2}\): \(\left(k^2 - \frac{1}{k^2}\right)\left(k^2+\frac{1}{k^2}\right) = (k^2)^2 - \left(\frac{1}{k^2}\right)^2 = k^{2 \cdot 2} - \frac{1}{k^{2 \cdot 2}} = k^4 - \frac{1}{k^4}\) Substitute this back into the expression: \(\left(k^4 - \frac{1}{k^4}\right)\left(k^4+\frac{1}{k^4}\right)\) Apply the difference of squares formula one last time to the remaining pair \(\left(k^4 - \frac{1}{k^4}\right)\left(k^4+\frac{1}{k^4}\right)\) where \(a=k^4\) and \(b=\frac{1}{k^4}\): \(\left(k^4 - \frac{1}{k^4}\right)\left(k^4+\frac{1}{k^4}\right) = (k^4)^2 - \left(\frac{1}{k^4}\right)^2 = k^{4 \cdot 2} - \frac{1}{k^{4 \cdot 2}} = k^8 - \frac{1}{k^8}\) So, the simplified value of the expression is \(k^8 - \frac{1}{k^8}\). Statement II claims the value is \(k^{16}-\frac{1}{k^{16}}\). Since \(k^8 - \frac{1}{k^8}\) is not equal to \(k^{16}-\frac{1}{k^{16}}\), Statement II is incorrect. Summary of Statement Evaluation Based on our analysis: Statement I: Correct Statement II: Incorrect Therefore, only Statement I is correct. Statement Analysis Result I. If \(K+\frac{1}{K}=12\), then \(K^2+\frac{1}{K^2}=142\) Squared both sides of the given equation \( (K+\frac{1}{K})^2 = 12^2 \) and simplified using \((a+b)^2\) formula. Got \(K^2+2+\frac{1}{K^2} = 144\), which led to \(K^2+\frac{1}{K^2} = 142\). Correct II. The value of \(\left(k^2+\frac{1}{k^2}\right)\left(k-\frac{1}{k}\right)\left(k^4+\frac{1}{k^4}\right)\left(k+\frac{1}{k}\right)\) is \(k^{16}-\frac{1}{\mathrm{k}^{16}}\) Rearranged terms and repeatedly applied the difference of squares formula \((a+b)(a-b)=a^2-b^2\). Simplified the expression to \(k^8 - \frac{1}{k^8}\). Incorrect Conclusion on Correct Statement Comparing our findings with the given options, the option that states "Only I" is correct aligns with our conclusion. Revision Table: Key Concepts in Algebraic Simplification Concept Description Example Squaring an Expression Multiplying an expression by itself. For binomials, use \((a+b)^2 = a^2 + 2ab + b^2\) or \((a-b)^2 = a^2 - 2ab + b^2\). \((x+3)^2 = x^2 + 2(x)(3) + 3^2 = x^2 + 6x + 9\) Difference of Squares A formula used to factor or simplify expressions of the form \(a^2 - b^2\), which equals \((a+b)(a-b)\). This can also be used in reverse: \((a+b)(a-b) = a^2 - b^2\). \((x+y)(x-y) = x^2 - y^2\) Laws of Exponents Rules for simplifying expressions with exponents, such as \((a^m)^n = a^{m \cdot n}\) and \( (ab)^n = a^n b^n \). \((x^2)^3 = x^{2 \cdot 3} = x^6\); \( (xy)^4 = x^4 y^4 \) Additional Information on Algebraic Identities Algebraic identities are equations that are true for all values of the variables involved. They are powerful tools for simplifying expressions and solving equations. In this problem, we heavily used the identity \((a+b)^2 = a^2 + 2ab + b^2\) and the difference of squares identity \((a+b)(a-b) = a^2 - b^2\). Understanding and recognizing these patterns is crucial for success in algebra. For example, the identity \((a+b)^2 = a^2 + 2ab + b^2\) can be visualized as the area of a square with side length \((a+b)\) being the sum of the areas of squares with side lengths \(a\) and \(b\) plus the areas of two rectangles with sides \(a\) and \(b\). Similarly, the difference of squares comes from the product of a sum and a difference. These identities help transform expressions into more manageable forms, as seen in simplifying the complex expression in Statement II by repeatedly applying the difference of squares. Other important identities include \((a-b)^2 = a^2 - 2ab + b^2\), \((a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3\), and \((a^3 - b^3) = (a-b)(a^2 + ab + b^2)\).

Paper & answer key PDF
Question 64archived

The following table shows the production of different types of two wheelers from 1993 to 1998. Number of two wheelers (in 1000s) Year → Type ↓ 199319941995199619971998 A3634403537.540 B2022252319.518 C142216252935 D606267.5757680 E4045485080105 F4552556057.556 Total215237251.5268299.5334 In which year is the percentage increase in the total production minimum in comparison to the previous year?

  1. A
    1994
  2. B
    1995
  3. C
    1996
  4. D
    1997
Show answer
B. 1995

Analysing Two Wheeler Production Data The question asks us to find the year in which the percentage increase in the total production of two-wheelers was the minimum compared to the previous year. To answer this, we need to look at the 'Total' row in the provided table and calculate the year-on-year percentage increase. Year & → Type & ↓ 1993 1994 1995 1996 1997 1998 A 36 34 40 35 37.5 40 B 20 22 25 23 19.5 18 C 14 22 16 25 29 35 D 60 62 67.5 75 76 80 E 40 45 48 50 80 105 F 45 52 55 60 57.5 56 Total 215 237 251.5 268 299.5 334 Calculating Percentage Increase in Total Production The total production figures for each year are given in the last row of the table. These figures are in thousands. Total production in 1993: 215 thousand Total production in 1994: 237 thousand Total production in 1995: 251.5 thousand Total production in 1996: 268 thousand Total production in 1997: 299.5 thousand Total production in 1998: 334 thousand To find the percentage increase in total production for a given year compared to the previous year, we use the formula: \(\text{Percentage Increase} = \frac{(\text{Production in Current Year} - \text{Production in Previous Year})}{\text{Production in Previous Year}} \times 100\) Let's calculate the percentage increase for each year starting from 1994: Percentage Increase in 1994 (compared to 1993): \(\text{Percentage Increase}_{1994} = \frac{(237 - 215)}{215} \times 100 = \frac{22}{215} \times 100 \approx 10.23\%\) Percentage Increase in 1995 (compared to 1994): \(\text{Percentage Increase}_{1995} = \frac{(251.5 - 237)}{237} \times 100 = \frac{14.5}{237} \times 100 \approx 6.12\%\) Percentage Increase in 1996 (compared to 1995): \(\text{Percentage Increase}_{1996} = \frac{(268 - 251.5)}{251.5} \times 100 = \frac{16.5}{251.5} \times 100 \approx 6.56\%\) Percentage Increase in 1997 (compared to 1996): \(\text{Percentage Increase}_{1997} = \frac{(299.5 - 268)}{268} \times 100 = \frac{31.5}{268} \times 100 \approx 11.75\%\) Percentage Increase in 1998 (compared to 1997): \(\text{Percentage Increase}_{1998} = \frac{(334 - 299.5)}{299.5} \times 100 = \frac{34.5}{299.5} \times 100 \approx 11.52\%\) Comparing the Percentage Increases Let's list the calculated percentage increases: 1994: Approx. 10.23% 1995: Approx. 6.12% 1996: Approx. 6.56% 1997: Approx. 11.75% 1998: Approx. 11.52% Comparing these values, we can see that the minimum percentage increase in total production occurred in the year 1995 (approximately 6.12%) when compared to the total production in 1994. Conclusion on Minimum Percentage Increase Based on the calculations, the minimum percentage increase in total two-wheeler production compared to the previous year was in 1995. Revision Table: Key Production Growth Points Year Previous Year Total Production (Thousands) Increase (Thousands) Percentage Increase (%) 1994 1993 237 22 ~10.23 1995 1994 251.5 14.5 ~6.12 1996 1995 268 16.5 ~6.56 1997 1996 299.5 31.5 ~11.75 1998 1997 334 34.5 ~11.52 This table summarizes the year-on-year growth calculations for total two-wheeler production. Additional Information on Growth Rate Calculation Calculating percentage increase, often called growth rate, is a fundamental concept in data analysis, especially when dealing with time-series data like production figures or sales records. It helps understand the rate at which a value is changing over time. The formula used: \(\text{Growth Rate} = \frac{\text{Change in Value}}{\text{Original Value}} \times 100\) Where the 'Change in Value' is the difference between the new value and the original value (Current Year Production - Previous Year Production), and the 'Original Value' is the value from the previous period (Previous Year Production). Understanding growth rates is important for: Tracking economic indicators. Analyzing business performance. Making forecasts or projections. Comparing performance over different periods. In this problem, we calculated the percentage increase to identify the year with the slowest growth rate in total two-wheeler production compared to its preceding year.

Paper & answer key PDF
Question 65archived

If tan θ + cot θ = 12, then tan2 θ + cot2 θ is:

  1. A
    66
  2. B
    128
  3. C
    142
  4. D
    132
Show answer
C. 142

Understanding the Trigonometry Problem The question asks us to find the value of $tan^2 \theta + cot^2 \theta$ given that $tan \theta + cot \theta = 12$. This is a problem that combines basic trigonometric identities with algebraic manipulation. We are given: $tan \theta + cot \theta = 12$ We need to find: $tan^2 \theta + cot^2 \theta$ To solve this, we can use a common algebraic identity and a fundamental trigonometric relationship between tangent and cotangent. Applying Algebraic Identities We know the algebraic identity for squaring a binomial: $(a + b)^2 = a^2 + b^2 + 2ab$ In our problem, if we let $a = tan \theta$ and $b = cot \theta$, we can square the given equation: $(tan \theta + cot \theta)^2 = (12)^2$ Expanding the left side using the algebraic identity: $(tan \theta)^2 + (cot \theta)^2 + 2 (tan \theta)(cot \theta) = 12^2$ This simplifies to: $tan^2 \theta + cot^2 \theta + 2 tan \theta cot \theta = 144$ Using Trigonometric Identities Now we need to simplify the term $tan \theta cot \theta$. We know that cotangent is the reciprocal of tangent: $cot \theta = \frac{1}{tan \theta}$ Therefore, the product of $tan \theta$ and $cot \theta$ is: $tan \theta \times cot \theta = tan \theta \times \frac{1}{tan \theta} = 1$ Substituting this into our expanded equation: $tan^2 \theta + cot^2 \theta + 2(1) = 144$ $tan^2 \theta + cot^2 \theta + 2 = 144$ Step-by-Step Calculation to Find tan²θ + cot²θ Now we can isolate the term $tan^2 \theta + cot^2 \theta$ by subtracting 2 from both sides of the equation: $tan^2 \theta + cot^2 \theta = 144 - 2$ $tan^2 \theta + cot^2 \theta = 142$ Thus, the value of $tan^2 \theta + cot^2 \theta$ is 142. Summary of the Solution Steps Here is a quick summary of the steps taken: Start with the given equation: $tan \theta + cot \theta = 12$. Square both sides of the equation. Use the algebraic identity $(a+b)^2 = a^2 + b^2 + 2ab$ to expand the left side. Use the trigonometric identity $tan \theta \times cot \theta = 1$ to simplify the product term. Solve the resulting equation for $tan^2 \theta + cot^2 \theta$. Step Equation/Identity Used Calculation 1 Given $tan \theta + cot \theta = 12$ 2 Square both sides $(tan \theta + cot \theta)^2 = 12^2$ 3 Algebraic Expansion $tan^2 \theta + cot^2 \theta + 2 tan \theta cot \theta = 144$ 4 Trigonometric Identity $tan \theta cot \theta = 1$ 5 Substitute and Simplify $tan^2 \theta + cot^2 \theta + 2(1) = 144$ 6 Solve for $tan^2 \theta + cot^2 \theta$ $tan^2 \theta + cot^2 \theta = 144 - 2 = 142$ Revision Table: Key Trigonometric Identities and Algebraic Formulas Reviewing key formulas is crucial for solving problems like this. Here are the ones we used: Type Identity/Formula Description Algebraic $(a + b)^2 = a^2 + b^2 + 2ab$ Square of a sum Trigonometric $cot \theta = \frac{1}{tan \theta}$ Cotangent as reciprocal of Tangent Trigonometric Product $tan \theta \times cot \theta = 1$ Product of Tangent and Cotangent (when defined) Additional Information: Related Trigonometric Concepts This problem highlights the connection between algebraic manipulation and trigonometric identities. Other common identities that might be useful in similar problems include: Pythagorean Identities: $sin^2 \theta + cos^2 \theta = 1$ $1 + tan^2 \theta = sec^2 \theta$ $1 + cot^2 \theta = cosec^2 \theta$ Reciprocal Identities: $sec \theta = \frac{1}{cos \theta}$ $cosec \theta = \frac{1}{sin \theta}$ Quotient Identities: $tan \theta = \frac{sin \theta}{cos \theta}$ $cot \theta = \frac{cos \theta}{sin \theta}$ Practicing problems that require combining algebraic skills with trigonometric identities is key to mastering this topic.

Paper & answer key PDF
Question 66archived

Two trains are moving in the same direction at the speed of 36 km/hr and 48 km / hr. The time taken by faster train to cross a man sitting in the slower train is 33 seconds. What will be the length of the faster train?

  1. A
    770 metres
  2. B
    90 metres
  3. C
    110 metres
  4. D
    180 metres
Show answer
C. 110 metres

Let's break down this problem involving trains moving in the same direction. This is a classic relative speed scenario. Understanding Relative Speed of Trains When two objects, like trains, move in the same direction, their relative speed is the difference between their individual speeds. This relative speed is used to calculate how quickly the distance between them changes or how quickly one object overtakes the other. In this specific problem, we have two trains: Train 1 (Slower train) speed: 36 km/hr Train 2 (Faster train) speed: 48 km/hr They are moving in the same direction. Calculating Relative Speed The relative speed of the faster train with respect to the slower train is the difference between their speeds: Relative Speed = Speed of Faster Train - Speed of Slower Train Relative Speed = \(48 \text{ km/hr} - 36 \text{ km/hr}\) Relative Speed = \(12 \text{ km/hr}\) Unit Conversion for Calculation The time is given in seconds (33 seconds), but the relative speed is in kilometers per hour (km/hr). To use the formula Distance = Speed × Time, we need to convert the relative speed to meters per second (m/s). The conversion factor is \(\frac{5}{18}\). Relative Speed in m/s = Relative Speed in km/hr \(\times \frac{5}{18}\) Relative Speed in m/s = \(12 \times \frac{5}{18}\) Relative Speed in m/s = \(\frac{60}{18}\) Relative Speed in m/s = \(\frac{10}{3} \text{ m/s}\) Determining the Length of the Faster Train The problem states that the faster train crosses a man sitting in the slower train. When a train crosses a point object (like a man, a pole, or a signal) or a man sitting in another train, the distance covered by the train is equal to its own length. The relative speed of the faster train with respect to the man sitting in the slower train is the calculated relative speed between the two trains. Distance covered by the faster train (which is its length) = Relative Speed × Time Let \(L\) be the length of the faster train in meters. \(L = \text{Relative Speed} \times \text{Time}\) \(L = \frac{10}{3} \text{ m/s} \times 33 \text{ seconds}\) \(L = \frac{10}{3} \times 33\) \(L = 10 \times \frac{33}{3}\) \(L = 10 \times 11\) \(L = 110 \text{ meters}\) Therefore, the length of the faster train is 110 meters. Parameter Value Speed of slower train 36 km/hr Speed of faster train 48 km/hr Time taken to cross a man 33 seconds Relative Speed (km/hr) 12 km/hr Relative Speed (m/s) \( \frac{10}{3} \) m/s Length of faster train 110 meters Revision Table: Train and Relative Speed Concepts Scenario Relative Speed Distance Covered Objects moving in the same direction Difference of speeds (\(S_1 - S_2\) if \(S_1 > S_2\)) Objects moving in opposite directions Sum of speeds (\(S_1 + S_2\)) Train crossing a point object (man, pole) Train's own speed Length of the train Train crossing a platform/bridge/tunnel Train's own speed Length of train + Length of platform/bridge/tunnel Train crossing another train (same direction) Difference of speeds Sum of lengths of both trains Train crossing another train (opposite direction) Sum of speeds Sum of lengths of both trains Train crossing a man in another train (same direction) Difference of speeds Length of the crossing train Additional Information: Speed, Time, and Distance The relationship between speed, time, and distance is fundamental in these types of problems. The basic formula is: Distance = Speed \(\times\) Time From this, we can derive: Speed = \(\frac{\text{Distance}}{\text{Time}}\) Time = \(\frac{\text{Distance}}{\text{Speed}}\) It is crucial to ensure that the units are consistent. If speed is in km/hr, time should ideally be in hours and distance in kilometers. If speed is in m/s, time should be in seconds and distance in meters. The conversion factor \(\frac{5}{18}\) is used to convert km/hr to m/s, and \(\frac{18}{5}\) is used to convert m/s to km/hr. 1 km/hr = \(1 \times \frac{1000 \text{ meters}}{3600 \text{ seconds}} = \frac{1000}{3600} \text{ m/s} = \frac{10}{36} \text{ m/s} = \frac{5}{18} \text{ m/s}\) Understanding relative speed and unit conversions is key to solving problems involving trains or other moving objects.

Paper & answer key PDF
Question 67archived

The radius of a hemisphere is 5.6 cm. What will be its volume?

  1. A
    367.95 cm3
  2. B
    195 .95 cm3
  3. C
    380 cm3
  4. D
    265.65 cm3
Show answer
A. 367.95 cm3

Calculating the Volume of a Hemisphere This problem asks us to find the volume of a hemisphere given its radius. A hemisphere is exactly half of a sphere. Understanding the Hemisphere Volume Formula The volume of a sphere with radius \(r\) is given by the formula \(V_{sphere} = \frac{4}{3} \pi r^3\). Since a hemisphere is half a sphere, the volume of a hemisphere is half the volume of a sphere. The formula for the volume of a hemisphere with radius \(r\) is: \[ V_{hemisphere} = \frac{1}{2} \times V_{sphere} = \frac{1}{2} \times \frac{4}{3} \pi r^3 = \frac{2}{3} \pi r^3 \] Where: \(V_{hemisphere}\) is the volume of the hemisphere \(\pi\) (Pi) is a mathematical constant, approximately 3.14159 \(r\) is the radius of the hemisphere Step-by-Step Volume Calculation We are given that the radius of the hemisphere is 5.6 cm. We can plug this value into the formula for the volume of a hemisphere: Given: Radius \(r = 5.6\) cm Using the formula \(V_{hemisphere} = \frac{2}{3} \pi r^3\), and taking \(\pi \approx 3.14159\): \[ V_{hemisphere} = \frac{2}{3} \times \pi \times (5.6 \, \text{cm})^3 \] First, calculate \(r^3\): \[ (5.6)^3 = 5.6 \times 5.6 \times 5.6 = 175.616 \, \text{cm}^3 \] Now, substitute this value back into the volume formula: \[ V_{hemisphere} = \frac{2}{3} \times \pi \times 175.616 \, \text{cm}^3 \] \[ V_{hemisphere} \approx \frac{2}{3} \times 3.14159 \times 175.616 \, \text{cm}^3 \] \[ V_{hemisphere} \approx \frac{2}{3} \times 551.0575 \, \text{cm}^3 \] \[ V_{hemisphere} \approx 2 \times \frac{551.0575}{3} \, \text{cm}^3 \] \[ V_{hemisphere} \approx 2 \times 183.6858 \, \text{cm}^3 \] \[ V_{hemisphere} \approx 367.3716 \, \text{cm}^3 \] Rounding this value to two decimal places, we get approximately 367.37 cm\({}^3\). Let's compare this calculated volume with the given options. Option Volume (cm\(^3\)) 1 367.95 2 195.95 3 380 4 265.65 Comparing our calculated volume of approximately 367.37 cm\(^3\) with the options, option 1 (367.95 cm\(^3\)) is the closest value. The slight difference might be due to the value of \(\pi\) used in the options calculation (possibly a slightly different approximation of \(\pi\)). Revision Table: Hemisphere Volume Key Points Concept Description Definition Half of a sphere. Formula (Volume) \(V = \frac{2}{3} \pi r^3\) Required value Radius (\(r\)) Units Volume is in cubic units (e.g., cm\(^3\)). Additional Information: Properties of Solid Shapes Understanding the formulas for the volume and surface area of different solid shapes like spheres, cylinders, cones, and cubes is important in geometry and mensuration. The volume represents the amount of space a three-dimensional object occupies. For a sphere with radius \(r\): Volume: \(V = \frac{4}{3} \pi r^3\) Surface Area: \(A = 4 \pi r^2\) For a hemisphere with radius \(r\): Volume: \(V = \frac{2}{3} \pi r^3\) Curved Surface Area: \(A_{curved} = 2 \pi r^2\) Total Surface Area (including the base circle): \(A_{total} = 2 \pi r^2 + \pi r^2 = 3 \pi r^2\) Calculations involving \(\pi\) often result in approximations, so it's common for answers to be rounded to a certain number of decimal places.

Paper & answer key PDF
Question 68archived

12 men and 12 women can complete a piece of work in 9 days. 6 men and 15 women can complete the same work in 12 days. How long (in days) would it take 9 women to complete half the work?

  1. A
    36
  2. B
    12
  3. C
    18
  4. D
    24
Show answer
C. 18

Understanding the Work and Time Problem This problem involves calculating the time taken to complete a certain amount of work based on the combined efforts of men and women. We are given two scenarios relating the number of men, women, and the time taken to complete the full work. We need to use this information to find the individual work rates and then determine the time required for a different group (9 women) to complete half of the work. Setting up Equations for Work Calculation Let's denote the amount of work a single man can do in one day as \(m\) units, and the amount of work a single woman can do in one day as \(w\) units. The total work done is the product of the number of workers, their individual work rate, and the number of days. From the first statement: 12 men and 12 women complete the work in 9 days. The combined daily work rate of 12 men and 12 women is \(12m + 12w\) units per day. The total work (\(W\)) is \((12m + 12w) \times 9\). From the second statement: 6 men and 15 women complete the same work in 12 days. The combined daily work rate of 6 men and 15 women is \(6m + 15w\) units per day. The total work (\(W\)) is \((6m + 15w) \times 12\). Since the work completed in both scenarios is the same, we can equate the expressions for \(W\): \[ (12m + 12w) \times 9 = (6m + 15w) \times 12 \] Finding the Relationship Between Man's and Woman's Efficiency Now, let's simplify the equation to find the relationship between \(m\) and \(w\): Multiply the numbers on both sides: \[ 108m + 108w = 72m + 180w \] Group the terms with \(m\) on one side and terms with \(w\) on the other side: \[ 108m - 72m = 180w - 108w \] Perform the subtractions: \[ 36m = 72w \] Divide both sides by 36 to find the relationship: \[ m = \frac{72}{36}w \] \[ m = 2w \] This equation tells us that the work rate of one man (\(m\)) is equal to the work rate of two women (\(2w\)). A man is twice as efficient as a woman in this context. Calculating the Total Work We can now substitute the relationship \(m = 2w\) into either of the original total work expressions to find the total amount of work \(W\) in terms of \(w\). Using the first expression \((12m + 12w) \times 9\): \[ W = (12(2w) + 12w) \times 9 \] \[ W = (24w + 12w) \times 9 \] \[ W = (36w) \times 9 \] \[ W = 324w \] The total work is equivalent to the work that 324 women can do in one day. Determining Time for Half the Work The question asks how long it would take 9 women to complete half the work. Half of the total work is: \[ \frac{W}{2} = \frac{324w}{2} = 162w \] The workforce for this task is 9 women. Their combined daily work rate is \(9w\) units per day. The time taken to complete half the work is calculated by dividing the amount of work to be done by the workforce's daily rate: \[ \text{Time} = \frac{\text{Half Work}}{\text{Daily Rate of 9 Women}} \] \[ \text{Time} = \frac{162w}{9w} \] The \(w\) terms cancel out: \[ \text{Time} = \frac{162}{9} \] \[ \text{Time} = 18 \text{ days} \] So, it would take 9 women 18 days to complete half the work. Summary of Steps Step Description Calculation/Result 1 Define variables for work rates \(m\) (man's rate), \(w\) (woman's rate) 2 Set up equations for total work based on given scenarios \((12m + 12w) \times 9 = W\) \((6m + 15w) \times 12 = W\) 3 Equate equations and solve for \(m\) in terms of \(w\) \(108m + 108w = 72m + 180w \implies 36m = 72w \implies m = 2w\) 4 Calculate total work \(W\) in terms of \(w\) \(W = (12(2w) + 12w) \times 9 = 324w\) 5 Determine the amount of half work Half Work \(= \frac{W}{2} = \frac{324w}{2} = 162w\) 6 Calculate time for 9 women to do half work Time \(= \frac{162w}{9w} = 18\) days Revision Table: Key Concepts in Work and Time Concept Explanation Formula/Relationship Work Rate The amount of work done per unit of time (e.g., per day). Rate \(= \frac{\text{Work Done}}{\text{Time Taken}}\) Total Work The total amount of a task to be completed. Can be thought of as (Rate x Time). Work \(= \text{Number of Workers} \times \text{Individual Rate} \times \text{Time}\) Combined Rate When multiple workers work together, their individual rates add up. Combined Rate \(= \text{Rate}_1 + \text{Rate}_2 + \dots\) Efficiency Often used interchangeably with work rate, representing how effectively a worker performs. Higher efficiency means a higher work rate. Additional Information: Work and Time Problem Variations Work and time problems often involve different scenarios. Understanding the core relationship between work, rate, and time is key. Individual vs. Combined Work: Problems might give individual rates or combined rates and ask for the other. Different Efficiencies: As seen in this problem, different types of workers (men, women, different machines) can have different efficiencies that need to be related. Changing Workforce: The number of workers might change during the task, requiring calculations for different phases of the work. Part of Work: Problems may ask for the time taken to complete only a fraction or percentage of the total work, as this question did. Work Remaining: Sometimes, problems ask about the time taken to complete the remaining work after a certain period. Solving these problems relies on setting up equations based on the principle that the total work is constant, regardless of the combination of workers or time taken, as long as the work is the same.

Paper & answer key PDF
Question 69archived

If (a + 1)2 + (a + 2)2 = 16 then what is the value of 40 + 12a + 4a2?

  1. A
    56
  2. B
    62
  3. C
    74
  4. D
    52
Show answer
B. 62

Finding the Value of an Algebraic Expression The problem asks us to find the value of a specific algebraic expression given an equation involving a variable 'a'. The given equation is an algebraic identity that relates 'a' to a constant value. We need to manipulate the equation to find a relationship between terms involving 'a' that appear in the expression we need to evaluate. Analyzing the Given Equation We are given the equation: $$ (a + 1)^2 + (a + 2)^2 = 16 $$ First, let's expand the squared terms using the algebraic identity $$(x+y)^2 = x^2 + 2xy + y^2$$ Expand $$(a + 1)^2$$: $$ (a + 1)^2 = a^2 + 2(a)(1) + 1^2 = a^2 + 2a + 1 $$ Expand $$(a + 2)^2$$: $$ (a + 2)^2 = a^2 + 2(a)(2) + 2^2 = a^2 + 4a + 4 $$ Substituting the Expanded Forms into the Equation Now, substitute these expanded forms back into the original equation: $$ (a^2 + 2a + 1) + (a^2 + 4a + 4) = 16 $$ Combine like terms: $$ (a^2 + a^2) + (2a + 4a) + (1 + 4) = 16 $$ $$ 2a^2 + 6a + 5 = 16 $$ Now, subtract 5 from both sides to isolate the terms involving 'a' on one side: $$ 2a^2 + 6a = 16 - 5 $$ $$ 2a^2 + 6a = 11 $$ This gives us a simplified relationship between $a^2$ and $a$. Analyzing the Expression to Evaluate We need to find the value of the expression: $$ 40 + 12a + 4a^2 $$ Let's rearrange the terms in the expression: $$ 4a^2 + 12a + 40 $$ Notice the terms $4a^2$ and $12a$. We have a relationship for $2a^2 + 6a = 11$. If we look at the coefficients of $a^2$ and $a$ in the expression ($4$ and $12$) and compare them to the coefficients in our derived equation ($2$ and $6$), we see that they are exactly double. Connecting the Equation and the Expression From our simplified equation, we have: $$ 2a^2 + 6a = 11 $$ Let's multiply this entire equation by 2: $$ 2 \times (2a^2 + 6a) = 2 \times 11 $$ $$ 4a^2 + 12a = 22 $$ Now we have found the value of the part of the expression that contains 'a'. Evaluating the Expression Substitute the value of $$4a^2 + 12a$$ into the expression $$4a^2 + 12a + 40$$: $$ (4a^2 + 12a) + 40 = 22 + 40 $$ $$ 22 + 40 = 62 $$ So, the value of the expression $$40 + 12a + 4a^2$$ is 62. Summary of Steps Expand the squared terms in the given equation. Combine like terms and simplify the equation to get a relationship between $$a^2$$ and $$a$$. Identify the expression to be evaluated and rearrange its terms. Relate the terms in the expression to the simplified equation by multiplication. Substitute the derived value into the expression to find the final result. Revision Table: Key Algebraic Concepts Concept Description Formula/Example Expanding Binomial Square Multiplying a binomial by itself. $$(x+y)^2 = x^2 + 2xy + y^2$$ $$(x-y)^2 = x^2 - 2xy + y^2$$ Combining Like Terms Adding or subtracting terms that have the same variable(s) raised to the same power(s). $$3x^2 + 5x - x^2 + 2x = (3-1)x^2 + (5+2)x = 2x^2 + 7x$$ Solving Algebraic Equations Finding the value(s) of the variable(s) that make the equation true, or manipulating the equation to find relationships between terms. If $$2x + 3 = 7$$, then $$2x = 4$$, so $$x = 2$$. Evaluating Expressions Finding the numerical value of an expression by substituting given values for the variables. In this case, we found the value of a group of terms without finding 'a'. If $$x=5$$, evaluate $$3x+1$$: $$3(5)+1 = 15+1=16$$. Additional Information: Quadratic Equations The simplified equation we derived, $$2a^2 + 6a - 11 = 0$$, is a quadratic equation in the form $$ax^2 + bx + c = 0$$. While we didn't need to find the specific value(s) of 'a' to solve this problem, one could find 'a' using the quadratic formula: $$ a = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$ For the equation $$2a^2 + 6a - 11 = 0$$, we have $$a=2$$, $$b=6$$, and $$c=-11$$. The discriminant is $$\Delta = b^2 - 4ac = 6^2 - 4(2)(-11) = 36 - (-88) = 36 + 88 = 124$$. Since the discriminant is positive ($$124 > 0$$), there are two distinct real solutions for 'a': $$ a = \frac{-6 \pm \sqrt{124}}{2(2)} = \frac{-6 \pm \sqrt{4 \times 31}}{4} = \frac{-6 \pm 2\sqrt{31}}{4} = \frac{-3 \pm \sqrt{31}}{2} $$ The values of 'a' are $$a_1 = \frac{-3 + \sqrt{31}}{2}$$ and $$a_2 = \frac{-3 - \sqrt{31}}{2}$$. You can see that substituting these values directly into the expression $$40 + 12a + 4a^2$$ would be much more complicated than the method used above. This highlights that sometimes, algebraic manipulation of the given equation is a more efficient way to evaluate an expression than finding the explicit value of the variable.

Paper & answer key PDF
Question 70archived

If tan A = 10/15, then what will be the value of cos2 A?

  1. A
    59/269
  2. B
    49/269
  3. C
    225/325
  4. D
    169/269
Show answer
C. 225/325

Calculating cos<sup>2</sup> A from tan A = 10/15 The problem asks us to find the value of $\cos^2 A$ given that $\tan A = 10/15$. First, we can simplify the given value of $\tan A$. $\tan A = \frac{10}{15} = \frac{2 \times 5}{3 \times 5} = \frac{2}{3}$ Now we have $\tan A = 2/3$. We need to find $\cos^2 A$. There's a useful trigonometric identity that relates $\tan A$ and $\sec A$. The identity is: $\tan^2 A + 1 = \sec^2 A$ We also know that $\sec A$ is the reciprocal of $\cos A$. So, $\sec A = \frac{1}{\cos A}$. Squaring both sides, we get $\sec^2 A = \frac{1}{\cos^2 A}$. Substituting this into the identity: $\tan^2 A + 1 = \frac{1}{\cos^2 A}$ We can rearrange this equation to solve for $\cos^2 A$: $\cos^2 A = \frac{1}{\tan^2 A + 1}$ Now, we can substitute the value of $\tan A = 2/3$ into this formula. First, let's find $\tan^2 A$: $\tan^2 A = \left(\frac{2}{3}\right)^2 = \frac{2^2}{3^2} = \frac{4}{9}$ Now, substitute $\tan^2 A = 4/9$ into the formula for $\cos^2 A$: $\cos^2 A = \frac{1}{\frac{4}{9} + 1}$ To simplify the denominator, we write 1 as 9/9: $\cos^2 A = \frac{1}{\frac{4}{9} + \frac{9}{9}}$ $\cos^2 A = \frac{1}{\frac{4+9}{9}}$ $\cos^2 A = \frac{1}{\frac{13}{9}}$ To divide by a fraction, we multiply by its reciprocal: $\cos^2 A = 1 \times \frac{9}{13} = \frac{9}{13}$ So, the value of $\cos^2 A$ is $9/13$. Now let's look at the given options and see which one matches $9/13$. Let's check option 3: $225/325$. We can simplify this fraction by dividing the numerator and the denominator by common factors. Both 225 and 325 are divisible by 5: $\frac{225}{325} = \frac{225 \div 5}{325 \div 5} = \frac{45}{65}$ Both 45 and 65 are also divisible by 5: $\frac{45}{65} = \frac{45 \div 5}{65 \div 5} = \frac{9}{13}$ Option 3, $225/325$, simplifies to $9/13$, which matches our calculated value for $\cos^2 A$. Therefore, the value of $\cos^2 A$ is $225/325$. Revision Table: Trigonometric Identities Identity Description $\sin^2 \theta + \cos^2 \theta = 1$ The fundamental Pythagorean identity. $\tan^2 \theta + 1 = \sec^2 \theta$ Relates tangent and secant. Used in this problem. $1 + \cot^2 \theta = \csc^2 \theta$ Relates cotangent and cosecant. $\tan \theta = \frac{\sin \theta}{\cos \theta}$ Tangent is the ratio of sine to cosine. $\cot \theta = \frac{\cos \theta}{\sin \theta}$ Cotangent is the ratio of cosine to sine (reciprocal of tangent). $\sec \theta = \frac{1}{\cos \theta}$ Secant is the reciprocal of cosine. Used in this problem. $\csc \theta = \frac{1}{\sin \theta}$ Cosecant is the reciprocal of sine. Additional Information on Trigonometry Calculations When solving trigonometry problems, understanding the relationships between different trigonometric ratios is crucial. The Pythagorean identities, like $\tan^2 A + 1 = \sec^2 A$, are derived from the Pythagorean theorem applied to a right-angled triangle within the unit circle context. These identities allow us to find the value of one trigonometric ratio if the value of another ratio is known, without necessarily finding the angle itself. In this problem, we were given $\tan A$. Using the identity $\tan^2 A + 1 = \sec^2 A$ and the reciprocal relationship $\sec A = 1/\cos A$, we could directly calculate $\cos^2 A$. Alternatively, one could visualize a right-angled triangle where $\tan A = \text{opposite} / \text{adjacent} = 2/3$. Using the Pythagorean theorem, the hypotenuse would be $\sqrt{2^2 + 3^2} = \sqrt{4 + 9} = \sqrt{13}$. Then $\cos A = \text{adjacent} / \text{hypotenuse} = 3/\sqrt{13}$. Squaring this gives $\cos^2 A = (3/\sqrt{13})^2 = 9/13$. Both methods yield the same result.

Paper & answer key PDF
Question 71archived

If \(x+\frac{1}{x}=7\), find the value of \(x^3+\frac{1}{x^3}\).

  1. A
    343
  2. B
    322
  3. C
    340
  4. D
    332
Show answer
B. 322

Finding \(x^3 + \frac{1}{x^3}\) When \(x + \frac{1}{x}\) is Known This problem asks us to find the value of \(x^3 + \frac{1}{x^3}\) given that \(x + \frac{1}{x} = 7\). This is a common type of algebraic problem that can be solved using algebraic identities. Using the Cube Identity to Solve for \(x^3 + \frac{1}{x^3}\) We are given the value of \(x + \frac{1}{x}\) and need to find the value of \(x^3 + \frac{1}{x^3}\). The algebraic identity for the cube of a sum, \((a+b)^3\), is very useful here. The identity is: \((a+b)^3 = a^3 + b^3 + 3ab(a+b)\) We can apply this identity by letting \(a=x\) and \(b=\frac{1}{x}\). So, \(a+b = x+\frac{1}{x}\). Let's substitute these into the identity: \(\left(x+\frac{1}{x}\right)^3 = x^3 + \left(\frac{1}{x}\right)^3 + 3 \cdot x \cdot \frac{1}{x} \left(x+\frac{1}{x}\right)\) Step-by-Step Calculation We are given that \(x + \frac{1}{x} = 7\). Let's cube both sides of the given equation: \(\left(x+\frac{1}{x}\right)^3 = 7^3\) Now, expand the left side using the identity and calculate the right side: \(x^3 + \left(\frac{1}{x}\right)^3 + 3 \cdot x \cdot \frac{1}{x} \left(x+\frac{1}{x}\right) = 343\) Simplify the term \(3 \cdot x \cdot \frac{1}{x}\). Since \(x \cdot \frac{1}{x} = 1\) (assuming \(x \neq 0\)), the term becomes \(3 \cdot 1 \cdot \left(x+\frac{1}{x}\right)\), which is \(3\left(x+\frac{1}{x}\right)\). Substitute this back into the equation: \(x^3 + \frac{1}{x^3} + 3\left(x+\frac{1}{x}\right) = 343\) We know that \(x+\frac{1}{x} = 7\). Substitute this value into the equation: \(x^3 + \frac{1}{x^3} + 3(7) = 343\) Perform the multiplication: \(x^3 + \frac{1}{x^3} + 21 = 343\) To isolate \(x^3 + \frac{1}{x^3}\), subtract 21 from both sides of the equation: \(x^3 + \frac{1}{x^3} = 343 - 21\) Calculate the final value: \(x^3 + \frac{1}{x^3} = 322\) Thus, the value of \(x^3 + \frac{1}{x^3}\) is 322. Analyzing the Options Let's compare our result with the given options: Option 1: 343 Option 2: 322 Option 3: 340 Option 4: 332 Our calculated value, 322, matches Option 2. Revision Table: Key Concepts for \(x + \frac{1}{x}\) Problems Problems involving \(x + \frac{1}{x}\) and expressions like \(x^2 + \frac{1}{x^2}\) or \(x^3 + \frac{1}{x^3}\) frequently use specific algebraic identities. Here’s a quick summary: Given To Find Identity Used Derivation \(x + \frac{1}{x} = k\) \(x^2 + \frac{1}{x^2}\) \((a+b)^2 = a^2 + b^2 + 2ab\) \(\left(x+\frac{1}{x}\right)^2 = x^2 + \frac{1}{x^2} + 2(x)\left(\frac{1}{x}\right) \implies k^2 = x^2 + \frac{1}{x^2} + 2 \implies x^2 + \frac{1}{x^2} = k^2 - 2\) \(x - \frac{1}{x} = k\) \(x^2 + \frac{1}{x^2}\) \((a-b)^2 = a^2 + b^2 - 2ab\) \(\left(x-\frac{1}{x}\right)^2 = x^2 + \frac{1}{x^2} - 2(x)\left(\frac{1}{x}\right) \implies k^2 = x^2 + \frac{1}{x^2} - 2 \implies x^2 + \frac{1}{x^2} = k^2 + 2\) \(x + \frac{1}{x} = k\) \(x^3 + \frac{1}{x^3}\) \((a+b)^3 = a^3 + b^3 + 3ab(a+b)\) \(\left(x+\frac{1}{x}\right)^3 = x^3 + \frac{1}{x^3} + 3(x)\left(\frac{1}{x}\right)\left(x+\frac{1}{x}\right) \implies k^3 = x^3 + \frac{1}{x^3} + 3(k) \implies x^3 + \frac{1}{x^3} = k^3 - 3k\) Additional Information: Related Identities and Concepts Understanding related algebraic identities can help solve a wider range of problems. Some useful ones include: Difference of Cubes: \(a^3 - b^3 = (a-b)(a^2 + ab + b^2)\) Sum of Squares: \(a^2 + b^2 = (a+b)^2 - 2ab\) or \(a^2 + b^2 = (a-b)^2 + 2ab\) Difference of Squares: \(a^2 - b^2 = (a-b)(a+b)\) In our specific case with \(x\) and \(\frac{1}{x}\), the product \(ab\) simplifies to \(x \cdot \frac{1}{x} = 1\). This is why the identities involving \(x + \frac{1}{x}\) or \(x - \frac{1}{x}\) simplify nicely, making these problems straightforward application of the cube or square formulas. For example, if we needed to find \(x^3 - \frac{1}{x^3}\), we would likely need the value of \(x - \frac{1}{x}\) and use the difference of cubes identity or derive a formula similar to the sum of cubes.

Paper & answer key PDF
Question 72archived

The volume of the sphere is 38,808 cm3. What is the surface area of the sphere?

  1. A
    4455 cm2
  2. B
    4433 cm2
  3. C
    5544 cm2
  4. D
    3344 cm2
Show answer
C. 5544 cm2

Solving for Sphere Surface Area from Volume The problem asks us to find the surface area of a sphere given its volume. We are provided with the volume of the sphere, which is 38,808 cm3. To find the surface area, we first need to determine the radius of the sphere using the volume formula, and then use the radius in the surface area formula. Understanding Sphere Formulas For any sphere, there are standard formulas relating its radius (\(r\)) to its volume (\(V\)) and surface area (\(SA\)). The formula for the volume of a sphere is \(V = \frac{4}{3}\pi r^3\). The formula for the surface area of a sphere is \(SA = 4\pi r^2\). In this problem, we are given \(V\) and need to find \(SA\). We will use the value of \(\pi\) as \(\frac{22}{7}\) for the calculation, which is a common approximation in such problems. Step-by-Step Calculation Step 1: Find the radius (r) of the sphere using the volume formula. We know the volume \(V = 38,808\) cm3. Using the volume formula: \(V = \frac{4}{3}\pi r^3\) \(38808 = \frac{4}{3} \times \frac{22}{7} \times r^3\) \(38808 = \frac{88}{21} r^3\) To find \(r^3\), we rearrange the equation: \(r^3 = \frac{38808 \times 21}{88}\) We can simplify this by dividing 38808 by 88: \(\frac{38808}{88} = 441\) So, \(r^3 = 441 \times 21\) We know that \(441 = 21 \times 21\). Therefore, \(r^3 = 21 \times 21 \times 21 = 21^3\) Taking the cube root of both sides, we get the radius: \(r = 21\) cm Step 2: Calculate the surface area (SA) using the radius. Now that we have the radius \(r = 21\) cm, we can use the surface area formula: \(SA = 4\pi r^2\) \(SA = 4 \times \frac{22}{7} \times (21)^2\) \(SA = 4 \times \frac{22}{7} \times 21 \times 21\) We can cancel out the 7 with one of the 21s: \(SA = 4 \times 22 \times \frac{21}{7} \times 21\) \(SA = 4 \times 22 \times 3 \times 21\) Now, perform the multiplication: \(SA = 88 \times 63\) Let's multiply 88 by 63: 8 8 \(\times\) 6 3 \(\text{---}\) \(\text{---}\) \(\text{---}\) 2 6 4 \((88 \times 3)\) 5 2 8 0 \((88 \times 60)\) \(\text{---}\) \(\text{---}\) \(\text{---}\) \(\text{---}\) 5 5 4 4 \((264 + 5280)\) So, \(SA = 5544\) cm2. Conclusion The surface area of the sphere with a volume of 38,808 cm3 is 5544 cm2. Revision Table: Sphere Volume and Surface Area Concept Formula (using radius \(r\)) Units Relation Volume (\(V\)) \(\frac{4}{3}\pi r^3\) Cubic units (e.g., cm3) Depends on \(r^3\) Surface Area (\(SA\)) \(4\pi r^2\) Square units (e.g., cm2) Depends on \(r^2\) Additional Information: Calculating Sphere Dimensions When solving geometry problems involving spheres, knowing the formulas for volume and surface area is crucial. If you are given one property, like volume or surface area, you can work backwards to find the radius, and then use the radius to find other properties. For example: If given the surface area (\(SA\)), you can find the radius using \(r = \sqrt{\frac{SA}{4\pi}}\). Once the radius is found, you can calculate the volume using \(V = \frac{4}{3}\pi r^3\). This problem demonstrated the reverse process: finding the radius from the volume and then calculating the surface area.

Paper & answer key PDF
Question 73archived

The percentage distribution of employees in different categories in a company is shown by the following pie chart. What is the central angle corresponding to the employees of Group-B?

Question figure
  1. A
    130°
  2. B
    120°
  3. C
    126°
  4. D
    136°
Show answer
C. 126°

Calculation: Percent distribution of employees for Group B = 35% Central angle = 35/100 × 360 ⇒ 126° ∴ Option 3 is the correct answer.

Paper & answer key PDF
Question 74archived

If 4 tan θ = 3, then \(\frac{4 \sin θ-\cos θ+1}{4 \sin θ+\cos θ-1}=\) _________.

  1. A
    \(\frac{14}{11}\)
  2. B
    \(\frac{12}{11}\)
  3. C
    \(\frac{10}{11}\)
  4. D
    \(\frac{13}{11}\)
Show answer
D. \(\frac{13}{11}\)

Understanding the Trigonometry Problem The problem asks us to evaluate a trigonometric expression involving \(\sin \theta\), \(\cos \theta\), and constant terms, given the value of \(\tan \theta\). We are given the condition \(4 \tan \theta = 3\), which simplifies to \(\tan \theta = \frac{3}{4}\). To evaluate the expression \(\frac{4 \sin \theta-\cos \theta+1}{4 \sin \theta+\cos \theta;-1}\), we first need to find the values of \(\sin \theta\) and \(\cos \theta\) from the given value of \(\tan \theta\). Finding sin θ and cos θ from tan θ We can find the values of \(\sin \theta\) and \(\cos \theta\) using the given \(\tan \theta = \frac{3}{4}\) in a couple of ways. A common approach is using a right-angled triangle or using trigonometric identities. Method 1: Using a Right-Angled Triangle Since \(\tan \theta = \frac{\text{Opposite}}{\text{Adjacent}}\), we can imagine a right-angled triangle where the side opposite to angle \(\theta\) is proportional to 3, and the adjacent side is proportional to 4. Let's assume the opposite side is \(3k\) and the adjacent side is \(4k\) for some positive constant \(k\). Using the Pythagorean theorem, the hypotenuse \(h\) can be found: \(h^2 = (3k)^2 + (4k)^2\) \(h^2 = 9k^2 + 16k^2\) \(h^2 = 25k^2\) \(h = \sqrt{25k^2} = 5k\) (Since hypotenuse is a length, we take the positive root). Now we can find \(\sin \theta\) and \(\cos \theta\): \(\sin \theta = \frac{\text{Opposite}}{\text{Hypotenuse}} = \frac{3k}{5k} = \frac{3}{5}\) \(\cos \theta = \frac{\text{Adjacent}}{\text{Hypotenuse}} = \frac{4k}{5k} = \frac{4}{5}\) This method assumes \(\theta\) is an acute angle (in the first quadrant), where both \(\sin \theta\) and \(\cos \theta\) are positive. Given \(\tan \theta = 3/4 > 0\), \(\theta\) could also be in the third quadrant where both \(\sin \theta\) and \(\cos \theta\) are negative. However, problems like this often imply the principal values derived from the positive tangent ratio, corresponding to the first quadrant. Method 2: Using Trigonometric Identities We know that \(\sec^2 \theta = 1 + \tan^2 \theta\). \(\sec^2 \theta = 1 + \left(\frac{3}{4}\right)^2 = 1 + \frac{9}{16} = \frac{16+9}{16} = \frac{25}{16}\) \(\sec \theta = \pm \sqrt{\frac{25}{16}} = \pm \frac{5}{4}\) Since \(\cos \theta = \frac{1}{\sec \theta}\), we have \(\cos \theta = \pm \frac{4}{5}\). Also, \(\sin \theta = \tan \theta \times \cos \theta\). If \(\cos \theta = \frac{4}{5}\), then \(\sin \theta = \frac{3}{4} \times \frac{4}{5} = \frac{3}{5}\). If \(\cos \theta = -\frac{4}{5}\), then \(\sin \theta = \frac{3}{4} \times \left(-\frac{4}{5}\right) = -\frac{3}{5}\). These correspond to \(\theta\) in Quadrant I (\(\sin \theta > 0, \cos \theta > 0\)) or Quadrant III (\(\sin \theta < 0, \cos \theta < 0\)), respectively, matching \(\tan \theta > 0\). We will proceed with the positive values \(\sin \theta = \frac{3}{5}\) and \(\cos \theta = \frac{4}{5}\), consistent with the first method and typical problem context. Evaluating the Expression Now substitute the values \(\sin \theta = \frac{3}{5}\) and \(\cos \theta = \frac{4}{5}\) into the given expression \(\frac{4 \sin θ-\cos θ+1}{4 \sin θ+\cos θ-1}\). Numerator: \(4 \sin \theta - \cos \theta + 1 = 4\left(\frac{3}{5}\right) - \frac{4}{5} + 1\) \(= \frac{12}{5} - \frac{4}{5} + \frac{5}{5} \quad (\text{writing } 1 \text{ as } \frac{5}{5})\) \(= \frac{12 - 4 + 5}{5} = \frac{8 + 5}{5} = \frac{13}{5}\) Denominator: \(4 \sin \theta + \cos \theta - 1 = 4\left(\frac{3}{5}\right) + \frac{4}{5} - 1\) \(= \frac{12}{5} + \frac{4}{5} - \frac{5}{5} \quad (\text{writing } 1 \text{ as } \frac{5}{5})\) \(= \frac{12 + 4 - 5}{5} = \frac{16 - 5}{5} = \frac{11}{5}\) Now, divide the numerator by the denominator: \(\frac{\text{Numerator}}{\text{Denominator}} = \frac{\frac{13}{5}}{\frac{11}{5}} = \frac{13}{5} \times \frac{5}{11} = \frac{13}{11}\) Alternative Evaluation Method: Dividing by cos θ We can also evaluate the expression by dividing the numerator and the denominator by \(\cos \theta\). This is valid as long as \(\cos \theta \ne 0\). \(\frac{4 \sin θ-\cos θ+1}{4 \sin θ+\cos θ-1} = \frac{\frac{4 \sin θ-\cos θ+1}{\cos θ}}{\frac{4 \sin θ+\cos θ-1}{\cos θ}}\) \(= \frac{4 \frac{\sin θ}{\cos θ} - \frac{\cos θ}{\cos θ} + \frac{1}{\cos θ}}{4 \frac{\sin θ}{\cos θ} + \frac{\cos θ}{\cos θ} - \frac{1}{\cos θ}}\) \(= \frac{4 \tan \theta - 1 + \sec \theta}{4 \tan \theta + 1 - \sec \theta}\) We know \(\tan \theta = \frac{3}{4}\). From Method 2, we found \(\sec \theta = \pm \frac{5}{4}\). If we assume \(\cos \theta > 0\) (i.e., \(\theta\) in Quadrant I or IV), then \(\sec \theta = \frac{5}{4}\). Since \(\tan \theta = 3/4 > 0\), this forces \(\theta\) to be in Quadrant I, confirming \(\cos \theta > 0\) and \(\sec \theta = 5/4\). Substitute \(\tan \theta = \frac{3}{4}\) and \(\sec \theta = \frac{5}{4}\) into the expression: \(= \frac{4\left(\frac{3}{4}\right) - 1 + \frac{5}{4}}{4\left(\frac{3}{4}\right) + 1 - \frac{5}{4}}\) \(= \frac{3 - 1 + \frac{5}{4}}{3 + 1 - \frac{5}{4}}\) \(= \frac{2 + \frac{5}{4}}{4 - \frac{5}{4}}\) Find a common denominator for the numerator and denominator: Numerator: \(2 + \frac{5}{4} = \frac{8}{4} + \frac{5}{4} = \frac{8+5}{4} = \frac{13}{4}\) Denominator: \(4 - \frac{5}{4} = \frac{16}{4} - \frac{5}{4} = \frac{16-5}{4} = \frac{11}{4}\) Now divide: \(= \frac{\frac{13}{4}}{\frac{11}{4}} = \frac{13}{4} \times \frac{4}{11} = \frac{13}{11}\) Both methods yield the same result, \(\frac{13}{11}\), assuming the values of \(\sin \theta\) and \(\cos \theta\) consistent with \(\theta\) in the first quadrant (where both are positive). Summary of Calculation Steps Start with the given \(4 \tan \theta = 3\), find \(\tan \theta = \frac{3}{4}\). Use \(\tan \theta\) to find \(\sin \theta = \frac{3}{5}\) and \(\cos \theta = \frac{4}{5}\) (assuming positive values from Quadrant I). Substitute these values into the given expression \(\frac{4 \sin θ-\cos θ+1}{4 \sin θ+\cos θ-1}\). Calculate the numerator: \(4(\frac{3}{5}) - \frac{4}{5} + 1 = \frac{12}{5} - \frac{4}{5} + \frac{5}{5} = \frac{13}{5}\). Calculate the denominator: \(4(\frac{3}{5}) + \frac{4}{5} - 1 = \frac{12}{5} + \frac{4}{5} - \frac{5}{5} = \frac{11}{5}\). Divide the numerator by the denominator: \(\frac{\frac{13}{5}}{\frac{11}{5}} = \frac{13}{11}\). Trigonometric Values and Expression Evaluation Given Derived Values (Assuming Quadrant I) Expression to Evaluate \(4 \tan \theta = 3\) \(\sin \theta = \frac{3}{5}\) \(\frac{4 \sin \theta - \cos \theta + 1}{4 \sin \theta + \cos \theta - 1}\) \(\tan \theta = \frac{3}{4}\) \(\cos \theta = \frac{4}{5}\) \(\frac{4(\frac{3}{5}) - \frac{4}{5} + 1}{4(\frac{3}{5}) + \frac{4}{5} - 1} = \frac{\frac{12}{5} - \frac{4}{5} + \frac{5}{5}}{\frac{12}{5} + \frac{4}{5} - \frac{5}{5}}\) \(\frac{\frac{13}{5}}{\frac{11}{5}} = \frac{13}{11}\) Revision Table: Key Trigonometry Concepts This problem relies on basic trigonometric ratios and potentially identities. Basic Trigonometric Ratios Ratio Definition (Right Triangle) Identity Relation \(\sin \theta\) Opposite / Hypotenuse \(\tan \theta \times \cos \theta\) \(\cos \theta\) Adjacent / Hypotenuse \(1 / \sec \theta\) \(\tan \theta\) Opposite / Adjacent \(\sin \theta / \cos \theta\) Additional Information: Quadrant Consideration in Trigonometry When a trigonometric ratio like \(\tan \theta\) is given, there can be multiple angles \(\theta\) that satisfy the condition. The sign of \(\tan \theta\) tells us the possible quadrants for \(\theta\). If \(\tan \theta > 0\), \(\theta\) is in Quadrant I (where sin > 0, cos > 0) or Quadrant III (where sin < 0, cos < 0). If \(\tan \theta < 0\), \(\theta\) is in Quadrant II (where sin > 0, cos < 0) or Quadrant IV (where sin < 0, cos > 0). In this problem, \(\tan \theta = 3/4 > 0\), so \(\theta\) is in Quadrant I or III. If \(\theta\) is in Quadrant I: \(\sin \theta = 3/5\), \(\cos \theta = 4/5\). Expression value is \(13/11\). If \(\theta\) is in Quadrant III: \(\sin \theta = -3/5\), \(\cos \theta = -4/5\). Let's re-evaluate the expression with these values: Numerator: \(4(-3/5) - (-4/5) + 1 = -12/5 + 4/5 + 5/5 = (-12+4+5)/5 = -3/5\). Denominator: \(4(-3/5) + (-4/5) - 1 = -12/5 - 4/5 - 5/5 = (-12-4-5)/5 = -21/5\). Expression value: \(\frac{-3/5}{-21/5} = \frac{-3}{-21} = \frac{1}{7}\). Since \(\frac{13}{11}\) is one of the options, it implies that the problem intends for us to consider the case where \(\theta\) is in the first quadrant, leading to positive values for \(\sin \theta\) and \(\cos \theta\). The final answer is \(\frac{13}{11}\).

Paper & answer key PDF
Question 75archived

At a Christmas sale, all the goods in a shop are on sale at 30% discount. If Jasmine buys a skirt marked at ₹800 , how much would she need to pay?

  1. A
    ₹476
  2. B
    ₹400
  3. C
    ₹770
  4. D
    ₹560
Show answer
D. ₹560

Calculating the Price After Christmas Sale Discount Let's break down how to find the final price Jasmine pays for the skirt during the Christmas sale. The problem provides the following information: The marked price of the skirt is ₹800. The discount percentage is 30%. We need to calculate the amount of discount and then subtract it from the marked price to find the selling price. Step-by-Step Discount Calculation Step 1: Calculate the discount amount. The discount is 30% of the marked price (₹800). To calculate a percentage of a number, we convert the percentage to a decimal or a fraction and multiply it by the number. Discount amount = Discount percentage × Marked price Discount amount $= 30\% \times \text{₹}800$ To convert 30% to a fraction, we write it as $\frac{30}{100}$. Discount amount $= \frac{30}{100} \times \text{₹}800$ Now, we can calculate the value: Discount amount $= \frac{30}{100} \times 800 = 30 \times \frac{800}{100} = 30 \times 8 = \text{₹}240$ So, the discount amount on the skirt is ₹240. Step 2: Calculate the final price Jasmine needs to pay. The selling price is the marked price minus the discount amount. Selling price = Marked price - Discount amount Selling price = ₹800 - ₹240 Selling price = ₹560 Therefore, Jasmine would need to pay ₹560 for the skirt. Alternative Method: Calculating the Percentage Paid If there is a 30% discount, it means Jasmine pays the remaining percentage of the original price. The original price is 100%. So, the percentage paid is: Percentage paid = 100% - Discount percentage Percentage paid = 100% - 30% = 70% The amount paid is 70% of the marked price. Amount paid = 70% of ₹800 Amount paid $= \frac{70}{100} \times \text{₹}800$ Amount paid $= \frac{70}{100} \times 800 = 70 \times \frac{800}{100} = 70 \times 8 = \text{₹}560$ Both methods give the same result. Jasmine needs to pay ₹560. Understanding Sale Discounts During a sale, a discount is offered on the original price of an item. This discount is usually given as a percentage of the marked price. The final price paid is the marked price minus the discount amount. Marked Price: The price written on the tag of the item. Discount: A reduction in the marked price. Discount Percentage: The discount expressed as a percentage of the marked price. Selling Price: The price at which the item is actually sold after the discount. Formula for Discount Amount: Discount Amount = (Discount Percentage / 100) × Marked Price Formula for Selling Price: Selling Price = Marked Price - Discount Amount Alternatively, Selling Price = Marked Price × (100 - Discount Percentage) / 100 Revision Table: Christmas Sale Calculation Item Marked Price Discount Percentage Discount Amount Selling Price (Amount to Pay) Skirt ₹800 30% $30\% \text{ of } \text{₹}800 = \text{₹}240$ $\text{₹}800 - \text{₹}240 = \text{₹}560$ Additional Information: Percentage Calculations Calculating percentages is a fundamental skill used in many real-life situations, such as shopping discounts, taxes, interest rates, and statistics. A percentage represents a part of a whole, expressed as a fraction of 100. For example, 30% means 30 out of 100. To calculate 'x% of a number N', you can use the formula: Percentage value $= \frac{x}{100} \times N$ In this Christmas sale problem, we calculated 30% of ₹800: Discount Amount $= \frac{30}{100} \times 800 = 240$ Understanding how discounts work helps you determine the final cost of items on sale and compare prices effectively.

Paper & answer key PDF
Question 76archived

Select the most appropriate option to fill in blank number 1.

  1. A
    damaged
  2. B
    oriented
  3. C
    glorified
  4. D
    designed
Show answer
A. damaged

Understanding the Passage and the Blank The passage describes the negative impact of various human activities on the environment and ecosystem. It talks about industrial pollution, nuclear waste, harmful gases, deforestation, and large construction projects like dams, leading to the endangerment of species. The first blank is part of the sentence: "Our beautiful ecosystem is being systematically (1)_______ by industrial pollution channelled into rivers like the Ganga and the Yamuna..." We need to choose a word that describes what industrial pollution does to an ecosystem in a systematic way. Let's look at the options provided for blank number 1. Analyzing Options for Blank 1 Here are the options and how they fit (or don't fit) into the sentence: damaged: This word means harmed or injured. Pollution is well-known for causing harm to ecosystems. This fits the context perfectly, suggesting the ecosystem is being harmed by pollution. oriented: This means guided or directed. Pollution doesn't "orient" an ecosystem; it negatively affects it. This option does not make sense in this context. glorified: This means praised or honored. Pollution definitely does not glorify an ecosystem; it degrades it. This option is the opposite of what is needed. designed: This means planned or created. Pollution is a harmful byproduct, not something that systematically "designs" an ecosystem. This option is incorrect. Selecting the Most Appropriate Word Based on the analysis, the word that best describes the systematic effect of industrial pollution on an ecosystem is 'damaged'. The pollution is causing harm to the beautiful ecosystem. Therefore, the completed part of the sentence reads: "Our beautiful ecosystem is being systematically damaged by industrial pollution channelled into rivers..." Conclusion The most appropriate option to fill in blank number 1 is 'damaged'. Option Meaning Fits the Context? damaged harmed, injured Yes, pollution harms ecosystems. oriented guided, directed No, pollution doesn't direct ecosystems. glorified praised, honored No, pollution degrades, doesn't glorify. designed planned, created No, pollution doesn't design ecosystems. Revision Table: Understanding Environmental Impact Vocabulary Here are some words related to the impact of pollution on the environment: Word Meaning Example Sentence Degrade To lower the quality or value of something; to deteriorate. Pollution degrades the quality of air and water. Harm Damage or injury. Industrial waste can cause significant harm to marine life. Contaminate To make something impure by exposure to a poisonous or polluting substance. Chemical spills can contaminate the soil for years. Pollute To contaminate water, air, or land with harmful substances. Factories often pollute rivers with their waste products. Impact A strong effect on someone or something. Climate change has a major impact on global weather patterns. Additional Information on Ecosystem Pollution Pollution is a significant threat to ecosystems worldwide. Different types of pollution have varied effects: Water Pollution: Industrial discharge, sewage, and agricultural runoff can introduce toxic chemicals, excess nutrients, and pathogens into rivers, lakes, and oceans, harming aquatic life and making water unsafe for use. Air Pollution: Burning fossil fuels releases greenhouse gases and pollutants like sulfur dioxide and nitrogen oxides, contributing to climate change, acid rain, and respiratory problems. Soil Pollution: Improper disposal of waste, use of pesticides, and industrial activities can contaminate soil, reducing its fertility and potentially entering the food chain. Nuclear Waste: Radioactive waste from nuclear power plants poses a long-term hazard and is difficult to dispose of safely, with potential to cause severe environmental damage if released. The passage highlights how these systematic damages lead to broader issues like habitat loss, species endangerment, and alteration of natural landscapes, emphasizing the interconnectedness of the environment.

Paper & answer key PDF
Question 77archived

Select the most appropriate option to fill in blank number 2.

  1. A
    poisonous
  2. B
    useful
  3. C
    nuclear
  4. D
    hygienic
Show answer
A. poisonous

Analyzing the Passage and Blank 2 The passage describes the degradation of our ecosystem due to various forms of pollution and human activities. It mentions industrial pollution, nuclear wastes, impact on rivers and oceans, deforestation, dam construction, and the resulting threat to wildlife. The question asks us to fill in blank number 2 in the sentence: "Our beautiful ecosystem is being systematically (1)_______ by industrial pollution channelled into rivers like the Ganga and the Yamuna, nuclear wastes from atomic plants muted into the world's oceans, and (2)______ gases such as carbon dioxide mixed with the ozonosphere." We need to find a word that appropriately describes the type of gases, like carbon dioxide, that are causing harm when mixed with the ozonosphere (which is part of the atmosphere). Evaluating Options for Blank 2 Let's look at the given options for blank number 2: poisonous useful nuclear hygienic We need to consider how these options fit the context of gases mixed with the ozonosphere causing harm to the ecosystem. Option 1: poisonous Gases that cause harm to the environment or living things are often described as poisonous or toxic. Carbon dioxide, while essential in small amounts, is mentioned alongside other pollutants, suggesting a harmful effect (specifically related to climate change and its impact). This option fits the negative context of the passage regarding pollution. Option 2: useful The passage is discussing ways the ecosystem is being harmed. Describing gases causing this harm as "useful" contradicts the overall negative tone and the specific context of pollution. Option 3: nuclear Nuclear typically relates to atomic energy or weapons. While nuclear waste is mentioned earlier in the passage, applying "nuclear" to gases like carbon dioxide that mix with the ozonosphere doesn't fit the common scientific description of these gases. Option 4: hygienic Hygienic relates to cleanliness and health, usually in a positive sense. Describing polluting gases that damage the ozonosphere as "hygienic" is completely contrary to the meaning and context of the passage. Selecting the Most Appropriate Word Based on the analysis, the word that best fits the description of harmful gases like carbon dioxide causing environmental damage when mixed with the ozonosphere is "poisonous". While carbon dioxide itself isn't acutely poisonous in typical atmospheric concentrations, the term "poisonous gases" is used broadly in environmental contexts to refer to gases that are detrimental to the environment and living organisms, often contributing to pollution and climate change impacts, which aligns with the passage's theme. Step-by-Step Analysis Read the sentence containing blank 2 carefully. Identify the subject being described: "gases such as carbon dioxide mixed with the ozonosphere". Note the overall tone and topic of the passage: environmental degradation and pollution. Consider how each option relates to the idea of gases causing harm to the ozonosphere or ecosystem. Eliminate options that clearly contradict the negative context (useful, hygienic). Evaluate the remaining options (poisonous, nuclear) for their suitability in describing gases like carbon dioxide in a pollution context. Choose the option that most accurately reflects the harmful nature of the gases discussed in relation to environmental damage. "Poisonous" fits this context better than "nuclear". Blank Number Context Most Appropriate Word 1 Ecosystem being... by industrial pollution, etc. (Needs context from other blanks/options, but likely a word like damaged, destroyed, degraded, etc.) 2 ...and ______ gases such as carbon dioxide mixed with the ozonosphere. poisonous 3 Tropical rainforests disappearing ______ the pressure... (Needs options, likely 'under') 4 Dams are being ______ over the rivers... (Needs options, likely 'built' or 'constructed') 5 ...many other forest creatures have become ______ species. (Needs options, likely 'endangered' or 'extinct') Revision Table: Passage Completion Summary Filling in blank 2 helps complete the sentence describing the harmful effects of certain gases on the atmosphere. Additional Information: Environmental Pollution and Harmful Gases Environmental pollution takes many forms, including air, water, and soil pollution. The passage highlights atmospheric pollution caused by gases. Greenhouse gases, like carbon dioxide, trap heat in the atmosphere, leading to global warming and climate change. Other pollutants, like sulfur dioxide and nitrogen oxides, can cause acid rain and respiratory problems. Protecting the ozonosphere, which shields us from harmful ultraviolet radiation, is crucial. Certain gases, like chlorofluorocarbons (CFCs), were found to deplete the ozone layer, although their use has been largely phased out.

Paper & answer key PDF
Question 78archived

Select the most appropriate option to fill in blank number 3.

  1. A
    in
  2. B
    to
  3. C
    on
  4. D
    under
Show answer
D. under

Understanding Passage Completion: Finding the Right Word for Blank 3 This question asks us to complete a passage about environmental issues by selecting the most appropriate word for blank number 3. Let's look at the sentence containing blank 3: "Besides, tropical rainforests and green pastures are disappearing (3)______ the pressure of a proliferating population." We need to choose a word that correctly connects "disappearing" with "the pressure of a proliferating population". This describes the reason or cause for the disappearance. Analyzing the Options for Blank 3 Let's examine each option provided: Option 1: in Placing "in" in the blank gives: "disappearing in the pressure". This phrasing doesn't make grammatical sense in this context. Things disappear *under* or *because of* pressure, not *in* pressure itself as a location or state. Option 2: to Placing "to" in the blank gives: "disappearing to the pressure". "To" usually indicates direction or a result. While pressure might lead *to* something, "disappearing to the pressure" is not a standard way to express that pressure is causing the disappearance. Option 3: on Placing "on" in the blank gives: "disappearing on the pressure". This phrasing is incorrect. "On" is used to indicate position, support, or sometimes cause (as in "on account of"), but not in this specific construction related to pressure causing something to disappear. Option 4: under Placing "under" in the blank gives: "disappearing under the pressure". The phrase "under pressure" is a common idiom in English, meaning influenced, controlled, or subjected to force or constraint from something. In this context, it perfectly conveys that the rainforests and pastures are disappearing because of the force or influence exerted by the pressure from the growing population. Identifying the Correct Word for Blank 3 Comparing the options, "under" is the only word that fits grammatically and contextually into the sentence to convey that the disappearance is a result of the pressure from the proliferating population. The idiom "under pressure" is the correct usage here. The completed sentence reads: "Besides, tropical rainforests and green pastures are disappearing under the pressure of a proliferating population." Revision Table: Understanding Prepositions with 'Pressure' Preposition Context/Meaning Example Under Subjected to force, influence, or constraint; because of the force exerted by pressure. The bridge collapsed <strong>under</strong> the pressure of the load. The species is disappearing <strong>under</strong> pressure from habitat loss. From Origin or source of pressure. Pressure <strong>from</strong> the government led to changes. For Applied for a purpose (less common with 'disappearing'). Applying pressure <strong>for</strong> compliance. Additional Information: Environmental Pressures The passage highlights various environmental pressures contributing to the damage of our ecosystem. Understanding these pressures is crucial for comprehending the context: Industrial Pollution: Wastes from industries entering water bodies like rivers (Ganga, Yamuna). Nuclear Wastes: Disposal of hazardous materials from atomic plants into oceans. Greenhouse Gases: Emissions like carbon dioxide trapping heat and affecting the atmosphere (ozonosphere mentioned, though ozone depletion and greenhouse effect are distinct issues, both linked to atmospheric pollution). Population Pressure: The increasing demand for resources (land, food) from a growing population leading to deforestation (tropical rainforests) and loss of green pastures. Infrastructure Projects: Construction of dams (like on the Narmada) altering natural water systems and ecosystems. Species Endangerment: The combined effect of these pressures leading to animals like elephants, tigers, and rhinos becoming endangered species. The sentence with blank 3 specifically addresses the impact of population growth on land ecosystems, leading to the disappearance of forests and pastures.

Paper & answer key PDF
Question 79archived

Select the most appropriate option to fill in blank number 4.

  1. A
    validated
  2. B
    built
  3. C
    detected
  4. D
    associated
Show answer
B. built

Filling Blank 4 in the Passage The question asks us to choose the most appropriate word to fill in blank number 4 in the given passage. Let's look at the sentence containing blank 4: "Dams are being (4)_______ over the rivers like the Narmada to change nature's well-balanced surface equations between flora and fauna, and sloping mountainous terrain is being converted into mini oceans to supply electricity to the ever-starving industrial stomach of our age." The sentence talks about dams on rivers. Dams are structures built across rivers to control water flow, create reservoirs, or generate power. We need a verb that describes the action of creating or constructing a dam. Analyzing Options for Blank 4 Let's examine the provided options: Option 1: validated 'Validated' means to check or prove the validity or accuracy of something. This word does not fit the action of creating a physical structure like a dam. Option 2: built 'Built' is the past participle of 'build', which means to construct something, typically a building, house, road, or other structure. This word perfectly describes the construction of a dam. Option 3: detected 'Detected' means to discover or identify the presence or existence of something. This refers to finding something, not creating it. This word does not fit the context of dams being constructed. Option 4: associated 'Associated' means connected with something else. While dams are associated with rivers, the sentence describes the action of putting the dam there, not just its connection. This word is not the most appropriate verb for the construction process. Conclusion for Blank 4 Based on the analysis, the word that best fits the blank and describes the action of constructing dams over rivers is "built". The phrase "Dams are being built over the rivers" makes complete sense in the context of human activities impacting the environment by constructing large structures. The completed sentence with the correct word is: "Dams are being built over the rivers like the Narmada to change nature's well-balanced surface equations between flora and fauna, and sloping mountainous terrain is being converted into mini oceans to supply electricity to the ever-starving industrial stomach of our age." Therefore, the most appropriate option to fill blank number 4 is "built". Revision Table: Passage Blanks Blank Number Sentence Context Most Appropriate Action Verb 1 Ecosystem being systematically _______ by pollution (e.g., damaged, destroyed, polluted) 2 _______ gases such as carbon dioxide (e.g., greenhouse, harmful, toxic) 3 Rainforests disappearing _______ the pressure of population (e.g., under, due to, because of) 4 Dams are being _______ over the rivers built 5 Many forest creatures have become _______ species (e.g., endangered, threatened, rare) Additional Information: Environmental Impact of Dams Building dams, as mentioned in the passage, has significant environmental impacts. While dams can provide benefits like hydroelectricity, irrigation, and flood control, they also drastically alter river ecosystems. Habitat Alteration: Dams flood upstream areas, destroying terrestrial habitats and creating artificial reservoirs. They also reduce water flow downstream, impacting river habitats. Fish Migration: Dams act as barriers to fish that migrate upstream to spawn, like salmon, severely impacting their populations. Sediment Flow: Dams trap sediment behind them, preventing it from flowing downstream. This can erode downstream riverbeds and coastlines and reduce nutrient flow to floodplains and deltas. Water Quality: Reservoirs can have different water temperatures and oxygen levels than natural rivers, affecting the species that live there. Decomposing organic matter in reservoirs can also release greenhouse gases. Displacement: Building large dams often requires displacing human communities living in the areas to be flooded. The passage highlights these impacts as part of the systematic degradation of our ecosystem due to human activities.

Paper & answer key PDF
Question 80archived

Select the most appropriate option to fill in blank number 5.

  1. A
    accumulated
  2. B
    specified
  3. C
    endangered
  4. D
    granted
Show answer
C. endangered

Understanding the Passage and Blank 5 The passage describes the various ways in which human activities are causing damage to our environment and ecosystem. It mentions industrial pollution, nuclear waste, harmful gases, disappearing forests, and changes to natural landscapes like rivers due to dams. The final sentence focuses on the impact of these changes on wildlife. The sentence containing blank number 5 states: "Elephants, tigers, the wild rhinos of South Africa and many other forest creatures have become (5)_____ species." This sentence tells us the status of these specific animals as a result of the environmental issues discussed earlier. We need to find a word that describes the state of animal species facing threats due to habitat loss, pollution, and other environmental pressures. Analyzing the Options for Blank 5 Let's examine each option provided for blank number 5: accumulated: This word means gathered or collected over time. While some things might accumulate in the environment (like pollutants), species don't 'accumulate' in this context. It doesn't describe their state of being threatened. specified: This word means identified or stated clearly. The species listed (Elephants, tigers, rhinos) are indeed specified, but the blank requires a word describing their *status*, not just that they are named. endangered: This word is used to describe species that are seriously at risk of extinction in the near future. This fits perfectly with the context of animals suffering from habitat destruction and environmental damage as described in the passage. Species like elephants, tigers, and rhinos are well-known examples of animals facing such risks. granted: This word means given or allowed. It is used for permissions or benefits, not for describing the status of animal species in the wild. Selecting the Most Appropriate Word Based on the context of environmental degradation and the impact on wildlife, the most appropriate word to fill blank number 5 is "endangered". This term accurately describes the critical state of species facing extinction due to ecological pressures. The sentence then reads: "Elephants, tigers, the wild rhinos of South Africa and many other forest creatures have become endangered species." Detailed Breakdown of Why 'Endangered' is Correct The passage highlights threats like habitat loss (disappearing rainforests), pollution, and disruption of ecosystems (dams). These threats directly lead to a decline in wildlife populations. When a species' population is critically low and faces a high risk of extinction, it is classified as 'endangered'. The animals listed (elephants, tigers, rhinos) are commonly cited examples of endangered or vulnerable species facing threats in the real world, aligning with the passage's theme. Incorrect Options Explained Accumulated: Does not describe the state of being threatened. Specified: Only means identified, not their risk status. Granted: Has no relevance to the conservation status of wildlife. Conclusion The context of environmental destruction leading to species decline clearly indicates that the animals mentioned are facing a threat to their survival. Therefore, "endangered" is the only word among the options that correctly describes this status. Option Reasoning accumulated Incorrect - describes gathering, not threat status. specified Incorrect - describes identification, not threat status. endangered Correct - describes species at risk of extinction. granted Incorrect - describes giving permission, not threat status. Revision Table: Key Concepts Reviewed Term Definition in Context Relevance to Passage Ecosystem A biological community of interacting organisms and their physical environment. The passage describes the negative impact on the ecosystem. Industrial Pollution Contamination of the environment by industrial waste. Mentioned as a primary cause of ecosystem damage. Endangered Species A species that is very likely to become extinct in the near future. The status of the animals listed due to environmental threats. Habitat Loss The destruction or degradation of an animal's natural home. Implied by disappearing forests and pastures, contributing to species becoming endangered. Additional Information: Understanding Endangered Species The term 'endangered species' is a conservation status assigned to plants or animals that face a very high risk of extinction. This status is often determined by organizations like the International Union for Conservation of Nature (IUCN), which maintains the IUCN Red List of Threatened Species. Factors that lead to a species becoming endangered include: Habitat destruction or degradation Poaching or over-hunting Pollution Climate change Invasive species Disease Efforts to protect endangered species often involve habitat restoration, anti-poaching measures, captive breeding programs, and establishing protected areas.

Paper & answer key PDF
Question 81archived

Substitute the underlined words with the option that is closest in meaning to it. Give us some room for improvement.

  1. A
    an opportunity for improvement
  2. B
    room in a house for improvement
  3. C
    advice for improvement
  4. D
    a warning for improvement
Show answer
A. an opportunity for improvement

Understanding the Phrase 'Room for Improvement' The question asks us to find the option that is closest in meaning to the underlined phrase "some room for improvement". This phrase is an idiom commonly used in English. Understanding idioms is important for improving vocabulary and comprehension. Meaning of 'Room for Improvement' The idiom "room for improvement" means that something is not perfect and can be made better. It implies that there is potential or scope for making changes or enhancements to reach a higher standard. Let's look at the individual words: Room: In this context, 'room' doesn't mean a physical space in a building. It refers to the possibility, opportunity, or scope for something. Improvement: This means the act of making something better or the state of being made better. Together, "room for improvement" means there is space or possibility for making something better. Analyzing the Options for Closest Meaning Now let's evaluate each provided option to see which one best matches the meaning of "some room for improvement". 1. an opportunity for improvement: An "opportunity" is a chance or possibility to do something. So, "an opportunity for improvement" means a chance to make something better. This aligns very well with the meaning of "room for improvement," which suggests that improvement is possible. 2. room in a house for improvement: This is a literal interpretation of the word "room" and completely ignores the idiomatic meaning. The phrase does not refer to a physical space in a house. 3. advice for improvement: "Advice" consists of suggestions or recommendations. While advice might lead to improvement, the phrase "room for improvement" doesn't mean the advice itself. It means the *potential* for improvement exists, not the guidance on how to achieve it. 4. a warning for improvement: A "warning" is a statement telling someone that something unpleasant or dangerous might happen. While sometimes the need for improvement might be highlighted with a warning, the phrase itself simply states the existence of the possibility for betterment, not a threat associated with it. Identifying the Closest Synonym for 'Room for Improvement' Based on the analysis, the option that is closest in meaning to "some room for improvement" is "an opportunity for improvement". Both phrases convey the idea that there is potential or a chance to make something better. Revision Table: Key Vocabulary Phrase/Idiom Meaning Room for improvement Potential, scope, or opportunity for something to be made better. Opportunity A chance or possibility. Advice Guidance or recommendations offered. Warning A statement indicating potential danger or negative consequences. Additional Information: Using Idioms Correctly Using idioms like "room for improvement" can make your language sound more natural and fluent. However, it's important to understand their non-literal meanings. Here are a few points about using idioms: Idioms are phrases where the meaning is not obvious from the individual words. They are often specific to a language or culture. Using them correctly shows a good grasp of the language. Using them incorrectly can lead to misunderstandings. For example, you might say "His performance in the test showed room for improvement," meaning his performance wasn't perfect and could be better.

Paper & answer key PDF
Question 82archived

Select the most appropriate ANTONYM of the underlined word. The antonym of a word is sometimes a prefix added to the actual word.

  1. A
    metaverse
  2. B
    synonym
  3. C
    symphony
  4. D
    metonymy
Show answer
B. synonym

Understanding Antonyms: Finding the Opposite Word The question asks us to find the most appropriate antonym of the underlined word. The text states, "The antonym of a word is sometimes a prefix added to the actual word." This hints that the focus is on the word "antonym" itself. An antonym is a word that means the opposite of another word. We need to find the word that is the opposite of "antonym". Let's define the key terms: Antonym: A word opposite in meaning to another word. Examples: hot and cold, happy and sad, big and small. Synonym: A word that means exactly or nearly the same as another word in the same language. Examples: happy and joyful, big and large, fast and quick. Comparing the definitions, a synonym is a word with a similar meaning, while an antonym is a word with an opposite meaning. Therefore, the opposite of a word meaning 'opposite' is a word meaning 'similar'. The word that means 'similar' or 'same' in this context is 'synonym'. Thus, 'synonym' is the antonym of 'antonym'. The question also mentions that an antonym is sometimes formed by adding a prefix (like 'un-', 'in-', 'dis-') to a word (e.g., happy > unhappy, visible > invisible, agree > disagree). While this is a true statement about word formation, it serves as a general linguistic fact and doesn't directly help in finding the antonym of the word 'antonym' itself. The core task is to understand the meaning of 'antonym' and find its opposite. Analyzing the Options Let's look at the provided options: metaverse: A virtual-reality space in which users can interact with a computer-generated environment and other users. This word is completely unrelated to word meanings or relationships between words. synonym: A word that means exactly or nearly the same as another word. As explained above, this is the direct opposite of an antonym. symphony: An elaborate musical composition for full orchestra. This is a musical term and has no relation to word meanings. metonymy: The substitution of the name of an attribute or adjunct for that of the thing meant (e.g., 'the crown' for the king). This is a figure of speech, related to language use but not the opposite of 'antonym'. Based on the definitions and analysis, the most appropriate antonym of 'antonym' is 'synonym'. Term Definition Relationship Antonym A word opposite in meaning to another word. Opposites Synonym A word with the same or nearly the same meaning as another word. Conclusion on Finding the Antonym To find the antonym of a word like 'antonym', we need to understand its definition. 'Antonym' means 'opposite in meaning'. The word that represents the opposite relationship between words is 'synonym', which means 'similar in meaning'. Thus, 'synonym' is the antonym of 'antonym'. Revision Table: Antonym vs Synonym Feature Antonym Synonym Basic Meaning Opposite meaning Similar or same meaning Relationship Type Opposition Similarity Example Pair Hot <--> Cold Big <--> Large Used for Showing contrast Showing similarity or variety in wording Additional Information: Types of Antonyms and Synonyms Antonyms can be categorized further: Gradable Antonyms: Words that can be on a scale (e.g., hot, warm, cool, cold). They can be compared using degrees (e.g., warmer than, colder than). Complementary Antonyms: Words that are direct opposites; they represent mutually exclusive states (e.g., alive/dead, true/false, on/off). There's no middle ground. Relational Antonyms: Words that describe a reciprocal relationship (e.g., buy/sell, teacher/student, give/receive). Synonyms also have nuances: Absolute Synonyms: Words that are interchangeable in all contexts (rare). Near Synonyms: Words that are similar in meaning but may differ slightly in connotation, intensity, or appropriate context (e.g., happy, joyful, ecstatic). Most synonyms fall into this category. Understanding antonyms and synonyms is crucial for expanding vocabulary and improving writing and communication skills. They help in expressing ideas more precisely and avoiding repetition.

Paper & answer key PDF
Question 83archived

Select the sentences that contains no spelling errors.

  1. A
    Ryan squaked about losing his job owing to a leg injury.
  2. B
    Ryan squeked about losing his job owing to a leg injury.
  3. C
    Ryan squawked about losing his job owing to a leg injury.
  4. D
    Ryan skuawked about losing his job owing to a leg injury.
Show answer
C. Ryan squawked about losing his job owing to a leg injury.

Analyzing Sentences for Correct Spelling The question asks us to identify the sentence among the given options that contains no spelling errors. We need to carefully examine each sentence, paying close attention to every word, especially those that might be commonly misspelled. Let's look at each option: Option 1: Ryan squaked about losing his job owing to a leg injury. Option 2: Ryan squeked about losing his job owing to a leg injury. Option 3: Ryan squawked about losing his job owing to a leg injury. Option 4: Ryan skuawked about losing his job owing to a leg injury. The core of the difference between these sentences lies in the spelling of the word "squawked". This word typically means to utter a loud, harsh cry, like a bird. It can also mean to complain or protest in a loud, harsh way. Given the context of losing a job, the latter meaning is more likely. Examining the Word "Squawked" Spelling Let's compare the spellings presented in the options to the correct spelling: Option Spelling Used Correct Spelling? 1 squaked Incorrect 2 squeked Incorrect 3 squawked Correct 4 skuawked Incorrect The standard and correct spelling of the past tense of the verb 'squawk' is 'squawked'. Identifying the Correct Sentence Based on the spelling analysis: Option 1 uses "squaked", which is misspelled. Option 2 uses "squeked", which is misspelled. Option 3 uses "squawked", which is correctly spelled. The rest of the words in the sentence ("Ryan", "about", "losing", "his", "job", "owing", "to", "a", "leg", "injury") are also spelled correctly and the sentence structure is grammatically sound. Option 4 uses "skuawked", which is misspelled. Therefore, the sentence that contains no spelling errors is Option 3. Revision Table: Common Spelling Errors Correct spelling is crucial for clear communication. Many errors occur with tricky letter combinations or similar-sounding words. Practicing common spellings and understanding root words can help. Commonly Confused Word Correct Spelling Example Usage Their / There / They're Their It is their book. There The book is over there. They're They're going to the park (They are). Affect / Effect Affect (verb) The weather will affect our plans. Effect (noun) The weather had a significant effect. To / Too / Two To We are going to the store. Too It is too cold outside / I want some too. Two I have two apples. Additional Information: Improving Spelling Skills Improving spelling takes practice. Here are some tips: Read Widely: Reading helps you see words spelled correctly in context. Use a Dictionary: Check the spelling of words you are unsure about. Learn Root Words, Prefixes, and Suffixes: Understanding word parts can help decode spellings. Practice Writing: The more you write, the more familiar you become with spellings. Use Mnemonics: Create memory aids (like 'a lot' is two words, not 'alot'). Proofread Carefully: Always review your writing for errors before finalizing it. Focusing on common errors and specific words that challenge you, like 'squawked' in this question, is an effective way to build confidence in spelling.

Paper & answer key PDF
Question 84archived

The following sentence has been split into four segments. Identify the segment that contains a grammatical error. He does not/ know how to/ draw quickly/ and straightly.

  1. A
    and straightly
  2. B
    He does not
  3. C
    know how to
  4. D
    draw quickly
Show answer
A. and straightly

Identifying Grammatical Errors in Sentences The question asks us to find the segment in the given sentence that contains a grammatical error. Let's break down the sentence segment by segment. The sentence is: He does not/ know how to/ draw quickly/ and straightly. The sentence is divided into four parts: He does not know how to draw quickly and straightly Analyzing Each Sentence Segment Let's examine each part for potential errors: Segment 1: He does not This segment uses the correct form of the auxiliary verb 'do' ('does') with the third person singular pronoun 'He' in the negative. This part is grammatically correct. Segment 2: know how to This segment follows the structure 'know how to' which is a standard and correct phrase used to talk about having a skill or ability. It is used correctly here after the main verb 'does not know'. This part is grammatically correct. Segment 3: draw quickly This segment consists of the verb 'draw' followed by the adverb 'quickly'. The adverb 'quickly' modifies the verb 'draw', describing the manner in which the action is performed. This is grammatically correct. Segment 4: and straightly This segment contains a word modifying the verb 'draw'. We need an adverb here to describe how someone draws. While 'quickly' is an adverb, the word 'straightly' is generally considered incorrect or archaic when referring to drawing a straight line. The correct adverb form is typically 'straight'. The word 'straight' functions as both an adjective and an adverb. As an adverb describing the manner of drawing, 'straight' is the correct form, not 'straightly'. Identifying the Grammatical Error Based on the analysis, the error is in the fourth segment, "and straightly". The adverb modifying the verb 'draw' should be 'straight'. The correct phrasing would be "draw quickly and straight". Therefore, the segment containing the grammatical error is "and straightly". Corrected Sentence The grammatically correct sentence is: "He does not know how to draw quickly and straight." Comparing 'Straight' and 'Straightly' Word Type Usage Example Correctness in this context Straight Adverb / Adjective Draw a line straight. (Adverb) That is a straight line. (Adjective) Correct (as an adverb modifying 'draw') Straightly Adverb (often considered incorrect/archaic) Rarely used in modern English to mean 'in a straight line'. Sometimes means 'in a strict or direct manner'. Incorrect (when meaning 'in a straight line') Revision Table: Grammatical Error Identification Sentence Segment Analysis Grammatical Status He does not Correct negative auxiliary verb use with pronoun 'He'. Correct know how to Correct phrase 'know how to' indicating skill. Correct draw quickly Adverb 'quickly' correctly modifying verb 'draw'. Correct and straightly Adverb 'straightly' incorrectly used; should be 'straight'. Error Additional Information: Flat Adverbs The word 'straight' is an example of a 'flat adverb' or 'bare adverb'. These are adverbs that have the same form as their corresponding adjectives, without adding '-ly'. Examples of common flat adverbs: Fast (He runs fast.) Hard (Work hard.) Late (Arrive late.) Near (Come near.) Straight (Draw straight.) High (Jump high.) Low (Bend low.) While many adverbs end in '-ly' (quickly, carefully, easily), some words can function as both adjectives and adverbs without the '-ly' ending. Using the correct form depends on whether you are modifying a noun (adjective) or a verb, adjective, or other adverb (adverb). In the sentence "draw quickly and straightly", both 'quickly' and 'straightly' are intended to modify the verb 'draw'. 'Quickly' is a standard '-ly' adverb. 'Straight' is the standard flat adverb form needed here to maintain parallelism with 'quickly' modifying the same verb 'draw'.

Paper & answer key PDF
Question 85archived

Select the most appropriate synonym of the word 'obscene' from the following sentence. Vijay was suspended from duty because he gave dirty and prejudiced remarks to his female colleagues in the office.

  1. A
    Dirty
  2. B
    Suspended
  3. C
    Prejudice
  4. D
    Colleagues
Show answer
A. Dirty

Finding Synonyms: Understanding 'Obscene' The question asks us to find the most appropriate synonym for the word 'obscene' based on its usage implied by the sentence provided. The sentence states, "Vijay was suspended from duty because he gave dirty and prejudiced remarks to his female colleagues in the office." We need to look at the options and see which one fits the meaning of 'obscene' in the context of offensive remarks. Let's break down the meaning of 'obscene' and how it relates to the sentence and the options. Meaning of 'Obscene' The word 'obscene' typically describes something that is offensive or disgusting, especially in a sexual way. When applied to remarks, it means language that is highly offensive, lewd, or morally repulsive. Analyzing the Sentence and Context The sentence describes remarks made by Vijay that led to his suspension. These remarks are described as "dirty and prejudiced". The phrase "dirty remarks" strongly suggests language that is offensive, potentially vulgar or sexually suggestive, which aligns well with the meaning of 'obscene'. The word 'prejudiced' means showing a bias against someone or something, which is also offensive but perhaps less directly related to the core meaning of 'obscene'. The question asks for a synonym of 'obscene', and the sentence gives us context clues through the words used to describe the remarks. Evaluating the Options Let's look at the given options: Dirty: This word is used in the sentence ("dirty remarks"). It describes something that is unclean, or in the context of language, something that is morally offensive, indecent, or vulgar. This meaning is very close to the meaning of 'obscene' when referring to language or remarks. Suspended: This refers to the action taken against Vijay (being removed from duty temporarily). It is a consequence of his remarks, not a description of the remarks themselves or a synonym for 'obscene'. Prejudice: This refers to a preconceived opinion that is not based on reason or actual experience, often leading to unfair treatment. The remarks were described as "prejudiced," meaning they showed bias. While prejudiced remarks can be offensive, 'prejudiced' is not a synonym for 'obscene'. 'Obscene' focuses more on the offensive, often sexually vulgar, nature of the language itself, while 'prejudiced' focuses on the biased content. Colleagues: These are the people Vijay works with. This word refers to the recipients of the remarks, not the nature of the remarks or a synonym for 'obscene'. Identifying the Most Appropriate Synonym Based on the analysis, the word 'dirty' as used in the phrase "dirty remarks" is the closest synonym among the options for 'obscene' when describing offensive language. 'Obscene remarks' and 'dirty remarks' convey a very similar sense of offensive, indecent, or vulgar language. Therefore, 'Dirty' is the most appropriate synonym for 'obscene' from the given options in this context. Revision Table: Understanding Vocabulary Word Meaning in Context Synonym for 'Obscene'? Obscene Offensive, indecent, or vulgar language/remarks. -- Dirty Morally offensive, indecent, vulgar (as in "dirty remarks"). Yes (in this context) Suspended Temporarily removed from duty. No Prejudice Biased opinion or treatment. No Colleagues Co-workers. No Additional Information: Context is Key for Synonyms It's important to remember that synonyms can depend heavily on the context in which a word is used. While 'dirty' can mean physically unclean, in the context of "dirty remarks," it takes on a meaning related to indecency and offensiveness, which makes it a suitable synonym for 'obscene' in this specific situation. Always consider how a word is used in the sentence to find the best synonym.

Paper & answer key PDF
Question 86archived

Select the correct direct form of the given sentence. We asked them who had called them.

  1. A
    We said to them, "Who are calling you?"
  2. B
    We said to them, "Who calls you?"
  3. C
    We said to them, "Who has called him?"
  4. D
    We said to them, "Who has called you?"
Show answer
D. We said to them, "Who has called you?"

Understanding Direct and Indirect Speech Conversion The question asks us to convert an indirect speech sentence into its direct speech form. The given indirect speech sentence is: "We asked them who had called them." Let's break down the original sentence to understand the conversion rules: The reporting verb is "asked", which indicates a question. In direct speech, this will likely involve a reporting verb like "said to" followed by the person being asked, and the reported clause will be an interrogative sentence (a question). The reported clause is "who had called them". This is a question starting with 'who'. The tense in the reported clause is past perfect ("had called"). When converting from indirect to direct speech, past perfect tense in indirect speech usually comes from either simple past tense or present perfect tense in direct speech. The pronoun "them" in "who had called them" refers to the object of the reporting verb ("them"). In direct speech, when speaking directly to "them", this pronoun will be "you". Rules for Converting Indirect Question to Direct Speech When converting an indirect question starting with a 'wh' word (like who, what, where, why, how) to direct speech: The reporting verb (like 'asked', 'enquired', 'wondered') is changed back to a direct speech reporting verb (like 'said', 'said to'). Since the indirect speech specifies who was asked ("them"), we use 'said to them'. The 'wh' word (who) is retained in the direct speech question. The clause following the 'wh' word in indirect speech is an assertive sentence structure. In direct speech, it must be converted back into an interrogative sentence structure. The tense of the verb in the reported clause is shifted back to its original form. Past perfect tense in indirect speech ("had called") typically comes from simple past ("called") or present perfect ("has called") in direct speech. Pronouns and possessives are changed to reflect the direct address. "them" referring to the people being spoken to becomes "you". Analyzing the Options for Direct Speech Let's apply these rules to the given options: We said to them, "Who are calling you?" Reporting verb "said to them" is correct. 'wh' word "Who" is correct. Pronoun "you" is correct. Tense "are calling" (present continuous) would become "were calling" (past continuous) in indirect speech, not "had called" (past perfect). So, this is incorrect. We said to them, "Who calls you?" Reporting verb "said to them" is correct. 'wh' word "Who" is correct. Pronoun "you" is correct. Tense "calls" (simple present) would become "called" (simple past) in indirect speech, not "had called" (past perfect). So, this is incorrect. We said to them, "Who has called him?" Reporting verb "said to them" is correct. 'wh' word "Who" is correct. Tense "has called" (present perfect) correctly becomes "had called" (past perfect) in indirect speech. However, the pronoun "him" is incorrect. It should be "you" because "them" in the indirect speech refers to the people being addressed in the direct speech. So, this is incorrect. We said to them, "Who has called you?" Reporting verb "said to them" is correct. 'wh' word "Who" is correct. Pronoun "you" is correct, referring to "them". Tense "has called" (present perfect) correctly becomes "had called" (past perfect) when converted to indirect speech. Comparing the options with the rules, Option 4 correctly converts the indirect speech sentence "We asked them who had called them" back into its direct form by using the correct reporting verb, question structure, tense shift (present perfect back from past perfect), and pronoun change. Direct vs. Indirect Speech Conversion (Question) Feature Indirect Speech Direct Speech Equivalent Reporting Verb asked + object said to + object (followed by question) Question Structure wh- word + subject + verb + ... (assertive form) wh- word + auxiliary verb + subject + verb + ...? (interrogative form) Tense (Past Perfect) had called has called (Present Perfect) OR called (Simple Past) Pronoun ('them' as object addressed) them you Conclusion Based on the analysis of the tense changes and pronoun changes, Option 4, "We said to them, 'Who has called you?'", is the correct direct form of the given indirect speech sentence. Revision Table: Direct and Indirect Speech Changes Here is a quick summary of common changes when converting from Direct to Indirect Speech (and vice-versa): Key Conversions in Reported Speech Direct Speech Indirect Speech Present Simple (He calls) Past Simple (He called) Present Continuous (He is calling) Past Continuous (He was calling) Present Perfect (He has called) Past Perfect (He had called) Past Simple (He called) Past Perfect (He had called) Past Continuous (He was calling) Past Perfect Continuous (He had been calling) will would can could may might this that these those now then today that day tomorrow the next day / the following day yesterday the day before / the previous day here there Additional Information on Reported Questions When reporting questions, the structure changes depending on whether it's a 'yes/no' question or a 'wh-' question. 'Yes/No' Questions: Use 'if' or 'whether'. The structure becomes: Reporting verb (asked/enquired) + object (optional) + if/whether + subject + verb (shifted tense) + ... Example: Direct: "He asked, 'Are you ready?'" Indirect: "He asked if I was ready." 'Wh-' Questions: Use the 'wh-' word (who, what, where, etc.). The structure becomes: Reporting verb (asked/enquired) + object (optional) + wh- word + subject + verb (shifted tense) + ... Example: Direct: "She asked, 'Where did you go?'" Indirect: "She asked where I had gone." In both cases of reported questions, the word order is changed from interrogative (verb before subject or auxiliary verb) to assertive (subject before verb). Also, question marks (?) are removed in indirect speech, and the sentence ends with a full stop (.).

Paper & answer key PDF
Question 87archived

Select the most appropriate option that can substitute the underlined segment in the given sentence. Mr. Alfred hasn't thought of his friend since he went abroad. Out of sight, out of mind.

  1. A
    Once you leave the country, your memories vanish
  2. B
    He lost his memory, as he could not see
  3. C
    If you do not see someone, you forget about them.
  4. D
    He simply forgot
Show answer
C. If you do not see someone, you forget about them.

Understanding the Idiom: Out of Sight, Out of Mind The question asks us to find the most appropriate substitute for the underlined segment "Out of sight, out of mind" in the sentence "Mr. Alfred hasn't thought of his friend since he went abroad. Out of sight, out of mind." Let's first understand the meaning of the idiom "Out of sight, out of mind". This common English idiom means that if you do not see someone or something for a period of time, you tend to forget about them or stop thinking about them. In the context of the given sentence, Mr. Alfred's friend went abroad. Because the friend is no longer physically present or visible to Mr. Alfred (out of sight), Mr. Alfred has stopped thinking about him (out of mind). The idiom is used here to explain why Mr. Alfred hasn't thought of his friend. Analyzing the Options for Idiom Substitution Now let's look at the options provided and see which one best explains the meaning of the idiom in this context: Option 1: Once you leave the country, your memories vanish Option 2: He lost his memory, as he could not see Option 3: If you do not see someone, you forget about them. Option 4: He simply forgot Evaluating Each Option We will evaluate each option based on how well it substitutes the meaning of "Out of sight, out of mind": Option 1: Once you leave the country, your memories vanish This option is too specific (leaving the country) and suggests complete memory loss ("memories vanish"), which is stronger than simply forgetting about someone over time. The idiom is about the effect of physical distance or lack of interaction, not necessarily tied to leaving the country, nor does it mean memories are completely gone. Option 2: He lost his memory, as he could not see This option incorrectly links forgetting to losing one's memory or being unable to see physically. The idiom uses "sight" metaphorically to mean presence or being visible/accessible, not literal vision. It also implies a medical condition (memory loss) which is not related to the idiom's meaning. Option 3: If you do not see someone, you forget about them. This option accurately captures the essence of the idiom. It states that a lack of seeing or interacting with someone leads to them being forgotten or ceasing to be thought about. This perfectly matches the meaning of "Out of sight, out of mind" and fits the context of the sentence where the friend went abroad (is no longer seen) and thus Mr. Alfred forgot about him. Option 4: He simply forgot While forgetting is the outcome, this option doesn't explain *why* he forgot. The idiom "Out of sight, out of mind" specifically attributes the forgetting to the fact that the person is no longer present or seen. This option is a consequence, not the explanation provided by the idiom. Choosing the Correct Substitution Based on the analysis, Option 3 provides the most accurate and appropriate substitute for the idiom "Out of sight, out of mind" in the given sentence. The idiom explains the phenomenon where separation leads to forgetting. Mr. Alfred's friend being abroad means he is out of sight, leading to him being out of mind for Mr. Alfred. Revision Table: Idiom Analysis Idiom Meaning Application in Sentence Best Substitution Explained Out of sight, out of mind Things or people that are not seen are easily forgotten. Mr. Alfred's friend went abroad (out of sight), leading Mr. Alfred to forget about him (out of mind). The most appropriate substitute explains that not seeing someone leads to forgetting them. Additional Information: English Idioms Idioms are phrases or expressions whose meaning cannot be deduced simply from the ordinary meanings of its words. They are a form of figurative language. Understanding idioms is important for comprehending native English speakers and texts. Idioms often reflect cultural ideas or historical usage. Using idioms correctly can make language sound more natural and fluent. Misinterpreting an idiom can lead to confusion or misunderstanding. The idiom "Out of sight, out of mind" is commonly used to describe relationships or even objects that are forgotten when they are no longer present or easily accessible.

Paper & answer key PDF
Question 88archived

Select the most appropriate option that can substitute the underlined segment in the given sentence. If there is no need to substitute it, select 'No substitution'. There are many people in the world who believe that the earth is flat.

  1. A
    who belief that
  2. B
    who should believe that
  3. C
    No substitution
  4. D
    who believed
Show answer
C. No substitution

Understanding Sentence Substitution The question asks us to analyze the underlined segment "who believe that" in the sentence "There are many people in the world who believe that the earth is flat." We need to determine if this segment is grammatically correct and, if not, select the best substitution from the given options. If the segment is correct, we should choose 'No substitution'. Let's break down the sentence and the underlined part: "There are many people in the world" - This is the main clause, establishing the subject "people". "who believe that the earth is flat" - This is a relative clause modifying "people". The relative pronoun "who" refers back to the antecedent "people". Since "people" is a plural noun, the verb in the relative clause referring to "who" must agree in number. Analyzing the Underlined Segment: "who believe that" The subject of the relative clause is "who", which refers to "people" (plural). The verb is "believe". For a plural subject in the present tense, the base form of the verb is used. Therefore, "believe" is the correct form to agree with "who" (referring to plural "people") in the present tense. The word "that" is used here as a conjunction introducing a noun clause ("the earth is flat") which serves as the object of the verb "believe". This usage is also correct. Based on this analysis, the segment "who believe that" is grammatically correct in the context of the sentence. Examining the Substitution Options Let's look at why the other options are not appropriate substitutions: who belief that "belief" is a noun, meaning a strong feeling that something is true or real. The sentence requires a verb here to describe the action of the people. The correct verb form is "believe". Therefore, this option is grammatically incorrect. who should believe that This option changes the meaning of the sentence significantly. "Should believe" implies an obligation or recommendation that these people ought to believe the earth is flat. The original sentence simply states a fact about what these people *do* believe, without suggesting it's something they *should* do. It alters the intended meaning. No substitution As we analyzed earlier, the original segment "who believe that" is grammatically correct and fits the meaning of the sentence. This suggests that no change is needed. who believed This option changes the verb tense from present ("believe") to past ("believed"). The main clause "There are many people..." is in the present tense, indicating a current state. While it's possible to use a past tense verb in a relative clause (e.g., "people who believed this in the past"), the simple present tense "believe" is also perfectly valid and idiomatic in this context to describe what many people currently hold as a belief. The original sentence uses the present tense, and there's no grammatical error or need to switch to the past tense based on the structure provided. Conclusion on Sentence Substitution Comparing the original segment with the options, we find that the original segment "who believe that" is grammatically correct. Option 1 uses the wrong part of speech (noun instead of verb). Option 2 changes the meaning. Option 4 changes the tense unnecessarily, as the present tense is appropriate here. Therefore, no substitution is required. Substitution Options Analysis Option Analysis Correctness who belief that Uses noun 'belief' instead of verb 'believe'. Incorrect who should believe that Changes sentence meaning (obligation vs. statement of belief). Incorrect No substitution Original segment is grammatically correct (plural subject 'who' referring to 'people' needs plural verb 'believe'). Correct who believed Changes tense from present ('are') to past. Present tense is appropriate. Incorrect Based on the analysis, the most appropriate option is 'No substitution'. Revision Table: Sentence Substitution Practice Key Grammar Points for Sentence Substitution Concept Description Example Relevance Subject-Verb Agreement Verbs must agree in number with their subjects (singular subject → singular verb, plural subject → plural verb). In relative clauses, the verb agrees with the antecedent of the relative pronoun. 'who' refers to 'people' (plural), so the verb must be 'believe' (plural). Relative Pronouns Words like 'who', 'whom', 'whose', 'which', 'that' introduce relative clauses. They link the clause to a noun or pronoun (the antecedent). 'who' links the clause 'who believe...' to the antecedent 'people'. Verb Tense The tense of the verb should be appropriate for the context of the sentence. The main clause tense often provides clues. 'There are' (present) supports using 'believe' (present) in the relative clause. Parts of Speech Understanding whether a word is a noun, verb, adjective, etc., is crucial for correct grammar. Using the noun 'belief' instead of the verb 'believe' is a common error. Additional Information: Relative Clauses and Verbs A relative clause provides more information about a noun or pronoun in the main part of the sentence. The verb within the relative clause must agree with the noun or pronoun that the relative pronoun (like 'who', 'which', 'that') refers to. For example: "The student who studies hard gets good grades." ('who' refers to 'student' - singular, so verb is 'studies' - singular). "The students who study hard get good grades." ('who' refers to 'students' - plural, so verb is 'study' - plural). In our question, "who" refers to "people", which is a plural noun. Therefore, the verb "believe" must be in its plural form, which is "believe" in the present tense. The original sentence correctly uses "who believe".

Paper & answer key PDF
Question 89archived

Select the most appropriate ANTONYM of the underlined word. An autoimmune disease is a condition in which your immune system mistakenly attacks your body.

  1. A
    Susceptible
  2. B
    Fragile
  3. C
    Sick
  4. D
    Sedentary
Show answer
A. Susceptible

Here the correct answer is Susceptible. Key Points The word "immune" refers to having protection or resistance against something, such as diseases or infections. In the given context, it specifically refers to the immune system's ability to defend the body against foreign substances and pathogens. Example sentence: Vaccines help to boost your immune system, making you less susceptible to certain diseases. Among the given options: "Susceptible" means vulnerable or prone to something. In the context of immunity, it is the opposite of being immune. If someone is susceptible to a disease, it means their immune system is not able to provide sufficient protection against it. "Fragile" means delicate or easily broken. It does not convey the opposite meaning of "immune" in the context of the immune system attacking the body. "Sick" means unwell or having an illness. It is not an antonym of "immune." "Sedentary" means characterized by or involving little physical activity. It does not convey the opposite meaning of "immune." Among the options, "susceptible" is the best antonym of "immune" as it denotes the lack of immunity or the ability to resist the attacks of the immune system. In the case of autoimmune diseases, the immune system mistakenly attacks the body, indicating a lack of immunity against one's own cells or tissues.

Solution figurePaper & answer key PDF
Question 90archived

Select the most appropriate option that can substitute the underlined segment in the given sentence. The yellow dress purchased by you is not much different than the one I have brought.

  1. A
    different then the one
  2. B
    different as the one
  3. C
    different above the one
  4. D
    different from the one
Show answer
D. different from the one

Understanding Sentence Structure and Grammar The question asks us to find the most appropriate substitution for the underlined phrase "different than the one" in the sentence: "The yellow dress purchased by you is not much different than the one I have brought." This involves understanding the correct usage of prepositions and comparisons in English grammar. Analyzing the Underlined Segment: "different than" The phrase "different than" is used to compare two things and state that they are not the same. However, the standard and generally accepted preposition used after the adjective "different" in formal English is "from". While "different than" is sometimes used, especially in informal contexts or American English dialects, "different from" is considered the grammatically correct and preferred construction in most standard English usage. Evaluating the Substitution Options Let's examine each provided option to determine which one correctly substitutes the underlined segment while maintaining grammatical correctness and the intended meaning of the sentence. different then the one different as the one different above the one different from the one Option 1: different then the one Using "then" after "different" is incorrect. "Then" is typically used to indicate a sequence in time (e.g., "first this, then that") or as a consequence (e.g., "if you do this, then that will happen"). It is not the correct word to use when comparing two distinct items or stating that one is unlike another. Option 2: different as the one Using "as" after "different" is also grammatically incorrect in this context. "As" is commonly used in comparisons to show similarity (e.g., "as tall as", "as brave as"). It does not convey the meaning of being unlike or dissimilar, which is what "different" means. Option 3: different above the one Using "above" after "different" makes no grammatical or logical sense in this sentence. "Above" is a preposition used to indicate a higher position or level. It has no relevance to comparing the quality or appearance of two dresses. Option 4: different from the one Using "from" after "different" is the standard and correct grammatical construction. "Different from" is the established phrase used to express that two things are not the same or that one differs from another. For example, "This result is different from the last one." In the given sentence, "The yellow dress purchased by you is not much different from the one I have brought," this option correctly conveys the intended meaning that the two dresses are quite similar. Determining the Most Appropriate Option Based on the grammatical analysis, the phrase "different from the one" is the only option that provides a grammatically correct and appropriate substitution for the underlined segment "different than the one". Sentence with the Correct Substitution Substituting the underlined segment with the correct option results in the sentence: "The yellow dress purchased by you is not much different from the one I have brought." This sentence is grammatically sound and conveys the intended meaning clearly. Summary of Prepositions with 'Different' Phrase Correctness / Usage Reason different from Standard & Correct Standard preposition for dissimilarity. different than Often considered incorrect in formal English, though used informally/dialectically. 'Than' is generally for comparisons of degree (bigger than, faster than), not simple dissimilarity. different as Incorrect 'As' is for similarity (as big as), not difference. different above Incorrect 'Above' indicates position, not difference. Revision Table: Common Grammar Points Let's quickly review the correct usage highlighted in this question. Preposition Usage Review Adjective/Verb Correct Preposition Example Different from This book is different from that one. Similar to This book is similar to that one. Compare to (likeness) / with (differences/similarities) Compare this apple to a pear. (Shows likeness to category) Compare this apple with that one. (Shows differences/similarities) Additional Information on 'Different' While "different from" is the widely accepted standard, it's worth noting that "different to" is sometimes used, particularly in British English. However, "different from" remains the most common and universally accepted form. The use of "different than" is generally discouraged in formal writing. Understanding which preposition to use with specific adjectives and verbs is crucial for accurate and clear communication in English. Pay attention to these details during your exam preparation.

Paper & answer key PDF
Question 91archived

Select the most appropriate synonym of the underlined word. Never teach your children to flout the rules and regulations of their educational institution.

  1. A
    Monitor
  2. B
    Revere
  3. C
    Divulge
  4. D
    Mock
Show answer
D. Mock

Understanding the Meaning of Flout The question asks for the most appropriate synonym for the word "flout" in the given sentence: "Never teach your children to flout the rules and regulations of their educational institution." The word "flout" means to openly disregard a rule, law, or convention with contempt or scorn. It implies a deliberate defiance or mockery of established rules. Analyzing the Options for Flout Synonym Let's look at the meaning of each option provided: Monitor: To observe and check the progress or quality of something over a period of time; to keep under systematic review. This is not related to disregarding rules. Revere: To feel deep respect or admiration for someone or something. This is the opposite of flouting rules; it is about respecting them. Divulge: To make known (private or sensitive information). This word is about revealing secrets, not about how one treats rules. Mock: To make fun of someone or something in a cruel or contemptuous way; to treat with contemptuous disregard. This meaning, particularly "to treat with contemptuous disregard," aligns closely with the act of flouting rules. When you flout a rule, you are treating it with disregard, often implying a form of mockery or contempt towards the authority that set the rule. Why Mock is the Best Synonym for Flout Among the given options, "mock" is the word that best captures the essence of "flout". While "mock" often involves ridicule, it also strongly implies a contemptuous disregard. To flout a rule is not just to break it, but to do so openly, often in a way that shows disdain for the rule itself or the authority behind it. This open, contemptuous disregard is very similar to treating something with scorn or making a mockery of it. Therefore, teaching children to "flout" rules means teaching them to openly and contemptuously disregard them, which is akin to teaching them to "mock" or scorn the rules and the institution. Conclusion: Flout Synonym is Mock Based on the analysis of the meanings, "mock" is the most appropriate synonym for "flout" in this context, as it conveys the sense of contemptuous disregard or defiance towards rules. Revision Table: Understanding Vocabulary Word Meaning Relation to 'Flout' Flout Openly disregard a rule, law, or convention with contempt. The word in question. Monitor Observe or check. Not related. Revere Respect deeply. Antonym. Divulge Reveal information. Not related. Mock Treat with contemptuous disregard; ridicule. Synonym (closest fit among options). Additional Information on Synonyms and Antonyms Understanding synonyms and antonyms is crucial for vocabulary building and comprehension. A synonym is a word or phrase that means exactly or nearly the same as another word or phrase in the same language. An antonym is a word opposite in meaning to another. Words can have multiple synonyms depending on the specific context. Identifying synonyms helps in expressing ideas in different ways and improving writing quality. Understanding the nuances between similar words is important for choosing the most precise term. In this case, while "mock" might not be a perfect, exact synonym for "flout" in every context, it is the best fit among the given options because it shares the core idea of contemptuous disregard for something, specifically rules or conventions in the context of the sentence.

Paper & answer key PDF
Question 92archived

Sentences of a paragraph are given below in jumbled order. Arrange the sentences in the correct order to form a meaningful and coherent paragraph. A. A certain aim will infuse one's life with new meaning. B. At some point, an aimless person's goals can be shattered and remain unfulfilled. C. In life, it is critical to have a workable objective or goal. D. A man who is aimless will never achieve success in life.

  1. A
    DCAB
  2. B
    BCDA
  3. C
    ADCB
  4. D
    DBCA
Show answer
D. DBCA

Understanding Paragraph Ordering Paragraph ordering questions require you to arrange a set of jumbled sentences into a logical and coherent paragraph. The goal is to create a flow of ideas that makes sense. To solve these, look for: Introduction: A sentence that introduces the main topic or idea. Supporting Details: Sentences that expand on the main idea, provide details, examples, or consequences. Conclusion: A sentence that summarizes or provides a final thought. Connectors: Words or phrases that link sentences together (though less obvious in this example). Analyzing the Jumbled Sentences Let's look at the given sentences: A. A certain aim will infuse one's life with new meaning. B. At some point, an aimless person's goals can be shattered and remain unfulfilled. C. In life, it is critical to have a workable objective or goal. D. A man who is aimless will never achieve success in life. Step-by-Step Logic for Ordering Sentences We need to find the order that creates a logical flow. Let's evaluate how the sentences relate to each other: Sentence C states the importance of having a goal. This could be a good introductory sentence as it introduces the core concept. Sentence D describes the negative consequence of *not* having a goal – failure to achieve success. This follows logically from the idea of needing a goal (C) or can stand as a starting point discussing the problem. Sentence B elaborates on the negative consequence from D, specifically mentioning shattered and unfulfilled goals for an aimless person. This naturally follows sentence D. Sentence A presents the positive outcome of having an aim – infusing life with new meaning. This provides a contrast to the problems of aimlessness discussed in D and B, and serves as a fitting concluding thought or follow-up to C. Considering the relationships, let's try the order DBCA: D. A man who is aimless will never achieve success in life. (Introduces the negative consequence of aimlessness). B. At some point, an aimless person's goals can be shattered and remain unfulfilled. (Further explains the negative outcome of aimlessness). C. In life, it is critical to have a workable objective or goal. (Presents the solution or counterpoint to aimlessness – the importance of having a goal). A. A certain aim will infuse one's life with new meaning. (Explains the positive effect of having a goal, building on C, providing a concluding thought). This order (DBCA) creates a clear and logical progression, moving from the problem of aimlessness to the solution (having a goal) and its positive impact. Final Coherent Paragraph Putting the sentences in the order DBCA gives us the following paragraph: A man who is aimless will never achieve success in life. At some point, an aimless person's goals can be shattered and remain unfulfilled. In life, it is critical to have a workable objective or goal. A certain aim will infuse one's life with new meaning. This paragraph flows smoothly and presents a clear message about the importance of having goals by first highlighting the negative consequences of lacking them. Order Sentence Role in Paragraph D A man who is aimless will never achieve success in life. Introducing the problem (aimlessness). B At some point, an aimless person's goals can be shattered and remain unfulfilled. Elaborating on the problem. C In life, it is critical to have a workable objective or goal. Presenting the solution (having a goal). A A certain aim will infuse one's life with new meaning. Explaining the positive outcome/conclusion. Revision Table: Key Strategies for Paragraph Ordering Strategy Description Identify Topic Sentence Look for a sentence that introduces the main subject or idea. Find Connections Look for sentences that logically follow each other based on ideas, pronouns, or transition words. Recognize Flow Consider how ideas develop – often from general to specific, problem to solution, cause to effect, or chronologically. Identify Conclusion Find a sentence that summarizes or provides a final thought. Additional Information: Enhancing Paragraph Coherence Paragraph coherence is achieved when all sentences in a paragraph are logically connected and flow together smoothly. Besides logical ordering, other elements contributing to coherence include: Repetition of Keywords: Repeating key terms or synonyms helps maintain focus. Pronoun Reference: Using pronouns (like 'he', 'she', 'it', 'they') to refer back to previously mentioned nouns links sentences. Transition Words and Phrases: Using words like 'therefore', 'however', 'in addition', 'for example' explicitly shows the relationship between ideas. Mastering paragraph ordering and coherence is crucial for clear and effective writing and is a common test of verbal reasoning skills.

Paper & answer key PDF
Question 93archived

Select the option that can be used as a one-word substitute for the given group of words. A perfectionist

  1. A
    Meticulous
  2. B
    Omniscient
  3. C
    Optimist
  4. D
    Ambidextrous
Show answer
A. Meticulous

Finding the One-Word Substitute for A Perfectionist The question asks us to find a single word that can replace the phrase "A perfectionist". To do this, we need to understand the meaning of "A perfectionist" and compare it with the meanings of the given options. Understanding 'A Perfectionist' A perfectionist is generally defined as a person who refuses to accept any standard short of perfection. They often strive for flawlessness and are highly critical of any mistakes, whether their own or others'. This characteristic implies a great deal of care, attention to detail, and precision in whatever they do. Analyzing the Options Let's examine the meaning of each provided option: Meticulous: This word describes someone who shows great attention to detail; very careful and precise. Omniscient: This means knowing everything. Optimist: This is a person who is hopeful and confident about the future. Ambidextrous: This describes someone able to use both hands equally well. Comparing Options to 'Perfectionist' Now, let's see which option best fits the description of a perfectionist: A perfectionist insists on flawlessness and pays extreme attention to detail. The word meticulous directly relates to paying great attention to detail and being careful and precise. This aligns very well with the characteristics of a perfectionist. Omniscient is about having infinite knowledge, which is unrelated to the trait of striving for perfection. An optimist has a positive outlook on the future, which is different from focusing on achieving perfect standards. Ambidextrous relates to physical skill with hands and is irrelevant to the mental trait of seeking perfection. Based on the definitions, "meticulous" is the word that most closely describes a key trait of a perfectionist – their extreme care and attention to detail in pursuit of perfection. Conclusion The word that best serves as a one-word substitute for "A perfectionist" among the given options is "Meticulous" because both terms imply a high degree of attention to detail, care, and precision, especially in achieving high standards. Term Meaning Relevance to Perfectionist A Perfectionist Someone who insists on flawlessness; strives for perfect standards. Core term. Meticulous Showing great attention to detail; very careful and precise. Highly relevant; describes a key characteristic. Omniscient Knowing everything. Not relevant. Optimist Hopeful and confident about the future. Not relevant. Ambidextrous Using both hands equally well. Not relevant. Revision Table: Key Vocabulary Word Definition Perfectionist A person who is satisfied only if something is perfect. Meticulous Very careful and precise; showing great attention to detail. Omniscient Knowing everything; having unlimited knowledge. Optimist A person who expects the best possible outcome or dwells on the most hopeful aspects of a situation. Ambidextrous Able to use both hands with equal skill. Additional Information: Related Concepts Understanding how words relate to each other can help expand your vocabulary. Here are a few related concepts: Synonyms and Antonyms: While "meticulous" is a close descriptive term for a perfectionist, direct synonyms for "perfectionist" might include purist or idealist in certain contexts. Antonyms for "meticulous" could be careless, sloppy, or negligent. Words ending in '-ist': The suffix '-ist' often indicates a person who practices or believes in a particular theory, doctrine, or art (e.g., artist, scientist, realist, minimalist). A perfectionist is someone who adheres to the belief or practice of seeking perfection. Attention to Detail: The ability to be meticulous is a crucial skill in many professions and tasks. It involves careful observation, thoroughness, and accuracy.

Paper & answer key PDF
Question 94archived

Select the correct passive form of the given sentence. She will present the paper next week.

  1. A
    The paper could be presented next week by her.
  2. B
    The paper will be presented next week by her.
  3. C
    The paper would be presented next week by her.
  4. D
    The paper can be presented next week by her.
Show answer
B. The paper will be presented next week by her.

Understanding Passive Voice Transformation The question asks us to select the correct passive form of the sentence: "She will present the paper next week." To do this, we need to understand how to convert a sentence from active voice to passive voice, especially when the sentence is in the future simple tense. Identifying Components in the Active Sentence In the active sentence "She will present the paper next week": The subject is "She". This is the doer of the action. The verb phrase is "will present". This is the action being done. The tense is future simple (using 'will' + base verb). The object is "the paper". This is what receives the action. "next week" is a time phrase. Rule for Converting Future Simple Active to Passive The general structure for converting a future simple active sentence to passive voice is: \(\text{Active: Subject + will + base verb + Object + (optional adverbs/phrases)}\) \(\text{Passive: Object + will + be + past participle of the verb + (by + Subject) + (optional adverbs/phrases)}\) The original subject (the doer) is often included in the passive sentence after 'by', but it can sometimes be omitted if the doer is unknown or unimportant. Applying the Rule to the Given Sentence Let's apply the rule step-by-step to "She will present the paper next week": The object of the active sentence ("the paper") becomes the subject of the passive sentence. So, the passive sentence starts with "The paper". We keep the auxiliary verb "will". We add "be" after "will". So far, we have "The paper will be". We use the past participle of the main verb "present", which is "presented". Now we have "The paper will be presented". We can include the original subject ("She") after 'by'. "She" becomes "her" in the object form. So, we add "by her". The sentence becomes "The paper will be presented by her". We keep the time phrase "next week" in its position. "The paper will be presented by her next week." The resulting passive sentence is "The paper will be presented next week by her." Analyzing the Given Options Let's examine each option provided: Option Sentence Analysis 1 The paper could be presented next week by her. Uses 'could be presented'. This changes the meaning from a definite future action ('will present') to a possible action ('could be presented'). This is not the correct passive transformation of the original sentence. 2 The paper will be presented next week by her. Uses 'will be presented'. This follows the rule for converting future simple active to passive voice exactly. The object becomes the subject, 'will' is kept, 'be' is added, and the past participle ('presented') is used, followed by 'by her'. This sentence maintains the original tense and meaning. 3 The paper would be presented next week by her. Uses 'would be presented'. This suggests a conditional or hypothetical action, not a simple future action. This changes the meaning from the original sentence. 4 The paper can be presented next week by her. Uses 'can be presented'. This suggests ability or possibility ('can'). This changes the meaning from the original sentence, which states a definite future action ('will'). Based on the analysis, only option 2 correctly transforms the original active sentence into the passive voice while preserving the original meaning and tense (future simple). Conclusion: Selecting the Correct Passive Form The correct passive form of "She will present the paper next week" is "The paper will be presented next week by her." This matches option 2. Revision Table: Active and Passive Voice Basics Concept Description Example (Future Simple) Active Voice The subject performs the action. Focus is on the doer. She will present the paper. Passive Voice The subject receives the action. Focus is on the action or the receiver of the action. The paper will be presented by her. Why use Passive Voice? When the doer is unknown, unimportant, or obvious, or when you want to emphasize the action or the object receiving the action. The paper will be published next month. (Doer not specified) Additional Information: Modals and Passive Voice When active sentences use modal verbs (like can, could, may, might, must, should, would), the passive structure changes slightly. The formula is: \(\text{Passive: Object + Modal + be + past participle + (by + Subject)}\) For example: Active: She can present the paper. Passive: The paper can be presented by her. Active: She should present the paper. Passive: The paper should be presented by her. It is crucial not to change the original modal verb (like 'will' to 'could' or 'would') when simply converting from active to passive unless the meaning is intentionally being altered (which is not the goal in standard voice transformation questions).

Paper & answer key PDF
Question 95archived

Parts of the following sentence have been given as options. Select the option that contains a grammatical error. He was/ paid handsomely for/ his ability to handle/ the crowd skillful.

  1. A
    paid handsomely for
  2. B
    his ability to handle
  3. C
    the crowd skillful.
  4. D
    He was
Show answer
C. the crowd skillful.

Identifying Grammatical Errors in Sentence Structure The question asks us to find the part of the sentence "He was paid handsomely for his ability to handle the crowd skillful." that contains a grammatical error. Let's break down the sentence and examine each part provided in the options. Analyzing Each Part of the Sentence He was: This is the subject ("He") and part of the verb phrase ("was paid" in passive voice). This part is grammatically correct as the subject agrees with the verb form. paid handsomely for: "paid" is the main verb (part of the passive construction). "handsomely" is an adverb modifying the verb "paid", describing how he was paid. This usage of an adverb to modify a verb is correct. "for" is a preposition introducing the reason. This part is grammatically correct. his ability to handle: "his ability" is a noun phrase. "to handle" is an infinitive phrase explaining what kind of ability. The structure "ability to [verb]" is a standard and grammatically correct construction. This part is grammatically correct. the crowd skillful.: "the crowd" is the object of the verb "handle" (to handle what? the crowd). The word "skillful" follows "the crowd". Here, "skillful" is intended to describe *how* he handles the crowd. "Skillful" is an adjective, which typically modifies a noun or pronoun. To modify a verb like "handle" (describing the manner of handling), we need an adverb. The adverbial form of "skillful" is "skillfully". Therefore, the word "skillful" is used incorrectly here; it should be "skillfully". pinpointing the Grammatical Error The error lies in using the adjective "skillful" instead of the adverb "skillfully" to modify the verb "handle". The correct sentence structure requires an adverb to describe the manner in which the action (handling) is performed. The phrase "the crowd skillful" should be "the crowd skillfully". Comparing with the Options Let's look at the options again: paid handsomely for - Grammatically correct. his ability to handle - Grammatically correct. the crowd skillful. - Contains the grammatical error (adjective instead of adverb). He was - Grammatically correct. Based on our analysis, the option that contains a grammatical error is "the crowd skillful." The sentence should correctly read: "He was paid handsomely for his ability to handle the crowd skillfully." Revision Table: Grammar Focus Part of Speech Function Example (Incorrect Use) Example (Correct Use) Adjective (e.g., skillful) Modifies a noun or pronoun He is a skillful driver. (Correct) He drives skillful. (Incorrect) Adverb (e.g., skillfully) Modifies a verb, adjective, or other adverb He drives skillfully. (Correct) He is a skillfully driver. (Incorrect) Additional Information: Adverbs and Adjectives Understanding the difference between adverbs and adjectives is crucial for correcting grammatical errors related to modification. Adjectives: Describe the qualities or states of being of nouns. They answer questions like "what kind?", "which one?", "how many?". Examples: happy child, red car, skillful performance. Adverbs: Modify verbs, adjectives, other adverbs, or even entire clauses. They provide information about manner, place, time, frequency, or degree. They often answer questions like "how?", "when?", "where?", "why?", "to what extent?". Many adverbs of manner are formed by adding "-ly" to an adjective (e.g., quick > quickly, beautiful > beautifully, skillful > skillfully). In the original sentence, "skillful" was used to describe the manner of handling ("to handle the crowd how? skillfully"), which requires an adverb, not an adjective.

Paper & answer key PDF
Question 96archived

Complete the following collocation. It is easier to make a promise than to _______ a promise.

  1. A
    maintain
  2. B
    follow
  3. C
    justify
  4. D
    keep
Show answer
D. keep

Understanding English Collocations with "Promise" This question asks us to complete a common English phrase, also known as a collocation. A collocation is a group of two or more words that usually go together. When words are used together in a specific way, they sound natural and correct to native speakers. The phrase starts with "make a promise". We need to find the verb that correctly pairs with "a promise" in the second part of the sentence, "than to _______ a promise," fitting the context that the second action is harder than the first (making the promise). Analyzing the Options Let's look at the options provided and see how well they collocate with the word "promise": maintain: To maintain something usually means to keep it in good condition or keep it going. While you could argue that keeping a promise involves maintaining it, "maintain a promise" is not the standard or most common collocation for fulfilling a promise. follow: You typically follow instructions, rules, or a path. "Follow a promise" is not a standard collocation in English. justify: To justify a promise means to give a reason or explanation for it. This does not fit the context of performing the action that was promised. keep: To "keep a promise" is a very common and widely understood English collocation meaning to fulfill or carry out what was promised. This phrase directly contrasts with "make a promise" in terms of the action taken after the promise is made. The sentence structure "It is easier to make a promise than to _______ a promise" clearly implies that the blank should contain the verb that describes the act of fulfilling the promise made. Out of the given options, "keep" is the verb that forms the correct and standard collocation for fulfilling a promise. Identifying the Correct Collocation The most appropriate and standard English collocation to complete the sentence "It is easier to make a promise than to _______ a promise" is "keep a promise". This pair of words is frequently used together and sounds natural to English speakers. Therefore, the completed sentence using the correct collocation is: "It is easier to make a promise than to keep a promise." Revision Table: Common Collocations with "Promise" Verb Noun/Phrase Meaning make a promise to give a promise keep a promise to fulfill a promise break a promise to fail to fulfill a promise fulfill a promise to keep a promise (more formal) stick to a promise to keep a promise (less formal) Additional Information: Understanding Collocations Collocations are important for sounding natural when speaking or writing in English. They are fixed patterns of words that tend to occur together. Learning collocations can significantly improve your fluency and comprehension. Examples of other common collocations include: take a photo do homework make a decision catch a cold heavy rain Understanding which words naturally go together helps avoid phrases that might be grammatically correct individually but sound unnatural or incorrect when combined.

Paper & answer key PDF
Question 97archived

Select the correct active form of the given sentence. How his problems will be fixed by you?

  1. A
    How are you fixing his problems?
  2. B
    How you fix his problems?
  3. C
    How will you fix his problems?
  4. D
    How his problems fixed?
Show answer
C. How will you fix his problems?

Understanding Voice Transformation in English Grammar The question asks us to find the correct active form of the passive sentence: "How his problems will be fixed by you?". This involves changing the sentence structure from passive voice to active voice while keeping the meaning, tense, and sentence type (interrogative) the same. What are Active and Passive Voices? Active Voice: The subject performs the action. Example: You will fix his problems. (You are doing the fixing) Passive Voice: The subject receives the action. The doer of the action is often mentioned after 'by' or omitted. Example: His problems will be fixed by you. (Problems are being fixed) Analyzing the Given Passive Sentence The sentence "How his problems will be fixed by you?" is in the passive voice. Let's break it down: The subject is "his problems" (what is being fixed). The verb phrase is "will be fixed". This indicates the future simple tense. The doer of the action is "you", introduced by "by". It is an interrogative sentence (a question), starting with the Wh-word "How". The structure of a passive voice question in the future simple tense is typically: \( \text{Wh-word} + \text{will} + \text{subject} + \text{be} + \text{Past Participle (V3)} + (\text{by} + \text{object})? \) Our sentence matches this: \( \text{How} + \text{will} + \text{his problems} + \text{be} + \text{fixed} + \text{by you}? \) Converting Passive Voice to Active Voice To convert a passive sentence to active voice, we follow these steps: Identify the doer of the action (the object in the passive sentence, usually after 'by'). This will become the subject of the active sentence. In this case, it's "you". Identify the subject of the passive sentence (what receives the action). This will become the object of the active sentence. Here, it's "his problems". Identify the main verb and its tense. The passive verb "will be fixed" is future simple tense. Convert the passive verb form (be + V3) to the active verb form. For future simple, the active form is "will + base form of verb (V1)". The base form of "fixed" is "fix". So, "will be fixed" becomes "will fix". Keep the Wh-word ("How") at the beginning for an interrogative sentence. Applying these steps: New subject: you New object: his problems New verb: will fix Wh-word: How Putting it together in question form: How will you fix his problems? The structure of an active voice question in the future simple tense is: \( \text{Wh-word} + \text{will} + \text{subject} + \text{Base Form of Verb (V1)} + \text{object}? \) Our converted sentence matches this: \( \text{How} + \text{will} + \text{you} + \text{fix} + \text{his problems}? \) Evaluating the Options Let's examine each option provided: Option 1: How are you fixing his problems? This sentence is in the active voice, but the tense is present continuous ("are fixing"), not future simple. Therefore, it is incorrect. Option 2: How you fix his problems? This is in the active voice, but the grammar is incorrect for an interrogative sentence in standard English. It lacks the necessary auxiliary verb ("do" for present simple or "will" for future simple) after the Wh-word. Therefore, it is incorrect. Option 3: How will you fix his problems? This sentence is in the active voice. The subject is "you", the object is "his problems", and the verb "will fix" is in the future simple tense, matching the original passive sentence's tense. It is a correctly structured interrogative sentence. This matches our derived active sentence. Therefore, it is correct. Option 4: How his problems fixed? This sentence is grammatically incorrect and does not represent a complete active or passive structure. It is not a valid transformation of the original sentence. Therefore, it is incorrect. Based on the conversion process and evaluation of options, Option 3 is the correct active form of the given passive sentence. Revision Table: Active vs. Passive Voice Structure (Future Simple) Type Structure (Statement) Structure (Question) Active Subject + will + V1 + Object Wh-word + will + Subject + V1 + Object? Passive Subject + will be + V3 + (by Object) Wh-word + will + Subject + be + V3 + (by Object)? Additional Information on Voice Change Voice change is a common transformation in English grammar used to shift focus between the doer of an action (active) and the receiver of an action (passive). Not all sentences can be easily converted to passive voice. Only sentences with transitive verbs (verbs that take an object) can typically be converted. The passive voice is often used when the doer of the action is unknown, unimportant, or obvious from the context, or when the focus is specifically on the action or the receiver of the action. When converting from passive to active, always ensure the tense and the meaning of the original sentence are preserved.

Paper & answer key PDF
Question 98archived

Rectify the sentence by selecting the correct spelling of the underlined word. The nine-tailed fox is a mythicil creature from Japanese culture.

  1. A
    mythycal
  2. B
    mitical
  3. C
    mythical
  4. D
    mithical
Show answer
C. mythical

Correcting Spelling: Identifying the Word "Mythical" The question asks us to correct the spelling of the underlined word in the sentence: "The nine-tailed fox is a mythicil creature from Japanese culture." The underlined word, "mythicil", is incorrectly spelled. We need to find the correct spelling among the given options. Understanding the Incorrect Word and Context The sentence describes the nine-tailed fox as a type of creature often found in stories or legends. The word needed is an adjective that means "relating to or existing in myth". The incorrect spelling "mythicil" is a variation of the word related to 'myth'. Analyzing the Options for Correct Spelling Let's look at the options provided: mythycal mitical mythical mithical We are looking for the correct spelling of the adjective derived from the noun 'myth'. Step-by-Step Correction The base word is 'myth'. To form the adjective meaning 'relating to myth', we typically add the suffix '-ical'. Let's examine how this applies to the options. mythycal: This spelling uses 'y' instead of 'i' before '-cal'. This is not the standard spelling. mitical: This spelling misses the 'h' after 't'. This is incorrect. mythical: This spelling uses 'th' and 'i' before '-cal'. This follows the standard English spelling pattern for this word. mithical: This spelling uses 'th' but replaces 'y' with 'i' at the beginning. This is incorrect. The correct spelling of the word is "mythical". This word correctly forms an adjective from 'myth' and fits the context of the sentence, describing a creature that exists in myths. The Corrected Sentence Using the correct spelling, the sentence becomes: The nine-tailed fox is a mythical creature from Japanese culture. Revision Table: Common Spelling Errors Incorrect Spelling Correct Spelling mythicil mythical mythycal mythical mitical mythical mithical mythical Additional Information: The Word "Mythical" and its Roots The word "mythical" comes from the noun "myth", which refers to a traditional story, especially one concerning the early history of a people or explaining a natural or social phenomenon, and typically involving supernatural beings or events. The word "myth" itself comes from the Greek word "mῦthos" (mūthos), meaning "speech", "story", or "legend". Adding the suffix "-ical" to "myth" forms the adjective "mythical", meaning: Occurring in or characteristic of myths or folk tales. Imaginary or not real. Recognizing common suffixes like "-ical" and understanding root words can help in identifying correct spellings and understanding word meanings, which is crucial for improving English grammar and vocabulary.

Paper & answer key PDF
Question 99archived

Select the most appropriate option to fill in the blank. The health personnel advised to ________ of unhealthy food habits if we want to maintain our cardio-vascular health.

  1. A
    pay lip service
  2. B
    keep the pot boiling
  3. C
    run short
  4. D
    steer clear
Show answer
D. steer clear

Understanding the Question and the Blank The question asks us to choose the most appropriate idiom to fill the blank in the sentence: "The health personnel advised to ________ of unhealthy food habits if we want to maintain our cardio-vascular health." The sentence talks about health personnel giving advice regarding unhealthy food habits and maintaining cardio-vascular health. The blank needs an idiom that describes what action should be taken concerning the unhealthy food habits to achieve good health. Analyzing the Options for the Blank Let's look at the meaning of each idiom provided in the options: Option 1: pay lip service This idiom means to express agreement or support for something insincerely, without any real intention of following through. For example, "He paid lip service to the new rules but didn't follow them." This meaning does not fit the context of health advice where action is required. Option 2: keep the pot boiling This idiom means to keep something going, often a conversation or activity, or to earn just enough money to live. For example, "She took odd jobs to keep the pot boiling." This meaning is irrelevant to avoiding unhealthy food habits. Option 3: run short This means to have an insufficient amount of something. For example, "We are running short of supplies." This idiom talks about scarcity and does not relate to the action of avoiding something. Option 4: steer clear This idiom means to avoid someone or something. It means to keep away from a particular person, place, or thing because it might cause problems or is undesirable. For example, "You should steer clear of that dangerous neighbourhood." This meaning perfectly fits the context of avoiding unhealthy food habits to maintain health. Determining the Correct Idiom Based on the meanings of the idioms, "steer clear" is the most appropriate choice. Health personnel would advise someone to avoid or keep away from unhealthy food habits for better cardio-vascular health. Completing the Sentence Putting the chosen idiom into the blank, the sentence becomes: The health personnel advised to steer clear of unhealthy food habits if we want to maintain our cardio-vascular health. This sentence makes logical sense and conveys the intended meaning of avoiding harmful food habits. Revision Table: Idiom Meanings Idiom Meaning Relevance to Health Advice Pay lip service Insincere support; express agreement without action. Not relevant; health advice requires action. Keep the pot boiling Keep something going; earn just enough to live. Not relevant. Run short Have insufficient amount. Not relevant; refers to scarcity, not avoidance. Steer clear Avoid someone or something; keep away from. Highly relevant; advises avoiding unhealthy habits. Additional Information on Idioms and Health Idioms are phrases where the meaning is different from the literal meaning of the words. Understanding idioms is crucial for English comprehension. In the context of health, advice often involves actions related to diet, exercise, and lifestyle choices. Idioms like "steer clear of" are commonly used to recommend avoiding harmful things. Maintaining cardio-vascular health specifically involves managing risk factors like unhealthy diet, lack of exercise, smoking, etc. Avoiding unhealthy food habits is a key component of this management.

Paper & answer key PDF
Question 100archived

Select the most appropriate option to fill in the blank. In all her sorrow she must weep or she will ____.

  1. A
    suffer
  2. B
    laugh
  3. C
    die
  4. D
    cry
Show answer
C. die

Source of the Sentence The sentence "In all her sorrow she must weep or she will ____" is a direct quotation from Alfred, Lord Tennyson's poem "Home they brought her warrior dead" (from The Princess). The original line in the poem reads: "She must weep or she will die." Correct Answer: die Because this is a quoted line from a well-known literary work, the blank must be filled with the word used by the poet himself. The authoritative wording — confirmed by sources such as the Poetry Foundation and PoemHunter — is "die". Evaluating the Options die — Correct. This is the exact word used by Tennyson. In the poem, the widow is frozen in grief and unable to cry; the speakers fear that unless she weeps and releases her sorrow, she will literally die from it. laugh — Incorrect. Laughter is the opposite of weeping and is unrelated to the consequence of suppressed grief described in the poem. suffer — Incorrect. Although suppressed sorrow can cause suffering in general usage, the question is a fill-in for a fixed literary quotation, and the original word is "die", not "suffer". cry — Incorrect. "Weep" and "cry" are synonyms, so "she must weep or she will cry" is tautological and grammatically/logically incoherent. Completed Sentence "In all her sorrow she must weep or she will die." Key Takeaway When a sentence-completion item is taken from a famous poem or prose passage, the "most appropriate" option is the word actually used in the source text. Always check whether the sentence is a known quotation before reasoning purely from general meaning.

Paper & answer key PDF