If I have the equation $ax+by=cx+dy$, where $x$ and $y$ are variables and $a,b,c,d$ are coeficients. And also this equation holds for all $x$ and $y$. Can we conclude from this equation that $a=c$ and $b=d$? If we can, is there some theorem about that or proof?
2026-03-27 23:48:44.1774655324
$ax+by=cx+dy$, where $x$ and $y$ are variables. Does $a=c$, $b=d$?
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
If it holds for all values of $x,y$ then it holds for $x =1; y = 0$ and for $x=0; y=1$.
So $a*1 + b*0 = c*1 + d*0$ and $a*0 + b*1 = c*0 + d*1$.