169k views
2 votes
Given the following three points, find by hand the quadratic function they represent.

(-1,-8), (0, -1),(1,2)
(1 point)
Of(x) = -51% + 87 - 1
O f(x) = -3.2? + 4.1 - 1
Of(t) = -202 + 5x - 1
Of(1) = -3.1? + 10.1 - 1​

User Lee Fuller
by
4.3k points

1 Answer

3 votes

Answer:

The correct option is;

f(x) = -2·x² + 5·x - 1

Explanation:

Given the points

(-1, -8), (0, -1), (1, 2), we have;

The general quadratic function;

f(x) = a·x² + b·x + c

From the given points, when x = -1, y = -8, which gives

-8 = a·(-1)² + b·(-1) + c = a - b + c

-8 = a - b + c.....................................(1)

When x = 0, y = -1, which gives;

-1 = a·0² + b·0 + c = c

c = -1.....................................................(2)

When x = 1, y = 2, which gives;

2 = a·1² + b·1 + c = a + b + c...............(3)

Adding equation (1) to (3), gives;

-8 + 2 = a - b + c + a + b + c

-6 = 2·a + 2·c

From equation (2), c = -1, therefore;

-6 = 2·a + 2×(-1)

-2·a = 2×(-1)+6 = -2 + 6 = 4

-2·a = 4

a = 4/-2 = -2

a = -2

From equation (1), we have;

-8 = a - b + c = -2 - b - 1 = -3 - b

-8 + 3 = -b

-5 = -b

b = 5

The equation is therefore;

f(x) = -2·x² + 5·x - 1

The correct option is f(x) = -2·x² + 5·x - 1.

User Helloandre
by
3.9k points