Question 988256
<pre>

It's the reverse of solving.  You start with the answers and get the
equation that has those answers.

   x = -3;    x = 5
 x-3 = 0 ;  x-5 = 0
   (x-3)(x-5) = 0
     x²-8x+15 = 0
 
Edwin</pre>