Easy
y=a(x-h)^2+k
vertex is (h,k)
we know that vertex is (4,0)
input that point for (h,k)
y=a(x-4)^2+0
y=a(x-4)^2
passes thorugh the point (6,1)
input that point to find a
1=a(6-4)^2
1=a(2)^2
1=a(4)
divide both sides by 4
1/4=a
thefor the equation is
y=(1/4)(x-4)^2
or
y=(1/4)x^2-2x+4
Answer:
the answer is in the image if you have any questions let me know
Step-by-step explanation:
There are 10 letters in the set {a, b, c, d, e, f, g, h, i, j} which is the pool of letters to choose from when making these three letter codes.
We have 10 choices for slot 1
Then 9 choices for slot 2. This is because we can't reuse the choice for slot 1
Then 8 choices for slot 3
Overall, there are 10*9*8 = 90*8 = 720 different permutations
Answer: 720
Note: you can use the nPr permutation formula with n = 10 and r = 3 to get the same answer
Answer:
76776 is the answer
Step-by-step explanation:
have a nice day mate
Answer:
- recursive: a[1] = 7440; a[n+1] = a[n] -120
- explicit: a[n] = 7440 -120(n -1)
Step-by-step explanation:
The sequence of amounts in Jackson's account will be ...
7440, 7320, 7200, ...
with a first value (a1) of 7440 and a common difference (d) of -120.
The recursive formula for an arithmetic sequence is ...
a[1] = a1
a[n+1] = a[n] +d
For our sequence, the recursive formula is ...
a[1] = 7440
a[n+1] = a[n] -120
__
The explicit formula for an arithmetic sequence is ...
an = a1 +d(n -1)
For our sequence, the explicit formula is ...
a[n] = 7440 -120(n -1)