Answer:
(-2,-6)
-2
Step-by-step explanation:
To get the vertex take the number that's in the parathenses with the x and flip it's sign (in this case to a negative) which means we have
-2
this is the x coordinate of the vertex.
Next take the number that's being subtracted (or added) on the outside and leave that as is (-6)
This is the y coordinate
which means we have (-2,-6)
the axis of symmetry is just the x coordinate of the graph
which is -2
Answer:
v = 1/(1+i)
PV(T) = x(v + v^2 + ... + v^n) = x(1 - v^n)/i = 493
PV(G) = 3x[v + v^2 + ... + v^(2n)] = 3x[1 - v^(2n)]/i = 2748
PV(G)/PV(T) = 2748/493
{3x[1 - v^(2n)]/i}/{x(1 - v^n)/i} = 2748/493
3[1-v^(2n)]/(1-v^n) = 2748/493
Since v^(2n) = (v^n)^2 then 1 - v^(2n) = (1 - v^n)(1 + v^n)
3(1 + v^n) = 2748/493
1 + v^n = 2748/1479
v^n = 1269/1479 ~ 0.858
Step-by-step explanation:
Answer:
144
Step-by-step explanation:
Answer:
The answer is:O f(1) = 10, f(n) = f(n − 1) + 2, for n > 1
Step-by-step explanation:
f1=10 because the first number is 10. then f(n)=f(n-1)+2 for N because it goes up 2 every time.