Respuesta :
The exercise is already scheduled, so we just follow the instruction:
1: Given two points [tex](x_1,y_1)[/tex] and [tex](x_2,y_2)[/tex], the equation of the line passing through the two points is given by
[tex]\dfrac{x-x_1}{x_2-x_1}=\dfrac{y-y_1}{y_2-y_1}[/tex]
In your case, we have
[tex]\dfrac{x-1}{9-1}=\dfrac{y-14}{10-14} \iff \dfrac{x-1}{8}=\dfrac{y-14}{-4} \iff x-1=28-2y[/tex]
To put this equation into standard form, we have
[tex]x-1=28-2y \iff 2y = -x+1+28 \iff y = -\dfrac{x}{2}+\dfrac{29}{2}[/tex]
2: By the exact same logic, the line that represents Kelsa's training progress is given by
[tex]\dfrac{x-1}{8-1}=\dfrac{y-11}{9-11} \iff \dfrac{x-1}{7}=\dfrac{y-11}{-2} \iff 2(x-1)=-7(y-11)[/tex]
Solving for y yields
[tex]2(x-1)=-7(y-11) \iff 2x-2=-7y+77 \iff 7y=-2x+2+79[/tex]
and finally
[tex]y=\dfrac{-2x}{7}+\dfrac{79}{7}[/tex]
3: We have the following system:
[tex]\begin{cases}y = -\frac{x}{2}+\frac{29}{2}\\y=\frac{-2x}{7}+\frac{79}{7}\end{cases}[/tex]
Since both equations are solved for y, we deduce that the two right hand sides must be equal:
[tex]-\dfrac{x}{2}+\dfrac{29}{2}=\dfrac{-2x}{7}+\dfrac{79}{7}[/tex]
Multiply both equations by 14 to get rid of the denominators:
[tex]-7x+203=-4x+158 \iff 3x=45 \iff x=15[/tex]
Plug this value for x in one of the equations:
[tex]y = -\dfrac{15}{2}+\dfrac{29}{2}=7[/tex]
4: Since x represents the number of weeks, and x = 7 is the solution of the system, after 7 weeks they will habe the same average minute per mile
5: We have the equations that represent the times of the two girls, depending on time. So, we simply have to plug x=30 in the equations to get the times after 30 weeks: for Alana we have
[tex]f(x) = -\dfrac{x}{2}+\dfrac{29}{2}\implies f(30)=-\dfrac{30}{2}+\dfrac{29}{2}[/tex]
which evaluates to
[tex]f(30)=-15+\dfrac{29}{2}=-\dfrac{1}{2}[/tex]
And for Kelsa we have
[tex]f(x) = \dfrac{-2x}{7}+\dfrac{79}{7}\implies f(30)=\dfrac{-2\cdot 30}{7}+\dfrac{79}{7}[/tex]
which evaluates to
[tex]f(30)=-\dfrac{60}{7}+\dfrac{79}{7}=\dfrac{19}{7}[/tex]