The best answer would be C
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.
In the problem it is already given that Weston Laundry washed 285.38 pounds of towel and 353.47 pounds of sheets from local hotels in 1 day. Firstly we have to find the total pounds of linens that Weston Laundry has washed in 7 days. Then only will it be possible to find the amount of linen washed in a day.
Then t
Total linen washed by Weston Laundry in 7 days = (285.38 + 353.47) pounds
= 638.85 pounds.
Then
The amount of linen washed by Weston Laundry in 1 day = 638.85/7
= 91.26 pounds
So Weston Laundry washed about 91.26 pounds of linen each day.