Difference between revisions of "2023 IOQM/Problem 4"
m (→Solution1(Diophantine)) |
(→Solution1(Diophantine)) |
||
Line 5: | Line 5: | ||
Find the maximum possible value of <math>x + y</math>. | Find the maximum possible value of <math>x + y</math>. | ||
==Solution1(Diophantine)== | ==Solution1(Diophantine)== | ||
− | <math>x^{4}=(x-1)(y^{3}-23)-1</math>, subtracting 1 on both sides we get <math>x^{4}- 1^{4}=(x-1)(y^{3}-23)-2</math> [[ | + | <math>x^{4}=(x-1)(y^{3}-23)-1</math>, subtracting 1 on both sides we get <math>x^{4}- 1^{4}=(x-1)(y^{3}-23)-2</math>. [[Factorizing]] the LHS we get |
+ | <math>(x^{2}+ 1)(x-1)(x+1) =(x-1)(y^{3}-23)-2</math>. Now [[divide]] the [[equation]] by <math>x-1</math> (considering that <math>x\neq 1</math>) to get <cmath>(x^{2}+ 1)(x+1) = (y^{3}-23)-\frac{2}{x-1}</cmath> Since <math>x</math> and <math>y</math> are [[integers]], this implies <math>x-1</math> [[divides]] 2, so possible values <math>x-1</math> are -1, -2, 1, 2 | ||
− | <math> | + | This means <math>x=0</math>, <math>-1</math> (rejected as <math>x</math> is a [[positive integer]]), <math>2</math>, <math>3</math>. Thus, <math>x=2</math> or <math>3</math>. Now checking for each value, we find that when <math>x=2</math>, there is no [[integral]] value of <math>y</math>. When <math>x=3</math>, <math>y</math> evaluates to <math>4</math> which is the only possible positive [[integral]] solution. |
− | + | So, <math>x+y=3+4=\boxed{7}</math> | |
− | |||
− | So, <math>x+y | ||
~SANSGANKRSNGUPTA(inspired by PJ AND AM sir) | ~SANSGANKRSNGUPTA(inspired by PJ AND AM sir) |
Revision as of 06:53, 26 June 2024
Problem
Let be positive integers such that
Find the maximum possible value of .
Solution1(Diophantine)
, subtracting 1 on both sides we get . Factorizing the LHS we get
. Now divide the equation by (considering that ) to get Since and are integers, this implies divides 2, so possible values are -1, -2, 1, 2
This means , (rejected as is a positive integer), , . Thus, or . Now checking for each value, we find that when , there is no integral value of . When , evaluates to which is the only possible positive integral solution.
So,
~SANSGANKRSNGUPTA(inspired by PJ AND AM sir)