Answer:
2.69 x 
Step-by-step explanation:
We are given the heart's speed - 70 bpm
We count the number of minutes in 73 years :
- 1 year = 365 days
- 1 day = 24 hours
- 1 hour = 60 minutes
- 73 x 365 x 24 x 60 = 38,368,800 minutes
We multiply the heart's bpm with 73 years worth of minutes
38,368,800 x 70 = 2,685,816,000
Write the number in scientific notation = 2.68581 x
≈ 2.69 x 
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
Answer:
56
......................................................
Answer:
0, for q ≠ 0 and q ≠ 1
Step-by-step explanation:
Assuming q ≠ 0, you want to find the value of x such that ...
q^x = 1
This is solved using logarithms.
__
x·log(q) = log(1) = 0
The zero product rule tells us this will have two solutions:
x = 0
log(q) = 0 ⇒ q = 1
If q is not 0 or 1, then its value is 1 when raised to the 0 power. If q is 1, then its value will be 1 when raised to <em>any</em> power.
_____
<em>Additional comment</em>
The applicable rule of logarithms is ...
log(a^b) = b·log(a)
Answer:
line of best fit: y = -2.9114x + 46.569
Step-by-step explanation:
Plugging in your table into Excel, it turns out that y = -2.9114x + 46.569 provides a better fit of the data points into the line. Please see the attached image for details.
Hope this helps.