Difficulty: Easy
Correct Answer: 402
Explanation:
Introduction / Context:
Problems that ask for the dividend, given divisor, quotient, and remainder, rely on the basic division identity. Mastering this identity is essential for quick reconstruction of missing parts in division problems.
Given Data / Assumptions:
Concept / Approach:
Division identity: dividend = divisor * quotient + remainder. This follows directly from Euclidean division, where remainder is what is left after taking the largest multiple of the divisor not exceeding the dividend.
Step-by-Step Solution:
Compute product: 13 * 30 = 390.Add remainder: 390 + 12 = 402.Thus, dividend = 402.
Verification / Alternative check:
Check by direct division: 402 ÷ 13 = 30 remainder 12, since 13*30 = 390 and 402 - 390 = 12, confirming the result.
Why Other Options Are Wrong:
Common Pitfalls:
Multiplying but forgetting to add the remainder; adding the remainder before multiplying; using an incorrect quotient or mixing up divisor and dividend.
Final Answer:
402
Discussion & Comments