What math tool am I suppose to use?

85 Views Asked by At

Which math tool am I supposed to use to solve this system?**

Given these coefficients , which is the combination of $(x , y , d)$ that satisfies these equations?

$$ \left\{ \begin{aligned} 5x+7y &=d \\ 2x+y&=d\\ \end{aligned} \right. $$

1

There are 1 best solutions below

2
On

$ \left\{ \begin{aligned} 5x+7y &=d \\ 2x+y&=d\\ \end{aligned} \right. $ $\Leftrightarrow $ $ \left\{ \begin{aligned} 5x+7y &=d \\ 14x+7y&=7d\\ \end{aligned} \right. $ $\Rightarrow 9x=6d \Rightarrow x=\frac{2}{3}d \Rightarrow y=-\frac{1}{3}d$