If we divide a 2-digit positive integer by the sum of its digits, we get the quotient and remainder of 4 and 3, respectively.
If we divide the same 2-digit positive by the product of its digits, we get quotient and remainder of 3 and 5, respectively.
If this 2-digit integer can be written as , find .
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.
Let the number be a b = 1 0 a + b
Given that:
a + b 1 0 a + b = 4 + a + b 3 1 0 a + b = 4 ( a + b ) + 3 1 0 a + b = 4 a + 4 b + 3 3 b = 6 a − 3
b = 2 a − 1 ⟹ Eq.(1)
and
a b 1 0 a + b = 3 + a b 5
1 0 a + b = 3 a b + 5 ⟹ Eq.(2)
Substitute Eq.(1) into Eq.(2):
1 0 a + ( 2 a − 1 ) = 3 a ( 2 a − 1 ) + 5 1 2 a − 1 = 6 a 2 − 3 a + 5 6 a 2 − 1 5 a + 6 = 0 2 a 2 − 5 a + 2 = 0 ( 2 a − 1 ) ( a − 2 ) = 0 a = 2 1 , 2
Since a represents a digit, it must be a positive integer between 1 and 9 . Therefore,
a = 2 b = 2 ( 2 ) − 1 = 3 a + b = 2 + 3 = 5