Question

Evaluating function values and solving basic quadratic equations

Original question: Evaluate a function [Examples: f(x) = x 2 - 3x; find f(-8); solve x 2 + 3x - 28 = 0]

Expert Verified Solution

thumb_up100%(1 rated)

Key concept: Function notation like f(x) and quadratic equations such as x squared minus 3x appear together in basic algebra practice [1][2].

Step by step

What function evaluation means

The expression f(x)=x23xf(x) = x^2 - 3x defines a rule, and evaluating the function means replacing xx with a specific number. If the input is 8-8, then the goal is to compute the output by substitution.

Function notation tells you exactly what to do: take the formula, insert the given value, and simplify carefully. This is one of the most important algebra skills because it connects symbolic expressions to numerical results.

Evaluating f(-8)

Start with the rule:

f(x)=x23xf(x) = x^2 - 3x

Now substitute 8-8 for xx:

f(8)=(8)23(8)f(-8) = (-8)^2 - 3(-8)

Compute each part in order:

(8)2=64(-8)^2 = 64

and

3(8)=24-3(-8) = 24

So the result is

f(8)=64+24=88f(-8) = 64 + 24 = 88

The key detail is that the square applies to the entire number 8-8, so the result is positive. That is why parentheses are essential in function evaluation.

Connecting the equation to the function rule

The equation x2+3x28=0x^2 + 3x - 28 = 0 is a separate algebra task, but it uses the same kind of expression structure. If a function were defined by g(x)=x2+3x28g(x) = x^2 + 3x - 28, then solving g(x)=0g(x)=0 would mean finding the inputs that make the output zero.

That quadratic can be factored as

(x+7)(x4)=0(x + 7)(x - 4) = 0

So the solutions are

x=7 or x=4x = -7 \text{ or } x = 4

This shows the relationship between function rules and equations. Evaluating a function gives one output for one input, while solving an equation finds the input values that satisfy a condition.

Common mistakes to avoid

A common error is forgetting parentheses when substituting a negative number. Writing (8)2(-8)^2 as 82-8^2 changes the meaning and gives a wrong sign. Another mistake is mixing up evaluation with solving. To evaluate f(8)f(-8), you do not set the function equal to zero. You simply substitute and simplify.

Another subtle issue appears in quadratic equations: students sometimes factor correctly but forget the zero-product property. Once the equation is written as a product equal to zero, each factor can be set equal to zero separately. That step gives the final solutions cleanly and reliably.

Pitfall alert

The first place this work goes wrong is usually the substitution step in f(8)f(-8). If the negative sign is not enclosed in parentheses, the square is applied incorrectly and the answer changes. Many students write 82-8^2 instead of (8)2(-8)^2, which is not the same expression. A second common trap is confusing function evaluation with equation solving. The task f(8)f(-8) asks for a single output, not for values of xx that make the function equal to zero. In the quadratic equation example, another mistake is factoring correctly but stopping before using the zero-product property. If (x+7)(x4)=0(x + 7)(x - 4)=0, both factors must be checked separately. Also, signs inside the factors matter. A small sign error changes both roots. Careful notation and a final check against the original expression help prevent these issues.

Try different conditions

If the function changed to f(x)=x23xf(x)=x^2-3x and the input changed from 8-8 to 55, the new question would be: 'Evaluate f(5)f(5).' Substituting gives f(5)=523(5)=2515=10f(5)=5^2-3(5)=25-15=10. If the quadratic equation changed from x2+3x28=0x^2+3x-28=0 to x23x28=0x^2-3x-28=0, the new solving task would factor as (x7)(x+4)=0(x-7)(x+4)=0, so the solutions would be x=7x=7 and x=4x=-4. These variants show that the same procedures work with different values, but the final answers depend entirely on the exact sign pattern and input number. Checking signs and parentheses is what keeps the work accurate from start to finish.

Further reading

function notation, substitute and simplify, zero product property

FAQ

How do you evaluate a function when the input is negative?

Replace the variable with the negative number and use parentheses so the signs are handled correctly. Then simplify the expression step by step.

How do function values connect to solving a quadratic equation?

Evaluating a function gives an output for one input, while solving a quadratic equation finds the input values that make the expression equal to zero. Factoring and the zero product property are often used for that task.

chat