123k views
3 votes
Find quadratic equation from calculator

A) TwoPointsQuadratic()
B) QuadraticFromPoints()
C) CalculateQuadraticFrom2Points()
D) 2PointsQuadraticEquation()

1 Answer

4 votes

Final answer:

To find a quadratic equation from two points, write down the coordinates of the points, substitute the values into the quadratic equation, and solve the resulting system of equations.

Step-by-step explanation:

To find a quadratic equation from two points, you can use the following steps:

  1. Write down the coordinates of the two points as (x1, y1) and (x2, y2).
  2. Use the formula y = ax^2 + bx + c and substitute the x and y values from the two points into the equation. This will give you two equations.
  3. Solve the resulting system of equations to find the values of a, b, and c.

For example, if the two points are (1, 2) and (3, 8), you would substitute these values into the equation and solve to find the quadratic equation.

Quadratic equations are commonly written in the form ax^2 + bx + c = 0, where a, b, and c are constants. The solutions to a quadratic equation can be found using the quadratic

User Pravin Sharma
by
9.1k points