Difference between revisions of "2021 JMPSC Sprint Problems/Problem 20"
Abhinavg0627 (talk | contribs) (→Solution 2) |
Mathdreams (talk | contribs) m |
||
| Line 17: | Line 17: | ||
~~abhinavg0627 | ~~abhinavg0627 | ||
| + | |||
| + | == Note: == | ||
| + | |||
| + | <math>257^3 = 16974593</math>, <math>256^2 = 65536</math>, and <math>257^2 = 66049</math>. | ||
Revision as of 10:53, 11 July 2021
Contents
Problem
For all integers
and
, define the operation
as
Find
Solution
Let
. Then,
and
. We substitute these values into expression
to get
Recall the definition for the operation
; using this, we simplify our expression to
We have
and
, so we can expand the numerator of the fraction within the square root as
to get
~samrocksnature
Solution 2
Basically the same as above, but instead we can let
. Then we have
which equals
.
~~abhinavg0627
Note:
,
, and
.