Answer:
68
Step-by-step explanation:
Any function is evaluated by putting the argument value where the variable is, then doing the arithmetic. When the argument is another function value, that function value is evaluated first.
__
<h3>f∘g</h3>
The "o" in (fog) is a stand-in for the "ring operator" (∘) which is the operator used to signify a composition. A composition is evaluated right-to-left. That means (f∘g)(x) ≡ f(g(x)). The value of g(x) is found first, and is operated on by the function f.
Writing the composition in the form f(g(x)) lets you identify the layers of parentheses. As with any expression evaluation, the Order of Operations applies. It tells you to evaluate the expression in the innermost parentheses and work your way out.
<h3>g(-2)</h3>
To evaluate (f∘g)(-2) = f(g(-2)), we must first evaluate g(-2). That is ...
g(x) = 5x +4
g(-2) = 5(-2) +4 = -10 +4 = -6 . . . . . put -2 where x is, do the math
<h3>f(g(-2))</h3>
Now that we know g(-2) = -6, we know this expression is ...
f(-6) = 8 -10(-6) = 8 +60 = 68 . . . . . substitute for x in 8-10x
Then the value we're looking for is ...
(f∘g)(-2) = 68
Answer:


Step-by-step explanation:

The answer for 12 is x>3
The answer for 14 is z<-3
I think you are supposed to find the perimeter of it so you add all sides together to get your answer
Answer:
Step-by-step explanation:

Use the order of operations.
Note: PEMDAS or BODMAS stands for:
<u>PEMDAS</u>
- <u>Parentheses</u>
- <u>Exponents</u>
- <u>Multiply</u>
- <u>Divide</u>
- <u>Add</u>
- <u>Subtract</u>
<u>BODMAS</u>
- <u>Brackets</u>
- <u>Order</u>
- <u>Divide</u>
- <u>Add</u>
- <u>Subtract</u>
<u>First, do parentheses.</u>
3+6*(5+4)÷3-7
(5+4)=9

<u>Do multiply and divide.</u>
6*9=54
54/3=18
<u>Then, rewrite the problem down.</u>

<u>Add.</u>



- <u>Therefore, the correct answer is "C. 14".</u>
I hope this helps, let me know if you have any questions.