Difference between revisions of "User:Ddk001"
m (→Solution 1(Wordless endless bash)) |
m |
||
Line 26: | Line 26: | ||
1. There is one and only one perfect square in the form | 1. There is one and only one perfect square in the form | ||
− | < | + | <cmath>(p^2+1)(q^2+1)-((pq)^2-pq+1)</cmath> |
where <math>p</math> and <math>q</math> are prime. Find that perfect square. | where <math>p</math> and <math>q</math> are prime. Find that perfect square. | ||
Line 59: | Line 59: | ||
1. There is one and only one perfect square in the form | 1. There is one and only one perfect square in the form | ||
− | < | + | <cmath>(p^2+1)(q^2+1)-((pq)^2-pq+1)</cmath> |
where <math>p</math> and <math>q</math> are prime. Find that perfect square. | where <math>p</math> and <math>q</math> are prime. Find that perfect square. | ||
Line 68: | Line 68: | ||
3.The fraction, | 3.The fraction, | ||
− | < | + | <cmath>\frac{ab+bc+ac}{(a+b+c)^2}</cmath> |
where <math>a,b</math> and <math>c</math> are side lengths of a triangle, lies in the interval <math>(p,q]</math>, where <math>p</math> and <math>q</math> are rational numbers. Then, <math>p+q</math> can be expressed as <math>\frac{r}{s}</math>, where <math>r</math> and <math>s</math> are relatively prime positive integers. Find <math>r+s</math>. | where <math>a,b</math> and <math>c</math> are side lengths of a triangle, lies in the interval <math>(p,q]</math>, where <math>p</math> and <math>q</math> are rational numbers. Then, <math>p+q</math> can be expressed as <math>\frac{r}{s}</math>, where <math>r</math> and <math>s</math> are relatively prime positive integers. Find <math>r+s</math>. | ||
Line 75: | Line 75: | ||
4. Suppose there is complex values <math>x_1, x_2,</math> and <math>x_3</math> that satisfy | 4. Suppose there is complex values <math>x_1, x_2,</math> and <math>x_3</math> that satisfy | ||
− | < | + | <cmath>(x_i-\sqrt[3]{13})((x_i-\sqrt[3]{53})(x_i-\sqrt[3]{103})=\frac{1}{3}</cmath> |
Find <math>x_{1}^3+x_{2}^3+x_{2}^3</math>. | Find <math>x_{1}^3+x_{2}^3+x_{2}^3</math>. | ||
Line 82: | Line 82: | ||
5. Suppose | 5. Suppose | ||
− | < | + | <cmath>x \equiv 2^4 \cdot 3^4 \cdot 7^4+2^7 \cdot 3^7 \cdot 5^6 \pmod{7!}</cmath> |
Find the remainder when <math>\min{x}</math> is divided by <math>1000</math>. | Find the remainder when <math>\min{x}</math> is divided by <math>1000</math>. | ||
Line 98: | Line 98: | ||
7. Suppose <math>f(x)</math> is a <math>10000000010</math>-degrees polynomial. The Fundamental Theorem of Algebra tells us that there are <math>10000000010</math> roots, say <math>r_1, r_2, \dots, r_{10000000010}</math>. Suppose all integers <math>n</math> ranging from <math>-1</math> to <math>10000000008</math> satisfies <math>f(n)=n</math>. Also, suppose that | 7. Suppose <math>f(x)</math> is a <math>10000000010</math>-degrees polynomial. The Fundamental Theorem of Algebra tells us that there are <math>10000000010</math> roots, say <math>r_1, r_2, \dots, r_{10000000010}</math>. Suppose all integers <math>n</math> ranging from <math>-1</math> to <math>10000000008</math> satisfies <math>f(n)=n</math>. Also, suppose that | ||
− | < | + | <cmath>(2+r_1)(2+r_2) \dots (2+r_{10000000010})=m!</cmath> |
for an integer <math>m</math>. If <math>p</math> is the minimum possible positive integral value of | for an integer <math>m</math>. If <math>p</math> is the minimum possible positive integral value of | ||
− | < | + | <cmath>(1+r_1)(1+r_2) \dots (1+r_{10000000010})</cmath>. |
Find the number of factors of the prime <math>999999937</math> in <math>p</math>. | Find the number of factors of the prime <math>999999937</math> in <math>p</math>. | ||
Line 215: | Line 215: | ||
There is one and only one perfect square in the form | There is one and only one perfect square in the form | ||
− | < | + | <cmath>(p^2+1)(q^2+1)-((pq)^2-pq+1)</cmath> |
where <math>p</math> and <math>q</math> is prime. Find that perfect square. | where <math>p</math> and <math>q</math> is prime. Find that perfect square. | ||
Line 222: | Line 222: | ||
<math>(p^2+1)(q^2+1)-((pq)^2-pq+1)=p^2 \cdot q^2 +p^2+q^2+1-p^2 \cdot q^2 +pq-1=p^2+q^2+pq</math>. | <math>(p^2+1)(q^2+1)-((pq)^2-pq+1)=p^2 \cdot q^2 +p^2+q^2+1-p^2 \cdot q^2 +pq-1=p^2+q^2+pq</math>. | ||
Suppose <math>n^2=(p^2+1)(q^2+1)-((pq)^2-pq+1)</math>. | Suppose <math>n^2=(p^2+1)(q^2+1)-((pq)^2-pq+1)</math>. | ||
− | Then, < | + | Then, |
+ | |||
+ | <cmath>n^2=(p^2+1)(q^2+1)-((pq)^2-pq+1)=p^2+q^2+pq=(p+q)^2-pq \implies pq=(p+q)^2-n^2=(p+q-n)(p+q+n)</cmath> | ||
+ | |||
+ | , so since <math>n=\sqrt{p^2+q^2+pq}>\sqrt{p^2+q^2}</math>, <math>n>p,n>q</math> so <math>p+q-n</math> is less than both <math>p</math> and <math>q</math> and thus we have <math>p+q-n=1</math> and <math>p+q+n=pq</math>. Adding them gives <math>2p+2q=pq+1</math> so by [[Simon's Favorite Factoring Trick]], <math>(p-2)(q-2)=3 \implies (p,q)=(3,5)</math> in some order. Hence, <math>(p^2+1)(q^2+1)-((pq)^2-pq+1)=p^2+q^2+pq=\boxed{049}</math>.<math>\square</math> | ||
===Problem 2=== | ===Problem 2=== | ||
Line 235: | Line 239: | ||
Let <math>m+48=2^t</math> and <math>m-48=2^s</math>. Then, | Let <math>m+48=2^t</math> and <math>m-48=2^s</math>. Then, | ||
− | < | + | <cmath>2^t-2^s=96 \implies 2^s(2^{t-s}-1)=2^5 \cdot 3 \implies 2^{t-s}-1=3,2^s=2^5 \implies (t,s)=(7,5) \implies m+n=80+12=\boxed{092}</cmath> <math>\square</math> |
===Problem 3=== | ===Problem 3=== | ||
The fraction, | The fraction, | ||
− | < | + | <cmath>\frac{ab+bc+ac}{(a+b+c)^2}</cmath> |
where <math>a,b</math> and <math>c</math> are side lengths of a triangle, lies in the interval <math>(p,q]</math>, where <math>p</math> and <math>q</math> are rational numbers. Then, <math>p+q</math> can be expressed as <math>\frac{r}{s}</math>, where <math>r</math> and <math>s</math> are relatively prime positive integers. Find <math>r+s</math>. | where <math>a,b</math> and <math>c</math> are side lengths of a triangle, lies in the interval <math>(p,q]</math>, where <math>p</math> and <math>q</math> are rational numbers. Then, <math>p+q</math> can be expressed as <math>\frac{r}{s}</math>, where <math>r</math> and <math>s</math> are relatively prime positive integers. Find <math>r+s</math>. | ||
Line 248: | Line 252: | ||
''Proof:'' Since the sides of triangles have positive length, <math>a,b,c>0</math>. Hence, | ''Proof:'' Since the sides of triangles have positive length, <math>a,b,c>0</math>. Hence, | ||
− | < | + | <cmath>\frac{ab+bc+ac}{(a+b+c)^2}>0 \implies \text{max} (\frac{ab+bc+ac}{(a+b+c)^2})= \frac{1}{\text{min} (\frac{(a+b+c)^2}{ab+bc+ac})}</cmath> |
, so now we just need to find <math>\text{min} (\frac{(a+b+c)^2}{ab+bc+ac})</math>. | , so now we just need to find <math>\text{min} (\frac{(a+b+c)^2}{ab+bc+ac})</math>. | ||
Line 254: | Line 258: | ||
Since <math>(a-c)^2+(b-c)^2+(a-b)^2 \ge 0</math> by the [[Trivial Inequality]], we have | Since <math>(a-c)^2+(b-c)^2+(a-b)^2 \ge 0</math> by the [[Trivial Inequality]], we have | ||
− | < | + | <cmath>a^2-2ac+c^2+b^2-2bc+c^2+a^2-2ab+b^2 \ge 0</cmath> |
− | < | + | <cmath>\implies a^2+b^2+c^2 \ge ac+bc+ab</cmath> |
− | < | + | <cmath>\implies a^2+b^2+c^2+2(ac+bc+ab) \ge 3(ac+bc+ab)</cmath> |
− | < | + | <cmath>\implies (a+b+c)^2 \ge 3(ac+bc+ab)</cmath> |
− | < | + | <cmath>\implies \frac{(a+b+c)^2}{ab+bc+ac} \ge 3</cmath> |
− | < | + | <cmath>\implies \frac{ab+bc+ac}{(a+b+c)^2} \le \frac{1}{3}</cmath> |
as desired. <math>\square</math> | as desired. <math>\square</math> | ||
Line 276: | Line 280: | ||
''Proof:'' By the [[Triangle Inequality]], we have | ''Proof:'' By the [[Triangle Inequality]], we have | ||
− | < | + | <cmath>a+b>c</cmath> |
− | < | + | <cmath>b+c>a</cmath> |
− | < | + | <cmath>a+c>b</cmath>. |
Since <math>a,b,c>0</math>, we have | Since <math>a,b,c>0</math>, we have | ||
− | < | + | <cmath>c(a+b)>c^2</cmath> |
− | < | + | <cmath>a(b+c)>a^2</cmath> |
− | < | + | <cmath>b(a+c)>b^2</cmath>. |
Add them together gives | Add them together gives | ||
− | < | + | <cmath>a^2+b^2+c^2<c(a+b)+a(b+c)+b(a+c)=2(ab+bc+ac)</cmath> |
− | < | + | <cmath>\implies a^2+b^2+c^2+2(ab+bc+ac)<4(ab+bc+ac)</cmath> |
− | < | + | <cmath>\implies (a+b+c)^2<4(ab+bc+ac)</cmath> |
− | < | + | <cmath>\implies \frac{(a+b+c)^2}{ab+bc+ac}<4</cmath> |
− | < | + | <cmath>\implies \frac{ab+bc+ac}{(a+b+c)^2}>\frac{1}{4}</cmath> <math>\square</math> |
Even though unallowed, if <math>a=0,b=c</math>, then <math>\frac{ab+bc+ac}{(a+b+c)^2}=\frac{1}{4}</math>, so | Even though unallowed, if <math>a=0,b=c</math>, then <math>\frac{ab+bc+ac}{(a+b+c)^2}=\frac{1}{4}</math>, so | ||
− | < | + | <cmath>\lim_{b=c,a \to 0} (\frac{ab+bc+ac}{(a+b+c)^2})=\frac{1}{4}</cmath>. |
Hence, <math>p=\frac{1}{4}</math>, since by taking <math>b=c</math> and <math>a</math> close <math>0</math>, we can get <math>\frac{ab+bc+ac}{(a+b+c)^2}</math> to be as close to <math>\frac{1}{4}</math> as we wish. | Hence, <math>p=\frac{1}{4}</math>, since by taking <math>b=c</math> and <math>a</math> close <math>0</math>, we can get <math>\frac{ab+bc+ac}{(a+b+c)^2}</math> to be as close to <math>\frac{1}{4}</math> as we wish. | ||
Line 316: | Line 320: | ||
Suppose there are complex values <math>x_1, x_2,</math> and <math>x_3</math> that satisfy | Suppose there are complex values <math>x_1, x_2,</math> and <math>x_3</math> that satisfy | ||
− | < | + | <cmath>(x_i-\sqrt[3]{13})((x_i-\sqrt[3]{53})(x_i-\sqrt[3]{103})=\frac{1}{3}</cmath> |
Find <math>x_{1}^3+x_{2}^3+x_{2}^3</math>. | Find <math>x_{1}^3+x_{2}^3+x_{2}^3</math>. | ||
Line 323: | Line 327: | ||
Now, we have | Now, we have | ||
− | < | + | <cmath>(x-\sqrt[3]{13})(x-\sqrt[3]{53})(x-\sqrt[3]{103})=\frac{1}{3}</cmath>. |
Expanding gives | Expanding gives | ||
− | < | + | <cmath>x^3-(\sqrt[3]{13}+\sqrt[3]{53}+\sqrt[3]{103}) \cdot x^2+(\sqrt[3]{13 \cdot 53}+\sqrt[3]{13 \cdot 103}+\sqrt[3]{53 \cdot 103})x-(\sqrt[3]{13 \cdot 53 \cdot 103}+\frac{1}{3})=0</cmath>. |
To make things even simpler, let | To make things even simpler, let | ||
− | <math>a=\sqrt[3]{13}+\sqrt[3]{53}+\sqrt[3]{103}, b=\sqrt[3]{13 \cdot 53}+\sqrt[3]{13 \cdot 103}+\sqrt[3]{53 \cdot 103}, c=\sqrt[3]{13 \cdot 53 \cdot 103}+\frac{1}{3}< | + | <math></math>a=\sqrt[3]{13}+\sqrt[3]{53}+\sqrt[3]{103}, b=\sqrt[3]{13 \cdot 53}+\sqrt[3]{13 \cdot 103}+\sqrt[3]{53 \cdot 103}, c=\sqrt[3]{13 \cdot 53 \cdot 103}+\frac{1}{3}<math>, so that </math>x^3-ax^2+bx-c=0<math></math>. |
Then, if <math>P_n=x_{1}^n+x_{2}^n+x_{3}^n</math>, [[Newton's Sums]] gives | Then, if <math>P_n=x_{1}^n+x_{2}^n+x_{3}^n</math>, [[Newton's Sums]] gives | ||
− | < | + | <cmath>P_1+(-a)=0</cmath> <math>(1)</math> |
− | < | + | <cmath>P_2+(-a) \cdot P_1+2 \cdot b=0</cmath> <math>(2)</math> |
− | < | + | <cmath>P_3+(-a) \cdot P_1+b \cdot P_1+3 \cdot (-c)=0</cmath> <math>(3)</math> |
Therefore, | Therefore, | ||
− | < | + | <cmath>P_3=0-((-a) \cdot P_1+b \cdot P_1+3 \cdot (-c))</cmath> |
− | < | + | <cmath>=a \cdot P_2-b \cdot P_1+3 \cdot c</cmath> |
− | < | + | <cmath>=a(a \cdot P_1-2b)-b \cdot P_1 +3 \cdot c</cmath> |
− | < | + | <cmath>=a(a^2-2b)-ab+3c</cmath> |
− | < | + | <cmath>=a^3-3ab+3c</cmath> |
Now, we plug in <math>a=\sqrt[3]{13}+\sqrt[3]{53}+\sqrt[3]{103}, b=\sqrt[3]{13 \cdot 53}+\sqrt[3]{13 \cdot 103}+\sqrt[3]{53 \cdot 103}, c=\sqrt[3]{13 \cdot 53 \cdot 103}+\frac{1}{3}:</math> | Now, we plug in <math>a=\sqrt[3]{13}+\sqrt[3]{53}+\sqrt[3]{103}, b=\sqrt[3]{13 \cdot 53}+\sqrt[3]{13 \cdot 103}+\sqrt[3]{53 \cdot 103}, c=\sqrt[3]{13 \cdot 53 \cdot 103}+\frac{1}{3}:</math> | ||
− | < | + | <cmath>P_3=(\sqrt[3]{13}+\sqrt[3]{53}+\sqrt[3]{103})^3-3(\sqrt[3]{13}+\sqrt[3]{53}+\sqrt[3]{103})(\sqrt[3]{13 \cdot 53}+\sqrt[3]{13 \cdot 103}+\sqrt[3]{53 \cdot 103})+3(\sqrt[3]{13 \cdot 53 \cdot 103}+\frac{1}{3})</cmath>. |
We substitute <math>x=\sqrt[3]{13},y=\sqrt[3]{53},z=\sqrt[3]{103}</math> to get | We substitute <math>x=\sqrt[3]{13},y=\sqrt[3]{53},z=\sqrt[3]{103}</math> to get | ||
− | < | + | <cmath>P_3=(x+y+z)^3-3(x+y+z)(xy+yz+xz)+3(abc+\frac{1}{3})</cmath> |
− | < | + | <cmath>=x^3+y^3+z^3+3x^2y+3y^2x+3x^2z+3z^2x+3z^2y+3y^2z+6xyz-3(x^2y+y^2x+x^2z+z^2x+z^2y+y^2z+3xyz)+3xyz+1</cmath> |
− | < | + | <cmath>=x^3+y^3+z^3+3x^2y+3y^2x+3x^2z+3z^2x+3z^2y+3y^2z+6xyz-3x^2y-3y^2x-3x^2z-3z^2x-3z^2y-3y^2z-9xyz+3xyz+1</cmath> |
− | < | + | <cmath>=x^3+y^3+z^3+1</cmath> |
− | < | + | <cmath>=13+53+103+1</cmath> |
− | < | + | <cmath>=\boxed{170}</cmath>. <math>\square</math> |
Note: If you don't know [[Newton's Sums]], you can also use [[Vieta's Formulas]] to bash. | Note: If you don't know [[Newton's Sums]], you can also use [[Vieta's Formulas]] to bash. | ||
Line 374: | Line 378: | ||
Suppose | Suppose | ||
− | < | + | <cmath>x \equiv 2^4 \cdot 3^4 \cdot 7^4+2^7 \cdot 3^7 \cdot 5^6 \pmod{7!}</cmath> |
Find the remainder when <math>\min{x}</math> is divided by 1000. | Find the remainder when <math>\min{x}</math> is divided by 1000. | ||
Line 381: | Line 385: | ||
We first simplify <math>2^4 \cdot 3^4 \cdot 7^4+2^7 \cdot 3^7 \cdot 5^6:</math> | We first simplify <math>2^4 \cdot 3^4 \cdot 7^4+2^7 \cdot 3^7 \cdot 5^6:</math> | ||
− | < | + | <cmath>2^4 \cdot 3^4 \cdot 7^4+2^7 \cdot 3^7 \cdot 5^6=42^4+6 \cdot 30^6=(\frac{5 \cdot 6 \cdot 7}{5})^{\phi (5)}+6\cdot (\frac{5 \cdot 6 \cdot 7}{7})^{\phi (7)}+0 \cdot (\frac{5 \cdot 6 \cdot 7}{6})^{\phi (6)}</cmath> |
so | so | ||
− | < | + | <cmath>x \equiv (\frac{5 \cdot 6 \cdot 7}{5})^{\phi (5)}+6\cdot (\frac{5 \cdot 6 \cdot 7}{7})^{\phi (7)}+0 \cdot (\frac{5 \cdot 6 \cdot 7}{6})^{\phi (6)} \equiv (\frac{5 \cdot 6 \cdot 7}{5})^{\phi (5)} \equiv 1 \pmod{5}</cmath> |
− | < | + | <cmath>x \equiv (\frac{5 \cdot 6 \cdot 7}{5})^{\phi (5)}+6\cdot (\frac{5 \cdot 6 \cdot 7}{7})^{\phi (7)}+0 \cdot (\frac{5 \cdot 6 \cdot 7}{6})^{\phi (6)} \equiv 0 \cdot (\frac{5 \cdot 6 \cdot 7}{6})^{\phi (6)} \equiv 0 \pmod{6}</cmath> |
− | < | + | <cmath>x \equiv (\frac{5 \cdot 6 \cdot 7}{5})^{\phi (5)}+6\cdot (\frac{5 \cdot 6 \cdot 7}{7})^{\phi (7)}+0 \cdot (\frac{5 \cdot 6 \cdot 7}{6})^{\phi (6)} \equiv 6 \cdot (\frac{5 \cdot 6 \cdot 7}{7})^{\phi (7)} \equiv 6 \pmod{7}</cmath>. |
where the last step of all 3 congruences hold by the [[Euler's Totient Theorem]]. | where the last step of all 3 congruences hold by the [[Euler's Totient Theorem]]. | ||
Hence, | Hence, | ||
− | < | + | <cmath>x \equiv 1 \pmod{5}</cmath> |
− | < | + | <cmath>x \equiv 0 \pmod{6}</cmath> |
− | < | + | <cmath>x \equiv 6 \pmod{7}</cmath> |
Now, you can bash through solving linear congruences, but there is a smarter way. Notice that <math>5|x-6,6|x-6</math>, and <math>7|x-6</math>. Hence, <math>210|x-6</math>, so <math>x \equiv 6 \pmod{210}</math>. With this in mind, we proceed with finding <math>x \pmod{7!}</math>. | Now, you can bash through solving linear congruences, but there is a smarter way. Notice that <math>5|x-6,6|x-6</math>, and <math>7|x-6</math>. Hence, <math>210|x-6</math>, so <math>x \equiv 6 \pmod{210}</math>. With this in mind, we proceed with finding <math>x \pmod{7!}</math>. | ||
Line 404: | Line 408: | ||
Notice that <math>7!=5040= \text{lcm}(144,210)</math> and that <math>x \equiv 0 \pmod{144}</math>. Therefore, we obtain the system of congruences : | Notice that <math>7!=5040= \text{lcm}(144,210)</math> and that <math>x \equiv 0 \pmod{144}</math>. Therefore, we obtain the system of congruences : | ||
− | < | + | <cmath>x \equiv 6 \pmod{210}</cmath> |
− | < | + | <cmath>x \equiv 0 \pmod{144}</cmath>. |
Solving yields <math>x \equiv 2\boxed{736} \pmod{7!}</math>, and we're done. <math>\square</math> | Solving yields <math>x \equiv 2\boxed{736} \pmod{7!}</math>, and we're done. <math>\square</math> | ||
Line 421: | Line 425: | ||
Let <math>M_n</math> be the minimum possible number <math>moves</math> that can transfer <math>n</math> rings onto the second peg. To build the recursion, we consider what is the minimum possible number <math>moves</math> that can transfer <math>n+1</math> rings onto the second peg. If we use only legal <math>moves</math>, then <math>n+1</math> will be smaller on the top, bigger on the bottom. Hence, the largest ring have to be at the bottom of the second peg, or the largest peg will have nowhere to go. In order for the largest ring to be at the bottom, we must first move the top <math>n</math> rings to the third peg using <math>M_n</math> <math>moves</math>, then place the largest ring onto the bottom of the second peg using <math>1</math> <math>move</math>, and then get all the rings from the third peg on top of the largest ring using another <math>M_n</math> <math>moves</math>. This gives a total of <math>2M_n+1</math>, hence we have <math>M_{n+1}=2M_{n}+1</math>. Obviously, <math>M_1=1</math>. We claim that <math>M_n=2^n-1</math>. This is definitely the case for <math>n=1</math>. If this is true for <math>n</math>, then | Let <math>M_n</math> be the minimum possible number <math>moves</math> that can transfer <math>n</math> rings onto the second peg. To build the recursion, we consider what is the minimum possible number <math>moves</math> that can transfer <math>n+1</math> rings onto the second peg. If we use only legal <math>moves</math>, then <math>n+1</math> will be smaller on the top, bigger on the bottom. Hence, the largest ring have to be at the bottom of the second peg, or the largest peg will have nowhere to go. In order for the largest ring to be at the bottom, we must first move the top <math>n</math> rings to the third peg using <math>M_n</math> <math>moves</math>, then place the largest ring onto the bottom of the second peg using <math>1</math> <math>move</math>, and then get all the rings from the third peg on top of the largest ring using another <math>M_n</math> <math>moves</math>. This gives a total of <math>2M_n+1</math>, hence we have <math>M_{n+1}=2M_{n}+1</math>. Obviously, <math>M_1=1</math>. We claim that <math>M_n=2^n-1</math>. This is definitely the case for <math>n=1</math>. If this is true for <math>n</math>, then | ||
− | < | + | <cmath>M_{n+1}=2M_{n}+1=2(2^n-1)+1=2^{n+1}-1</cmath> |
so this is true for <math>n+1</math>. Therefore, by [[induction]], <math>M_n=2^n-1</math> is true for all <math>n</math>. Now, <math>x=M_{192}=2^{192}-1</math>. Therefore, we see that | so this is true for <math>n+1</math>. Therefore, by [[induction]], <math>M_n=2^n-1</math> is true for all <math>n</math>. Now, <math>x=M_{192}=2^{192}-1</math>. Therefore, we see that | ||
− | < | + | <cmath>x+1 \equiv 0 \pmod{8}</cmath>. |
But the <math>\text{mod 125}</math> part is trickier. Notice that by the [[Euler's Totient Theorem]], | But the <math>\text{mod 125}</math> part is trickier. Notice that by the [[Euler's Totient Theorem]], | ||
− | < | + | <cmath>2^{\phi (125)}=2^{100} \equiv 1 \pmod{125} \implies 2^{200} \equiv 1 \pmod{125}</cmath> |
so <math>x+1=\frac{2^{200}}{256}</math> is equivalent to the inverse of <math>256</math> in <math>\text{mod 125}</math>, which is equivalent to the inverse of <math>6</math> in <math>\text{mod 125}</math>, which, by inspection, is simply <math>21</math>. Hence, | so <math>x+1=\frac{2^{200}}{256}</math> is equivalent to the inverse of <math>256</math> in <math>\text{mod 125}</math>, which is equivalent to the inverse of <math>6</math> in <math>\text{mod 125}</math>, which, by inspection, is simply <math>21</math>. Hence, | ||
− | < | + | <cmath>x+1 \equiv 0 \pmod{8}</cmath> |
− | < | + | <cmath>x+1 \equiv 21 \pmod{125}</cmath> |
, so by the [[Chinese Remainder Theorem]], <math>x+1 \equiv 896 \pmod{1000} \implies x \equiv \boxed{895} \pmod{1000}</math>. <math>\square</math> | , so by the [[Chinese Remainder Theorem]], <math>x+1 \equiv 896 \pmod{1000} \implies x \equiv \boxed{895} \pmod{1000}</math>. <math>\square</math> | ||
Line 442: | Line 446: | ||
Suppose <math>f(x)</math> is a <math>10000000010</math>-degrees polynomial. The [[Fundamental Theorem of Algebra]] tells us that there are <math>10000000010</math> roots, say <math>r_1, r_2, \dots, r_{10000000010}</math>. Suppose all integers <math>n</math> ranging from <math>-1</math> to <math>10000000008</math> satisfies <math>f(n)=n</math>. Also, suppose that | Suppose <math>f(x)</math> is a <math>10000000010</math>-degrees polynomial. The [[Fundamental Theorem of Algebra]] tells us that there are <math>10000000010</math> roots, say <math>r_1, r_2, \dots, r_{10000000010}</math>. Suppose all integers <math>n</math> ranging from <math>-1</math> to <math>10000000008</math> satisfies <math>f(n)=n</math>. Also, suppose that | ||
− | < | + | <cmath>(2+r_1)(2+r_2) \dots (2+r_{10000000010})=m!</cmath> |
for an integer <math>m</math>. If <math>p</math> is the minimum possible positive integral value of | for an integer <math>m</math>. If <math>p</math> is the minimum possible positive integral value of | ||
− | < | + | <cmath>(1+r_1)(1+r_2) \dots (1+r_{10000000010})</cmath>. |
Find the number of factors of the prime <math>999999937</math> in <math>p</math>. | Find the number of factors of the prime <math>999999937</math> in <math>p</math>. | ||
Line 453: | Line 457: | ||
Since all integers <math>n</math> ranging from <math>-1</math> to <math>10000000008</math> satisfies <math>f(n)=n</math>, we have that all integers <math>n</math> ranging from <math>-1</math> to <math>10000000008</math> satisfies <math>f(n)-n=0</math>, so by the [[Factor Theorem]], | Since all integers <math>n</math> ranging from <math>-1</math> to <math>10000000008</math> satisfies <math>f(n)=n</math>, we have that all integers <math>n</math> ranging from <math>-1</math> to <math>10000000008</math> satisfies <math>f(n)-n=0</math>, so by the [[Factor Theorem]], | ||
− | < | + | <cmath>n+1|f(n)-n, n|f(n)-n, \dots, n-10000000008|f(n)-n</cmath> |
− | < | + | <cmath>\implies (n+1)n \dots (n-10000000008)|f(n)-n</cmath>. |
− | < | + | <cmath>\implies f(n)=a(n+1)n \dots (n-10000000008)+n</cmath> |
since <math>f(n)</math> is a <math>10000000010</math>-degrees polynomial, and we let <math>a</math> to be the leading coefficient of <math>f(n)</math>. | since <math>f(n)</math> is a <math>10000000010</math>-degrees polynomial, and we let <math>a</math> to be the leading coefficient of <math>f(n)</math>. | ||
Line 465: | Line 469: | ||
Now, notice that | Now, notice that | ||
− | < | + | <cmath>m!=(2+r_1)(2+r_2) \dots (2+r_{10000000010})</cmath> |
− | < | + | <cmath>=(-2-r_1)(-2-r_2) \dots (-2-r_{10000000010})</cmath> |
− | < | + | <cmath>=\frac{f(-2)}{a}</cmath> |
− | < | + | <cmath>=\frac{a(-1) \cdot (-2) \dots (-10000000010)-2}{a}</cmath> |
− | < | + | <cmath>=\frac{10000000010! \cdot a-2}{a}</cmath> |
− | < | + | <cmath>=10000000010!-\frac{2}{a}</cmath> |
Similarly, we have | Similarly, we have | ||
− | < | + | <cmath>(1+r_1)(1+r_2) \dots (1+r_{10000000010})=\frac{f(-1)}{a}=-\frac{1}{a}</cmath> |
To minimize this, we minimize <math>m</math>. The minimum <math>m</math> can get is when <math>m=10000000011</math>, in which case | To minimize this, we minimize <math>m</math>. The minimum <math>m</math> can get is when <math>m=10000000011</math>, in which case | ||
− | < | + | <cmath>-\frac{2}{a}=10000000011!-10000000010!</cmath> |
− | < | + | <cmath>=10000000011 \cdot 10000000010!-10000000010!</cmath> |
− | < | + | <cmath>=10000000010 \cdot 10000000010!</cmath> |
− | < | + | <cmath>\implies p=(1+r_1)(1+r_2) \dots (1+r_{10000000010})</cmath> |
− | < | + | <cmath>=-\frac{1}{a}</cmath> |
− | < | + | <cmath>=\frac{10000000010 \cdot 10000000010}{2}</cmath> |
− | < | + | <cmath>=5000000005 \cdot 10000000010!</cmath> |
, so there is <math>\left\lfloor \frac{10000000010}{999999937} \right\rfloor=\boxed{011}</math> factors of <math>999999937</math>. <math>\square</math> | , so there is <math>\left\lfloor \frac{10000000010}{999999937} \right\rfloor=\boxed{011}</math> factors of <math>999999937</math>. <math>\square</math> | ||
Line 512: | Line 516: | ||
'''Claim 1: <math>\Delta O’IO</math> is equilateral. ''' | '''Claim 1: <math>\Delta O’IO</math> is equilateral. ''' | ||
− | ''Proof:'' < | + | ''Proof:'' |
+ | |||
+ | <cmath>\frac{3}{4} (IK+O’L)^2</cmath> | ||
− | < | + | <cmath>=\frac{3}{4} IK^2+\frac{3}{2} IK \cdot O’L+\frac{3}{4} O’L^2</cmath> |
− | < | + | <cmath>=IG^2+IG \cdot GC</cmath> |
− | < | + | <cmath>=IG \cdot (IG+GC)</cmath> |
− | < | + | <cmath>=IG \cdot IC</cmath> |
− | < | + | <cmath>=IJ^2</cmath> |
where the last equality holds by the [[Power of a Point Theorem]]. | where the last equality holds by the [[Power of a Point Theorem]]. | ||
Line 538: | Line 544: | ||
With this in mind, we see that | With this in mind, we see that | ||
− | < | + | <cmath>2OJ=OO’=OI=OK+KI=OJ+GI=OJ+AC \implies OA=OJ=AC</cmath> |
Here, we state another claim : | Here, we state another claim : | ||
Line 546: | Line 552: | ||
''Proof:'' Since <math>OA=OC=AC</math>, we have | ''Proof:'' Since <math>OA=OC=AC</math>, we have | ||
− | < | + | <cmath>\angle AOC =60^\circ \implies \angle ABC=\frac{1}{2} \angle AOC=30^\circ \implies AB=\sqrt{3} AC</cmath> |
and the same reasoning with <math>\Delta CAH</math> gives <math>CH=\sqrt{3} AC</math> since <math>AH=IG=AC</math>. | and the same reasoning with <math>\Delta CAH</math> gives <math>CH=\sqrt{3} AC</math> since <math>AH=IG=AC</math>. | ||
Line 552: | Line 558: | ||
Now, apply [[Ptolemy’s Theorem]] gives | Now, apply [[Ptolemy’s Theorem]] gives | ||
− | < | + | <cmath>BH \cdot AC+BC \cdot AH=CH \cdot AB \implies BH \cdot AC+AC^2=3AC^2 \implies BH=2AC=2OA</cmath> |
so <math>BH</math> is a diameter. <math>\square</math> | so <math>BH</math> is a diameter. <math>\square</math> | ||
− | From that, we see that <math>\angle BEH=90</math>, so <math>\frac{EH}{BH}=\cos{BHE}</math>. Now, | + | From that, we see that <math>\angle BEH=90^\circ</math>, so <math>\frac{EH}{BH}=\cos{BHE}</math>. Now, |
− | < | + | <cmath>\angle BHE=\angle BAE=\frac{1}{2} \angle CAB=15^\circ</cmath> |
, so | , so | ||
− | < | + | <cmath>\frac{EH}{BH}=\cos{15}=\frac{\sqrt{6}+\sqrt{2}}{4}=\frac{\sqrt{2}}{4} (\sqrt{3}+1)</cmath> |
, so | , so | ||
− | < | + | <cmath>a=4, b=2, c=3, d=1 \implies a^2+b^2+c^2+d^2+abcd=1+4+9+16+24=\boxed{054}</cmath> |
, and we’re done. <math>\blacksquare</math> | , and we’re done. <math>\blacksquare</math> |
Revision as of 18:28, 15 January 2024
Contents
- 1 Introduction
- 2 User Counts
- 3 Cool asyptote graphs
- 4 Problems Sharing Contest
- 5 Contributions
- 6 Problems I made
- 7 Answer key
- 8 Solutions
- 8.1 Problem 1
- 8.2 Solution 1
- 8.3 Problem 2
- 8.4 Solution 1
- 8.5 Problem 3
- 8.6 Solution 1(Probably official MAA, lots of proofs)
- 8.7 Solution 2 (Fast, risky, no proofs)
- 8.8 Problem 4
- 8.9 Solution 1
- 8.10 Problem 5
- 8.11 Solution 1 (Euler's Totient Theorem)
- 8.12 Problem 6
- 8.13 Solution 1 (Recursion)
- 8.14 Problem 7
- 8.15 Solution 1
- 8.16 Problem 8
- 8.17 Solution 1
- 8.18 Problem 9
- 8.19 Solution 1(Wordless endless bash)
Introduction
I am a 5th grader who likes making and doing problems, doing math, and redirecting pages (see Principle of Insufficient Reasons). I like geometry and don't like counting and probability. My number theory skill are also not bad.
User Counts
If this is you first time visiting this page, please change the number below by one. (Add 1, do NOT subtract 1)
(Please don't mess with the user count)
Doesn't that look like a number on a pyramid?
Cool asyptote graphs
Asymptote is fun!
Problems Sharing Contest
Here, you can post all the math problem that you have. Everyone will try to come up with a appropriate solution. The person with the first solution will post the next problem. I'll start:
1. There is one and only one perfect square in the form
where and are prime. Find that perfect square. (DO NOT LOOK AT MY SOLUTIONS YET)
Contributions
2005 AMC 8 Problems/Problem 21 Solution 2
2022 AMC 12B Problems/Problem 25 Solution 5 (Now it's solution 6)
2023 AMC 12B Problems/Problem 20 Solution 3
2016 AIME I Problems/Problem 10 Solution 3
2017 AIME I Problems/Problem 14 Solution 2
2019 AIME I Problems/Problem 15 Solution 6
2022 AIME II Problems/Problem 3 Solution 3
Restored diagram for 1994 AIME Problems/Problem 7
Principle of Insufficient Reasons
Problems I made
Introductory
1. There is one and only one perfect square in the form
where and are prime. Find that perfect square.
2. and are positive integers. If , find .
Intermediate
3.The fraction,
where and are side lengths of a triangle, lies in the interval , where and are rational numbers. Then, can be expressed as , where and are relatively prime positive integers. Find .
4. Suppose there is complex values and that satisfy
Find .
5. Suppose
Find the remainder when is divided by .
6. Suppose that there is rings, each of different size. All of them are placed on a peg, smallest on the top and biggest on the bottom. There are other pegs positioned sufficiently apart. A is made if
(i) ring changed position (i.e., that ring is transferred from one peg to another)
(ii) No rings are on top of smaller rings.
Then, let be the minimum possible number that can transfer all rings onto the second peg. Find the remainder when is divided by .
7. Suppose is a -degrees polynomial. The Fundamental Theorem of Algebra tells us that there are roots, say . Suppose all integers ranging from to satisfies . Also, suppose that
for an integer . If is the minimum possible positive integral value of
.
Find the number of factors of the prime in .
Olympiad
8. (Much harder) is an isosceles triangle where . Let the circumcircle of be . Then, there is a point and a point on circle such that and trisects and , and point lies on minor arc . Point is chosen on segment such that is one of the altitudes of . Ray intersects at point (not ) and is extended past to point , and . Point is also on and . Let the perpendicular bisector of and intersect at . Let be a point such that is both equal to (in length) and is perpendicular to and is on the same side of as . Let be the reflection of point over line . There exist a circle centered at and tangent to at point . intersect at . Now suppose intersects at one distinct point, and , and are collinear. If , then can be expressed in the form , where and are not divisible by the squares of any prime. Find .
Someone mind making a diagram for this?
9. Suppose where and are relatively prime positive integers. Find .
I will leave a big gap below this sentence so you won't see the answers accidentally.
dsf
fsd
Answer key
1. 049
2. 019
3. 092
4. 170
5. 736
6. 895
7. 011
8. 054
9. 077
Solutions
- Note: All the solutions so far have been made by me :)
Problem 1
There is one and only one perfect square in the form
where and is prime. Find that perfect square.
Solution 1
. Suppose . Then,
, so since , so is less than both and and thus we have and . Adding them gives so by Simon's Favorite Factoring Trick, in some order. Hence, .
Problem 2
and are positive integers. If , find .
Solution 1
Let and . Then,
Problem 3
The fraction,
where and are side lengths of a triangle, lies in the interval , where and are rational numbers. Then, can be expressed as , where and are relatively prime positive integers. Find .
Solution 1(Probably official MAA, lots of proofs)
Lemma 1:
Proof: Since the sides of triangles have positive length, . Hence,
, so now we just need to find .
Since by the Trivial Inequality, we have
as desired.
To show that the minimum value is achievable, we see that if , , so the minimum is thus achievable.
Thus, .
Lemma 2:
Proof: By the Triangle Inequality, we have
.
Since , we have
.
Add them together gives
Even though unallowed, if , then , so
.
Hence, , since by taking and close , we can get to be as close to as we wish.
Solution 2 (Fast, risky, no proofs)
By the Principle of Insufficient Reason, taking we get either the max or the min. Testing other values yields that we got the max, so . Another extrema must occur when one of (WLOG, ) is . Again, using the logic of solution 1 we see so so our answer is .
Problem 4
Suppose there are complex values and that satisfy
Find .
Solution 1
To make things easier, instead of saying , we say .
Now, we have . Expanding gives
.
To make things even simpler, let $$ (Error compiling LaTeX. Unknown error_msg)a=\sqrt[3]{13}+\sqrt[3]{53}+\sqrt[3]{103}, b=\sqrt[3]{13 \cdot 53}+\sqrt[3]{13 \cdot 103}+\sqrt[3]{53 \cdot 103}, c=\sqrt[3]{13 \cdot 53 \cdot 103}+\frac{1}{3}x^3-ax^2+bx-c=0$$ (Error compiling LaTeX. Unknown error_msg).
Then, if , Newton's Sums gives
Therefore,
Now, we plug in
.
We substitute to get
.
Note: If you don't know Newton's Sums, you can also use Vieta's Formulas to bash.
Problem 5
Suppose
Find the remainder when is divided by 1000.
Solution 1 (Euler's Totient Theorem)
We first simplify
so
.
where the last step of all 3 congruences hold by the Euler's Totient Theorem. Hence,
Now, you can bash through solving linear congruences, but there is a smarter way. Notice that , and . Hence, , so . With this in mind, we proceed with finding .
Notice that and that . Therefore, we obtain the system of congruences :
.
Solving yields , and we're done.
Problem 6
Suppose that there is rings, each of different size. All of them are placed on a peg, smallest on the top and biggest on the bottom. There are other pegs positioned sufficiently apart. A is made if
(i) ring changed position (i.e., that ring is transferred from one peg to another)
(ii) No bigger rings are on top of smaller rings.
Then, let be the minimum possible number that can transfer all rings onto the second peg. Find the remainder when is divided by .
Solution 1 (Recursion)
Let be the minimum possible number that can transfer rings onto the second peg. To build the recursion, we consider what is the minimum possible number that can transfer rings onto the second peg. If we use only legal , then will be smaller on the top, bigger on the bottom. Hence, the largest ring have to be at the bottom of the second peg, or the largest peg will have nowhere to go. In order for the largest ring to be at the bottom, we must first move the top rings to the third peg using , then place the largest ring onto the bottom of the second peg using , and then get all the rings from the third peg on top of the largest ring using another . This gives a total of , hence we have . Obviously, . We claim that . This is definitely the case for . If this is true for , then
so this is true for . Therefore, by induction, is true for all . Now, . Therefore, we see that
.
But the part is trickier. Notice that by the Euler's Totient Theorem,
so is equivalent to the inverse of in , which is equivalent to the inverse of in , which, by inspection, is simply . Hence,
, so by the Chinese Remainder Theorem, .
Problem 7
Suppose is a -degrees polynomial. The Fundamental Theorem of Algebra tells us that there are roots, say . Suppose all integers ranging from to satisfies . Also, suppose that
for an integer . If is the minimum possible positive integral value of
.
Find the number of factors of the prime in .
Solution 1
Since all integers ranging from to satisfies , we have that all integers ranging from to satisfies , so by the Factor Theorem,
.
since is a -degrees polynomial, and we let to be the leading coefficient of .
Also note that since is the roots of ,
Now, notice that
Similarly, we have
To minimize this, we minimize . The minimum can get is when , in which case
, so there is factors of .
Problem 8
is an isosceles triangle where . Let the circumcircle of be . Then, there is a point and a point on circle such that and trisects and , and point lies on minor arc . Point is chosen on segment such that is one of the altitudes of . Ray intersects at point (not ) and is extended past to point , and . Point is also on and . Let the perpendicular bisector of and intersect at . Let be a point such that is both equal to (in length) and is perpendicular to and is on the same side of as . Let be the reflection of point over line . There exist a circle centered at and tangent to at point . intersect at . Now suppose intersects at one distinct point, and , and are collinear. If , then can be expressed in the form , where and are not divisible by the squares of any prime. Find .
Someone mind making a diagram for this?
Solution 1
Line is tangent to with point of tangency point because and is perpendicular to so this is true by the definition of tangent lines. Both and are on and line , so intersects at both and , and since we’re given intersects at one distinct point, and are not distinct, hence they are the same point.
Now, if the center of tangent circles are connected, the line segment will pass through the point of tangency. In this case, if we connect the center of tangent circles, and ( and respectively), it is going to pass through the point of tangency, namely, , which is the same point as , so , , and are collinear. Hence, and are on both lines and , so passes through point , making a diameter of .
Now we state a few claims :
Claim 1: is equilateral.
Proof:
where the last equality holds by the Power of a Point Theorem.
Taking the square root of each side yields .
Since, by the definition of point , is on . Hence, , so
, and since is the reflection of point over line , , and since , by the Pythagorean Theorem we have
Since is the perpendicular bisector of , and we have hence is equilateral.
With this in mind, we see that
Here, we state another claim :
Claim 2 : is a diameter of
Proof: Since , we have
and the same reasoning with gives since .
Now, apply Ptolemy’s Theorem gives
so is a diameter.
From that, we see that , so . Now,
, so
, so
, and we’re done.
Note: All angle measures are in degrees
Problem 9
Suppose where and are relatively prime positive integers. Find .
Solution 1(Wordless endless bash)