User talk:Bobthesmartypants/Solutions

Solutions

Solution 1: For the first number, it will always be $1$ roll. For the second number, there is a $\frac{5}{6}$ chance of getting a new number, so the expected number of rolls is $\frac{6}{5}$. The expected number of rolls for the third number is $\frac{6}{4}=\frac{3}{2}$. Continuing the pattern, the expected number of rolls for the 4th, 5th, and final number is $2,3,6$ respectively. So the total expected number of rolls is $1+\frac{6}{5}+\frac{3}{2}+2+3+6=\boxed{\frac{147}{10}, \text{ or }14.7}$ $\Box$

Solution 2: We can imagine the rectangle be refected across the entire plane, so that any time when the point-like ball bounces, it continues in a straight line. The slope of the line with angle measure $60^{\circ}$ is $\sqrt{3}$, which is an irrational number. The rectangle has integer side lengths, so any line that passes through two lattice points in this grid will have a rational slope. Therefore, the line will never pass through another lattic point, which implies that the point-like ball will $\boxed{\text{Never arrive at a vertex again}}$. $\Box$

Solution 3: It can only be possible if the number of roads is a positive integer, and that can only be attainable when the number of roads (not inluding double counting) is even. To count the number of roads, we simply add up all the roads per number of cities: for example, to find how many roads are in a country with 4 cities having 3 roads and 3 cities having 6 roads, we simply add $4\times3$ and $3\times6$ to get $30$ roads (with double the counting). To find when it is even, we list the first few Fibonacci numbers' parity (even or odd). It goes like this: $O,O,E,O,O,E\cdots$ We can see a pattern: two odds, then an even, then two odds, then an even, and so on. So when $n=1$, we have to do $O\times O=O$, so it is not possible. For $n=2$, we have to do $O\times O+O\times E=O$, so it is not possible. For $n=3$, we have $O\times O+O\times E+E\times O=E$, so $n=3$ IS possible. We find that if we continue this, then a pattern emerges: every time when $n\equiv0\pmod{3}$, then it is possible. Otherwise, it isn't. So our answer is $\boxed{\text{Only when }n\text{ is divisible by }3}$. $\Box$

Solution 4: We first inspect what happens at one "vertex" of the original cube; i.e. the triangle part. If we arrive at the triangle from one edge of the original cube, we can only travel at most $2$ sides of the triangle before exiting at another edge. So now we need to find the most amount of edges possible to travel on the original cube. After some experimentation, we find that the maximum on the cube is $9$. Every vertex of the original cube contributes to $2$ more edges, and there are $8$ verteces, so ther total is $9+2\times8=\boxed{25}$. $\Box$