Kyle needs 100 $100 gift cards to reach $10,000 in gift cards (100x100=10,000). Each gift card is 1,200,000 points so 100x1,200,000=120,000,000. Kyle needs 120,000,000 points to make $10,000 worth of gift cards.
Answer:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Step-by-step explanation:
This is the fibonacci sequence with each term times x.
Notice, you are adding the previous two terms to get the third term per consecutive triples of the sequence.
That is:
1x+1x=2x
1x+2x=3x
2x+3x=5x
3x+5x=8x
So since we need the two terms before the third per each consecutive triple in the sequence, our recursive definition must include two terms of the sequence. People normally go with the first two.
f(1)=1x since first term of f is 1x
f(2)=1x since second term of f is 1x
Yes, I'm naming the sequence f.
So I said a third term in a consecutive triple of the sequence is equal to the sum of it's two prior terms. Example, f(3)=f(2)+f(1) and f(4)=f(3)+f(2) and so on...
Note, the term before the nth term is the (n-1)th term and the term before the (n-1)th term is the (n-2)th term. Just like before the 15th term you have the (15-1)th term and before that one you have the (15-2)th term. That example simplified means before the 15th term you have the 14th and then the 13th.
So in general f(n)=f(n-1)+f(n-2).
So the full recursive definition is:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
An<span> = am</span><span> + (n – 1)d.
i feel like this can work</span>
Answer:
Step-by-step explanation:
Price of one ticket = $4
Price of t tickets = 4t
1) 4t + 72 > 400
t > (400-72)/4
2) 4t + 72 > 400
4t + 72 - 72 > 400 - 72 {subtract 72 from both sides}
4t > 328
4t/4 > 328/4 {divide both sides by 4}
t > 82
Answer:
two real, unequal roots
Step-by-step explanation:
y is definied as y = 3x - 1. Substitute 3x - 1 for y in xy = 9, obtaining:
x(3x - 1) = 9. Then:
3x^2 - x - 9 = 0. In this quadratic, the coefficients are a = 3, b = -1 and c = -9.
Calculating the discriminant b^2 - 4ac, we get (-1)^2 - 4(3)(-9), or 1 + 108, or 109. Because the discriminant is positive, we have two real, unequal roots.