heureka

avatar
Имя пользователяheureka
Гол26398
Membership
Stats
Вопросов 17
ответы 5678

 #2
avatar+26398 
+1

Find the largest positive integer n such that \(12^n\) divides \(1000!\).

 

\(\begin{array}{|rcll|} \hline \mathbf{2^k =\ ?} \\ \hline k &=& \lfloor\dfrac{1000}{2}\rfloor + \lfloor\dfrac{1000}{2^2}\rfloor+\lfloor\dfrac{1000}{2^3}\rfloor \\ && +\lfloor\dfrac{1000}{2^4}\rfloor+ \lfloor\dfrac{1000}{2^5}\rfloor+\lfloor\dfrac{1000}{2^6}\rfloor \\ && +\lfloor\dfrac{1000}{2^7}\rfloor+ \lfloor\dfrac{1000}{2^8}\rfloor+\lfloor\dfrac{1000}{2^9}\rfloor \\\\ k &=& 500+ 250 +125 \\ && +\lfloor62.5\rfloor + \lfloor31.25\rfloor + \lfloor15.625\rfloor \\ && +\lfloor7.8125\rfloor + \lfloor3.90625\rfloor + \lfloor1.953125\rfloor \\\\ k &=& 500+ 250 +125 +62 +31 \\ && + 15 +7 + 3 +1 \\ \mathbf{k} &=& \mathbf{994} \\ \hline \end{array} \begin{array}{|rcll|} \hline \mathbf{3^m =\ ?} \\ \hline m &=& \lfloor\dfrac{1000}{3}\rfloor + \lfloor\dfrac{1000}{3^2}\rfloor+\lfloor\dfrac{1000}{3^3}\rfloor \\ && +\lfloor\dfrac{1000}{3^4}\rfloor+ \lfloor\dfrac{1000}{3^5}\rfloor+\lfloor\dfrac{1000}{3^6}\rfloor \\\\ m &=& +\lfloor333.\bar{3}\rfloor + \lfloor111.\bar{1}\rfloor + \lfloor37.\bar{037}\rfloor \\ && +\lfloor12.34\ldots\rfloor + \lfloor4.11\ldots\rfloor + \lfloor1.37\ldots\rfloor \\\\ m &=& 333+ 111 + 37 \\ && +12 +4 + 1 \\ \mathbf{m} &=& \mathbf{498} \\ \hline \end{array}\)

 

\(\begin{array}{|rcll|} \hline 1000! &=& 2^{994} \times 3^{498}\times \ldots \times 997 \quad | \quad \text{prime factors} \\\\ 1000! &=& \left(2^2\right)^{497} \times 3^{498}\times\ldots \\\\ 1000! &=& \left(2^2\right)^{497} \times 3^{497}3 \times\ldots \\\\ 1000! &=& 4^{497} \times 3^{497}3 \times\ldots \\\\ 1000! &=& (4+3)^{497}3 \times\ldots \\\\ 1000! &=& 12^{\mathbf{497}}3 \times\ldots \\ \hline \end{array}\)

 

The largest positive integer n such that \(12^n\) divides \(1000!\) is 497

 

laugh

11 мая 2020 г.
 #1
avatar+26398 
+4

Find the distance between \(Q = (3, -7, -1)\) and the line through \(A = (1, 1, 2)\) and \(B = (2, 3, 4)\).
This distance is equal to \(\dfrac{\sqrt{d}}{3}\) for some integer \(d\).
What is \(d\)?

 

Line through \(A = (1, 1, 2)\) and \(B = (2, 3, 4)\)

\(\small{ \begin{array}{|rclrcl|} \hline \vec{x} &=& \vec{A}+t(\vec{B}-\vec{A}) & \vec{r} &=& \vec{B}-\vec{A} \quad | \quad \vec{A} = (1, 1, 2)\quad \vec{B} = (2, 3, 4)\\ &&& \vec{r} &=& \begin{pmatrix} 2 \\ 3 \\ 4 \end{pmatrix}-\begin{pmatrix} 1 \\ 1 \\ 2 \end{pmatrix} \\ &&&\vec{r} &=& \begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix} \\ \mathbf{\vec{x}} &=& \mathbf{\vec{A}+t\vec{r}} \\ \hline (\vec{x}-\vec{Q})\cdot \vec{r} &=& 0 \quad | \quad \vec{PQ} \text{ is } \perp \text{ to } \vec{r} \\ (\mathbf{\vec{A}+t\vec{r}}-\vec{Q})\cdot \vec{r} &=& 0 \\ (\vec{A}-\vec{Q} + t\vec{r})\cdot \vec{r} &=& 0 & \vec{A}-\vec{Q}&=& \begin{pmatrix} 1 \\ 1 \\ 2 \end{pmatrix}-\begin{pmatrix} 3 \\ -7 \\ -1 \end{pmatrix} \quad | \quad \vec{Q} = (3, -7, -1)\\ & & & \vec{A}-\vec{Q}&=& \begin{pmatrix} -2 \\ 8 \\ 3 \end{pmatrix} \\\\ \left[\begin{pmatrix} -2 \\ 8 \\ 3 \end{pmatrix} + t\begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix} \right]\cdot\begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix} &=& 0 \\\\ \left[\begin{pmatrix} -2+ t \\ 8+2t \\ 3+2t \end{pmatrix} \right]\cdot\begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix} &=& 0 \\\\ (-2+ t)\cdot 1 + (8+2t)\cdot 2+ (3+2t)\cdot 2 &=& 0 \\ -2+t+16+4t+6+4t &=& 0 \\ 9t+20 &=& 0 \\ \mathbf{t} &=& \mathbf{ -\dfrac{20}{9} } \\ \hline \end{array} }\)

 

\(\begin{array}{|rcll|} \hline \mathbf{\vec{P}} &=& \vec{A}+t\vec{r} \\ &=& \begin{pmatrix} 1 \\ 1 \\ 2 \end{pmatrix}-\mathbf{ \dfrac{20}{9} }\begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix} \\\\ &=& \begin{pmatrix} 1-\dfrac{20}{9} \\ 1-\dfrac{40}{9} \\ 2-\dfrac{20}{9} \end{pmatrix} \\\\ &=& \begin{pmatrix} \mathbf{ -\dfrac{11}{9}} \\ \mathbf{-\dfrac{31}{9}} \\ \mathbf{ -\dfrac{22}{9}} \end{pmatrix} \\ \hline \end{array}\)

 

\(\begin{array}{|rcll|} \hline \mathbf{\vec{PQ}} &=& \vec{Q}- \vec{P} \\ &=& \begin{pmatrix} 3 \\ -7 \\ -1 \end{pmatrix}- \begin{pmatrix} \mathbf{ -\dfrac{11}{9}} \\ \mathbf{-\dfrac{31}{9}} \\ \mathbf{ -\dfrac{22}{9}} \end{pmatrix} \\\\ &=& \begin{pmatrix} 3 \\ -7 \\ -1 \end{pmatrix}+ \begin{pmatrix} \dfrac{11}{9} \\ \dfrac{31}{9} \\ \dfrac{22}{9} \end{pmatrix} \\\\ &=& \begin{pmatrix} 3 +\dfrac{11}{9} \\ -7+\dfrac{31}{9} \\ -1+\dfrac{22}{9} \end{pmatrix} \\\\ &=& \begin{pmatrix} \mathbf{ \dfrac{38}{9}} \\ \mathbf{-\dfrac{32}{9}} \\ \mathbf{ \dfrac{13}{9}} \end{pmatrix} \\ \hline \end{array} \)

 

\(\begin{array}{|rcll|} \hline |\vec{PQ}| &=& \sqrt{ \mathbf{ \left( \dfrac{38}{9} \right)^2} +\mathbf{\left(-\dfrac{32}{9}\right)^2 } +\mathbf{\left( \dfrac{13}{9}\right)^2 } } \\ &=& \sqrt{ \dfrac{38^2}{9^2} + \dfrac{32^2}{9^2} + \dfrac{13^2}{9^2} } \\\\ &=& \sqrt{ \dfrac{1}{9}\left( \dfrac{38^2}{9} + \dfrac{32^2}{9} + \dfrac{13^2}{9} \right) } \\\\ &=& \dfrac{1}{3}\sqrt{ \dfrac{38^2}{9} + \dfrac{32^2}{9} + \dfrac{13^2}{9} } \\\\ &=& \dfrac{1}{3}\sqrt{ \dfrac{1}{9}\left( 38^2+32^2+13^2 \right) } \\\\ &=& \dfrac{1}{3}\sqrt{ \dfrac{2637}{9} } \\\\ &=& \dfrac{1}{3}\sqrt{293} \\\\ &=& \mathbf{ \dfrac{\sqrt{293}}{3} } \quad | \quad \dfrac{\sqrt{d}}{3} \\ \\ \mathbf{d} &=& \mathbf{293}\\ \hline \end{array}\)

 

laugh

7 мая 2020 г.