CSAT (Aptitude)·Core Techniques
Position from Left/Right — Core Techniques
Constitution VerifiedUPSC Verified
Version 1Updated 6 Mar 2026
| Entry | Year | Description | Impact |
|---|---|---|---|
| Core Formula: Total Calculation | Conceptual | The foundational formula `Total = Position from Left + Position from Right - 1` is the primary rule. This rule is 'amended' or adapted for various scenarios, but its essence remains. | Enables direct calculation of the total number of entities in a linear arrangement when an individual's positions from both ends are known. Forms the basis for all other derivations. |
| Derived Formula: Position from One End | Conceptual | Derived directly from the core formula: `Position from Left = Total - Position from Right + 1` and `Position from Right = Total - Position from Left + 1`. | Allows for the determination of an unknown position from one end if the total and the position from the other end are provided. Essential for completing partial information. |
| Rule for Position Interchange | Conceptual | When two individuals (A and B) swap positions, and one's new position is given, the total can be found by: `Total = (New position of A) + (Old position of B) - 1`. | Crucial for a common and slightly more complex problem type. It allows for the calculation of the total number of entities or the new position of the second person after the swap. |
| Rule for Persons Between | Conceptual | If two individuals (A and B) are in a row, and their positions from the same end (e.g., both from Left) are known, the number of persons between them is `|Pos_A - Pos_B| - 1`. If positions are from opposite ends, a different calculation or conversion is needed. | Helps in determining the count of individuals situated between two specified persons, a frequent sub-question in positional reasoning problems. Requires careful handling of absolute values and the '-1' adjustment. |