Answer:
should be A
Step-by-step explanation:
Translated left by 7
Answer:
When f(n) = 4n and g(n) = n² + 2n, f(g(-6)) = 96.
Step-by-step explanation:
To evaluate f(g(-6)), first find g(-6).
g(n) = n² + 2n
Substitute value.
g(-6) = (-6)² + 2(-6)
Square -6. Remember that (-x)² = x²
g(-6) = 36 + 2(-6)
Multiply 2 and -6.
g(-6) = 36 - 12
Subtract 12 from 36.
g(-6) = 24.
Now knowing this, substitute that value into f(n).
f(g(-6)) = f(24)
f(n) = 4n
Substitute value.
f(24) = 4(24)
Multiply 4 and 24.
f(24) = 96.
Answer:
x = 0.1, y = 0.075
Step-by-step explanation:
Given the 2 equations
27x + 24y = 4.5 → (1)
1.5x + y = 0.225 → (2)
Multiplying (2) by - 24 and adding to (1) will eliminate the y- term
- 36x - 24y = - 5.4 → (3)
Add (1) and (3) term by term to eliminate y
- 9x = - 0.9 ( divide both sides by - 9 )
x = 0.1
Substitute x = 0.1 into either of the 2 equations and solve for y
Substituting into (2)
1.5(0.1) + y = 0.225
0.15 + y = 0.225 ( subtract 0.15 from both sides )
y = 0.075