You can
put this solution on YOUR website!1. How to determine the number of solutions.
Let's look at the quadratic formula:

The key is the expression in the square root:

. In general there are three cases:
is positive. The square root of a positive number is also some positive number. So in the numerator of the quadratic formula we will get two values: (-b + the square root) and (-b - the square root). So when
we get two solutions.
is zero. The square root of zero is zero. So in the numerator we get (-b + 0) and (-b - 0). But both of these are equal to -b! So when
we only get one solution.
is negative. And what is the square root of a negative number? What can we square and get a negative number as an answer? Answer: Nothing. You cannot square any Real number and get a negative. So when
there are no solutions.
2. Finding the equation from the solution(s)
One way to find solutions from the equation is to factor it. For example, solving

we factor it:

For a product to be zero one of the factors must be zero. In other "words":
x-2 = 0 or x-3 =0
Solving these we get:
x=2 or x=3
Now what you want is to be able to do this in reverse. Well all the steps above are reversible. Therefore, if we have two solutions:

and

, the equation is going to be:

Some examples:
Solution: x = 1 or x = 6
Equation: (x-1)(x-6) = 0 which gives

Solution: x = 10 or x = 0
Equation: (x-10)(x-0) = 0 or (x-10)(x) = 0 which gives

Solution: x = -3 or x = 1.7
Equation: (x-(-3))(x-1.7) = 0 or (x+3)(x-1.7)=0 (You multiply out this one!?)
If you are given that there is only one solution to a quadratic equation then the equation is of the form:

. For exmaple, if the only solution to to a quadratic equation is 20, then the equation would be:

which gives

.
3. Can different quadratic equations have the same solution? Well it depends on what you mean by "different". Yes. For example:

and

all have same solution: x-4 or x=5. But are these "different" equations? They sure look different. But if you divide both sides of the second equation by 2 you get the first equation. If you divide both sides of the third equation by -5 you get the first equation. So are these equations "different"? In my
opinion these equations are not different and that the answer to question #3 is no.