<span>From the message you sent me:
when you breathe normally, about 12 % of the air of your lungs is replaced with each breath. how much of the original 500 ml remains after 50 breaths
If you think of number of breaths that you take as a time measurement, you can model the amount of air from the first breath you take left in your lungs with the recursive function
Why does this work? Initially, you start with 500 mL of air that you breathe in, so
. After the second breath, you have 12% of the original air left in your lungs, or
. After the third breath, you have
, and so on.
You can find the amount of original air left in your lungs after
breaths by solving for
explicitly. This isn't too hard:
and so on. The pattern is such that you arrive at
and so the amount of air remaining after
breaths is
which is a very small number close to zero.</span>
Answer:
7.5
Step-by-step explanation:
multiply like normal math . then add the decimal point after 1 number
Let P(a, b) be a point on the coordinate plane. Then the following hold:
i) If a>0, b>0 then P is in the I.Quadrant.
ii) If a<0, b>0 then P is in the II.Quadrant.
iii) If a<0, b<0 then P is in the III.Quadrant.
iv) If a>0, b<0 then P is in the IV.Quadrant.
v) If a=0 and b is positive or negative, then P is on the y-axis.
vi) If b=0 and a is positive or negative, then P is on the x-axis.
Since we have: a=0, and 19 positive, then this point is on the y-axis.
Answer: y-axis
multiply the length and with by the scale factor:
24 x 4/3 = 32 feet
20 x 4/3 = 26 2/3 feet
Area is length x width:
32 x 26 2/3 = 853 1/3 square feet.
Answer:
the cost of running the boarding
house for 600 students is N61,000
Step-by-step explanation:
Let C represents cost
K1 represents first constant
K2 represents second constant
C= k1+k2n
3500 = k1 + 25 k2............. Eqn(1)
6000= k1 + 50 k2 .............. Eqn(2)
Subtract eqn(1) from eqn(2)
2500= 25k2
K2= 2500/25
K2= 100
To get k1 from eqn(1)
3500 = k1 + 25 k2
Substitute the value of k2
3500 = k1 + 25 (100)
3500= k1 +2500
K1= 3500- 2500
K1= 1000
The equation connecting them;
C= 1000+ 100n
The cost of running the boarding
house for 600 students is
n= 600
C= 1000+ 100(600)
C= 1000+60000
C= N 61,0000