Difficulty: Easy
Correct Answer: 13x17
Explanation:
Introduction / Context:Convert letters to ordinal positions and keep the same multiplication-format mapping.
Given Data / Assumptions:
Concept / Approach:Directly map M→13 and Q→17, preserving the shown pattern.
Step-by-Step Solution:M = 13; Q = 17 → “13x17”.
Verification / Alternative check:Alphabet indices confirm.
Why Other Options Are Wrong:They use wrong indices.
Common Pitfalls:Off-by-one errors in letter indexing.
Final Answer:13x17.
Discussion & Comments