Let $ a, b $ and $ c $ be numbers such that $$ \begin {cases} a ^ 2-ab = 1 \\ b ^ 2-bc = 1 \\ c ^ 2-ac = 1 \end {cases} $$Calculate the value of $ abc \cdot (a + b + c) $
2026-04-05 22:35:51.1775428551
Calculate the value of $ abc \cdot (a + b + c) $
120 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

Another way.
We have $$a^2b-ab^2=b,$$ $$b^2c-c^2b=c$$ and $$c^2a-a^2c=a,$$ which gives $$\sum_{cyc}(a^2b-ab^2)=a+b+c$$ or $$(a-b)(a-c)(b-c)=a+b+c.$$ In another hand, $$\prod_{cyc}(a^2-ab)=1$$ or $$abc(a-b)(b-c)(c-a)=1,$$ which gives $$abc(a+b+c)=-1.$$