Step-by-step explanation:
f(x) = x² + x + 3/4
in general, such a quadratic function is defined as
f(x) = a×x² + b×x + c
the solution for finding the values of x where a quadratic function value is 0 (there are as many solutions as the highest exponent of x, so 2 here in our case)
x = (-b ± sqrt(b² - 4ac))/(2a)
in our case
a = 1
b = 1
c = 3/4
x = (-1 ± sqrt(1² - 4×1×3/4))/(2×1) =
= (-1 ± sqrt(1 - 3))/2 = (-1 ± sqrt(-2))/2 =
= (-1 ± sqrt(2)i)/2
x1 = (-1 + sqrt(2)i) / 2
x2 = (-1 - sqrt(2)i) / 2
remember, i = sqrt(-1)
f(x) has no 0 results for x = real numbers.
for the solution we need to use imaginary numbers.
Answer:
455 or 680, depending
Step-by-step explanation:
If we assume the three choices are different, then there are ...
15C3 = 15·14·13/(3·2·1) = 35·13 = 455
ways to make the pizza.
___
If two or three of the topping choices can be the same, then there are an additional ...
2(15C2) +15C1 = 2·105 +15 = 225
ways to make the pizza, for a total of ...
455 + 225 = 680
different types of pizza.
__
There is a factor of 2 attached to the number of choices of 2 toppings, because you can have double anchovies and tomato, or double tomato and anchovies, for example, when your choice of two toppings is anchovies and tomato.
_____
nCk = n!/(k!(n-k)!)