InterviewSolution
Saved Bookmarks
| 1. |
(a) Show that for every nutural number n relatively prime to 10, there is another natural number m all of whose digits are 1 's such that n divides m. (b) Hence or otherwise show that every positive rational number can be expressed in the form (a)/(10^(b)(10^(c)-1)) for some natural a, b, c. |
|
Answer» (b) If p/q is any rational number `(p gt 0, q gt0)`, then we may write `q=2^(r)5^(s)t`, where t is coprime to 10. Choose a number m having only 1's as its digits and is divisible by t. Consider 9m, Which has only 9 as its digits and is still divisible by t. Let k=9 m/t. We see that, `qk=9m2^(r)5^(s)=(10^(@)-1)2^(r)5^(s)`, where c is the number of digits in m. Hence we can find d such that `qd=10^(b)(10^(c)-1)` multiply by a suitable power of 2 if `s gt r` and by a suitable power of 5 if `r gt s`). Then `(p)/(q)=(pq)/(qd)=(a)/(a0^(b)(10^(c)-1))` where a=pd. |
|