Question 776581: what number is greater than 100, less than 200, digits sum is 10, has 2 like digits, and is odd
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! what number is greater than 100, less than 200, digits sum is 10, has 2 like digits, and is odd
-----------
Let the number be 1ab
----
Equations:
1 + a + b = 10
a+b = 9
------------------
Since the number is odd, b must be odd::
If b = 1, a = 8 and the number is 181
If b = 3, a = 6 and the number is 163
If b = 5, a = 4 and the number is 145
If b = 7, a = 2 and the number is 127
If b = 9, a = 0 and the number is 109
------
Ans: Only 181 meets all 3 criteria.
====================================
Cheers,
Stan H.
------------
|
|
|