id
int64
41
3.22M
problem
stringlengths
38
4.44k
solution
stringlengths
8
38.6k
problem_vector
listlengths
1.02k
1.02k
solution_vector
listlengths
1.02k
1.02k
last_modified
stringdate
2025-08-11 00:00:00
2025-08-11 00:00:00
619,484
$n$ is a natural number. We shall call a permutation $a_1,\dots,a_n$ of $1,\dots,n$ a quadratic(cubic) permutation if $\forall 1\leq i \leq n-1$ we have $a_ia_{i+1}+1$ is a perfect square(cube). $(a)$ Prove that for infinitely many natural numbers $n$ there exists a quadratic permutation. $(b)$ Prove that for no natur...
For part $(a)$, the identity $(x-1)(x+1) + 1 = x^2$ is important. This gives us the following construction (for any positive integer $k$) \[ 2, 4, 6, \ldots, 4k^2+4k, 1, 3, 5, \dots, 4k^2+4k-1 \] For part (b) take the largest power of $2$ less than or equal to $n$. Say that it's $2^k$. Note that $2^k > n/2$. If $2^k ...
[ 0.000628514273557812, -0.06841155141592026, -0.005452233366668224, 0.0011729741236194968, 0.011819719336926937, 0.06847484409809113, -0.06377547979354858, -0.041288115084171295, 0.06160128489136696, -0.029732050374150276, -0.004040853586047888, -0.02164473384618759, 0.041177861392498016, -...
[ -0.007655804511159658, -0.04880446940660477, -0.0015719783259555697, 0.04691677540540695, -0.0018131325487047434, 0.07377807050943375, -0.07231922447681427, 0.021185267716646194, 0.09021352231502533, -0.011960814706981182, 0.0264492928981781, 0.0010795663110911846, 0.04364580661058426, -0....
2025-08-11
619,487
Consider $n$ segments in the plane which no two intersect and between their $2n$ endpoints no three are collinear. Is the following statement true? Statement: There exists a simple $2n$-gon such that it's vertices are the $2n$ endpoints of the segments and each segment is either completely inside the polygon or an edge...
Answer is no (unless there's a typo or smth, if you allow ALL SEGMENTS TO BE OUTSIDE the polygon the answer may be different, i believe that may be the typo?) Counterexample: [img]https://media.discordapp.net/attachments/864501962753703958/1092855532395708557/IMG_20230404_185723.jpg?width=383&height=681[/img]
[ 0.024463051930069923, -0.01704287715256214, -0.006026397459208965, 0.006783374585211277, 0.04147923365235329, 0.08273353427648544, -0.019002480432391167, 0.03545990213751793, 0.04538798704743385, -0.03300810977816582, 0.03465515747666359, -0.024126524105668068, 0.007396532688289881, -0.004...
[ 0.04024223983287811, -0.04988408833742142, -0.008395649492740631, -0.04774068668484688, 0.053496092557907104, 0.10963023453950882, 0.0006984983920119703, 0.01986554078757763, 0.01518749725073576, -0.01852470263838768, 0.024377554655075073, -0.01982870325446129, -0.0204615481197834, -0.0089...
2025-08-11
619,489
Given a set $X=\{x_1,\ldots,x_n\}$ of natural numbers in which for all $1< i \leq n$ we have $1\leq x_i-x_{i-1}\leq 2$, call a real number $a$ [b]good[/b] if there exists $1\leq j \leq n$ such that $2|x_j-a|\leq 1$. Also a subset of $X$ is called [b]compact[/b] if the average of its elements is a good number. Prove th...
Here is a different proof. Fix some even $2 \le k \le n.$ We will use the term $k-$subsets to denote subsets of $X$ of size $k.$ We will show that the number of compact $k-$subsets is at least $\binom{n-2}{k-1}$. This would imply the desired bound since $\sum_{\textit{k odd}} \binom{n-2}{k} = 2^{n-3}.$ So let's sho...
[ -0.01977410912513733, -0.0022355348337441683, -0.0028840897139161825, 0.01119697093963623, 0.0032137215603142977, 0.0782892256975174, -0.024385469034314156, -0.0022908723913133144, 0.061696428805589676, -0.010692501440644264, 0.01408197171986103, 0.005361316725611687, 0.028332145884633064, ...
[ 0.023730460554361343, -0.013780339621007442, -0.0027907209005206823, 0.037253543734550476, -0.05622792989015579, 0.07985319942235947, -0.01579596847295761, -0.0011091509368270636, 0.07646623998880386, -0.024600354954600334, 0.035500042140483856, 0.0016632576007395983, 0.056230656802654266, ...
2025-08-11
588,967
Suppose a class contains $100$ students. Let, for $1\le i\le 100$, the $i^{\text{th}}$ student have $a_i$ many friends. For $0\le j\le 99$ let us define $c_j$ to be the number of students who have strictly more than $j$ friends. Show that \begin{align*} & \sum_{i=1}^{100}a_i=\sum_{j=0}^{99}c_j \end{align*}
A simple solution , The person having the $a_i$ friends is counted in $c_0,c_1, ....c_{a_i - 1}$ .i.e $a_i$ times . so in the RHS too it is counted $a_i$ times . so these are two different ways of counting the sum $ \sum _{i=1}^{100} a_i $ and hence it is proved
[ -0.0004539778456091881, -0.034442927688360214, -0.011075926013290882, 0.004106632899492979, 0.04280997812747955, 0.0010610658209770918, -0.024396149441599846, -0.037193700671195984, 0.035069722682237625, -0.03635885939002037, 0.015600508078932762, -0.04640757292509079, 0.12274728715419769, ...
[ -0.018068106845021248, -0.002394031500443816, -0.006628460716456175, -0.005098171066492796, 0.01583520881831646, 0.0037093874998390675, -0.05697677657008171, -0.02465399168431759, 0.0655260905623436, -0.029435308650135994, 0.016665171831846237, -0.04856288060545921, 0.07248324155807495, -0...
2025-08-11
588,972
Consider $f(x)=x^4+ax^3+bx^2+cx+d\; (a,b,c,d\in\mathbb{R})$. It is known that $f$ intersects X-axis in at least $3$ (distinct) points. Show either $f$ has $4$ $\mathbf{distinct}$ real roots or it has $3$ $\mathbf{distinct}$ real roots and one of them is a point of local maxima or minima.
$f$ has at most 4 roots of which 3 are real. Hence the fourth is also real but not necessarily distinct from the other three. If it is distinct then $f$ has four distinct roots else if it is same as some other root (say $\alpha$) then $f(\alpha )=f'(\alpha )=0$ but $f''(\alpha)\neq 0$. Done
[ -0.03296777233481407, -0.041859861463308334, -0.0067230816930532455, 0.018942808732390404, 0.02300236187875271, 0.056150104850530624, -0.015521837398409843, 0.02490079589188099, 0.06187841296195984, -0.011752334423363209, 0.054472602903842926, -0.040577370673418045, 0.05324021354317665, -0...
[ -0.02044910006225109, -0.04390392452478409, -0.0056548211723566055, 0.02125740982592106, 0.04004726558923721, 0.057699691504240036, -0.03472323343157768, 0.030673488974571228, 0.060844410210847855, -0.02989647351205349, -0.007985680364072323, -0.024547236040234566, 0.030780965462327003, -0...
2025-08-11
588,973
Let us consider a triangle $\Delta{PQR}$ in the co-ordinate plane. Show for every function $f: \mathbb{R}^2\to \mathbb{R}\;,f(X)=ax+by+c$ where $X\equiv (x,y) \text{ and } a,b,c\in\mathbb{R}$ and every point $A$ on $\Delta PQR$ or inside the triangle we have the inequality: \begin{align*} & f(A)\le \text{max}\{f(P),f(...
Note that we can write each point $A$ on or inside the triangle $PQR$ as \[ A=w_1P+w_2Q+w_3R \] Where $w_1,w_2,w_3$ are nonnegative weights adding to $1$ and $P,Q,R,A$ are viewed as vectors. This implies \[ f(A)=w_1f(P)+w_2f(Q)+w_3f(R) \] If $f(A)>f(P),f(Q),f(R)$, then \[ f(A)=w_1f(P)+w_2f(Q)+w_3f(R)<w_1f(A)+w_2f(A)+w_...
[ 0.027480849996209145, 0.008581691421568394, -0.0006357704987749457, 0.011738684959709644, 0.015391560271382332, 0.08610764145851135, -0.01223283726722002, -0.004167649429291487, 0.05868111178278923, -0.02518739551305771, 0.08124379813671112, -0.004874534904956818, 0.07225774973630905, -0.0...
[ 0.06345854699611664, 0.019690239802002907, -0.0027521559968590736, 0.02573375031352043, 0.03921335190534592, 0.1274777352809906, -0.005902296397835016, -0.01163413655012846, 0.06144210696220398, -0.015537292696535587, 0.09133617579936981, 0.0026364075019955635, 0.0330401249229908, -0.00383...
2025-08-11
588,980
Let $f,g$ are defined in $(a,b)$ such that $f(x),g(x)\in\mathcal{C}^2$ and non-decreasing in an interval $(a,b)$ . Also suppose $f^{\prime \prime}(x)=g(x),g^{\prime \prime}(x)=f(x)$. Also it is given that $f(x)g(x)$ is linear in $(a,b)$. Show that $f\equiv 0 \text{ and } g\equiv 0$ in $(a,b)$.
$f(x)g(x)= ax+b, $, Again, we have, $f^{\prime}(x) g(x)+ g^{\prime}(x)f(x)=a$ , Differentiating again we get, $ f^{\prime \prime}(x) g(x)+g^{\prime \prime}(x)f(x)+2f^{\prime}(x)g^{\prime}(x)=0$ we have,$ f^{\prime \prime}(x)=g(x),g^{\prime \prime}(x)=f(x),$, so, ${f(x)}^2+{g(x)}^2+2f^{\prime}(x)g{\prime}(x)=0$, We ...
[ 0.012589077465236187, -0.04442821070551872, -0.002430134452879429, 0.05038035660982132, 0.014521565288305283, 0.08117523044347763, -0.028880411759018898, -0.03628555312752724, 0.106084443628788, -0.03729834780097008, 0.02334049716591835, 0.0008681240724399686, 0.08178120106458664, -0.00363...
[ 0.0105061586946249, -0.05370117723941803, -0.0008647494250908494, 0.032997749745845795, 0.022618645802140236, 0.08966714143753052, -0.01975979097187519, 0.031190836802124977, 0.13382920622825623, -0.04091282933950424, 0.011182841844856739, 0.010501143522560596, 0.05693337321281433, 0.00038...
2025-08-11
588,984
Prove that sum of $12$ consecutive integers cannot be a square. Give an example of $11$ consecutive integers whose sum is a perfect square.
Clearly the sum of $12$ consecutive numbers cannot be odd.. Let the numbers be $k+1,k+2, \cdots, k+12$. $\therefore$ The sum is $12k+78$. Now we know that any even square number is either $0$ or $4$ modulo $12$. But, $12k+78 \equiv 6\pmod{12}$ $\implies$ The sum of $12$ consecutive numbers can never be a perfec...
[ 0.0002817234199028462, -0.05137994885444641, -0.008887671865522861, 0.021353498101234436, 0.019976461306214333, 0.08457303792238235, -0.0455467663705349, -0.03173794969916344, 0.0023691956885159016, -0.05728970468044281, -0.004104532767087221, 0.004839118104428053, 0.02122420445084572, -0....
[ 0.004706771578639746, -0.04337514936923981, -0.0010260411072522402, 0.03703273460268974, 0.00459331227466464, 0.06418316811323166, -0.060278840363025665, -0.010250755585730076, 0.03197747468948364, -0.09305708855390549, -0.03127080202102661, 0.037494074553251266, 0.03391260281205177, -0.00...
2025-08-11
588,986
Define $\mathcal{A}=\{(x,y)|x=u+v,y=v, u^2+v^2\le 1\}$. Find the length of the longest segment that is contained in $\mathcal{A}$.
Consider the linear transformation $T(u,v) = (u+v,v).$ Let $D_t$ be the diameter from $(-\cos t, -\sin t)$ to $(\cos t, \sin t).$ The length of $T(D_t)$ equals $2\sqrt {(\cos t +\sin t)^2 + \sin^2t}.$ Find the maximum value of the last expression over $[0,2\pi].$ Then you need an argument that this is the answer to the...
[ 0.05173468589782715, 0.031075691804289818, -0.0012568640522658825, 0.0316883884370327, 0.023369912058115005, 0.10191721469163895, -0.005822812672704458, 0.01399899274110794, 0.05278030410408974, -0.03833172842860222, 0.025150513276457787, 0.050367843359708786, 0.0190239567309618, -0.001681...
[ 0.032249562442302704, 0.013267014175653458, -0.00604533776640892, 0.0616733655333519, 0.05670477822422981, 0.13144470751285553, -0.024269776418805122, -0.027273138985037804, 0.047493256628513336, -0.0179152749478817, 0.007535903248935938, 0.02343195490539074, -0.007389822043478489, -0.0061...
2025-08-11
588,989
Let $f: [0,\infty)\to \mathbb{R}$ a non-decreasing function. Then show this inequality holds for all $x,y,z$ such that $0\le x<y<z$. \begin{align*} & (z-x)\int_{y}^{z}f(u)\,\mathrm{du}\ge (z-y)\int_{x}^{z}f(u)\,\mathrm{du} \end{align*}
Rewriting, we want \[(1)\,\,\,\,\frac{1}{z-y}\int_{y}^{z}f(u)\,du \ge \frac{1}{z-x}\int_{x}^{z}f(u)\,du.\] This is the comparison of two averages. The second average is over a larger range of $f$-values. And each additional $f$-value is $\le$ every $f$-value in the first average. Intuitively the second average is less ...
[ 0.035576410591602325, -0.03423627093434334, -0.0021274941973388195, 0.015455503016710281, 0.01697337068617344, 0.0824245885014534, 0.009099168702960014, 0.01447746716439724, 0.06413114815950394, -0.052126940339803696, 0.022851670160889626, 0.027009688317775726, 0.0830332413315773, -0.00271...
[ 0.04263979569077492, -0.027720578014850616, -0.0031876356806606054, 0.02465645596385002, 0.025846358388662338, 0.1325548142194748, 0.007492398843169212, -0.017810901626944542, 0.03788135573267937, -0.041647136211395264, 0.018476363271474838, 0.042166776955127716, 0.08002158999443054, -0.00...
2025-08-11
588,991
$n(>1)$ lotus leaves are arranged in a circle. A frog jumps from a particular leaf from another under the following rule: [list] [*]It always moves clockwise. [*]From starting it skips one leaf and then jumps to the next. After that it skips two leaves and jumps to the following. And the process con...
[hide="Solution"]Suppose $n$ is odd. Label the petals $1, 2, \cdots , n.$ After the $k-1$th move, the frog is on the petal $1 + 2 + \cdots + k = \dfrac{k(k+1)}{2},$ where the indices are taken modulo $n.$ After $n-1$ moves, the frog is on petal $\dfrac{n(n+1)}{2},$ which is equivalent to $n \pmod{n}$ since $\dfrac{n+1}...
[ 0.028500329703092575, 0.007122027222067118, -0.006713944487273693, -0.02279103733599186, 0.06159699335694313, 0.018925294280052185, -0.03320666402578354, 0.014671825803816319, 0.06836552917957306, -0.02700991928577423, -0.04832348972558975, -0.018946703523397446, 0.03227986395359039, -0.00...
[ 0.0543387308716774, 0.013292893767356873, -0.00266186217777431, 0.004388412926346064, 0.06110323220491409, 0.046154219657182693, -0.03304010629653931, 0.023376284167170525, 0.09432860463857651, -0.006495465524494648, -0.02233334816992283, -0.04515419527888298, -0.0020537269301712513, -0.00...
2025-08-11
1,891,376
Consider the number $\left(101^2-100^2\right)\cdot\left(102^2-101^2\right)\cdot\left(103^2-102^2\right)\cdot...\cdot\left(200^2-199^2\right)$. [list=a] [*] Determine its units digit. [*] Determine its tens digit. [/list]
[b]Part a:[/b] Every factor in the product is an odd integer. The third factor $103^2-102^2$ is a multiple of $5$. Hence the product is an odd integer that is divisible by $5$. Hence the unit digit is $5$. [b]Part b:[/b] We pair up the $k$-th factor from the left $(100+k)^2-(99+k)^2=199+2k$ with the $k$-th factor fro...
[ -0.024573763832449913, -0.04492204263806343, -0.0036135197151452303, -0.014854051172733307, 0.024450113996863365, 0.07931987196207047, -0.043044254183769226, -0.035504210740327835, 0.023900935426354408, -0.06218619644641876, -0.03187159076333046, 0.03415926173329353, 0.04681035503745079, -...
[ -0.006725520361214876, -0.043241094797849655, -0.002021556720137596, -0.011804780922830105, 0.024571089074015617, 0.07935234159231186, -0.04459207132458687, -0.05391776189208031, 0.04721413552761078, -0.06928447633981705, -0.019268779084086418, 0.038838744163513184, 0.03205413743853569, -0...
2025-08-11
1,891,380
Let $ABCDEF$ be a convex hexagon. In the hexagon there is a point $K$, such that $ABCK,DEFK$ are both parallelograms. Prove that the three lines connecting $A,B,C$ to the midpoints of segments $CE,DF,EA$ meet at one point.
By vector, $K=A+C-B$ and $K=D+F-E$ thus $A+C-B = D+F-B$ or $A+C+E = B+D+F$. This means $\triangle ACE$ and $\triangle BDF$ have the same centroid so this is the concurrency point.
[ 0.08130083978176117, 0.006242845207452774, -0.004494903143495321, 0.05569573491811752, -0.004335131961852312, 0.05280698835849762, -0.018361151218414307, 0.0055357287637889385, 0.050706688314676285, -0.046039268374443054, 0.04427773877978325, -0.04289913550019264, 0.05530622974038124, -0.0...
[ 0.08588357269763947, -0.0007052734727039933, -0.0016849086387082934, 0.057929009199142456, 0.049879856407642365, 0.08694658428430557, -0.012733354233205318, -0.007091481704264879, 0.028037279844284058, 0.006497177295386791, 0.08537476509809494, -0.01957879774272442, 0.10638584196567535, -0...
2025-08-11
1,891,382
We are given a row of $n\geq7$ tiles. In the leftmost 3 tiles, there is a white piece each, and in the rightmost 3 tiles, there is a black piece each. The white and black players play in turns (the white starts). In each move, a player may take a piece of their color, and move it to an adjacent tile, so long as it's n...
Let the player moving the white pieces be called "Bob" and the other player be called "Rob." We claim that Bob wins when $n$ is even and Rob wins when $n$ is odd. Let's label the tiles $1, 2, \cdots, n$ from left to right. Let $b$ be a variable corresponding to the sum of the labels of the tiles containing Bob's piec...
[ 0.029795033857226372, -0.04173901304602623, -0.0020296205766499043, 0.009277178905904293, 0.0078275166451931, 0.026257434859871864, -0.0763351172208786, -0.04784760996699333, 0.014256390742957592, 0.005093744490295649, -0.03130653500556946, -0.06737733632326126, 0.018838444724678993, -0.00...
[ 0.04639449343085289, -0.037129271775484085, -0.0032090444583445787, 0.015464218333363533, -0.02329162508249283, 0.04496786743402481, -0.07282336056232452, -0.02381793037056923, 0.04714171588420868, 0.024487396702170372, -0.030720824375748634, -0.05574844777584076, 0.04983000457286835, -0.0...
2025-08-11
1,891,385
Let $p$ be a polynomial with integer coefficients satisfying $p(16)=36,p(14)=16,p(5)=25$. Determine all possible values of $p(10)$.
To show that all multiples of $120$ are possible, take $p(x)=(x-10)^2 + c(x-5)(x-14)(x-16), c \in \mathbb{Z}$ for which $p(10) = 120c.$ On the other hand, supposing $p$ satisfies the problem conditions, define $q(x) = p(x) - (x-10)^2$ so that $5, 14, 16$ are roots of $q.$ Consequently, $q(x) = (x-5)(x-14)(x-16)r(x)$ ...
[ -0.023999866098165512, -0.018499432131648064, -0.0039600469172000885, 0.0035819457843899727, 0.035513985902071, 0.06467116624116898, -0.005444689653813839, 0.012258337810635567, 0.04537840187549591, -0.0073379711247980595, 0.011724446900188923, -0.03944490849971771, 0.03469674289226532, -0...
[ 0.001792506198398769, -0.06802934408187866, -0.00508531229570508, -0.0018731971504166722, 0.060931481420993805, 0.042966339737176895, -0.0498594231903553, -0.03401065617799759, 0.09244673699140549, -0.05615384876728058, 0.009058516472578049, -0.021431511268019676, 0.04526655003428459, -0.0...
2025-08-11
1,891,387
Let $n$ be a positive integer. Find the maximal real number $k$, such that the following holds: For any $n$ real numbers $x_1,x_2,...,x_n$, we have $\sqrt{x_1^2+x_2^2+\dots+x_n^2}\geq k\cdot\min(|x_1-x_2|,|x_2-x_3|,...,|x_{n-1}-x_n|,|x_n-x_1|)$
We will consider only $n>1$, since the case when $n=1$ is absurd. We claim that the answer is $\frac{\sqrt{n}}{2}$ if $n$ is even and $\frac{\sqrt{n+5}}{2}$ if $n$ is odd. If $n$ is even, this is clearly achieved when $(x_1, x_2, \cdots, x_n) = (1, -1, 1, -1, \cdots, 1, -1)$. If $n$ is odd, then this is achieved wit...
[ 0.0008805625839158893, 0.009619667194783688, 0.0009224395034834743, 0.07748319208621979, -0.05424363911151886, 0.06317503750324249, -0.0354410745203495, 0.018230188637971878, 0.08774668723344803, 0.0012606079690158367, 0.04583735391497612, 0.014158434234559536, 0.050031863152980804, 0.0018...
[ 0.018255867063999176, 0.010772313922643661, -0.0012402223655954003, 0.08934035897254944, -0.030679000541567802, 0.08748705685138702, -0.021339433267712593, 0.022196775302290916, 0.095148466527462, -0.06125275418162346, 0.0063830274157226086, 0.047129273414611816, 0.049921512603759766, -0.0...
2025-08-11
614,655
For any positive integer $n$, let $D_n$ denote the greatest common divisor of all numbers of the form $a^n + (a + 1)^n + (a + 2)^n$ where $a$ varies among all positive integers. (a) Prove that for each $n$, $D_n$ is of the form $3^k$ for some integer $k \ge 0$. (b) Prove that, for all $k\ge 0$, there exists an integer...
1. So $D_n \mid a^n + (a + 1)^n + (a + 2)^n$ and $D_n \mid (a + 1)^n + (a + 2)^n + (a + 3)^n$, thus $D_n \mid (a + 3)^n - a^n$. Let $p$ be a prime dividing $D_n$. Then $(a + 3)^n \equiv a^n \pmod{p}$ for all $a$, in particular for $a=p$, but then $3^n \equiv 0\pmod{p}$, forcing $p=3$. 2. For $k=0$ any even $n$ is goo...
[ 0.03321145847439766, -0.04824131354689598, -0.00040677067590877414, 0.017748534679412842, 0.027645278722047806, 0.05265755206346512, -0.0780826210975647, 0.010444986633956432, 0.08359235525131226, -0.04674630984663963, 0.03351672366261482, -0.026250220835208893, 0.07705745846033096, -0.000...
[ 0.03866051509976387, -0.0195703636854887, -0.0004581071261782199, 0.023893065750598907, 0.015238559804856777, 0.04589931666851044, -0.08912977576255798, 0.033925242722034454, 0.10184545814990997, -0.04595750942826271, 0.021785428747534752, -0.02487444318830967, 0.040450096130371094, -0.001...
2025-08-11
615,935
Prove that there exists a positive integer that can be written, in at least two ways, as a sum of $2014$-th powers of $2015$ distinct positive integers $x_1 <x_2 <\cdots <x_{2015}$.
Suppose, on the contrary, this is not true, and every integer can be represented at most once as a sum of $2014$-th powers of $2015$ distinct positive integers. Fix some positive integer $N$. There are $\binom{N}{2015}$ ways of choosing different $x_i \,,\, 1\le x_i \le N, i=1,2,\ldots,2015 $. Then, $\sum_{i=1}^{2015...
[ 0.007440892513841391, -0.02740713208913803, -0.0068205781280994415, 0.0023577832616865635, -0.009748352691531181, 0.0331265851855278, -0.03571280464529991, -0.04402518272399902, 0.021062323823571205, -0.005132639780640602, -0.015244835987687111, -0.02703438140451908, 0.052796028554439545, ...
[ -0.009955116547644138, -0.025018351152539253, -0.004348923917859793, 0.010814424604177475, -0.030294185504317284, 0.06055702641606331, -0.04587693139910698, -0.046622540801763535, 0.055242180824279785, -0.0113231111317873, 0.002810589736327529, -0.03950442001223564, 0.02389710023999214, -0...
2025-08-11
571,040
Find $ \sum_{a+b+c=5,\ a,\ b,\ c \geq 0} \binom {17} {a} \cdot \binom {17} {b} \cdot \binom {17} {c}$
Yes, the answer is $_{51}C_5=\binom {51} {5}=2349060$.
[ -0.0220851581543684, -0.007183902896940708, -0.005639710929244757, -0.02027950994670391, 0.004178803414106369, 0.04362260177731514, -0.04825353994965553, -0.004233784973621368, 0.05388016626238823, 0.015098156407475471, -0.03147339075803757, -0.014877555891871452, 0.09391651302576065, -0.0...
[ -0.019130457192659378, 0.01398379635065794, -0.004017457365989685, -0.04616083949804306, -0.007347573526203632, 0.03842249512672424, -0.0521937794983387, 0.006683683022856712, 0.038324687629938126, 0.008597176522016525, -0.036542851477861404, -0.007937259040772915, 0.10858147591352463, -0....
2025-08-11
571,046
6 points $A,\ B,\ C,\ D,\ E,\ F$ are on a circle in this order and the segments $AD,\ BE,\ CF$ intersect at one point. If $AB=1,\ BC=2,\ CD=3,\ DE=4,\ EF=5$, then find the length of the segment $FA$.
The relation $AB\cdot CD\cdot EF=BC\cdot DE\cdot FA$ is valid for any convex hexagon with $\hat A+\hat C+\hat E=\hat B+\hat D+\hat F=360^\circ$ and main diagonals concurrent (if İ am not wrong). Best regards, sunken rock
[ 0.0686173364520073, 0.029000593349337578, -0.006262693088501692, 0.001236861920915544, 0.05857497453689575, 0.09509298950433731, -0.024491997435688972, 0.005970953963696957, 0.03802350163459778, -0.04068438708782196, -0.005367039702832699, 0.0022744068410247564, 0.0704059824347496, -0.0062...
[ 0.011790790595114231, -0.017775079235434532, -0.009807523339986801, 0.05022570490837097, 0.032386716455221176, 0.10201075673103333, -0.03710378333926201, 0.009991169907152653, 0.04735150560736656, -0.07187270373106003, 0.017814865335822105, -0.015614774078130722, 0.05030830204486847, -0.00...
2025-08-11
571,087
Given two blackboards $A,\ B$ on which distinct integers that are more than or equal to 2 and less than or equal to 20, are written, respectively. You are to take out each number written on $A,\ B$ such that these two numbers are coprime. Find the possible maximum value of the product of the number of integers written...
The answer is [hide]$65$.[/hide]
[ 0.011372558772563934, -0.05898202210664749, -0.0026049918960779905, -0.0008128633489832282, 0.014227493666112423, 0.04288351163268089, 0.029621437191963196, -0.03571539372205734, 0.07230798155069351, -0.061760369688272476, -0.0028890096582472324, 0.021376391872763634, 0.08485034853219986, ...
[ 0.026111118495464325, 0.033583056181669235, -0.009938230738043785, -0.016995182260870934, 0.017217157408595085, 0.015462540090084076, -0.024973858147859573, -0.010462370701134205, -0.01850423775613308, 0.014795889146625996, -0.04516443982720375, 0.03009207174181938, 0.1115577444434166, -0....
2025-08-11
571,099
A school has a committee with 4 members. The committee has 4 duties and distinct duties are assigned to each member. If each member has 2 duties that they desire and there are exactly 2 possibilities of ways by which all members has their own desirable duty, then How many possible combinations for desire of 4 members a...
The answer is [hide]$936$.[/hide]
[ -0.02709607034921646, -0.06973635405302048, -0.010910398326814175, -0.03583068400621414, 0.03813014551997185, -0.024341091513633728, 0.030073074623942375, -0.049045827239751816, 0.0398901142179966, -0.01969495415687561, -0.01917586848139763, 0.038625091314315796, 0.0725632831454277, -0.009...
[ -0.010649651288986206, 0.012521867640316486, -0.011239209212362766, -0.007127450313419104, 0.03748117387294769, 0.06799004226922989, -0.06335839629173279, -0.001004546764306724, -0.013875236734747887, 0.0004431921988725662, -0.024256953969597816, 0.04798945412039757, 0.08183735609054565, -...
2025-08-11
571,117
Let $m$ be a positive integer with 1000 digits that each digit has no zero, and let $n$ be a positive integer less than or equal to $m$. Find the possible maximum value of the number of the digits with zero in $\left[\frac{m}{n}\right].$ Note : For real number $r$, $[r]$ denotes the greatest integer not exceeding $r$...
The answer is [hide]$939$.[/hide]
[ -0.04638482257723808, -0.0432678684592247, -0.0027661516796797514, -0.013393164612352848, 0.023858044296503067, 0.05422590300440788, -0.006149474531412125, -0.02410855144262314, 0.04101824015378952, -0.020234329625964165, 0.025809600949287415, -0.021743962541222572, 0.0592559352517128, -0....
[ 0.005602377001196146, 0.015080919489264488, -0.012540284544229507, -0.010354484431445599, 0.04009808599948883, 0.07142499089241028, -0.06039153411984444, 0.0016595062334090471, -0.00739831430837512, 0.005483842920511961, -0.04417258873581886, 0.04759315028786659, 0.09388628602027893, -0.00...
2025-08-11
571,121
For a grid of $55\times 55$, consider operation as follows: Operation : Select one region of rectangles formed by some grids, then colour the region in one color, white or black. Find the minimum number of times for operation needed to the state as below from the state that all grids are coloured in white. $\bullet$...
The answer is [hide]784.[/hide]
[ 0.012277727946639061, -0.011839030310511589, -0.0033485423773527145, -0.02021871693432331, 0.0012783961137756705, 0.07749427855014801, -0.03495023772120476, -0.05055036395788193, -0.009549185633659363, -0.013038490898907185, 0.0013142399257048965, -0.04199458658695221, 0.046321719884872437, ...
[ -0.0016533550806343555, 0.027731403708457947, -0.009584934450685978, -0.023302573710680008, -0.004724958445876837, 0.05639205873012543, -0.04512307047843933, 0.022869952023029327, 0.01635916344821453, 0.017378410324454308, -0.007566578686237335, 0.052103716880083084, 0.07533375918865204, -...
2025-08-11
571,132
Given a grid of $6\times 6$, write down integer which is more than or equal to 1 and less than or equal to 6 in each grid. For integers $1\leq i,\ j\leq 6$, denote denote by $i \diamondsuit j$ the integer written in the entry in the $i-$ th row and $j-$ th colum of the grid. How many ways are there to write down integ...
I tackled this problem for half day and finally I solved!! Let $S=\{1,2,3,4,5,6\}$ , left coset $aS$ be $\{a\diamondsuit s | s\in S\}$ and right coset $Sa$ be $\{s\diamondsuit a | s\in S\}$. We show these lemmas. (1) For any two left cosets, they are same or disjoint. Also, for any two right cosets, they are same...
[ 0.020161418244242668, -0.037766315042972565, -0.007000423036515713, 0.0008203851175494492, 0.024064291268587112, 0.03479664400219917, -0.040098145604133606, 0.01474115252494812, 0.04664354771375656, -0.07146896421909332, 0.026671158149838448, 0.017121385782957077, 0.07068691402673721, -0.0...
[ 0.023693082854151726, -0.05582430213689804, -0.006575542967766523, -0.004135265946388245, 0.02740679681301117, 0.06691121309995651, -0.06216028705239296, 0.02041681297123432, 0.09115613251924515, -0.04821285232901573, -0.006358207669109106, -0.003722642082720995, 0.09750797599554062, -0.00...
2025-08-11
571,144
Find the sum $\sum_{d} \frac{1}{d+\sqrt{10!}}$ for all positive divisors $d$ of $10!$.
Let \[S=\sum_{d|10!} \frac{1}{d+\sqrt{10!}}=\sum_{d|10!}\frac{1}{\frac{10!}{d}+\sqrt{10!}}=\sum_{d|10!}\frac{d}{\sqrt{10!}}\cdot \frac{1}{d+\sqrt{10!}}.\] Then $2S=\sum_{d|10!}\frac{1}{d+\sqrt{10!}}\left (1+\frac{d}{\sqrt{10!}}\right )=\sum_{d|10!}\frac{1}{\sqrt{10!}}=\frac{\tau(10!)}{\sqrt{10!}}$, but $\tau(10!)=\tau...
[ 0.013577169738709927, 0.013322153128683567, -0.007698688190430403, 0.010531200096011162, 0.006768092513084412, 0.051522597670555115, -0.06403748691082001, -0.0026472557801753283, 0.028324900195002556, -0.021873995661735535, -0.00260219001211226, 0.01768481358885765, 0.01686008647084236, -0...
[ 0.008420703001320362, 0.03347500041127205, -0.002756071975454688, 0.03711630776524544, -0.01782982051372528, 0.05940117686986923, -0.08848674595355988, -0.026407837867736816, 0.048140961676836014, -0.02586844004690647, 0.002091063652187586, 0.06237196549773216, 0.0015579640166833997, -0.00...
2025-08-11
576,476
Find all ordered triplets of positive integers $(a,\ b,\ c)$ such that $2^a+3^b+1=6^c$.
Notice that if we examine $\pmod 3$ we obtain $2^a+3^b+1\equiv(-1)^a+1\pmod 3$ which forces $a$ to be odd. [b][color=#f00]Case 1:[/color][/b] $a=1$ Plugging $a=1$ we obtain $3+3^b=6^c\Longrightarrow1+3^{b-1}=3^{c-1}\cdot2^c$ however notice that $1+3^{b-1}\equiv1\pmod 3$ which forces $3^{c-1}\cdot2^c\equiv1\pmod 3$ wh...
[ 0.055540431290864944, -0.04326169192790985, -0.004507909994572401, 0.041564807295799255, 0.024378912523388863, 0.06626918166875839, -0.06295571476221085, 0.03382888808846474, 0.037469349801540375, 0.011557603254914284, 0.01260304357856512, -0.02331877499818802, 0.06755083054304123, -0.0041...
[ 0.05024885758757591, -0.03717850148677826, 0.004286686424165964, 0.06163763254880905, 0.010464758612215519, 0.04113016277551651, -0.059622637927532196, 0.027896570041775703, 0.053971026092767715, -0.0321209579706192, 0.01872975565493107, -0.013643438927829266, 0.06715140491724014, 0.002387...
2025-08-11
589,861
In a school, there are $n$ students and some of them are friends each other. (Friendship is mutual.) Define $ a, b $ the minimum value which satisfies the following conditions: (1) We can divide students into $ a $ teams such that two students in the same team are always friends. (2) We can divide students into $ b $ t...
We can prove by induction on $n$ that $N\leq n+1$. This is trivial for $n=1$. Consider a graph $G$ with $|V(G)|=n+1$, and a vertex $v\in V(G)$ with $\deg_G v = d$. Also consider the graph $G'= G - v$, with $|V(G')|=n$. Say $a(G')>n-d$; then there cannot exist a vertex $v_i$ in each of the $a(G')$ cliques so that $vv_...
[ 0.01366431824862957, -0.060155920684337616, -0.002273716265335679, 0.04211501032114029, 0.03962649777531624, -0.012754034250974655, -0.025611963123083115, -0.029053784906864166, 0.08825235813856125, -0.049439530819654465, 0.008382081054151058, 0.005931629799306393, 0.06023567169904709, -0....
[ 0.0009843460284173489, -0.014120519161224365, -0.0035573220811784267, 0.03691666200757027, 0.0037154864985495806, 0.03611219674348831, -0.03732108324766159, -0.04911456257104874, 0.07822930812835693, -0.028694644570350647, 0.06075090542435646, -0.04995212331414223, -0.034229449927806854, -...
2025-08-11
589,863
Let $ \Gamma $ be the circumcircle of triangle $ABC$, and let $l$ be the tangent line of $\Gamma $ passing $A$. Let $ D, E $ be the points each on side $AB, AC$ such that $ BD : DA= AE : EC $. Line $ DE $ meets $\Gamma $ at points $ F, G $. The line parallel to $AC$ passing $ D $ meets $l$ at $H$, the line parallel to ...
not really adding anything new, but here it is. Let $X$ be the point on $\overline{BC}$ satisfying $\tfrac{BD}{DA} = \tfrac{AE}{EC} = \tfrac{BX}{XC}$. Then $\overline{XD} \parallel \overline{AC}$ so $X$ lies on line $HD$; likewise $X$ lies on line $IE$. Now from \[\measuredangle HXB = \measuredangle ACB = \measuredan...
[ 0.028315894305706024, 0.04929012060165405, -0.0012063528411090374, 0.0625770166516304, 0.029713686555624008, 0.051798637956380844, -0.028921237215399742, 0.015270518139004707, 0.05650755763053894, -0.033055830746889114, 0.023382442072033882, -0.009462607093155384, 0.02233867160975933, -0.0...
[ 0.054262083023786545, 0.009446702897548676, 0.00027668566326610744, 0.040396057069301605, 0.024137433618307114, 0.08630649745464325, -0.003850650740787387, 0.01893526129424572, 0.10551037639379501, -0.027392055839300156, 0.028281936421990395, -0.027439473196864128, 0.03353555127978325, -0....
2025-08-11
591,696
In a triangle $ABC$, the external bisector of $\angle BAC$ intersects the ray $BC$ at $D$. The feet of the perpendiculars from $B$ and $C$ to line $AD$ are $E$ and $F$, respectively and the foot of the perpendicular from $D$ to $AC$ is $G$. Show that $\angle DGE + \angle DGF = 180^{\circ}$.
Purely Projective! Let $X$ be the intersection of $A-$angle bisector with $BC$, then, $$-1=(D,X;B,C) \overset{\infty_{AX}}{=} (D,A;E,F) \implies \angle EGA=\angle FGA \implies \angle DGF+\angle DGE=180^{\circ}$$
[ 0.07001899182796478, -0.006176601629704237, -0.005038115195930004, 0.051215603947639465, 0.02753457799553871, 0.04644836485385895, -0.0385964959859848, 0.004048937000334263, 0.05540631338953972, -0.047802116721868515, 0.039069075137376785, -0.01640733890235424, 0.04614145681262016, -0.0027...
[ 0.018051864579319954, -0.05004974082112312, -0.007458056323230267, 0.039865169674158096, 0.024230120703577995, 0.06054387986660004, -0.057247892022132874, 0.02127867005765438, 0.08279864490032196, -0.03375695273280144, 0.05691467598080635, -0.0006453024107031524, 0.03879499062895775, -0.00...
2025-08-11
594,595
Find all pairs $(m, n)$ of positive integers satsifying $m^6+5n^2=m+n^3$.
Another simple solution: from the condition, number m^6-m is of the form n^3-5n^2. For m>=4 we have that (m^2+1)^3-5(m^2+1)<m^6-m<(m^2+2)^3-5(m^2+2), so no solutions because n^3-5n^2 is strictly increasing in naturals which are >=5. After checking other cases we get that (m,n)={(1,5),(3,11)}.
[ 0.05530276522040367, -0.053671181201934814, -0.008328013122081757, 0.018071025609970093, 0.02640404924750328, 0.05332344025373459, -0.03585601598024368, 0.011150429956614971, 0.03887492045760155, -0.03193140774965286, 0.022048763930797577, -0.024724451825022697, 0.060502614825963974, -0.00...
[ -0.03421022370457649, -0.060459740459918976, -0.005161810666322708, 0.025944465771317482, 0.024778233841061592, 0.037204306572675705, -0.06791623681783676, -0.03781205788254738, 0.06528537720441818, -0.04211737960577011, 0.005787519738078117, -0.03025459498167038, 0.02410237304866314, -0.0...
2025-08-11
1,883,527
1. What is the probability that a randomly chosen word of this sentence has exactly four letters?
[hide=Solution] There are $16$ words in the sentence and $5$ of them have four letters, so our desired probability is $$\boxed{\frac{5}{16}}.$$ $\square$ [/hide]
[ -0.022114094346761703, -0.03706953674554825, -0.006988442502915859, -0.041511982679367065, 0.01968149095773697, 0.0292301457375288, -0.011906898580491543, -0.012030902318656445, -0.057960305362939835, -0.016758350655436516, 0.005576261319220066, -0.007335338741540909, 0.13010278344154358, ...
[ -0.025422880426049232, -0.05186872556805611, 0.003269405569881201, 0.0008683722116984427, -0.007876019924879074, 0.0030662387143820524, -0.014662414789199829, -0.01968500390648842, -0.020372241735458374, -0.0014059486566111445, -0.0024022457655519247, -0.0033814271446317434, 0.12639464437961...
2025-08-11
1,883,536
A palindrome is a word that reads the same backwards as forwards, such as “eye”, “race car”, and “qwertyytrewq”. How many letters are in the smallest palindrome containing the letters b, o, g, t, r, and o, not necessarily in that order and not necessarily adjacent?
Does it have to be a real word? If not then [hide=the answer is]$9$.[/hide]
[ -0.012740136124193668, -0.031035063788294792, -0.009844892658293247, -0.039271485060453415, 0.0026434585452079773, 0.06048137694597244, -0.0001211022972711362, 0.0347096286714077, -0.02117929421365261, -0.013429736718535423, -0.031134620308876038, -0.03668849915266037, 0.09397950023412704, ...
[ -0.023926513269543648, -0.05507880449295044, -0.00891314446926117, -0.06464654207229614, -0.00514465756714344, -0.0008297871681861579, -0.01105852983891964, -0.01758747734129429, -0.04167882725596428, -0.01131625659763813, -0.014621219597756863, 0.00024371405015699565, 0.08075769990682602, ...
2025-08-11
1,883,537
Alex the Kat has written $61$ problems for a math contest, and there are a total of $187$ problems submitted. How many more problems does he need to write (and submit) before he has written half of the total problems?
Suppose that Alex needs to submit $x$ more problems. Then we know that $2(61 + x) = 187 + x$, so that $122 + 2x = 187 + x$. By subtracting $122 + x$ from both sides, we get $x = 65$, so Alex needs to submit $65$ more problems.
[ 0.023225976154208183, -0.0512581542134285, -0.0031229988671839237, -0.026804087683558464, 0.0027709060814231634, 0.017950458452105522, -0.02971646934747696, -0.004141028504818678, -0.028346195816993713, 0.05879298597574234, 0.003971542231738567, -0.028097238391637802, 0.0707576796412468, -...
[ 0.012773670256137848, -0.03457355871796608, 0.00025442932383157313, -0.007001152727752924, -0.016469648107886314, 0.031492482870817184, -0.0367705337703228, 0.006221401505172253, 0.0162571482360363, 0.03797243908047676, -0.01836366020143032, -0.04200589284300804, 0.042013853788375854, 0.00...
2025-08-11
1,883,547
Let $n!=n\cdot (n-1)\cdot (n-2)\cdot \ldots \cdot 2\cdot 1$.For example, $5! = 5\cdot 4\cdot 3 \cdot 2\cdot 1 = 120.$ Compute $\frac{(6!)^2}{5!\cdot 7!}$.
We have $\frac{6! \cdot 6!}{5! \cdot 7!} = \frac{6 \cdot 5! \cdot 6!}{5! \cdot 7 \cdot 6!} = \frac{6 \cdot \cancel{5!} \cdot \cancel{6!}}{\cancel{5!} \cdot 7 \cdot \cancel{6!}} = \boxed{\frac{6}{7}}.$ edit: simplified solution
[ -0.0093584805727005, -0.009791373275220394, -0.007064059842377901, -0.029332205653190613, 0.0060052224434912205, 0.05958394706249237, -0.0730736255645752, 0.007521776016801596, 0.05715342238545418, -0.001287090708501637, -0.007385534700006247, 0.04405457526445389, 0.03179198503494263, -0.0...
[ 0.00781460851430893, -0.016982948407530785, -0.0021251155994832516, 0.009809551760554314, 0.011818841099739075, 0.039211854338645935, -0.06784664839506149, 0.003928673453629017, 0.029674122110009193, 0.02277154102921486, -0.021777886897325516, 0.03585217893123627, 0.027800483629107475, 0.0...
2025-08-11
1,883,551
Find the sum of the greatest common factor and the least common multiple of $12$ and $18$.
[hide = solution] $GCD(12, 18) = 6$ and $LCM(12, 18) = 36$ adding gives $42$
[ 0.006782165262848139, -0.015894344076514244, -0.001968702534213662, -0.03266691789031029, -0.006887059658765793, 0.044492993503808975, -0.05950520560145378, -0.007445751689374447, 0.07601255178451538, -0.032886702567338943, 0.02347271889448166, 0.006495011039078236, 0.0919848084449768, -0....
[ 0.0038575869984924793, 0.010276234708726406, 0.003865825245156884, -0.000774356652982533, -0.0022640039678663015, 0.03580037131905556, -0.03185446187853813, -0.017089691013097763, 0.11662253737449646, -0.02920909784734249, 0.011123184114694595, 0.009129656478762627, 0.0646304339170456, 0.0...
2025-08-11
1,883,552
What number is exactly halfway between $\frac 1 6$ and $\frac 1 4$?
[hide=Best Solution] The problem asks for the number perfectly between $\frac{1}{4}$ and $\frac{1}{6}$. This can be found by taking the average which adds the numbers up and divides by how many numbers there are. So the average must be $$\frac{\frac{1}{4}+\frac{1}{6}}{2} = \frac{5}{24}.$$ $\square$
[ 0.04156921058893204, -0.059125546365976334, -0.00794702023267746, -0.014579896815121174, 0.04568586125969887, 0.06540223956108093, -0.012365602888166904, -0.028537888079881668, 0.025121714919805527, -0.03655155748128891, 0.01846071518957615, 0.036863069981336594, 0.08939988911151886, -0.00...
[ 0.05193578824400902, -0.06430598348379135, -0.001790493493899703, 0.006760979071259499, 0.038282860070466995, 0.047592051327228546, 0.001444306573830545, -0.04288651794195175, 0.041701026260852814, -0.032584309577941895, 0.011674859561026096, 0.02897595427930355, 0.08495771884918213, -0.00...
2025-08-11
1,883,560
The sum of two integers is $8$. The sum of the squares of those two integers is $34$. What is the product of the two integers?
[hide = solution] We can say that $x+y = 8$ and $x^2 + y^2 = 34$ squaring the first equation gives $x^2+2xy+y^2 = 64$ subtracting and dividing by $2$ gives $xy = 15$
[ -0.005468410439789295, -0.048993196338415146, -0.009093480184674263, -0.0019873965065926313, 0.011184081435203552, 0.049986083060503006, 0.02493872679769993, 0.01892269030213356, 0.05574318766593933, -0.0172305665910244, 0.027324484661221504, 0.06029435619711876, 0.04518565908074379, -0.00...
[ 0.019047342240810394, 0.004889690317213535, -0.0006411984213627875, 0.02700646221637726, 0.005369702819734812, 0.07178787887096405, 0.029233107343316078, 0.02386452630162239, 0.07917807251214981, -0.011209436692297459, 0.0036099450662732124, 0.08671605587005615, 0.0388820581138134, -0.0010...
2025-08-11
1,883,583
If a triangle has three altitudes of lengths $6, 6, \text{and} 6,$ what is its perimeter?
[hide=solution]Since the altitudes are equal, it is an equilateral triangle. Let $x$ represent the side length. Using the pythagorean theorem, we have \begin{align*}6^2+(\frac{1}{2}x)^2&=x^2 \\ x^2-(\frac{1}{2}x)^2=36\end{align*} $(\frac{1}{2}x)^2$ is 1/4 of $x^2$, so we have $$\frac{3}{4}(x^2)=36.$$ Isolating $x^2$, w...
[ 0.04071640968322754, 0.012035706080496311, -0.0017975871451199055, 0.04943437874317169, 0.016871361061930656, 0.07855372875928879, -0.04438452050089836, 0.033004842698574066, 0.0028403454925864935, 0.022405294701457024, 0.02316196635365486, 0.04416178911924362, 0.05936117842793465, -0.0013...
[ 0.06707541644573212, 0.020313626155257225, 0.0027408397290855646, 0.0652012974023819, 0.010382493957877159, 0.07919397950172424, -0.028592828661203384, 0.036656636744737625, 0.012552818283438683, -0.007333770394325256, 0.04227143153548241, 0.047990161925554276, 0.05569146201014519, 0.00259...
2025-08-11
594,818
Find all triples of primes $(p,q,r)$ satisfying $3p^{4}-5q^{4}-4r^{2}=26$.
For storage. Classic modulo application. [b][color=#f00]Claim.[/color][/b] $p=5$ Modulo $5$ takes us to congruence $3p^{4}+r^{2}\equiv 1\pmod 5$. Suppose $p\neq 5$, then by Fermat's little theorem, $3p^{4}\equiv 3\pmod 5$, which means that $r^{2}\equiv 3\pmod 5$, but that's a contradiction, since $r^{2}\equiv -1,0,1\p...
[ 0.032902345061302185, -0.02537778578698635, -0.006264843046665192, -0.004267491865903139, 0.055012788623571396, 0.05176357552409172, -0.0303929653018713, -0.0375179760158062, -0.020752646028995514, 0.011187435127794743, 0.012092074379324913, 0.016628678888082504, 0.07191675901412964, -0.00...
[ -0.009438377805054188, -0.010415736585855484, -0.0015786149306222796, 0.0012001277646049857, 0.05230480432510376, 0.060985811054706573, -0.03693242371082306, -0.006646019872277975, 0.04811146855354309, -0.036307621747255325, 0.009673587046563625, 0.02345365099608898, 0.06691423803567886, -...
2025-08-11
594,819
For positive real numbers $a,b,c$ with $abc=1$ prove that $\left(a+\frac{1}{b}\right)^{2}+\left(b+\frac{1}{c}\right)^{2}+\left(c+\frac{1}{a}\right)^{2}\geq 3(a+b+c+1)$
By applying $x^2+y^2+z^2 \ge xy+yz+zx$ for all $x,y,z$ we have \[\sum \left( a+ \frac{1}{b} \right)^2 \ge \sum \left( a+ \frac 1b \right) \left(b+ \frac 1c \right)=\sum ab+ \sum \frac ac+ \sum \frac{1}{ab}+3.\] Since $abc=1$ so $\sum \frac{1}{ab}=\sum a$. Hence, we need to prove $\sum ab+ \sum \frac ac \ge 2 \sum a. \q...
[ -0.004211742430925369, -0.00921323150396347, -0.00008968814654508606, 0.05160607770085335, -0.018921775743365288, 0.05043278634548187, -0.03102589212357998, 0.04803048446774483, 0.10349221527576447, 0.02392570674419403, 0.021231986582279205, 0.027935894206166267, 0.06494074314832687, -0.00...
[ 0.02441190741956234, -0.010244054719805717, 0.005192921496927738, 0.07819673418998718, -0.02836933732032776, 0.06780105084180832, -0.01799396611750126, 0.05747441202402115, 0.13066135346889496, -0.011307252570986748, 0.02273285575211048, 0.008383575826883316, 0.04185883328318596, 0.0040802...
2025-08-11
594,827
For a positive integer $n$, two payers $A$ and $B$ play the following game: Given a pile of $s$ stones, the players take turn alternatively with $A$ going first. On each turn the player is allowed to take either one stone, or a prime number of stones, or a positive multiple of $n$ stones. The winner is the one who take...
Answer $n-1$. Proof: If $A$ has a winning strategy then $n$ is good otherwise $n$ is bad. Clearly from each good number you can get to at least one bad number with a move and from each bad number you ca only move to good numbers. Clearly for each class mod $n$ there is at most $1$ bad number since otherwise you could m...
[ 0.04870742931962013, -0.016600826755166054, -0.003433552570641041, -0.0361582487821579, -0.001336383051238954, -0.0011020415695384145, -0.040128909051418304, -0.07416009902954102, 0.06152099370956421, 0.018965700641274452, -0.03743518143892288, -0.011869712732732296, 0.05985000357031822, -...
[ 0.02899726666510105, -0.035866186022758484, -0.005435312166810036, -0.013043882325291634, -0.00761767104268074, 0.04220753163099289, -0.10665898025035858, -0.08488517999649048, 0.06670328974723816, 0.000943338091019541, -0.02454570308327675, -0.03674039989709854, 0.03925516456365585, -0.00...
2025-08-11
594,828
Consider an acute triangle $ABC$ of area $S$. Let $CD \perp AB$ ($D \in AB$), $DM \perp AC$ ($M \in AC$) and $DN \perp BC$ ($N \in BC$). Denote by $H_1$ and $H_2$ the orthocentres of the triangles $MNC$, respectively $MND$. Find the area of the quadrilateral $AH_1BH_2$ in terms of $S$.
[b]Solution:[/b] [b]Claim: [/b]$H_1MDN$ and $H_2MCN$ are parallelograms. [b]Proof: [/b]Clearly $CMDN$ is cyclic. So, $\angle MNC = \angle MDC = 90-\angle DCM=A$. $\angle H_1MN=90-A=\angle MCD=\angle MND$. So, $MH_1||ND$. Same way we can get $H_1N||DM$, which gives us $H_1MDN$ is a parallelogram. Same way we can get ...
[ 0.043207064270973206, -0.018462713807821274, 0.0005292489076964557, 0.051468782126903534, -0.005896276794373989, 0.08206067979335785, -0.04227229580283165, 0.04135289043188095, 0.06676240265369415, -0.049308206886053085, 0.05238034948706627, 0.030096931383013725, 0.08468028903007507, 0.000...
[ 0.034697242081165314, -0.01207940187305212, 0.0012467497726902366, 0.0322786383330822, -0.012404308654367924, 0.09474097937345505, -0.02999475598335266, 0.019062161445617676, 0.09738799184560776, -0.040270932018756866, -0.0015663107624277472, -0.014088691212236881, 0.03346327692270279, 0.0...
2025-08-11
581,900
Given a scalene triangle $ABC$. Incircle of $\triangle{ABC{}}$ touches the sides $AB$ and $BC$ at points $C_1$ and $A_1$ respectively, and excircle of $\triangle{ABC}$ (on side $AC$) touches $AB$ and $BC$ at points $ C_2$ and $A_2$ respectively. $BN$ is bisector of $\angle{ABC}$ ($N$ lies on $BC$). Lines $A_1C_1$ and ...
let $M$ is midpoint of smaller arc $AC$ of $ (ABC) $. Then $M,P_1,K_1$ and $M,P_2,K_2$ are collinear. Since $K_1A=K_2C$ we get that $MK_1=MK_2$ and $ \angle MK_1A=\angle MK_2C $. Hence $ \angle P_1BN=\angle P_2BN $ and $ \angle ABP_1=\angle CBP_2 $ $ \Rightarrow $ $ AP_1=CP_2 $. :wink:
[ 0.06539694964885712, 0.00500848051160574, -0.0007610178436152637, 0.061400558799505234, 0.003261185484007001, 0.0665542408823967, -0.011340739205479622, 0.048973772674798965, 0.05622271075844765, -0.039336416870355606, 0.04015012085437775, -0.03074626624584198, 0.05342020094394684, -0.0006...
[ 0.056880269199609756, 0.005006282590329647, -0.002015977166593075, 0.03276916965842247, 0.029414905235171318, 0.0635843276977539, 0.007446750998497009, 0.02060304395854473, 0.10514156520366669, -0.02913809008896351, 0.06858521699905396, -0.021155865862965584, 0.05009802430868149, -0.002574...
2025-08-11
582,514
The triangle $ABC$ is inscribed in a circle $w_1$. Inscribed in a triangle circle touchs the sides $BC$ in a point $N$. $w_2$ — the circle inscribed in a segment $BAC$ circle of $w_1$, and passing through a point $N$. Let points $O$ and $J$ — the centers of circles $w_2$ and an extra inscribed circle (touching side $BC...
Amazing problem. Let $S$ be the center of $\omega_1$, $E$ the point where $\omega_2$ touches $\omega_1$. Obviously $E$ is the center of homothety between $\omega_2$ and $\omega_1$ so $E,D,N$ are collinear where $D$ is midpoint of an arc $BC$ of $\omega_1$ which doesn't contain $A$. We will prove that points $O,I,N$ a...
[ 0.05705277621746063, 0.006877617444843054, -0.0020919491071254015, 0.07248858362436295, 0.026839783415198326, 0.09259012341499329, 0.005766323301941156, 0.05732036381959915, 0.031816065311431885, -0.033299241214990616, 0.03431067243218422, 0.00601195590570569, 0.04324173554778099, -0.00290...
[ 0.06766747683286667, 0.002751749474555254, -0.0033142422325909138, 0.07940798252820969, -0.0032981366384774446, 0.04061494767665863, -0.0017506179865449667, 0.07426326721906662, 0.05761457607150078, -0.07496199756860733, 0.021674899384379387, 0.01562660187482834, 0.005222021136432886, -0.0...
2025-08-11
581,895
Let $ABC$ be a isosceles triangle with $ AC = BC > AB$. Let $ E, F $ be the midpoints of segments $ AC, AB$, and let $l$ be the perpendicular bisector of $AC$. Let $ l $ meets $ AB$ at $K$, the line through $B$ parallel to $KC$ meets $AC$ at point $L$, and line $FL$ meets $ l$ at $W$. Let $ P $ be a point on segment $B...
So I solved this problem again today so I might as well make the above proof rigorous. Start with the obvious observation of $\triangle ABC \sim \triangle ACK \sim \triangle ALB \sim \triangle AFE$. Now we have $\frac{AL}{AB} = \frac{AF}{AE}$, so $\frac{AL}{AF} = \frac{AB}{AE}$, giving $\triangle ALF \sim \triangle AB...
[ 0.08686334639787674, 0.02801418863236904, 0.0007076972397044301, 0.022305995225906372, 0.0076890429481863976, 0.05812165513634682, 0.0223228819668293, 0.022908596321940422, 0.07973508536815643, -0.05212600156664848, 0.04735919460654259, -0.013109760358929634, 0.050363097339868546, 0.000275...
[ 0.09923721849918365, -0.0255903173238039, -0.0011382602388039231, 0.06136041134595871, 0.017085235565900803, 0.03813793882727623, -0.021141549572348595, 0.00896044448018074, 0.0972430408000946, -0.04502255469560623, 0.06110091134905815, -0.021488439291715622, 0.06501107662916183, -0.000958...
2025-08-11
581,898
There are $n$ students sitting on a round table. You collect all of $ n $ name tags and give them back arbitrarily. Each student gets one of $n$ name tags. Now $n$ students repeat following operation: The students who have their own name tags exit the table. The other students give their name tags to the student who is...
I found a similar problem asking about the number of ways of giving cards to students so that exactly $k$ operations are needed for everyone to get their own cards. If we call it $f(n, k)$, the answer to the original problem will be $n!-\sum_{i=0}^{k} f(n, i)$. That similar problem was appeared in the [url=https://mat...
[ -0.012210976332426071, -0.05772233009338379, -0.006405113264918327, -0.019145997241139412, 0.03586053475737572, -0.014786028303205967, -0.019991768524050713, -0.02561986818909645, 0.03880521282553673, -0.02690046653151512, -0.01970699056982994, -0.0707310289144516, 0.052633948624134064, -0...
[ 0.014301075600087643, -0.017990630120038986, -0.001638665795326233, -0.00939511600881815, -0.03448420390486717, -0.022820213809609413, -0.04172653332352638, -0.05699287727475166, 0.0980394184589386, 0.03481118381023407, -0.01936633139848709, -0.05438052862882614, 0.08624332398176193, -0.00...
2025-08-11
581,999
Let $p>5$ be a prime. Suppose that there exist integer $k$ such that $ k^2 + 5 $ is divisible by $p$. Prove that there exist two positive integers $m,n$ satisfying $ p^2 = m^2 + 5n^2 $.
Since $p>5$ we have $gcd(k,p)=1$ . By Thue's lemma since $gcd(k,p)=1$ there exist positive integers $a,b<\sqrt p$ such that $p|k^2a^2-b^2$ . Condition says that $p|k^2+5$ so we have $p|k^2a^2+5a^2-(k^2a^2-b^2)=5a^2+b^2$ , so $5a^2+b^2=pt<5p+p=6p$ or $t<6$ . Checking $t=1,2,3,4,5$ we already have $p=x^2+5y^2$ for some...
[ 0.022014927119016647, -0.015071243047714233, -0.002267420757561922, 0.004905408713966608, 0.02147550694644451, 0.04593699052929878, -0.00591141264885664, -0.06452544033527374, 0.06913569569587708, -0.013888864777982235, 0.002318201120942831, 0.012379669584333897, 0.03917719051241875, -0.00...
[ 0.01912788115441799, -0.038110509514808655, -0.0022280735429376364, 0.026646004989743233, -0.00252987677231431, 0.05579973757266998, -0.02930103987455368, -0.04843065142631531, 0.06684179604053497, -0.014312700368463993, 0.006310311146080494, 0.0034797973930835724, 0.0700017586350441, -0.0...
2025-08-11
582,002
In an island there are $n$ castles, and each castle is in country $A$ or $B$. There is one commander per castle, and each commander belongs to the same country as the castle he's initially in. There are some (two-way) roads between castles (there may be roads between castles of different countries), and call two castle...
For a set $S$ of castles, define $N_A(S)$ to be the set of $A$'s castles either in $S$ or adjacent to a castle in $S$. Similarly define $N_B(S)$. (1) implies (2): For any subset $X$ of $A$'s castles, suppose $B$ makes an attack against a subset of those castles. $B$ can use up to $|N_B(X)|$ castles total in the attack...
[ 0.0141625190153718, -0.06924299150705338, -0.005131942685693502, 0.010044428519904613, 0.024690518155694008, -0.05212060734629631, 0.018707159906625748, -0.061190810054540634, 0.1169508621096611, -0.03865721821784973, 0.029867000877857208, 0.0025719781406223774, 0.038153085857629776, -0.00...
[ 0.03438461944460869, -0.08472181111574173, -0.004746689461171627, 0.05751538276672363, 0.0011796257458627224, -0.014750035479664803, -0.035198718309402466, -0.023320289328694344, 0.09484926611185074, -0.00023259187582880259, 0.04223738983273506, -0.02089381031692028, 0.03303580358624458, -...
2025-08-11
612,983
$AB$ is a chord of $O$ and $AB$ is not a diameter of $O$. The tangent lines to $O$ at $A$ and $B$ meet at $C$. Let $M$ and $N$ be the midpoint of the segments $AC$ and $BC$, respectively. A circle passing through $C$ and tangent to $O$ meets line $MN$ at $P$ and $Q$. Prove that $\angle PCQ = \angle CAB$.
Let the circle passing through $C$ and tangent to $(O)$ be $\omega$, let $\omega \cap (O)=X, AX\cap \omega=Q', BX\cap \omega=P'$. Considering the homothety centered at $X$ carrying $O$ to $\omega$, we have $AB//P'Q'$. $\angle Q'AC=\angle XBA=\angle XP'Q'=\angle XCQ'$, hence $Q'C^2=Q'X\times Q'A$, so $Q$ lies on the r...
[ 0.05867628753185272, 0.010141792707145214, -0.0002979796554427594, 0.05450154095888138, 0.02599765732884407, 0.050128888338804245, 0.01343967579305172, -0.004930126015096903, 0.09985522925853729, -0.023737309500575066, 0.02656591311097145, 0.0009066321654245257, 0.04604976624250412, -0.000...
[ 0.03200738504528999, 0.006715147290378809, 0.0034107903484255075, 0.060459986329078674, 0.009208262898027897, 0.05391791835427284, -0.0202732402831316, 0.004788586869835854, 0.11855372786521912, 0.002618929836899042, 0.051137492060661316, -0.004897348117083311, 0.03562213107943535, 0.00256...
2025-08-11
612,991
There is a city with $n$ metro stations, each located at a vertex of a regular n-polygon. Metro Line 1 is a line which only connects two non-neighboring stations $A$ and $B$. Metro Line 2 is a cyclic line which passes through all the stations in a shape of regular n-polygon. For each line metro can run in any direction...
For the sake of contradiction, assume the contrary and say $(n,k)$ does not satisfy the problem statement. Let $gcd(n,k) = g, n=ga, k=gb,$ where $gcd(a,b)=1, b<a$, and $g,a,b$ are odd numbers. Number the stations, $1$ to $n$, in a counterclockwise order. WLOG, Metro Line $1$ connects station $1$ and $l+1$. WLOG, $l \le...
[ 0.04490664601325989, -0.03360970318317413, -0.004165331833064556, 0.03891836479306221, 0.03323958069086075, -0.0025778389535844326, -0.011227407492697239, -0.01974487490952015, 0.06758668273687363, -0.05173244699835777, 0.06176868453621864, 0.01317073404788971, 0.09006393700838089, -0.0040...
[ 0.05797766521573067, -0.03872682526707649, -0.005085215903818607, 0.0298845823854208, -0.021618416532874107, -0.002690883819013834, -0.04128069058060646, -0.015845054760575294, 0.0699000433087349, -0.05135378614068031, 0.07842732220888138, -0.02213577926158905, 0.11371345818042755, -0.0055...
2025-08-11
621,837
For $x, y$ positive integers, $x^2-4y+1$ is a multiple of $(x-2y)(1-2y)$. Prove that $|x-2y|$ is a square number.
Let $a=x-2y \ne 0$ (otherwise all is trivial) and $b=2y-1$. Then $x^2-4y+1=(a+b+1)^2-2b-1=a^2+b^2+2ab+2a$. Hence, the number \[t=\frac {a^2+b^2+2a}{ab}\] must be integer. Particularly, $a \mid b^2$. Let $a=c^2f$, where $c$ and $f$ are nonzero integers and $f$ is square-free. Then $b=cfd$ for some integer $d$. Now rewri...
[ -0.006088323891162872, -0.055151887238025665, -0.006857618689537048, 0.030948977917432785, 0.043030720204114914, 0.06017027050256729, -0.0356716550886631, -0.010462653823196888, 0.08249948918819427, -0.05864538624882698, 0.012872005812823772, 0.0327870212495327, 0.04502316564321518, -0.006...
[ 0.0197464432567358, -0.052571382373571396, -0.0021921168081462383, 0.026835452765226364, 0.03122747503221035, 0.03197016939520836, -0.04543792083859444, 0.032747361809015274, 0.11949218809604645, -0.03502000495791435, 0.03493116796016693, 0.0181424617767334, 0.04250863939523697, -0.0017325...
2025-08-11
621,840
Prove that there exists a function $f : \mathbb{N} \rightarrow \mathbb{N}$ that satisfies the following (1) $\{f(n) : n\in\mathbb{N}\}$ is a finite set; and (2) For nonzero integers $x_1, x_2, \ldots, x_{1000}$ that satisfy $f(\left|x_1\right|)=f(\left|x_2\right|)=\cdots=f(\left|x_{1000}\right|)$, then $x_1+2x_2+2^2x...
Every nonzero integer $n$ can be uniquely represented as \[n=2^{1000k+r}d\,,\] where $k$ is a nonnegative integer, $r=0,1,\dots,999$ and $d$ is an odd integer. With this in mind, put \[f(n)=r+1.\]Clearly, $\{f(n) \mid n \in \mathbb N\}=\{1,2,\dots,1000\}$. Now assume that we have taken 1000 numbers (including negative(...
[ -0.002559398068115115, -0.04679214581847191, -0.004709105473011732, -0.022874437272548676, 0.01791880466043949, 0.04092807695269585, -0.1067589521408081, 0.01073506660759449, 0.08657129853963852, -0.009705216623842716, -0.007690336089581251, -0.0014328982215374708, 0.026223912835121155, -0...
[ -0.005127243231981993, -0.05671676620841026, -0.008452216163277626, -0.012525244615972042, 0.01694442518055439, 0.07549618184566498, -0.10385451465845108, 0.00015243739471770823, 0.05631765350699425, -0.03815065696835518, -0.015431959182024002, -0.0005995509563945234, 0.04187491163611412, ...
2025-08-11
621,845
Let $x, y, z$ be the real numbers that satisfies the following. $(x-y)^2+(y-z)^2+(z-x)^2=8, x^3+y^3+z^3=1$ Find the minimum value of $x^4+y^4+z^4$.
Let $u=x+y+z$, $v=xy+yz+zx$, $w=xyz$. The condition gives us $p^2-3q=4, 4p+3r=1$, so $q=\frac{p^2-4}{3}, r=\frac{1-4p}{3}$. $f(t)=t^3-ut^2+vt-w$ needs to have $3$ real solutions. Therefore, if $a,b$ are two real solutions to $f'(t)=3t^2-2ut+v$, $a<b$, $f(a) \ge 0$, $f(b) \le 0$. We get $a,b=\frac{u \pm \sqrt{u^2-3v}}...
[ -0.013468396849930286, 0.0025066679809242487, 0.0005943741416558623, 0.057976070791482925, 0.011738474480807781, 0.06884597986936569, -0.0337379015982151, 0.036700908094644547, 0.05476119741797447, 0.017106037586927414, 0.015251589007675648, 0.020107204094529152, 0.016578158363699913, 0.00...
[ 0.03131420165300369, -0.011622663587331772, 0.0014282710617408156, 0.03229312598705292, 0.03393174335360527, 0.05992268770933151, -0.029626086354255676, 0.019499758258461952, 0.06720174103975296, 0.021992696449160576, 0.02689349092543125, 0.018776744604110718, 0.03857506439089775, 0.000472...
2025-08-11
621,847
Determine all the functions $f : \mathbb{R}\rightarrow\mathbb{R}$ that satisfies the following. $f(xf(x)+f(x)f(y)+y-1)=f(xf(x)+xy)+y-1$
Let $P(x,y)$ be the assertion $f(xf(x)+f(x)f(y)+y-1)=f(xf(x)+xy)+y-1$ $P(0,y+1)$ $\implies$ $f(f(0)f(y+1)+y)=f(0)+y$ $\implies f$ is [b]surjective[/b]. That's why we only need a number $a$ such that $f(a)=0$. So, $P(a,1)$ $\implies$ $f(0)=0$ $P(0,y+1)$ $\implies f(y)=y$, that is, $\boxed{f(x)=x}$, which is indeed a so...
[ 0.06371170282363892, -0.01064947061240673, -0.001786848297342658, 0.01588163524866104, 0.020508207380771637, -0.004564586561173201, -0.023254089057445526, 0.04341091588139534, 0.07174960523843765, -0.011660386808216572, -0.025383034721016884, -0.04514238238334656, 0.09727948904037476, -0.0...
[ 0.06709783524274826, -0.013862606137990952, 0.001450671930797398, 0.026320071890950203, 0.023603390902280807, 0.00884688924998045, -0.04142438992857933, 0.05369287356734276, 0.08846621960401535, -0.015496901236474514, -0.015570507384836674, -0.06696432828903198, 0.06406337767839432, 0.0005...
2025-08-11
622,219
How many one-to-one functions $f : \{1, 2, \cdots, 9\} \rightarrow \{1, 2, \cdots, 9\}$ satisfy (i) and (ii)? (i) $f(1)>f(2)$, $f(9)<9$. (ii) For each $i=3, 4, \cdots, 8$, if $f(1), \cdots, f(i-1)$ are smaller than $f(i)$, then $f(i+1)$ is also smaller than $f(i)$.
This is pretty much the same solution as JBL's. Let $a_n$ be the answer for this question for $n$ instead of $9$. We begin with a key observation. If $f(k)=n$, $3\le k \le n-1$, note that the second condition for $i = k+1, k+2 \cdots , n$ are pretty much useless, since $f(k)>f(k+(i-k))$. Also, we take note that for $f...
[ 0.0012278965441510081, -0.03622189164161682, -0.00456312345340848, -0.027153046801686287, 0.011771894991397858, 0.02052396908402443, -0.0166948102414608, 0.036741953343153, 0.059211309999227524, -0.011354498565196991, -0.01199264544993639, 0.010417760349810123, 0.11516331136226654, -0.0021...
[ -0.009320005774497986, -0.015830781310796738, -0.004917067475616932, -0.007546654902398586, 0.007688857149332762, 0.04463091865181923, -0.051309797912836075, 0.05444459989666939, 0.06649498641490936, 0.022825876250863075, -0.014745638705790043, 0.014745180495083332, 0.06660861521959305, -0...
2025-08-11
585,181
In a plane, 2014 lines are distributed in 3 groups. in every group all the lines are parallel between themselves. What is the maximum number of triangles that can be formed, such that every side of such triangle lie on one of the lines?
Obviously you can only pick one line from each group, so we want to find max of abc, if a+b+c=2014. Note abc must be a whole number. "a" means number of lines in group 1, etc. AMGM gives us 2014 >= 3sqrt^3(abc) abc<=(2014/3)^3 Since it is AMGM, max must be a,b,c almost the same. (671, 671, 672) is the best which resul...
[ -0.0036271947901695967, -0.011409379541873932, -0.008962972089648247, 0.024923792108893394, 0.03964609652757645, 0.06498660892248154, 0.011053059250116348, -0.0043534631840884686, -0.008915125392377377, -0.011387738399207592, 0.032668545842170715, -0.0015816923696547747, 0.07753721624612808,...
[ -0.012997419573366642, 0.001892346190288663, -0.004287329502403736, 0.01306189876049757, 0.006359325721859932, 0.06253882497549057, -0.024978017434477806, -0.023999640718102455, 0.06261315196752548, -0.0034511368721723557, 0.015072019770741463, 0.021768629550933838, 0.0922616720199585, -0....
2025-08-11
585,182
Solve the following equation in $\mathbb{Z}$: \[3^{2a + 1}b^2 + 1 = 2^c\]
This is old, but I will post a full solution because I couldn't find one. Notice that if $b=0$, then $c=0$, and $a$ is an arbitrary integer. Now, assume that $b$ is distinct from zero. We will divide the problem into a few cases: $1)$ $c\leq0$. Then ${2}^{c}\leq1$, so ${3}^{2a+1}{b}^{2}\leq0$, impossible. $2)$ $c=1$. N...
[ 0.046125251799821854, -0.05685361474752426, -0.0027413233183324337, 0.03235720470547676, 0.027951274067163467, 0.04255785420536995, -0.04486545920372009, 0.012525507248938084, 0.08130750060081482, -0.06231045722961426, -0.030560055747628212, 0.0010338532738387585, 0.06451388448476791, -0.0...
[ 0.013043517246842384, -0.06645972281694412, -0.0013519774656742811, 0.044455982744693756, 0.022240087389945984, 0.07212861627340317, -0.07478951662778854, 0.0783931314945221, 0.07830110937356949, -0.034936923533678055, 0.006135685835033655, -0.01697518303990364, 0.035820819437503815, -0.00...
2025-08-11
585,184
Let $a,b,c$ be real numbers such that $a+b+c = 4$ and $a,b,c > 1$. Prove that: \[\frac 1{a-1} + \frac 1{b-1} + \frac 1{c-1} \ge \frac 8{a+b} + \frac 8{b+c} + \frac 8{c+a}\]
[hide="Tangent Line method"]Let $(x,y,z) = ( a-1, b-1, c-1)$, then $x+y+z = 1$ and $0<x,y,z<1$. The inequality can be rewritten as \[ S = \sum_{cyc} (\frac{1}{x} - \frac{8}{3-x} ) \geq 0 \] Let $f(t) = \frac{1}{t} - \frac{8}{3-t}$, then we find that $f(t) \geq - \frac{81}{8} t + \frac{27}{8}$ ($*$proved below) with eq...
[ 0.013197610154747963, 0.0036618048325181007, 0.004788706544786692, 0.069434754550457, -0.020244283601641655, 0.028882207348942757, -0.026900576427578926, 0.02650981768965721, 0.10353713482618332, 0.02653512917459011, 0.05535594001412392, 0.006520328111946583, 0.04233134910464287, 0.0039345...
[ 0.05415847897529602, 0.02204759046435356, 0.002984386868774891, 0.05791652947664261, -0.00028397032292559743, 0.07440245896577835, -0.037177275866270065, 0.041923701763153076, 0.0906509980559349, 0.012877745553851128, 0.04385989159345627, -0.004810195416212082, 0.03522072732448578, 0.00118...
2025-08-11
613,831
Say that a convex quadrilateral is [i]tasty[/i] if its two diagonals divide the quadrilateral into four nonoverlapping similar triangles. Find all tasty convex quadrilaterals. Justify your answer.
We claim that all such quadrilaterals are all rhombi and cyclic kites. It is not difficult to check that both types are tasty. Call the quadrilateral $ABCD$ and the two diagonals intersect at $O$. If $\angle{AOB}\not=90^{\circ}$, then $\angle{BOC}\not=\angle{AOB}$, so either $\angle{BCO}$ or $\angle{CBO}$ is equal to ...
[ 0.02494134195148945, -0.026389338076114655, -0.009006991982460022, 0.04535217583179474, 0.05374757573008537, 0.06927183270454407, -0.028561819344758987, 0.04088384285569191, 0.06295923888683319, -0.008119260892271996, 0.03226357325911522, -0.015091941691935062, 0.013767787255346775, -0.009...
[ 0.05353458598256111, -0.006783373188227415, -0.0023693463299423456, 0.02764417603611946, 0.014843916520476341, 0.07841107994318008, 0.001238337834365666, 0.015106319449841976, 0.08437474071979523, -0.05166005715727806, 0.007657456211745739, 0.004431729204952717, 0.02801918238401413, -0.001...
2025-08-11
613,838
Let $n$ be a positive integer. A 4-by-$n$ rectangle is divided into $4n$ unit squares in the usual way. Each unit square is colored black or white. Suppose that every white unit square shares an edge with at least one black unit square. Prove that there are at least $n$ black unit squares.
For $1 \leq i \leq n$, let there be $a_i$ black squares in column $i$. We will only use the following "structure" of the original problem: if some $1 \leq i \leq n$ has $b_i=0$, then we require $b_{i-1}+b_{i+1}\geq 4$, where we define $b_0=b_{n+1}=0$ (but do not consider these as normal terms); we would like to show th...
[ -0.005376621149480343, -0.05804232507944107, -0.0034868193324655294, 0.04712941125035286, -0.023483572527766228, 0.062091000378131866, -0.031964290887117386, -0.05083388835191727, 0.024661444127559662, -0.0404139943420887, 0.029713381081819534, -0.02155417576432228, 0.018652739003300667, -...
[ 0.014376895502209663, -0.06249281018972397, -0.004745013080537319, 0.021500393748283386, -0.02463468536734581, 0.08118046075105667, -0.05733717232942581, -0.0034027157817035913, 0.027480900287628174, -0.05536983162164688, -0.007400823291391134, -0.015169795602560043, 0.04098888114094734, -...
2025-08-11
607,976
Four different positive integers less than 10 are chosen randomly. What is the probability that their sum is odd?
[hide="Casework"] We have two cases: Case 1: 1 odd, 3 even. Choose 1 odd in $\binom 51 = 5$ ways, 3 even in $\binom 43 = 4$ ways. This case gives a total of $5 \cdot 4 = 20$ ways. Case 2: 3 odd, 1 even. Choose 3 odd in $\binom 53 = 10$ ways, 1 even in $\binom 41 = 4$ ways. This case gives a total of $10\cdot 4 = 40...
[ -0.0031703209970146418, -0.04130274057388306, -0.003472592681646347, -0.018587026745080948, 0.025143885985016823, 0.06836758553981781, -0.04190782457590103, 0.0052618300542235374, 0.026588838547468185, -0.02800406888127327, -0.024013394489884377, 0.023418918251991272, 0.10510929673910141, ...
[ -0.014781910926103592, -0.014897667802870274, 0.0002697818272281438, 0.0021161811891943216, -0.003733400721102953, 0.025391068309545517, -0.03315991163253784, -0.011156290769577026, 0.05925968289375305, -0.0005935114459134638, -0.03981964662671089, 0.034533627331256866, 0.10713369399309158, ...
2025-08-11
608,000
A triangle has sides of length $\sqrt{13}$, $\sqrt{17}$, and $2 \sqrt{5}$. Compute the area of the triangle.
Heron's formula can be written in the form \[ \frac14 \sqrt{2\left( a^2b^2+b^2c^2+c^2a^2 \right)-\left( a^4+b^4+c^4 \right)} = \frac14 \sqrt{\left( a^2+b^2+c^2 \right)^2 - 2\left( a^4+b^4+c^4 \right)}. \] For this particular problem the answer is just \[ \frac14 \sqrt{50^2-2(13^2+17^2+20^2)} = \frac14 \sqrt{784} = 7....
[ 0.02646658383309841, 0.026646174490451813, 0.0007666129386052489, 0.02892749011516571, 0.007997509092092514, 0.08762969821691513, 0.00788201205432415, 0.04962534457445145, 0.03377940133213997, -0.010567712597548962, -0.016309043392539024, 0.0683206170797348, 0.05906024947762489, 0.00039764...
[ 0.04473355412483215, 0.036621108651161194, -0.003021731274202466, 0.038380127400159836, -0.004417079035192728, 0.07850824296474457, -0.014702700078487396, 0.0291003230959177, 0.052085231989622116, -0.028178878128528595, -0.009966926649212837, 0.06189347803592682, 0.06308165937662125, -0.00...
2025-08-11
608,003
An ant is on one face of a cube. At every step, the ant walks to one of its four neighboring faces with equal probability. What is the expected (average) number of steps for it to reach the face opposite its starting face?
[hide] Suppose that the ant starts on face $A$. Then let $B_1, B_2, B_3,$ and $B_4$ be the faces of the cube that are adjacent to $A$, and let $C$ be the face opposite $A$.We are looking for $E(A)$, the expected number of steps that the ant would take to get to C from A. $E(C) = $expected number of steps to reach C fro...
[ 0.0019021069165319204, 0.027516743168234825, -0.010703218169510365, 0.019527945667505264, 0.022033946588635445, 0.0646529421210289, -0.022052986547350883, -0.047572556883096695, 0.01669461280107498, -0.023025993257761, 0.0009618898038752377, -0.043897759169340134, 0.03362448886036873, -0.0...
[ 0.018502935767173767, 0.050718486309051514, -0.0024095752742141485, 0.030243273824453354, -0.009750118479132652, 0.08144272118806839, -0.046901874244213104, -0.046130429953336716, 0.06223571300506592, -0.0184464193880558, 0.016206076368689537, -0.04550601541996002, 0.026517631486058235, -0...
2025-08-11
608,004
Let $R$ be the set of points $(x, y)$ such that $\lfloor x^2 \rfloor = \lfloor y \rfloor$ and $\lfloor y^2 \rfloor = \lfloor x \rfloor$. Compute the area of region $R$. Recall that $\lfloor z \rfloor$ is the greatest integer that is less than or equal to $z$.
No solution to this one yet? [hide="Solution"] We first do a bit of bounding. Let $\lfloor x\rfloor = m$ for some integer $m$. Note that $m$ must be positive; otherwise, the conditions cannot hold. From the second equality we obtain $\lfloor y^2\rfloor = m\implies m \leq y^2 < m + 1$. To deal with the first equali...
[ 0.017487695440649986, 0.008505824953317642, -0.0016708497423678637, 0.0350719578564167, 0.03593628108501434, 0.1183280497789383, 0.028315335512161255, 0.023335009813308716, 0.06539527326822281, -0.08852939307689667, 0.04664759710431099, 0.0580187626183033, 0.0683056116104126, -0.0025179018...
[ 0.013981634750962257, 0.005550211761146784, 0.0010118680074810982, 0.023558644577860832, 0.036120057106018066, 0.11008341610431671, 0.017158981412649155, 0.04064057767391205, 0.08450926840305328, -0.10244552791118622, 0.02502579800784588, 0.06020345166325569, 0.05207512155175209, -0.000193...
2025-08-11
608,008
Deepali has a bag containing 10 red marbles and 10 blue marbles (and nothing else). She removes a random marble from the bag. She keeps doing so until all of the marbles remaining in the bag have the same color. Compute the probability that Deepali ends with exactly 3 marbles remaining in the bag.
Note that the final four marbles should either be either RBBB or BRRR. These two cases are symmetric, so we will just consider RBBB. There are $\tbinom{16}{9}$ ways to pick the first 16 marbles as we must pick 9 red's and 7 blue's. Note that the probability this occurs is simply: \[ \dfrac{10! \cdot (10!/3!)}{20!/3!} =...
[ -0.0710064247250557, -0.009959850460290909, -0.003177172504365444, 0.006950222887098789, 0.04654892534017563, 0.05704445764422417, -0.02791517972946167, -0.06666624546051025, 0.0002359591017011553, 0.024464519694447517, -0.004155323375016451, -0.030745917931199074, 0.030622217804193497, -0...
[ -0.08386136591434479, -0.022473454475402832, -0.0013686867896467447, 0.05078744515776634, 0.043129902333021164, 0.04578660428524017, -0.025547267869114876, 0.011001650243997574, 0.048377763479948044, 0.02403239533305168, -0.04538340121507645, 0.03452949598431587, 0.08708417415618896, -0.00...
2025-08-11
608,011
A triangle has area 114 and sides of integer length. What is the perimeter of the triangle?
Yes, only that for $(x,y,z) = (38,36,2)$ the sides of the triangle will be $\left (\dfrac {x+y}{2}, \dfrac {y+z}{2}, \dfrac {z+x}{2} \right ) = (37, 19, 20)$, with $19+20>37$, ok.
[ -0.011064745485782623, 0.0386686734855175, -0.0035528047010302544, 0.003920290619134903, 0.025090863928198814, 0.08276831358671188, -0.021863752976059914, 0.019765961915254593, 0.007312348578125238, 0.009295467287302017, 0.01924952305853367, 0.046197064220905304, 0.0749644935131073, -0.003...
[ 0.0676843449473381, -0.003531338647007942, -0.0025887286756187677, 0.02655637077987194, 0.059957146644592285, 0.1321772336959839, 0.021727055311203003, 0.03877832368016243, 0.01532014925032854, -0.015573383308947086, 0.023532047867774963, 0.0626968964934349, 0.06021757423877716, -0.0038133...
2025-08-11
608,044
If $\sin x + \sin y = \frac{96}{65}$ and $\cos x + \cos y = \frac{72}{65}$, then what is the value of $\tan x + \tan y$?
[hide="Cheap"] Note that 16-63-65 and 33-56-65 are Pythagorean triples, so the following combination works: \[ \left( \sin x, \cos x, \sin y, \cos y \right) = \left( \frac {63}{65}, \frac {16}{65}, \frac {33}{65}, \frac {56}{65} \right). \]Hence, the answer is $ \frac {63}{16} + \frac {33}{56} = \boxed {\frac {507}{112...
[ 0.03403110429644585, -0.039564862847328186, -0.00635675061494112, 0.03146989643573761, 0.0458071194589138, 0.09328937530517578, 0.034705862402915955, 0.006082538515329361, 0.05217713490128517, -0.021515274420380592, -0.013002589344978333, 0.07784979790449142, 0.06427489221096039, -0.004752...
[ 0.035754673182964325, 0.007968062534928322, -0.0004433020076248795, 0.04498466104269028, 0.05006201192736626, 0.09847243130207062, -0.01852201484143734, 0.013405798003077507, 0.039700768887996674, -0.023906633257865906, 0.004520743153989315, 0.062148723751306534, 0.07021268457174301, 0.000...
2025-08-11
608,045
Let $ABC$ be a triangle. Points $D$, $E$, and $F$ are respectively on the sides $\overline{BC}$, $\overline{CA}$, and $\overline{AB}$ of $\triangle ABC$. Suppose that \[ \frac{AE}{AC} = \frac{CD}{CB} = \frac{BF}{BA} = x \] for some $x$ with $\frac{1}{2} < x < 1$. Segments $\overline{AD}$, $\overline{BE}$, and $\ov...
lol ok what is this [hide="Solution"] We use barycentric coordinates. Let $t$ be the ratio $\frac{AE}{CE}$. Let $G = AD \cap BE$, $H = BE \cap CF$, and $I = CF \cap AD$. Then $D = (0 : t : 1)$, $E = (1: 0 : t)$, $F = (t : 1 : 0)$, $G = (1 : t^2 : t)$, $H = (t : 1 : t^2)$, and $I = (t^2 : t : 1)$. Let $S = [ABC]$. Now ...
[ 0.03660515695810318, -0.02792130410671234, -0.0017607728950679302, 0.044379822909832, 0.04463209584355354, 0.09547752141952515, 0.004575188271701336, 0.07033641636371613, 0.12225303053855896, 0.0010223811259493232, 0.0026769039686769247, 0.023555820807814598, 0.052114661782979965, -0.00246...
[ 0.024419184774160385, 0.04314783960580826, 0.0044444166123867035, 0.052776288241147995, 0.0016482311766594648, 0.09064242243766785, -0.03999686986207962, 0.03727332875132561, 0.11636900156736374, -0.0018780098762363195, 0.026014016941189766, 0.0027561206370592117, 0.08558744937181473, 0.00...
2025-08-11
608,047
Let $n$ be a positive integer. Let $(a, b, c)$ be a random ordered triple of nonnegative integers such that $a + b + c = n$, chosen uniformly at random from among all such triples. Let $M_n$ be the expected value (average value) of the largest of $a$, $b$, and $c$. As $n$ approaches infinity, what value does $\frac{...
[hide]The number of triples is $\binom{n+2}{2}=\frac12n^2+o(n^2)$. Thus the desired limit is equal to \[ \lim \frac2{n^3}\sum_{(a,b,c)}\max(a,b,c).\] We're going to use this little fudge factor approach for all that it's worth: the number of triples in which the maximum is achieved by two different entries simultaneou...
[ -0.0016824946505948901, -0.01586322858929634, -0.0012973000993952155, 0.06313399970531464, 0.003420148277655244, 0.08380317687988281, -0.033239543437957764, -0.03164464980363846, 0.047777846455574036, -0.04549933224916458, 0.036699432879686356, 0.009825154207646847, 0.062109243124723434, -...
[ -0.01663772575557232, -0.000988903222605586, -0.002358177211135626, 0.07836240530014038, -0.010693974792957306, 0.07142215222120285, -0.05275042727589607, 0.027818191796541214, 0.059994880110025406, 0.006567459553480148, 0.059155382215976715, -0.028286626562476158, 0.06698405742645264, -0....
2025-08-11
608,048
How many complex numbers $z$ such that $\left| z \right| < 30$ satisfy the equation \[ e^z = \frac{z - 1}{z + 1} \, ? \]
Let $z = a+bi$. '[b][color=#f00]Claim.[/b][/color] $a=0$. [i]Proof.[/i] The given equation rewrites to $$e^a(e^{bi}) = \frac{a-1+bi}{a+1+bi}.$$ Taking the magnitude of both sides, $$e^{2a} = \frac{a^2+b^2-2a+1}{a^2+b^2+2a+1} = 1 - \frac{4a}{a^2+b^2+2a+1}.$$ Notice that if $a > 0$, then the LHS is greater than 1, whi...
[ 0.017014147713780403, -0.01233321987092495, 0.000824197253677994, 0.0257867444306612, 0.0038207063917070627, 0.04521216079592705, -0.0015581318875774741, 0.026286570355296135, 0.07844828069210052, 0.00884484127163887, -0.03514867275953293, -0.013813302852213383, 0.04439311474561691, 0.0004...
[ 0.00311137642711401, 0.00747244106605649, 0.00021230557467788458, 0.0599890872836113, -0.011423192918300629, 0.05980313941836357, -0.02142535336315632, 0.07528858631849289, 0.08921291679143906, -0.038262542337179184, -0.03724599629640579, 0.03379398584365845, -0.005540717393159866, -0.0004...
2025-08-11
592,838
Let $a_1,\ldots,a_n$ and $b_1\ldots,b_n$ be $2n$ real numbers. Prove that there exists an integer $k$ with $1\le k\le n$ such that $ \sum_{i=1}^n|a_i-a_k| ~~\le~~ \sum_{i=1}^n|b_i-a_k|.$ (Proposed by Gerhard Woeginger, Austria)
Yes.To be more precise if $a_s,a_l$ be the smallest and largest of the $a_i$'s and $b_s,b_l$ be the smallest and largest of the $b_i$'s then $|a_l-a_i|+|a_i-a_s|=a_l-a_s \le |b_i-a_l|+|b_i-a_s|$.Summing over all $i$ we get $\sum_{i=1}^{n}{|a_i-a_l|}+\sum_{i=1}^{n}{|a_i-a_s|} \le \sum_{i=1}^{n}{|b_i-a_l|}+\sum_{i=1}^{n...
[ 0.023854047060012817, -0.036462582647800446, -0.0019429826643317938, 0.027606043964624405, -0.04014251008629799, 0.09150728583335876, -0.013199388980865479, 0.004643300082534552, 0.08381175994873047, -0.03502080217003822, 0.048037074506282806, -0.04026654362678528, 0.07543156296014786, -0....
[ 0.019719848409295082, -0.02764427848160267, -0.003938972018659115, -0.0034405342303216457, -0.03713998571038246, 0.12329166382551193, -0.010729452595114708, 0.012684371322393417, 0.08778048306703568, -0.04596970975399017, 0.027322659268975258, 0.007237914949655533, 0.07869689911603928, -0....
2025-08-11
592,840
Consider increasing integer sequences with elements from $1,\ldots,10^6$. Such a sequence is [i]Adriatic[/i] if its first element equals 1 and if every element is at least twice the preceding element. A sequence is [i]Tyrrhenian[/i] if its final element equals $10^6$ and if every element is strictly greater than the su...
I will prove that the number of sequences of both types is equal for every natural number. Let us fix a certain number $n$. Let $A$ be the set of all [i]Adriatic[/i] sequences with elements from $1,...,n$, and $T$ be the set of all [i]Tyrrhenian[/i] sequences with elements from $1,...,n$. We will make a bijection from...
[ 0.00839080847799778, 0.05433325842022896, -0.005444327834993601, 0.006064023356884718, 0.05930580571293831, 0.04755796492099762, -0.009715837426483631, -0.025287073105573654, 0.014285490848124027, -0.03324131667613983, -0.028834234923124313, -0.011723845265805721, 0.08911774307489395, -0.0...
[ 0.013571858406066895, 0.042603667825460434, -0.005424629431217909, 0.004610658157616854, 0.059229426085948944, 0.06961970031261444, 0.004242918454110622, -0.019846465438604355, 0.014391881413757801, -0.03025699593126774, -0.02143370918929577, -0.0017811574507504702, 0.0884501039981842, -0....
2025-08-11
592,844
In triangle $ABC$ let $A'$, $B'$, $C'$ respectively be the midpoints of the sides $BC$, $CA$, $AB$. Furthermore let $L$, $M$, $N$ be the projections of the orthocenter on the three sides $BC$, $CA$, $AB$, and let $k$ denote the nine-point circle. The lines $AA'$, $BB'$, $CC'$ intersect $k$ in the points $D$, $E$, $F$. ...
By Menelaus' Theorem, it is equivalent to prove that $\frac{LR}{MR} \cdot \frac{NQ}{LQ} \cdot \frac{MP}{NP} = 1.$ By Power of Point and Law of Sines, \[\begin{aligned} \left(\frac{RL}{RM} \cdot \frac{QN}{QL} \cdot \frac{PM}{PN}\right)^2 = 1 & \iff \frac{RL \cdot RM}{RM^2} \cdot \frac{QL \cdot QN}{QL^2} \cdot \frac{PM \...
[ 0.08554702252149582, 0.014567454345524311, -0.0023032708559185266, 0.06611712276935577, 0.025968188419938087, 0.09224437922239304, -0.03303712606430054, 0.026003126055002213, 0.05120648443698883, -0.001992917386814952, 0.07239261269569397, 0.017407627776265144, 0.06318596750497818, -0.0030...
[ 0.0023194763343781233, -0.017838532105088234, 0.0005201150197535753, 0.056183360517024994, -0.0029071441385895014, 0.07896639406681061, 0.009951661340892315, -0.0027284955140203238, 0.06420561671257019, -0.025006188079714775, 0.0561443492770195, 0.010760008357465267, 0.05557237192988396, -...
2025-08-11
613,419
Each of the integers from 1 to 4027 has been colored either green or red. Changing the color of a number is making it red if it was green and making it green if it was red. Two positive integers $m$ and $n$ are said to be [i]cuates[/i] if either $\frac{m}{n}$ or $\frac{n}{m}$ is a prime number. A [i]step[/i] consists ...
If $2014$ is red, toggle $1007$ and $2014 = 1007 \cdot 2$. Now $2014$ is green. If $1007$ is red, toggle $1007$ and $3021 = 1007 \cdot 3$. Now $1007$ is green. Now, for each $k$ of $1,2,3,\ldots,2013$ in that order, if $k$ is red, then toggle $k$ and $2k$. Since $k \le 2013$, we have $2k \le 4026$ so it's still color...
[ 0.017236078158020973, -0.015394730493426323, -0.005642132367938757, -0.03275902569293976, 0.06852554529905319, 0.05699951946735382, -0.014188378117978573, -0.09808031469583511, -0.006616214290261269, 0.03424683213233948, 0.005276098381727934, -0.051243074238300323, 0.0357857346534729, -0.0...
[ -0.027976231649518013, 0.022122569382190704, 0.0005741885979659855, -0.0391635000705719, 0.04321303218603134, 0.06782344728708267, -0.06092442572116852, -0.023402642458677292, -0.012534958310425282, -0.0004647353489417583, 0.005230443552136421, -0.03571852669119835, 0.001210488611832261, -...
2025-08-11
613,677
Let $d(n)$ be the number of positive divisors of a positive integer $n$ (including $1$ and $n$). Find all values of $n$ such that $n + d(n) = d(n)^2$.
[b]Lemma 1:[/b] Let $m \in \mathbb{N}$. The number of divisors of $m$ that's between 1 and $\lfloor \sqrt{m} \rfloor$ is equal to $d(m)/2$ if $m$ isn't a perfect square, and equal to $(d(m)+1)/2$ if $m$ is a perfect square. [b]Proof:[/b] $a$ is a divisor of $m$ if, and only if $m/a$ is a divisor of $m$ as well. Thus, ...
[ 0.035694751888513565, -0.05221109092235565, -0.002485611941665411, 0.022535795345902443, 0.032990243285894394, 0.030591066926717758, -0.018363481387495995, 0.019824137911200523, 0.08637505024671555, -0.08821599185466766, 0.008622799068689346, -0.014866480603814125, 0.017925389111042023, -0...
[ -0.025244034826755524, -0.057959288358688354, -0.012056111358106136, 0.019094107672572136, 0.04389433562755585, 0.07090046256780624, -0.038325533270835876, -0.032496314495801926, 0.07032917439937592, -0.10334517061710358, -0.010364340618252754, 0.007856512442231178, 0.039604101330041885, -...
2025-08-11
614,026
Let $a, b, c$ be positive reals such that $a + b + c = 3$. Prove: \[ \frac{a^2}{a + \sqrt[3]{bc}} + \frac{b^2}{b + \sqrt[3]{ca}} + \frac{c^2}{c + \sqrt[3]{ab}} \geq \frac{3}{2} \] And determine when equality holds.
[hide=Solution (to original problem)] By Titu's Lemma, $$\frac{a^2}{a+\sqrt[3]{bc}}+\frac{b^2}{b+\sqrt[3]{ca}}+\frac{c^2}{c+\sqrt[3]{ab}}\geq\frac{\left(a+b+c\right)^2}{a+b+c+\sqrt[3]{ab}+\sqrt[3]{bc}+\sqrt[3]{ca}}=\frac{9}{3+\sqrt[3]{ab}+\sqrt[3]{bc}+\sqrt[3]{ca}}.$$ Now, by Hölder's Inequality, $$\left(1+1+1\right)\l...
[ 0.02256777510046959, -0.05471257492899895, 0.004980938974767923, 0.07883454859256744, -0.010392622090876102, 0.040120091289281845, -0.0349888950586319, 0.027699269354343414, 0.09874577075242996, 0.01695515215396881, 0.044350288808345795, -0.00043996729073114693, 0.06256615370512009, 0.0045...
[ 0.03569633513689041, -0.01634550839662552, 0.0023785335943102837, 0.09415043890476227, -0.04888857901096344, 0.0714559480547905, -0.05827849358320236, 0.03558102995157242, 0.09674964100122452, 0.024510694667696953, 0.029354268684983253, -0.012421542778611183, 0.07074045389890671, 0.0031062...
2025-08-11
606,973
For integers $n \ge k \ge 0$ we define the [i]bibinomial coefficient[/i] $\left( \binom{n}{k} \right)$ by \[ \left( \binom{n}{k} \right) = \frac{n!!}{k!!(n-k)!!} .\] Determine all pairs $(n,k)$ of integers with $n \ge k \ge 0$ such that the corresponding bibinomial coefficient is an integer. [i]Remark: The double fa...
[hide="Solution"]Introduce the notation $f(n,k):=\left(\binom{n}{k}\right)$. Trivially, if $k=0$ or $k=n$, then $f(n,k)$ is an integer, so from now on we assume that $0<k<n$. If $n$ is odd, then $k$ and $n-k$ have different parity, so one of them must be even. That means that the denominator of $f(n,k)=\frac{n!!}{k!!(...
[ 0.00924696121364832, -0.03371337428689003, -0.003483981592580676, 0.016639329493045807, -0.01872244104743004, 0.03153163194656372, -0.04693176969885826, 0.014464198611676693, 0.07769977301359177, -0.050327423959970474, 0.02544597163796425, 0.046853821724653244, 0.049922019243240356, -0.002...
[ 0.02719810977578163, -0.02762894704937935, 0.00024364091223105788, -0.009260626509785652, -0.019821850582957268, 0.0076318224892020226, -0.0755460187792778, -0.01857600547373295, 0.11194109916687012, -0.041286952793598175, 0.025621602311730385, 0.021425282582640648, 0.06487971544265747, 0....
2025-08-11
607,042
Determine the lowest possible value of the expression \[ \frac{1}{a+x} + \frac{1}{a+y} + \frac{1}{b+x} + \frac{1}{b+y} \] where $a,b,x,$ and $y$ are positive real numbers satisfying the inequalities \[ \frac{1}{a+x} \ge \frac{1}{2} \] \[\frac{1}{a+y} \ge \frac{1}{2} \] \[ \frac{1}{b+x} \ge \frac{1}{2} \] \[ \frac{1}{b...
Of course, not $\dfrac {1}{2} + \dfrac {1}{2} + \dfrac {1}{2} + 1 = \dfrac {5}{2}$. Say $a+x = s \leq 2$, $a+y = t \leq 2$, $b+x = u \leq 2$, $b+y = v \leq 1$. Then $s+v = t+u \leq 3$, so $(a+y) + (b+x) \leq 3$. Thus $\dfrac {1}{a+y} + \dfrac {1}{b+x} \geq \dfrac {4}{(a+y)+(b+x)} \geq \dfrac {4}{3}$, with equality for...
[ 0.03312850371003151, 0.008638906292617321, 0.0007024975493550301, 0.039791397750377655, 0.023234903812408447, 0.07399216294288635, 0.022251857444643974, 0.005456395447254181, 0.08534112572669983, -0.03793951869010925, -0.0014096639351919293, 0.02248181775212288, 0.043078310787677765, 0.000...
[ 0.05339891463518143, 0.00554291345179081, 0.0026923504192382097, 0.07133009284734726, 0.020046118646860123, 0.0977833941578865, 0.023414820432662964, -0.0025871337857097387, 0.05939283221960068, -0.041832923889160156, 0.02056841365993023, 0.016009658575057983, 0.05406591668725014, 0.002429...
2025-08-11
607,043
Determine all functions $f : \mathbb{R} \to \mathbb{R}$ such that \[ xf(xy) + xyf(x) \ge f(x^2)f(y) + x^2y \] holds for all $x,y \in \mathbb{R}$.
Taking $(x,y)=(0,0)$ and $(x,y)=(1,1)$, we derive $f(0)=0$ and $f(1)=1$. Taking $y=1$ gives $$2xf(x)\ge f(x^2)+x^2.$$ Note that this gives $f(-1)\le -1$. Letting $y=x$ yields $0\ge (f(x^2)-x^2)(f(x)-x)$. If $x\ge 0$ and $f(x^2)\ge x^2$ for all $x\ge 0$, we may multiply both sides by $2x$ to obtain $$0\ge (f(x^2)-x^2)(2...
[ 0.043222151696681976, -0.02312932163476944, 0.0013462330680340528, 0.04337984696030617, 0.014096880331635475, 0.03143642097711563, -0.012748811393976212, 0.017759215086698532, 0.11526844650506973, -0.043598659336566925, 0.01938728615641594, 0.01829610951244831, 0.10348162800073624, 0.00155...
[ 0.04901355504989624, 0.0005424084374681115, 0.004591095261275768, 0.04416640102863312, -0.004637903068214655, 0.05191504582762718, -0.014608914963901043, 0.0072565446607768536, 0.14122994244098663, -0.014857512898743153, 0.021653195843100548, 0.018543802201747894, 0.05905851349234581, 0.00...
2025-08-11
607,045
In Happy City there are $2014$ citizens called $A_1, A_2, \dots , A_{2014}$. Each of them is either [i]happy[/i] or [i]unhappy[/i] at any moment in time. The mood of any citizen $A$ changes (from being unhappy to being happy or vice versa) if and only if some other happy citizen smiles at $A$. On Monday morning there w...
Suppose every unhappy citizen carries a $0$ and every happy citizen carries a $1$ initially. When $A$ smiles to $B$, the number that $B$ carries is added by the number that $A$ carries. Then we can see the invariant that every happy citizen carries an odd number and every unhappy citizen carries an even number. Thus re...
[ -0.048242613673210144, 0.024956855922937393, -0.0012305902782827616, 0.02160492166876793, 0.07314086705446243, -0.07880849391222, -0.04361492395401001, 0.0018282030941918492, 0.016112614423036575, -0.010253584012389183, 0.011344448663294315, -0.04936980828642845, 0.06347794085741043, -0.00...
[ -0.04959568753838539, 0.01658284291625023, -0.0031733473297208548, 0.006298090796917677, 0.04153385013341904, -0.0704130008816719, -0.06610129773616791, -0.007496333681046963, 0.014725271612405777, -0.03661487251520157, -0.00027462010621093214, -0.03924408182501793, 0.06382773071527481, -0...
2025-08-11
607,047
Let the incircle $k$ of the triangle $ABC$ touch its side $BC$ at $D$. Let the line $AD$ intersect $k$ at $L \neq D$ and denote the excentre of $ABC$ opposite to $A$ by $K$. Let $M$ and $N$ be the midpoints of $BC$ and $KM$ respectively. Prove that the points $B, C, N,$ and $L$ are concyclic.
Let $\ell$ be the perpendicular bisector of $BC$. Define points $K'$ and $N'$ as the images of $K$ and $N$, respectively in the symmetry about $\ell$. Let $T$ be a point on line $BC$ such that $(B, C; D, T)=-1$ and note that $TL$ is tangent to $\omega$. It is well-known that $B, I, C, K$ are concyclic, so $B, I, C, K'...
[ 0.06347635388374329, 0.021858183667063713, -0.000158530063345097, 0.07590840756893158, -0.007235235534608364, 0.05072157084941864, -0.02218480221927166, -0.0012033317470923066, 0.10957509279251099, -0.04009043052792549, 0.023723572492599487, -0.03749394789338112, 0.03475498408079147, -0.00...
[ 0.0502680279314518, -0.016951031982898712, 0.0019672003109008074, 0.06763521581888199, 0.002682258142158389, 0.05054096877574921, -0.02866421826183796, 0.017911503091454506, 0.061706338077783585, -0.003746956354007125, 0.06422663480043411, -0.016470549628138542, 0.026364626362919807, 0.001...
2025-08-11
607,048
A finite set of positive integers $A$ is called [i]meanly[/i] if for each of its nonempy subsets the arithmetic mean of its elements is also a positive integer. In other words, $A$ is meanly if $\frac{1}{k}(a_1 + \dots + a_k)$ is an integer whenever $k \ge 1$ and $a_1, \dots, a_k \in A$ are distinct. Given a positive ...
Let the elements of $A$ be $1\leq a_1<a_2<\cdots < a_n$, for $n\geq 3$. Let $2\leq k\leq n-1$. Consider two indices $1\leq i < j \leq n$, and a set of indices $S\subseteq \{1,2,\ldots,n\}\setminus \{i,j\}$ with $|S|=k-1$. We need $\displaystyle k\mid a_i + \sum_{\ell \in S} a_\ell$ and $\displaystyle k\mid a_j + \sum_{...
[ -0.03749538213014603, -0.012860503047704697, 0.0013909235130995512, 0.0507451556622982, -0.017735598608851433, 0.029611900448799133, -0.02563767321407795, 0.016777947545051575, 0.06461454927921295, -0.02358618564903736, 0.02165338769555092, 0.01106987427920103, 0.053740620613098145, -0.000...
[ 0.0478702113032341, -0.006900873500853777, -0.0003865143225993961, 0.004900360945612192, -0.028646985068917274, 0.0466318279504776, -0.028090177103877068, -0.009395668283104897, 0.08785774558782578, -0.06081970036029816, 0.024522341787815094, -0.021748211234807968, 0.07775011658668518, -0....
2025-08-11
607,049
Determine all quadruples $(x,y,z,t)$ of positive integers such that \[ 20^x + 14^{2y} = (x + 2y + z)^{zt}.\]
[hide="Solution"] Let $A=20^x$, $B=14^{2y}$, $C=(x+2y+z)^{zt}$. Since the LHS is even, we have $2|x+2y+z$ hence $x$ and $z$ have the same parity. If $x$ and $z$ are both even, then $A$ and $B$ are square numbers not divisible by $3$, so $A+B\equiv 2\pmod 3$, whereas $C$ is also a perfect square, contradiction. So $x$ a...
[ 0.0685291662812233, -0.027389489114284515, -0.003318662056699395, 0.005275676492601633, 0.03497328981757164, 0.07454710453748703, 0.017153436318039894, 0.01660068891942501, 0.02812543511390686, -0.03675311803817749, 0.00819434318691492, 0.01483972929418087, 0.04003399983048439, -0.00329374...
[ 0.04234439507126808, -0.030283315107226372, 0.0016738702543079853, 0.04943884164094925, 0.004500663839280605, 0.05910957232117653, -0.020003175362944603, 0.03286540508270264, 0.06236499920487404, -0.034843336790800095, -0.010144688189029694, 0.024214262142777443, 0.03584711253643036, 0.001...
2025-08-11
614,143
Let $f : \mathbb{R} \to \mathbb{R}$ be a continuous function and let $g : \mathbb{R} \to \mathbb{R}$ be arbitrary. Suppose that the Minkowski sum of the graph of $f$ and the graph of $g$ (i.e., the set $\{( x+y; f(x)+g(y) ) \mid x, y \in \mathbb{R}\}$) has Lebesgue measure zero. Does it follow then that the function $...
We will prove the answer is negative. Particularly, for $f:=|x|$, it's possible to find a suitable $g$ complying the requirements. Sum of the graphs of $f$ and $g$ is a subset of two families of parallel lines. One of them consists of lines passing through $(x-g(x);0)\,,x\in \mathbb{R}$ and parallel to the line $y=x$...
[ 0.034633819013834, -0.023840898647904396, -0.00576070137321949, 0.0038083894178271294, -0.012660197913646698, 0.09262663871049881, -0.04340142384171486, -0.02802058309316635, 0.07465654611587524, -0.06519376486539841, 0.041515886783599854, -0.06372735649347305, 0.04802120104432106, -0.0065...
[ 0.02787412516772747, -0.028907837346196175, -0.004923718050122261, 0.029520845040678978, 0.02208142913877964, 0.08900708705186844, -0.04530458152294159, -0.0389130637049675, 0.05787727236747742, -0.04201299324631691, 0.046286217868328094, -0.03147128224372864, 0.05263704061508179, -0.00484...
2025-08-11
617,384
Let $n\ge 1$ be a fixed integer. Calculate the distance $\inf_{p,f}\, \max_{0\le x\le 1} |f(x)-p(x)|$ , where $p$ runs over polynomials of degree less than $n$ with real coefficients and $f$ runs over functions $f(x)= \sum_{k=n}^{\infty} c_k x^k$ defined on the closed interval $[0,1]$ , where $c_k \ge 0$ and $\...
First some notations. Let $E_n(f)_{[0,1]}=\inf_{p}\sup_{x\in[0,1]}|f(x)-p(x)|$, where $\inf $ is taken over all polynomials of degree at most $n$. Let $T_n$ be the Chebyshev polynomial (of first kind) and $x_0=-1,x_1,\ldots,x_{n-1}, x_n=1$ be its oscillating points, where it takes alternatively values $\pm 1$. Let $t_j...
[ 0.04814256355166435, 0.004035113845020533, -0.0011821470689028502, 0.04033198207616806, -0.008312128484249115, 0.06512007862329483, -0.016802256926894188, -0.02508358843624592, 0.082058385014534, -0.01577180251479149, 0.04490520805120468, -0.027744051069021225, 0.02408064529299736, -0.0017...
[ 0.04227565973997116, -0.007654261309653521, -0.00397752970457077, 0.05429775267839432, -0.024151159450411797, 0.12752391397953033, -0.05118413642048836, 0.0016301897121593356, 0.07136482745409012, -0.04726807400584221, -0.0005621553282253444, -0.017383603379130363, 0.048400670289993286, -0...
2025-08-11
618,377
Let $ k\geq 1 $ and let $ I_{1},\dots, I_{k} $ be non-degenerate subintervals of the interval $ [0, 1] $. Prove that \[ \sum \frac{1}{\left | I_{i}\cup I_{j} \right |} \geq k^{2} \] where the summation is over all pairs $ (i, j) $ of indices such that $I_i\cap I_j\neq \emptyset$.
I think this problem is very beautiful! I haven't read drkim's proof carefully, but it seems different with this at first sight. First, since $|I_i \cup I_j| + |I_i \cap I_j| = |I_i| + |I_j|$ and $|I_i \cap I_j| \le \min \{|I_i|, |I_j|\}$, we can prove the following inequality. $$|I_i \cup I_j| \cdot |I_i \cap I_j| \...
[ 0.03864256292581558, -0.01510201022028923, -0.004992302041500807, 0.034182071685791016, 0.012466035783290863, 0.08653412759304047, 0.012731854803860188, 0.008331600576639175, 0.07483655959367752, -0.04235583171248436, 0.08569309860467911, -0.015956832095980644, 0.038823001086711884, -0.003...
[ 0.031230855733156204, -0.0029010819271206856, -0.004330710507929325, 0.05739976465702057, -0.04528077319264412, 0.07034548372030258, -0.02422075718641281, -0.022070854902267456, 0.06066308915615082, -0.04821160063147545, 0.0975087583065033, 0.0026340775657445192, 0.03260314464569092, -0.00...
2025-08-11
618,491
We have $4n + 5$ points on the plane, no three of them are collinear. The points are colored with two colors. Prove that from the points we can form $n$ empty triangles (they have no colored points in their interiors) with pairwise disjoint interiors, such that all points occurring as vertices of the $n$ triangles have...
Is $ 4n+5 $ the best number?
[ 0.04963449388742447, -0.007175595033913851, -0.004421866964548826, 0.03646130859851837, 0.02496611326932907, 0.0835200846195221, -0.026258859783411026, -0.034152839332818985, 0.02725156769156456, -0.0262083001434803, 0.058247122913599014, -0.04975307732820511, 0.017832070589065552, -0.0047...
[ 0.012525529600679874, -0.012358012609183788, -0.012407178990542889, -0.014587878249585629, 0.0256540235131979, 0.038822561502456665, -0.05338355153799057, -0.04412611573934555, 0.011173875071108341, -0.02150045521557331, -0.00447082007303834, 0.0027808966115117073, 0.08619675040245056, -0....
2025-08-11
618,493
For a positive integer $n$, define $f(n)$ to be the number of sequences $(a_1,a_2,\dots,a_k)$ such that $a_1a_2\cdots a_k=n$ where $a_i\geq 2$ and $k\ge 0$ is arbitrary. Also we define $f(1)=1$. Now let $\alpha>1$ be the unique real number satisfying $\zeta(\alpha)=2$, i.e $ \sum_{n=1}^{\infty}\frac{1}{n^\alpha}=2 $ Pr...
Let $g(n)=\sum_{j=1}^n f(j)$. Clearly: \[g(n) =\left| \{(a_1,a_2,\ldots,a_k)\mid a_1a_2\dots a_k\leq n\,,\, a_j\geq 2\} \right|\] To avoid unnecessary notations let's set $g(x)=g(\lfloor x \rfloor)\,,\, x>0$. Since $a_1$ can take values $2,3,\dots, \lfloor n/2 \rfloor$ we obtain: \[g(n)= \sum_{j=2}^{\lfloor n/2 \rfloo...
[ -0.0002740311319939792, -0.011115651577711105, -0.0019180288072675467, 0.011650108732283115, -0.01955282688140869, 0.030346261337399483, -0.05017644166946411, 0.0042068567126989365, 0.11391661316156387, -0.05309198051691055, 0.004126034677028656, 0.023977112025022507, 0.06815548241138458, ...
[ -0.003970474470406771, -0.01969882845878601, -0.0006135939038358629, 0.045013874769210815, -0.025289008393883705, 0.03553197905421257, -0.0822177454829216, -0.03323890641331673, 0.1331055462360382, -0.03495488315820694, 0.047331128269433975, -0.015079677104949951, 0.06028269976377487, 0.00...
2025-08-11
618,534
Let $\rho:G\to GL(V)$ be a representation of a finite $p$-group $G$ over a field of characteristic $p$. Prove that if the restriction of the linear map $\sum_{g\in G} \rho(g)$ to a finite dimensional subspace $W$ of $V$ is injective, then the subspace spanned by the subspaces $\rho(g)W$ $(g\in G)$ is the direct sum of ...
Solution: Lemma 1 Let given field $\mathbb{F}$, $char\mathbb{F} = p$, and representation $\rho : G\to GL(V) $ if finite $p$ group $G$, $\dim V = n $. Prove that $\forall g_1,..., g_n \in G$, $\prod_{i = 1}^n (\rho(g_i) - E) = 0$. Take $\bar\mathbb{F}$ and prove that in dome basis $\rho(G)$ are upper triangular matri...
[ 0.015714606270194054, -0.09696177393198013, -0.0022537331096827984, -0.004250816535204649, 0.01299571618437767, 0.09273147583007812, -0.05790676549077034, -0.022397402673959732, 0.0930318683385849, 0.02016906999051571, 0.0294876117259264, -0.05669012665748596, 0.009069874882698059, -0.0034...
[ 0.005553030874580145, -0.06023558974266052, -0.0009201064240187407, -0.008098812773823738, 0.027516761794686317, 0.08905214071273804, -0.0968523845076561, 0.0059827957302331924, 0.09448623657226562, -0.036258675158023834, 0.02582135610282421, -0.07917522639036179, 0.022227680310606956, -0....
2025-08-11
618,537
Let $\rho:\mathbb{R}^n\to \mathbb{R}$, $\rho(\mathbf{x})=e^{-||\mathbf{x}||^2}$, and let $K\subset \mathbb{R}^n$ be a convex body, i.e., a compact convex set with nonempty interior. Define the barycenter $\mathbf{s}_K$ of the body $K$ with respect to the weight function $\rho$ by the usual formula \[\mathbf{s}_K=\frac{...
Here's a solution. Define \[ g(t) = -\log\left( \int_K \rho(x+t) dx \right). \] One can note that the barycenter of $K + t$ ($K$ translated by $t$) is actually just $\nabla g$. It is known that the gradient of any strictly convex function is injective, so we now show that $g$ is convex. This reduces to showing that fo...
[ 0.029232362285256386, -0.035499509423971176, -0.004179309122264385, 0.06871318817138672, -0.0344635434448719, 0.10075820982456207, -0.040160585194826126, -0.052956439554691315, 0.06746505200862885, 0.014644241891801357, 0.07349536567926407, -0.011953363195061684, 0.05182995647192001, -0.00...
[ 0.061653703451156616, -0.011634091846644878, -0.004626533016562462, 0.09697970002889633, -0.021954411640763283, 0.09205923974514008, -0.09197276830673218, -0.07028689980506897, 0.09861583262681961, 0.033602554351091385, 0.06553766876459122, -0.004064165987074375, 0.04998479411005974, -0.00...
2025-08-11
579,002
Let $a,b\in\mathbb{R}_+$ such that $a+b=1$. Find the minimum value of the following expression: \[E(a,b)=3\sqrt{1+2a^2}+2\sqrt{40+9b^2}.\]
$3\sqrt{1+2a^2}\ge \frac{\sqrt{11}}{11}(6a+9)\iff (3a-1)^2\ge 0,$ $2\sqrt{40+9b^2}\ge \frac{\sqrt{11}}{11}(6b+40)\iff (3b-2)^2\ge 0,$ $3\sqrt{1+2a^2}+2\sqrt{40+9b^2}\ge \frac{\sqrt{11}}{11}(6a+9+6b+40)=5\sqrt{11},$ when $a=\dfrac{1}{3},\,b=\dfrac{2}{3},E(a,b)_{min}=5\sqrt{11}.$
[ 0.003303560893982649, 0.014410869218409061, 0.0028595642652362585, 0.0770278200507164, -0.014002431184053421, 0.03940144553780556, -0.002682938938960433, 0.0054854536429047585, 0.10958053171634674, -0.008656860329210758, 0.01951558142900467, 0.030960191041231155, 0.06069456413388252, 0.004...
[ 0.013670696876943111, 0.014465710148215294, 0.0002573029778432101, 0.08168765902519226, -0.00688778143376112, 0.08138013631105423, 0.0007396882283501327, 0.00678289495408535, 0.09169616550207138, -0.01978595368564129, 0.0468149334192276, 0.054507359862327576, 0.06623891741037369, 0.0017427...
2025-08-11
579,007
Let $\triangle ABC$ be an acute triangle and $AD$ the bisector of the angle $\angle BAC$ with $D\in(BC)$. Let $E$ and $F$ denote feet of perpendiculars from $D$ to $AB$ and $AC$ respectively. If $BF\cap CE=K$ and $\odot AKE\cap BF=L$ prove that $DL\perp BF$.
Circle $\odot(AEDF)$ with diameter $\overline{AD}$ cuts $BC$ again at the projection $P$ of $A$ on it. Since $D$ is clearly midpoint of the arc $EPF,$ then $PD,PA$ bisect $\widehat{EPF}.$ Hence if $Q \equiv EF \cap BC,$ $R \equiv EF \cap AP,$ the pencil $P(E,F,R,Q)=-1$ is harmonic $\Longrightarrow$ $(B,C,P,Q)=-1.$ Thus...
[ 0.06156573444604874, 0.007075376342982054, -0.00035985725116916, 0.04910910129547119, 0.007379231974482536, 0.03502911701798439, -0.04131736606359482, 0.03180896118283272, 0.06531251966953278, -0.0234298687428236, 0.03170320391654968, 0.005571090150624514, 0.058976855129003525, 0.000570532...
[ 0.10075818747282028, 0.02405639737844467, -0.0013040597550570965, 0.026059675961732864, 0.011795577593147755, 0.04450014606118202, -0.04054326191544533, -0.028665047138929367, 0.0836908146739006, -0.029139963909983635, 0.03700517117977142, -0.005791165865957737, 0.04416439309716225, -0.000...
2025-08-11
579,008
Find all pairs of non-negative integers $(x,y)$ such that \[\sqrt{x+y}-\sqrt{x}-\sqrt{y}+2=0.\]
Notice$\sqrt{x}+\sqrt{y} \ge 2.$ $\sqrt{x+y}-\sqrt{x}-\sqrt{y}+2=0 \iff \sqrt{x}+\sqrt{y}-2=\sqrt{x+y} \Longrightarrow$ ${2(\sqrt{x}+\sqrt{y})=2+\sqrt{xy}\iff ( \sqrt{x}-2)(\sqrt{y}-2})=2 \Longrightarrow$ $\sqrt{x}-2=1,\sqrt{y}-2=2 $ or $\sqrt{x}-2=2 ,\sqrt{y}-2=1\Longrightarrow$ $ (x,y)=(9,16)$ or $(x,y)=(16,9).$
[ 0.08893836289644241, -0.051445379853248596, -0.007141738198697567, 0.02632555179297924, 0.024258621037006378, 0.09004595875740051, 0.01289378572255373, 0.04385249689221382, 0.045244429260492325, -0.026757316663861275, 0.0010479036718606949, 0.06590735912322998, 0.02261965163052082, -0.0058...
[ 0.05357782542705536, -0.016033783555030823, 0.0008184595499187708, 0.04340999200940132, 0.019540689885616302, 0.08796152472496033, 0.03736717253923416, 0.025801459327340126, 0.07431948930025101, -0.027858801186084747, -0.0011095987865701318, 0.08079346269369125, 0.04356899857521057, 0.0019...
2025-08-11
579,012
Define $p(n)$ to be th product of all non-zero digits of $n$. For instance $p(5)=5$, $p(27)=14$, $p(101)=1$ and so on. Find the greatest prime divisor of the following expression: \[p(1)+p(2)+p(3)+...+p(999).\]
This actually isn't all that hard to compute by hand. First, make the following observation: concatenation multiplies $p$, i.e., if $a$ and $b$ are natural numbers and $c$ is what you get by concatenating the two, we have $p(c) = p(a)p(b)$. For instance, $p(107) = p(10)p(7)$. Now, for convenience's sake, we can define...
[ 0.029029961675405502, 0.003933354746550322, -0.004545919131487608, -0.021226933225989342, 0.025809921324253082, 0.06884260475635529, -0.008420206606388092, 0.00026667569181881845, 0.03880096226930618, 0.006639397237449884, -0.0023846246767789125, -0.006299643777310848, 0.05966266244649887, ...
[ -0.0035905868280678988, -0.01194082386791706, -0.004318901803344488, 0.013267738744616508, 0.007614262867718935, 0.05897897109389305, -0.02719700150191784, -0.030756276100873947, 0.03753168135881424, 0.016392478719353676, 0.006306083872914314, -0.00003462522727204487, 0.05971476808190346, ...
2025-08-11
583,202
Consider $n \geq 2 $ positive numbers $0<x_1 \leq x_2 \leq ... \leq x_n$, such that $x_1 + x_2 + ... + x_n = 1$. Prove that if $x_n \leq \dfrac{2}{3}$, then there exists a positive integer $1 \leq k \leq n$ such that $\dfrac{1}{3} \leq x_1+x_2+...+x_k < \dfrac{2}{3}$.
If $x_n>\frac 13$, then $k=n-1$ done. $\frac 13 \le x_1+...+x_{n-1}=1-x_n<\frac 23$. Else $x_n\le \frac 13.$ And exist k, suth that $\frac 13 <x_{k+1}+...+x_n\le \frac 23$ (because $x_i\le \frac 13$ for all i$). It give suth k.
[ 0.002281943568959832, -0.03644146770238876, -0.0018591730622574687, 0.04726611077785492, -0.021532710641622543, 0.07938067615032196, -0.03282240033149719, -0.002955538919195533, 0.050416477024555206, 0.024977682158350945, 0.03351367264986038, -0.034174490720033646, 0.06434211134910583, -0....
[ 0.016187677159905434, 0.0006780495750717819, -0.0028109820559620857, 0.023642094805836678, -0.023550787940621376, 0.09360747784376144, -0.031200803816318512, -0.0021281831432133913, 0.05040670558810234, 0.01622868701815605, 0.01739347353577614, -0.03387823700904846, 0.06802903115749359, -0...
2025-08-11
583,206
Consider $n \geq 2$ distinct points in the plane $A_1,A_2,...,A_n$ . Color the midpoints of the segments determined by each pair of points in red. What is the minimum number of distinct red points?
[url]http://www.artofproblemsolving.com/Forum/viewtopic.php?f=42&t=369935[/url] The problem is anyways a classic. The minimum number is $\boxed{2n-3}$, realized for example when all $n$ points are collinear, equally distanced. To prove this is a minimum, say the points are $A_1,A_2,\ldots,A_n$, with $A_1A_n \geq A_iA_...
[ 0.020054154098033905, 0.013801896944642067, -0.006834861822426319, 0.023190081119537354, 0.03197074681520462, 0.08714673668146133, 0.0006252510938793421, -0.016380978748202324, 0.042368289083242416, -0.02978302352130413, 0.06644280254840851, -0.06145908311009407, 0.047851238399744034, -0.0...
[ 0.013801539316773415, 0.014955305494368076, -0.0009983193594962358, 0.043043430894613266, 0.021812275052070618, 0.08641587197780609, 0.013530676253139973, 0.038931239396333694, 0.07090487331151962, -0.014742663130164146, 0.07292282581329346, -0.015470422804355621, 0.025199955329298973, -0....
2025-08-11
583,294
Prove that there do not exist $4$ points in the plane such that the distances between any pair of them is an odd integer.
Oh, my ... such an old chestnut. If not mistaken, was asked in some Putnam. Simplest approach is to write the determinant giving the zero volume of the (degenerated) tetrahedron, and obtain a contradiction modulo $8$.
[ 0.04281577467918396, 0.011569525115191936, -0.006042386405169964, 0.015302037820219994, 0.03616607189178467, 0.07008879631757736, -0.03411342576146126, -0.01625940017402172, 0.036364778876304626, -0.08425784111022949, 0.01998896896839142, 0.003133332822471857, 0.009592638351023197, -0.0074...
[ 0.04067783057689667, -0.030885374173521996, -0.010805943049490452, 0.026538873091340065, 0.015033790841698647, 0.06387843936681747, -0.09788430482149124, -0.023238012567162514, 0.02767157182097435, 0.002450315048918128, -0.008836018852889538, -0.052961286157369614, 0.014550639316439629, -0...
2025-08-11
583,295
Find all functions $f:R \rightarrow R$, which satisfy the equality for any $x,y \in R$: $f(xf(y)+y)+f(xy+x)=f(x+y)+2xy$,
The only solutions are $f(x)=x$ and $f(x)=-2x$. $P(0,x) \rightarrow f(0)=0$ $P(1,y) \rightarrow f(f(y)+y)=2y \rightarrow f$ surjective Thus, $\exists n$ such that $f(n)=1$. $P(x, n) \rightarrow f(x)=cx$. Plugging back in, we have $c = 1, -2 \rightarrow f(x)=x, f(x)=-2x$, as needed. $\blacksquare$
[ 0.05804257094860077, -0.007780036423355341, -0.003972724545747042, 0.02836506813764572, 0.028411149978637695, 0.02310054562985897, -0.03238573297858238, 0.03246038407087326, 0.07853345572948456, -0.05341672524809837, -0.009162833914160728, -0.0101544838398695, 0.10066308826208115, -0.00309...
[ 0.07267624884843826, -0.010668743401765823, 0.00029023716342635453, 0.01828640140593052, 0.031967420130968094, 0.03167169913649559, -0.017342770472168922, 0.004391033668071032, 0.0889078676700592, -0.005707825534045696, -0.0026718266308307648, -0.06502954661846161, 0.048212531954050064, 0....
2025-08-11
583,306
On a circle $n \geq 1$ real numbers are written, their sum is $n-1$. Prove that one can denote these numbers as $x_1, x_2, ..., x_n$ consecutively, starting from a number and moving clockwise, such that for any $k$ ($1\leq k \leq n$) $ x_1 + x_2+...+x_k \geq k-1$.
By subtracting $1$ from each number the problem becomes equivalent to: On a circle $n\geq1$ real numbers $a_{1},a_{2},...,a_{n}$ are written clockwise round the circle where $a_{1}+a_{2}+...+a_{n}=-1$. Prove that one can choose $j\in\{1,2,...,n\}$ such that $a_{j},a_{j}+a_{j+1},...,a_{j}+a_{j+1}+...+a_{j+n-1}$ are all...
[ 0.01771235466003418, -0.0026261918246746063, -0.004144030623137951, 0.0409502275288105, -0.01957045868039131, 0.05461326241493225, -0.06541749835014343, 0.001119626103900373, 0.04731878638267517, -0.017945431172847748, 0.02162661775946617, -0.01279154047369957, 0.06958139687776566, -0.0034...
[ 0.02756720967590809, 0.008600262925028801, -0.001133775687776506, 0.03555303066968918, -0.006312347948551178, 0.04506104812026024, -0.07836414873600006, 0.002281822031363845, 0.03632870316505432, 0.0013132105814293027, 0.025086190551519394, -0.029131587594747543, 0.06364553421735764, -0.00...
2025-08-11