A formula for 3 unknowns?

Solved
Scoldt Posted messages 48 Status Member -  
Scoldt Posted messages 48 Status Member -
Bonjour,

I am looking to automatically solve a system with three unknowns in Excel, but I have no idea what function to use, and I don't even know if it exists...

In my example, I already know the result.
If the result is 17.76, I know that it corresponds to the sum of three products;

a * 5.8
b * 0.88
c * 3.7

And in this example,
a = 7
b = 2
c = 0
This gives a * 5.8 + b * 0.88 + c * 3.7 = 17.76

So I would like to know if there is a way to obtain the values of a, b, and c automatically by setting the result?
And if so, what formula should I use?

Thank you in advance! :)

10 answers

karirovax Posted messages 3584 Status Member 215
 
Hello

Yes, if we have 3 unknowns, we need 3 equations

if we have x and y, z we need:

a11*x+a12*y+a13*z=b1
a21*x+a22*y+a23*z=b2
a31*x+a32*y+a33*z=b3

this way we can solve the problem or if we already have 2 results for x and y and only z remains with the coefficient of course.
3