Can you solve for six variables given their weighted sum equals 100?

  • Thread starter Thread starter mirmidonas55
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
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.