For some positive integer k, the repeating base-k representation of the (base-ten) fraction 517 is 0.23k=0.232323...k. What is k?
Pick one
Official solution
We can expand the fraction 0.23k as follows: 0.23k=2⋅k−1+3⋅k−2+2⋅k−3+3⋅k−4+⋯ Notice that this is equivalent to 2(k−1+k−3+k−5+...)+3(k−2+k−4+k−6+⋯) By summing the geometric series and simplifying, we have k2−12k+3=517. Solving this quadratic equation (or simply testing the answer choices) yields the answer k=(D) 16.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.