Concept:For odd exponent n, an−bn is divisible by (a−b). If (a−b) is itself divisible by 6, then the expression is divisible by 6.Explanation:Here, 2727−1527 is in the form an−bn with n=27 (odd).a=27, b=15, so a−b=12.Since 12 is divisible by 6, the expression 2727−1527 is divisible by 6.Alternatively, note that 27≡3(mod6) and 15≡3(mod6).Thus, 2727≡327(mod6) and 1527≡327(mod6).So 2727−1527≡327−327≡0(mod6).Therefore, the remainder is 0.Answer:0 (Option A)