Question:

If the number of seven-digit numbers, such that the sum of their digits is even, is $ m \cdot n \cdot 10^a $; $ m, n \in \{1, 2, 3, ..., 9\} $, then $ m + n $ is equal to

Show Hint

Half of the total 7 digit numbers will have an even sum of digits.
Updated On: Nov 7, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Correct Answer: 14

Approach Solution - 1

To solve the problem, we begin by understanding the constraints: we are dealing with seven-digit numbers where the sum of the digits is even. A seven-digit number can be expressed as \(abcdeff\), where \(a, b, c, d, e, f, g \) are digits, and \(a\) is not zero (since it's a seven-digit number).

For any sequence of seven digits, if the sum of the first six digits is even, then the seventh digit must also be even for the complete sum to remain even. Conversely, if the sum of the first six digits is odd, the seventh digit must be odd. This creates a symmetric scenario.

First, calculate the total number of seven-digit numbers:

  • The first digit (\(a\)) has 9 options (1-9).
  • Each of the remaining six digits (\(b, c, d, e, f, g\)) has 10 options (0-9).

The total number of seven-digit numbers is: \(9 \times 10^6\).

Since half of these will have an even digit sum (because of the symmetry between even and odd sums), the number of such numbers is:

\[\frac{9 \times 10^6}{2} = 4.5 \times 10^6 = 9 \times 5 \times 10^5\]

Identifying \(m, n, a\) from \(m \cdot n \cdot 10^a = 9 \times 5 \cdot 10^5\) gives \(m = 9\), \(n = 5\), and \(a = 5\).

Thus, \(m + n = 9 + 5 = 14\).

Therefore, the answer is 14.

This solution falls within the specified range (14, 14), confirming its correctness.

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Total 7 digit numbers = 9000000 7 digit numbers having sum of digits even 
= 4500000 = \( 9.5 \cdot 10^5 \) 
\( m = 9 \), \( n = 5 \) \( m + n = 14 \)

Was this answer helpful?
0
0