Answer:
C
Step-by-step explanation:
Remark
You must do the changes in order. Add 1 then multiply by 2
- First entry: 6
- Add 1: 6 + 1 = 7
- Multiply by 2 = 2*7 = 14
- Add 1: 14 + 1 = 15
- Multiply by 2: 15 * 2 = 30
Answer: 7 14 15 30
Answer:
12.56 mm²
Step-by-step explanation:

Plug the given values into the area equation

Therefore, the area of the circle is 12.56 mm².
I hope this helps!
So first, you get the absolute value to one side:

Next, set up two equations; One where the value inside the absolute value lines is positive, and another where it is negative, and solve both for the variable:

Your answers are
8 and -8, or +-8.
Answer:
1) f(g(2)) = 24
2) f(g(-1)) = -4
Step-by-step explanation:
1) GIven f(x) = x²+2x and g(x) = 2x
f(g(x)) = f(2x)
f(2x) = (2x)² + 2(2x)
f(2x) = 4x² + 4x
f(g(x)) = 4x² + 4x
f(g(2)) = 4(2)² + 4(2)
f(g(2)) = 16+8
f(g(2)) = 24
2) f(x) = x+1 and g(x) = 5x
f(g(x)) = f(5x)
f(5x)= 5x + 1
f(g(x)) = 5x + 1
f(g(-1)) = 5(-1) + 1
f(g(-1)) = -5+1
f(g(-1)) = -4