Finding $~x~ y~$and $~z~$

31 Views Asked by At

This is probably too simple of a question for the geniuses here but I can't wrap my head around this backwards algebra logic. I need to know the values of $x$ $y$ and $z$ according to the following data:

$x+y-z=300$

$y$ is $23\%$ of $x$

$z$ is $25\%$ of $x$

I am completely stumped :|

2

There are 2 best solutions below

2
On BEST ANSWER

$y=0.23x$

$z=0.25x$

$x+0.23x-0.25x=300$

$0.98x=300$

$x=\dfrac{300}{0.98}\approx306.122$

Can you take it from here?

1
On

If $y$ is $23\%$ of $x$, then $y\displaystyle =\frac{23}{100}\times x$, which means $y=0.23x$. Similarly, $z=0.25x$.

Then, you have the equation $x+0.23x-0.25x=300$.

Can you proceed from there?