Answer:
1295/36
Step-by-step explanation:
the statement tell us:
(7-(5/6))*(7-(7/6))
we have:
(7-(5/6))=((6*7)-5)/6=(42-5)/6=37/6
and we have:
(7-(7/6))=((6*7)-7)/6=(42-7)/6=35/6
we need multiply both terms:
(37/6)*(35/6)=(37*35)/(6*6)
finally we have
1295/36
Answer:
-6
Step-by-step explanation:
Because 2×(-6) is - 12
Answer:
B.
Step-by-step explanation:
f(x) has two complex roots and one real root.
Interesting question. Good to know for computer science.
Suppose you have a function like
an = 3x - 2 Try the first couple
a1 = 3(1) - 2
a1 = 3 - 2
a1 = 1
a2 = 3(2) - 2
a2 = 6 - 2
a2 = 4 So each term differs by 3
a2 - a1 = 3
an = a_(n - 1) + 3
a3 = a2 + 3
a3 = 4 + 3
a3 = 7
a4 = a3 + 3
a4 = 7 + 3
a4 = 10
a5 = a4+ 3
a5 = 10 + 3
a5 = 13
I'll do one more and then check it.
a6 = a5 + 3
a6 = 13 + 3
a6 = 16
a6 = 3x -2
a6 = 3*6 - 2
a6 = 18 - 2
a6 = 16 which checks.
So the general formula is
an = a_(n - 1) * k if you were multiplying or
an = a_(n - 1) + k if you were adding. The key thing is that you are working with the previous term.
By functional analysis we have the following conclusion about the function given: The domain for f(x) is all real numbers greater than or equal to 2.
<h3>How to determine the domain of a function with radical components</h3>
Domain is the set of x-values such that the value of the function exists. By algebra we know that the domain of polynomials is the set of all <em>real</em> numbers, whereas the domain of <em>radical</em> functions is the set of x-values such that y ≥ 0. If we know that f(x) = 2 · x² + 5 · √(x - 2), then the domain is restricted by the <em>radical</em> component and defined by x ≥ 2.
By functional analysis we have the following conclusion about the function given: The domain for f(x) is all real numbers greater than or equal to 2.
To learn more on functions: brainly.com/question/12431044
#SPJ1