Don’t understand this kind of math
950 * .05 = $47.5
550 * .04 = $22
$47.5 + $22 = $69.50 interest earned
answer: amount in 4% account = $550
Answer:
m
2
−2m+3
Step-by-step explanation:
The answer is -8
====================================================
Explanation:
There are two ways to get this answer
Method 1 will have us plug x = 0 into h(x) to get
h(x) = x^2 - 4
h(0) = 0^2 - 4
h(0) = 0 - 4
h(0) = -4
Then this output is plugged into g(x) to get
g(x) = 2x
g(-4) = 2*(-4)
g(-4) = -8 which is the answer
This works because (g o h)(0) is the same as g(h(0)). Note how h(0) is replaced with -4
So effectively g(h(0)) = -8 which is the same as (g o h)(0) = -8
-----------------------
The second method involves a bit algebra first
Start with the outer function g(x). Then replace every x with h(x). On the right side, we will replace h(x) with x^2-4 because h(x) = x^2-4
g(x) = 2x
g(x) = 2( x )
g(h(x)) = 2( h(x) ) ... replace every x with h(x)
g(h(x)) = 2( x^2-4 ) ... replace h(x) on the right side with x^2-4
g(h(x)) = 2x^2-8
(g o h)(x) = 2x^2-8
Now plug in x = 0
(g o h)(x) = 2x^2-8
(g o h)(0) = 2(0)^2-8
(g o h)(0) = 2(0)-8
(g o h)(0) = 0-8
(g o h)(0) = -8
Regardless of which method you use, the answer is -8
Vertex form is
y=a(x-h)^2+k
vertex is (h,k)
axis of symmetry is x=4, therfor h=4
y=a(x-4)^2+k
we have some points
(3,-2) and (6,-26)
input and solve for a and k
(3,-2)
-2=a(3-4)^2+k
-2=a(-1)^2+k
-2=a(1)+k
-2=a+k
(6,-26)
-26=a(6-4)^2+k
-26=a(2)^2+k
-26=a(4)+k
-26=4a+k
we have
-2=a+k
-26=4a+k
multiply first equation by -1 and add to second
2=-a-k
<u>-26=4a+k +</u>
-24=3a+0k
-24=3a
divide both sides by 3
-8=a
-2=a+k
-2=-8+k
add 8 to both sides
6=k
the equation is