I am learning quadratic equations and got stuck at an exercise which asks to find the minimum point of this parabola:
The solution starts off by stating that:
The parabola has zeros at $x = -2.2$ and $x = 0.6$
∴ $f(x) = a(x + 2.2)(x - 0.6) = a(x^2 + 1.6 x - 1.32)$
I think, I am familiar with the product rule and basic rules of transforming a function (such as shifting to left or right), but cannot understand where the a comes from into the equation. Can anyone please explain how you know that there should be some number in front of the parentheses?
The exercise is from Math is Fun: Quadratic Equation Graphing, Question 9 (scroll down)

If the graph of function $f$ is a parabola then its universal form is:$$f(x)=ax^2+bx+c$$ where $a,b,c$ denote constants and $a\neq 0$.
If it is known that it has zeros $x_1$ and $x_2$ exist then we can write this also as:$$f(x)=a(x-x_1)(x-x_2)$$where $a,x_1,x_2$ are constants and $a\neq 0$.
If you receive as further info that it has zeros at $x=-2.2$ and $x=0.6$ then you arrive at: $$f(x)=a(x+2.2)(x-0.6)$$where $a$ is a constant and $a\neq 0$.