Answer:
aₙ = aₙ₋₁ + aₙ₋₂
where:
a₁ = 6
a₂= 1.
Step-by-step explanation:
We have the sequence:
6, 1, 7, 8, 15, 23, ...
Is easy to see that this sequence works as follows:
You take 2 consecutive numbers, and the next number is the sum of these two.
Then we have:
6 + 1 = 7
1 + 7 = 8
7 + 8 = 15
8 + 15 = 23
Then the n-th term is equal to the sum of the (n - 1) term and the (n - 2) term.
This is written as:
aₙ = aₙ₋₁ + aₙ₋₂
Because in the recursive rule needs two previous terms, we need to specify the two first terms of the sequence.
Then we need to write also:
a₁ = 6
a₂= 1.
Answer: 7x-y=10
Step-by-step explanation:
there are 4 Aces and 4 8's for a total of 8 cards
52 cards in a deck
so probability of picking an Ace or 8 = 8/52
I think the answer you have there is correct
Answer:
Step-by-step explanation:
let x represent the number of MB used in a month.
Let y represent the monthly cost of using x MB.
If we plot y on the vertical axis and x on the horizontal axis, a straight line would be formed. The slope of the straight line would be
Slope, m = (36 - 24)/(7 - 3)
m = 12/4 = $3
We would represent the linear equation in the slope - intercept form which is expressed as
y = mx + c
Where
c = y intercept
m = slope
At the y intercept, x = 0. Therefore, the y intercept is the flat monthly fee of $15. It is charged whether MB is used or not. Therefore, the linear equation is
y = 3x + 15
Or
C(x) = 3x + 15