Let's play around with Roman numbers 2009 and 2019 , whose digits (series of letters) actually represent products of variables M, I and X:
M M I X + 1 0 = M M X I X
All letters (M, I and X) represent positive integers.
What is M + I + X ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
First, let's focus on X, so treat the "Roman numbers" as:
( s o m e n u m b e r ) ∗ X + 1 0 = ( s o m e n u m b e r ) ∗ X 2
In other words, introducing factor X once more would increase the product by 10. This is only feasible if:
X is 10, or an integer divisor of 10. (So: 1, 2, 5, 10).
X is not 1 (as inserting a factor of 1 wouldn't change the product) (Remained: 2, 5, 10)
X 2 − X is 10 at most (assuming the extreme case where all other factors are 1) (Remained: 2)
So, X=2
Now, for M and I:
( M M I ) ∗ 2 + 1 0 = ( M M I ) ∗ 4
1 0 = ( M M I ) ∗ 2
( M M I ) = 5
5, being a prime number, can only be composed of factors 1 and 5. Therefore M should be 1 and X should be 5.
Conclusion:
X=2
M=1
I=5
Solution: 5 + 2 + 1 = 8
Problem Loading...
Note Loading...
Set Loading...
Let P = M 2 I . Then we have P X + 1 0 = P X 2 ⟹ P + X 1 0 = P X . Since P X and P are both integers, X 1 0 must also be an integer and X ∈ { 1 , 2 , 5 , 1 0 } .
Thus X = 2 and P = 5 . Since P = M 2 I and the only perfect square that divides 5 is 1 , it must be true that M 2 = 1 ⟹ M = 1 and I = 5 .
So M + I + X = 1 + 5 + 2 = 8 .