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 :|
$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?