Tuesday, August 28, 2018

mathematics - Find the value of $bigstar$: Puzzle 3 - Substitution


This puzzle replaces all numbers with other symbols.


Your job, as the title suggests, is to find what number fits in the place of $\bigstar$.


All symbols abide by the following rules:



  1. Each symbol represents integers and only integers. This means fractions and irrational numbers like $\sqrt2$ are not allowed. However, zero and negative numbers are allowed.


  2. Each symbol represents a unique number. This means that for any two symbols $\alpha$ and $\beta$ which are in the same puzzle, $\alpha\neq\beta$.

  3. The following equations are satisfied (this is the heart of the puzzle):



$$ \text{I. }\alpha+\beta=\gamma\times\delta \\ \space \\ \text{II. }\gamma+\varepsilon=\delta \\ \space \\ \text{III. }\gamma-\varepsilon\times\varepsilon=\beta \\ \space \\ \text{IV. }\varepsilon\times\delta+\gamma=\alpha \\ \space \\ \text{V. }\zeta\times\zeta=\zeta \\ \space \\ \text{VI. }\zeta+\gamma=\varepsilon \\ \space \\ \text{VII. }\alpha-\delta-\beta=\bigstar $$



What is a Solution?


A solution is an integer value for $\bigstar$, such that, for the group of symbols in the puzzle $S_1$ there exists a one-to-one function $f:S_1\to\Bbb Z$ which, after replacing all provided symbols using this function, satisfies all given equations.


What is a Correct Answer?


An answer is considered correct if you can prove that a certain value for $\bigstar$ is a solution. This can be done easily by getting a function from every symbol in the puzzle to the correct integers (that is, find an example for $f:S_1\to\Bbb Z$).



An answer will be accepted if it is the first correct answer to also prove that the solution is the only solution. In other words, there is no other possible value for $\bigstar$.


Good luck!


Previous puzzles in the series:


Puzzle 1 Puzzle 2


Next Puzzle



Answer



From V and VI, we have that



$\zeta = 1$. Eq. V implies that $\zeta^2 - \zeta = \zeta(\zeta - 1) = 0$, which means $\zeta = 0$ or $\zeta = 1$. But if $\zeta = 0$, then $\gamma = \epsilon$, which is forbidden.




These then imply, from II, III, and VI, that



$\varepsilon = \gamma + 1$, $\delta = 2 \gamma + 1$, and $\beta = \gamma - (\gamma + 1)^2$.



From I and IV we have that



$\alpha = \gamma + (2 \gamma + 1)(\gamma + 1) = 2 \gamma^2 + 4 \gamma + 1$, and $\alpha = \gamma (2 \gamma + 1) - \gamma + (\gamma + 1)^2 = 3 \gamma^2 + 2 \gamma + 1$. Equating these two, we have $\gamma^2 - 2 \gamma = 0$, implying that $\gamma = 2$ or $\gamma = 0$. But if $\gamma = 0$, then by II $\epsilon = \delta$. Thus, $\gamma = 2$.



From here, we can plug things in:




$ \alpha = 2 + (5\times 3) = 17$ from above; $\beta = 2 - 3^2 = -7$; $\delta = 5$; and thus $\bigstar = 19$.



No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...