Difficulty: Easy
Correct Answer: 19
Explanation:
Introduction / Context:Converting a right-side rank to a left-side position uses N − r + 1. Swapping places means A assumes B’s original position.
Given Data / Assumptions:
Step-by-Step Solution:
Set N − 8 = 11 ⇒ N = 19.Verification / Alternative check:Check that a 9th-from-right position is indeed 11th from left when N = 19.
Final Answer:19
Discussion & Comments