It turns out I just made a careless calculation error. (I was somehow utterly convinced that 108 = 6410 and not 810.) I ended up approaching the problem from a completely different angle (Method 2) and came up with the right answer in less than 5 minutes. But this story actually has a point. I think it was this conviction of stupidity that prevented me from spotting my careless mistake; instead, it led me to believe genuinely that I had become too dumb to come up with a viable method when, in fact, I had the right idea all along (Method 1). So I realize now that I'm not dumb--just rendered incompetent by carelessness. I guess I should just concentrate a little harder on being more careful instead of lambasting myself for lacking intelligence every opportunity I get. Now if each of my problems in life were as simply and elegantly solvable as this little math problem, things would just be so much easier.
| solution: (highlight to read) | |
| Method 1: | Method 2: |
| let x = (0.1515...)8
x = (15/(100-1))8, since it repeats every 2 digits x = (15/77)8 x = 158/778 x = 1310/6310 x = (13/63)10
| let x be the solution, some rational decimal number with repeating decimal [a..]
x = 0.[a..] 8x = 1.[b..], where [b..] is some other repeating decimal 8x-1 = 0.[b..] 8(8x-1) = 5.[a..], since it repeats every 2 digits 8(8x-1)-5 = 0.[a..] = x 64x-13 = x x = 13/63
|
No comments:
Post a Comment