Answer:
sqrt(35) ≈5.916079783
Step-by-step explanation:
sqrt(35)
35 = 5*7
Neither of these numbers is a perfect square so
sqrt(35) cannot be simplified
it can be approximated
sqrt(35) ≈5.916079783
Answer:
7 to the 12th power. (The last one.)
Step-by-step explanation:
When dividing expressions with the same base you need to subtract the powers. In this case subtract 2 from 14 which makes 12. So your answer will be <u><em>7^12</em></u>.
the idea of showing that multiplying by 1 is true because as long as A and B follow the same ratio pattern (ie. 1n:2n is the same as 2n:4n) the statement will always be true
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)