Given that $a,b,c,d ⊆ R$, if $$a \sec(200°) - c \tan(200°) = d$$ and $$b \sec(200°) + d \tan(200°) = c$$ then find the value of $$\dfrac {(a^2+b^2+c^2+d^2)(\sin 20°)}{(bd-ac)}.$$ I got the relation of c^2+d^2.
2026-04-05 20:48:54.1775422134
Please solve by elimination method.
147 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $$\sec(200^{\circ})=A$$ and $$\tan(200^{\circ})=B$$ then our system is given by $$aA-cB=d$$ $$Ab+Bd=c$$ From the second equation we get $$aA-(Ab+BdB)B=d$$ solving for $d$ we obtain $$d=\frac{aA-ABb}{B^2+1}=\frac{A(a-Bb)}{B^2+1}$$ using this equation we get $c$: $$c=\frac{A(Ba-b)}{B^2+1}$$ Can you finish?