PaperMath’s sum: Difference between revisions
mNo edit summary |
Kempu33334 (talk | contribs) |
||
| Line 2: | Line 2: | ||
Papermath’s sum states, | Papermath’s sum states, | ||
<math>\sum_{i=0}^{2n-1} {( | <math>\sum_{i=0}^{2n-1} {(10^ix^2)}=(\sum_{j=0}^{n-1}{(10^j3x)})^2 + \sum_{k=0}^{n-1} {(10^k2x^2)}</math> | ||
Or | Or | ||
<math>x^2\sum_{i=0}^{2n-1} {10^i}=( | <math>x^2\sum_{i=0}^{2n-1} {10^i}=(3x \sum_{j=0}^{n-1} {(10^j)})^2 + 2x^2\sum_{k=0}^{n-1} {(10^k)}</math> | ||
For all real values of <math>x</math>, this equation holds true for all nonnegative values of <math>n</math>. When <math>x=1</math>, this reduces to | For all real values of <math>x</math>, this equation holds true for all nonnegative values of <math>n</math>. When <math>x=1</math>, this reduces to | ||
Revision as of 17:07, 13 October 2024
PaperMath’s sum
Papermath’s sum states,
Or
For all real values of
, this equation holds true for all nonnegative values of
. When
, this reduces to
Proof
First, note that the
part is trivial multiplication, associativity, commutativity, and distributivity over addition,
Observing that
and
concludes the proof.
Problems
AMC 12A Problem 25
For a positive integer
and nonzero digits
,
, and
, let
be the
-digit integer each of whose digits is equal to
; let
be the
-digit integer each of whose digits is equal to
, and let
be the
-digit (not
-digit) integer each of whose digits is equal to
. What is the greatest possible value of
for which there are at least two values of
such that
?
Notes
Papermath’s sum was named by the aops user Papermath, after noticing it in a solution to an AMC 12 problem. The name is not widely used.