Answer:
the point where the graph crosses the y-axis.
Step-by-step explanation:
I took the quiz and this was the correct answer
Y=1 because if you remove the y’s, you see 1.4+0.09=1.49
Half-life = [elapsed time * log (2)] / [log (begng amt / endg amt)]
half-life = (3 days * 0.30102999566) / log (1 / .58)
<span>half-life = 0.903089987 / log </span>
(<span>
<span>
<span>
1.724137931)
</span></span></span>half-life = <span>0.903089987 / 0.23657200643</span>
half-life =
<span>
<span>
<span>
3.8174 days
Source:
http://www.1728.org/halflife.htm
</span></span></span>
Answer:
544 cm²
Step-by-step explanation:
hello,
to find the tsa of a rectangular prism, you use:
tsa = 2 ( lw + lh + wh )
in this case, l = 16 cm, w = 6 cm and h = 8 cm.
knowing these informations, you can proceed with using the formula.
tsa = 2 [ ( 16*6) + ( 16*8 ) + ( 6*8) ]
= 2 [ 96 + 128 + 48 ]
= 2 ( 272 )
= 544 cm²
please try to understand how i worked this out, and do let me know if you have any questions.
have a great day! thank you!
Answer:
g(1) = -65; g(n) = g(n-1) -15
Step-by-step explanation:
Using n = 1, 2, 3, we can find the first three terms of the sequence:
g(1) = -50 -15 = -65
g(2) = -50 -15(2) = -80
g(3) = -50 -15(3) = -95
The first term of the arithmetic sequence is -65, so that is g(1). Each next term is 15 less than the one before, so the recursive formula is ...
g(n) = g(n-1) -15
The complete recursive function definition requires both parts:
g(1) = -65
g(n) = g(n-1) -15