To find the quadratic equation in intercept form representing the parabola with x-intercepts at \((1,0)\) and \((-3,0)\), we can start from the intercept form of a quadratic equation:
\[ y = a(x - r_1)(x - r_2) \]
where \(r_1\) and \(r_2\) are the x-intercepts.
For this problem:
- \(r_1 = 1\)
- \(r_2 = -3\)
So the equation becomes:
\[ y = a(x - 1)(x + 3) \]
Next, we can find the value of \(a\) using the third point \((-1, 4)\). We plug the x-value and y-value of this point into the equation to solve for \(a\):
- Substitute \(x = -1\) and \(y = 4\):
\[ 4 = a(-1 - 1)(-1 + 3) \]
- Calculate the terms inside the parentheses:
\[ 4 = a(-2)(2) \] \[ 4 = -4a \]
- Solve for \(a\):
\[ a = -1 \]
Now we substitute \(a\) back into the equation:
\[ y = -1(x - 1)(x + 3) \]
Thus, the quadratic equation in intercept form is:
\[ \boxed{y = -1(x - 1)(x + 3)} \]
This matches the third option in your list.