sudaif Wrote:The function f is defined for each positive three-digit integer n by f(n) = 2^x 3^y 5^z, where x, y and z
are the hundreds, tens, and units digits of n, respectively. If m and v are three-digit positive
integers such that f(m) = 9f(v), then m-v = ?
A. 8
B. 9
C. 18
D. 20
E. 80
Not sure how to begin solving this problem, because we don't know about m's or v's digits.
It is given that f(m) = 9 f(v); Now 9 = 3^2.
say
v = (2^x).(3^y).(5^z)
Then
m =
(9).(3^y).(5^z).(2^x) =
(3^2).(3^y).(5^z).(2^x)
m=
(3^y+2).(5^z).(2^x)
This means that for m and v, Hundred's digit and unit's digit are same. However, Tens digit is
y in case of
v and
(y+2) in case of
m.
For example:
say
m=135 [Hundred's digit is 3]
v=115 [Unit's digit is 1]
m-v=20
so always m-v will be 20. Option (D) is the answer.
Aditya