Difference between revisions of "Random Problem"
Mathboy100 (talk | contribs) (→Solution) |
(→Solution) |
||
Line 4: | Line 4: | ||
<math>\textbf{(A)}\ 2020 \qquad\textbf{(B)}\ 2021 \qquad\textbf{(C)}\ 2022 \qquad\textbf{(D)}\ 2023 \qquad\textbf{(E)}\ 2024</math> | <math>\textbf{(A)}\ 2020 \qquad\textbf{(B)}\ 2021 \qquad\textbf{(C)}\ 2022 \qquad\textbf{(D)}\ 2023 \qquad\textbf{(E)}\ 2024</math> | ||
==Solution== | ==Solution== | ||
− | + | '''Submitted by BinouTheGuineaPig''' | ''A step-by-step solution'' | |
+ | |||
+ | We see that the general form for each term can be expressed in terms of <math>n</math> as follows. | ||
+ | |||
+ | <math>\frac{n}{(n+1)!} =\frac{(n+1)-1}{(n+1)!}</math> | ||
+ | |||
+ | <math>\qquad\qquad = \frac{n+1}{(n+1)(n!)} - \frac{1}{(n+1)!}</math> | ||
+ | |||
+ | <math>\qquad\qquad = \frac{1}{n!} - \frac{1}{(n+1)!}</math> | ||
+ | |||
+ | Now, to find the entire sum, it can be expressed as follows. | ||
+ | |||
+ | <math>\sum_{n=1}^{2022} \frac{n}{(n+1)!}</math> | ||
+ | |||
+ | <math>=\sum_{n=1}^{2022} \frac{1}{n!} - \frac{1}{(n+1)!}</math> | ||
+ | |||
+ | <math>=(\frac{1}{1!}+\cancel{\frac{1}{2!}+\frac{1}{3!}+\frac{1}{4!}+\cdots+\frac{1}{2022!}}) - (\cancel{\frac{1}{2!}+\frac{1}{3!}+\frac{1}{4!}+\cdots+\frac{1}{2022!}}+\frac{1}{2023!})</math> | ||
+ | |||
+ | Here, we see that a whole chunk of terms cancel each other out, leaving us with | ||
+ | |||
+ | <math>=1-\frac{1}{2023!} \equiv a-\frac{1}{b!}</math> | ||
+ | |||
+ | This means <math>a+b=1+2023=2024</math>. | ||
+ | |||
+ | Therefore, the answer is <math>\boxed{\textbf{(E)}}</math>. | ||
== Medium Problem == | == Medium Problem == |
Revision as of 14:37, 24 March 2023
Contents
Easy Problem
The sumcan be expressed as , where and are positive integers. What is ?
Solution
Submitted by BinouTheGuineaPig | A step-by-step solution
We see that the general form for each term can be expressed in terms of as follows.
Now, to find the entire sum, it can be expressed as follows.
Here, we see that a whole chunk of terms cancel each other out, leaving us with
This means .
Therefore, the answer is .
Medium Problem
Show that there exist no finite decimals such that when its digits are rearranged to a different decimal , .
Solution
???
Hardish Problem
A cylinder is inscribed in a circular cone with base radius of and height of . What is the maximum possible volume of this cylinder is ?
Solution
???
Hard Problem
A regular -gon is inscribed in a circle with radius . Let be the set of distances (not necessarily distinct) from the center of the circle to each side of the -gon, and be the set of distances (not necessarily distinct) from the center of the circle to each diagonal of the -gon. Let be the union of and . What is the sum of the squares of all of the elements in ?
Solution
???