SOLUTION: T = (((X * A * B * (100 - C) / 100) - Y) / Z) ... solve for X Can you help me with the answer? Thank you.
Algebra
->
Equations
-> SOLUTION: T = (((X * A * B * (100 - C) / 100) - Y) / Z) ... solve for X Can you help me with the answer? Thank you.
Log On
Algebra: Equations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Equations
Question 623535
:
T = (((X * A * B * (100 - C) / 100) - Y) / Z) ... solve for X
Can you help me with the answer? Thank you.
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
T = (((X * A * B * (100 - C) / 100) - Y) / Z)
ZT = (X * A * B * (100 - C) / 100) - Y
ZT + Y = (X * A * B * (100 - C) / 100)
100*(ZT + Y) = X * A * B * (100 - C)
100ZT + 100Y = X * A * B * (100 - C)
(100ZT + 100Y)/(A * B * (100 - C)) = X
X = (100ZT + 100Y)/(A * B * (100 - C))