Guest Posted October 21, 2009 Report Share Posted October 21, 2009 (edited) Determine the minimum value of a positive integer N, such that N is not expressible in the form (2A – 2B)/ (2C – 2D), where each of A, B, C and D is a positive integer. Edited October 21, 2009 by K Sengupta Quote Link to comment Share on other sites More sharing options...
0 superprismatic Posted October 21, 2009 Report Share Posted October 21, 2009 (edited) 9 Edited October 21, 2009 by superprismatic Quote Link to comment Share on other sites More sharing options...
0 Guest Posted October 22, 2009 Report Share Posted October 22, 2009 (edited) 9 Not quite, for: (27 - 21)/(24 - 21) = 9 Edited October 22, 2009 by methinks Quote Link to comment Share on other sites More sharing options...
0 Guest Posted October 22, 2009 Report Share Posted October 22, 2009 11 Quote Link to comment Share on other sites More sharing options...
0 Guest Posted October 22, 2009 Report Share Posted October 22, 2009 (edited) Every number that can be expressed as (2A - 2B)/(2C - 2D) can also be expressed as: 2k.(2m - 1)/(2n - 1) -- (1) where m, n, k are integers with k >= 0, m > 0, n > 0 and m > n. For every positive integer of the form 2a.X (where X is odd) that can not be expressed in the equation of the form (1), X can not also be expressed in the same form. So we can simplify by assumming that the number 'N' that can't be expressed in the form (1) is odd. With this, k = 0 in (1) Let, X = (2m - 1)/(2n - 1) => 2n(2m-n - 1) = (X - 1)(2n - 1) Let, p = m - n and Y = X - 1, => 2n(2p - 1) = Y(2n - 1) -- (2) We now have a few cases Case I If Y is a power of 2, we can always get values for p and n in (2). Case II If Y is of the form 2.Q, where Q is odd From (2), n = 1 and (2p - 1) = Q. So if 'Q' can't be expressed as (2p - 1), then we can get a value for 'N'. First such value for 'Q' is 5 => Y = 2.Q = 10 => X = Y + 1 = 11 Multiplying this by powers of 2 will yeild other values that can not be expressed in the given form: 22, 44, 88, .. Case II If Y is of the form 2r.Q, where Q is odd and r > 1 From (2), n = r, (2p - 1) = Q(2r - 1) which brings us back to the original form itself. Or in other words, for every odd number 'Q' than can't be expressed as in (1), 2r.Q + 1 also can't be expressed (r > 1) in the same form. So, numbers like 4*11 + 1 = 45, 89 etc also can't be expressed in that form. Edited October 22, 2009 by methinks Quote Link to comment Share on other sites More sharing options...
Question
Guest
Determine the minimum value of a positive integer N, such that N is not expressible in the form (2A – 2B)/ (2C – 2D), where each of A, B, C and D is a positive integer.
Edited by K SenguptaLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.