Solving Equations with A, B, C, D, E & F - Can it be Done?

  • Thread starter Thread starter mirmidonas55
  • Start date Start date
AI Thread Summary
The problem involves solving a set of equations where A*X1 = B*X2 = C*X3 = D*X4 = E*X5 = F*X6 and the sum X1 + X2 + X3 + X4 + X5 + X6 = 100. It is possible to find the values of X1 through X6 if the constants A, B, C, D, E, and F are known. The solution involves forming individual equations for each variable based on a common constant, denoted as c. By substituting these equations into the sum equation, the value of c can be determined, allowing for the calculation of each X variable. This method effectively solves the system of equations presented.
mirmidonas55
Messages
2
Reaction score
0
First of all excuse my English.



I have the following problem and I don't know if it can be solved.



We have the following equations:



A*X1=B*X2=C*X3=D*X4=E*X5=F*X6 and

X1+X2+X3+X4+X5+X6=100



If we know the values of A,B,C,D,E,F can we found the values of X1,X2,X3,X4,X5,X6?



Can anyone help me?
Sorry if I didn't make the post in the correct category
 
Physics news on Phys.org
Yep it can be done.

The way that i would solve it would be to form the six equations:

AX1 = c
BX2 = c
:
FX6 = c

Where c is some fixed constant. Can you see how i can form these equations?

You can then easily use these separate equations along with the last equation (X1+X2+X3+X4+X5+X6=100) to find what the constant c is, and hence what each X is.
 
Thank you danago
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top