<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>
To write the function correctly, it is important to assign variables correctly and understand the situation of the problem clearly. For this, we let y the number of people and x as the number of songs played.
At x = 0 y = 567
at x = 1 y = 567 - 567(1/3)
at x = 2 y = 567 - 567(1/3)(1/3)
at x = 3 y = 567 - 567(1/3)(1/3)(1/3)
Therefore, the number of people left after x songs would be represented by the equation:
y = 567 - 567(1/3)x
y = 567 ( 1- x/3 )
Answer:
so, the equation of the line shown is y=2x-1
if the equation you are trying to write has a y-intercept of 4, the equation would be y=2x+4
Hope that helps ya!
Answer:
y=-10x-46
Step-by-step explanation:
if in right or helpful plz mark as brainliest
Answer: x=2
Isolate the variable by dividing each side by the factors that don't contain variables.