I have $3$ variable components that are percentages and $X+Y+Z$ always equals $100$. I cannot seem to find the proper way to calculate $Y$ and $Z$ if I increase $X$ by $25$ for example. I know it is a very stupid question but I am stuck.
2026-04-14 19:38:57.1776195537
Percentage parts adjustment
47 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
If I understand your problem well, you want to find $Y'$ and $Z'$ so that:
$X'+Y'+Z'=100$
$\frac{Y}{Z}=\frac{Y'}{Z'}$
assuming $Z\neq 0$ and $X'$ is the new, fixed value of $X$.
Solving this system yields:
$Z' = \frac{100-X'}{\frac{Y}{Z}+1}$ and $Y' = \frac{Y}{Z}Z'$