Respuesta :
We have two linear equations, and we want to see when the value of one is twice the value of the other.
The answer is 8 weeks.
First, let's find the two equations.
Currently, in the morning workout, there are 96 members and the number has been increasing by 2 per week.
Then the number of morning members is given by:
M(w) = 96 + 2*w
where w represents the number of weeks.
For the afternoon, currently, there are 80 members, and this number decreases by 3 per week, then we have:
A(w) = 80 - 3*w
We want to see for which value of w we have that:
M(w) = 2*A(w)
So we must solve:
(96 + 2*w) = 2*(80 - 3*w)
96 + 2*w = 160 - 6*w
2*w + 6*w = 160 - 96
8*w = 64
w = 64/8 = 8
This means that after 8 weeks the number of people working out in the morning will be double the number of people working out in the afternoon.
If you want to learn more, you can read:
https://brainly.com/question/13738061