Answer:
<em>{9,19,39,79}</em>
Step-by-step explanation:
<u>Recursive Sequences</u>
The recursive sequence can be identified because each term is given as a function of one or more of the previous terms. Being n an integer greater than 1, then:
f(n) = 2f(n-1)+1
f(1) = 4
To find the first four terms of the sequence, we set n to the values {2,3,4,5}
f(2) = 2f(1)+1
Since f(1)=4:
f(2) = 2*4+1
f(2) = 9
f(3) = 2f(2)+1
Since f(2)=9:
f(3) = 2*9+1
f(3) = 19
f(4) = 2f(3)+1
Since f(3)=19:
f(4) = 2*19+1
f(4) = 39
f(5) = 2f(4)+1
Since f(4)=39:
f(5) = 2*39+1
f(5) = 79
Answer:
Larissa takes 59.141 seconds to complete both laps.
Step-by-step explanation:
The complete time is the sum of time taken on each lap. We translate the two statements into mathematical expressions to determine the required output:
(i) <em>She completes her first lap in 31.135 seconds</em>:

(ii) <em>She completes her second lap 3.129 seconds faster than the first lap</em>:



Then, the time taken by Larissa to complete both laps is:


Larissa takes 59.141 seconds to complete both laps.
Answer:
The circumference is found by multiplying Pi by the diameter is the true statement. All the others are lies! :)
9514 1404 393
Answer:
5 hours
Step-by-step explanation:
A quick way to look at this is to compare the difference in hourly charge to the difference in 0-hour charge.
The first day, the charge is $3 more than $12 per hour.
The second day, the charge is $12 less than $15 per hour.
The difference in 0-hour charges is 3 -(-12) = 15. The difference in per-hour charges is 15 -12 = 3. The ratio of these is ...
$15/($3/h) = 5 h
The charges are the same after 5 hours.
__
If you write equations for the charges, they will look like ...
y1 = 15 + 12(x -1)
y2 = 3 + 15(x -1)
Equating these charges, we have ...
15 +12(x -1) = 3 + 15(x -1)
12x +3 = 15x -12 . . . . . . . . eliminate parentheses
15 = 3x . . . . . . . . . . add 12-12x
x = 15/3 = 5 . . . . . . divide by 3
You might notice that the math here is very similar to that described in words, above.
The charges are the same after 5 hours.