To solve this problem, we must use the order of operations outlined by PEMDAS, which tells us that we should simplify or compute parentheses first, then exponents, multiplication, division, addition, and finally subtraction.
Using this method, we have to perform the multiplication inside the parentheses first.
(20 * 40) * 14
800 * 14
Finally, we must perform the final operation to simplify this expression, which is multiplication.
800 * 14 = 11200
Therefore, your final answer is 11200.
Hope this helps!
Answer:
OK
Step-by-step explanation:
Answer:
(2, 2 )
Step-by-step explanation:
Given endpoints (x₁, y₁ ) and (x₂, y₂ ) then the midpoint is
[
(x₁ + x₂ ) ,
(y₁ + y₂ ) ]
Here (x₁, y₁ ) = (A(5, 8) and (x₂, y₂ ) = B(- 1, - 4) , thus
midpoint = [
(5 - 1),
(8 - 4 ) ] = (2, 2 )
Answer:
f(g(2)) = 102
Step-by-step explanation:
f(x) and f(g(2))
As we can see, we can find g(2) and substitute this value into
f(x)=x² + 2x + 3 instead of x.
g(x) = x² + 5, g(2) = 2² + 5 = 9
f(x)=x² + 2x + 3
f(9)=9² + 2*9 + 3= 102
Answer:
180
Step-by-step explanation:
So, lets go over what we know:
5% of x = 9
Thinking of this in decimal form, this is:
0.05 * x = 9, or 0.05x = 9
To find the answer, we must multiply both sides to get 1x.
Since 0.05 is 1/20 of 1, we must multiply both sides by 20:
0.05x * 20 = 0 * 20:
1x = 180
So the answer is 180!
Hope this helps!