if z=y/x and I know z and x what is y?

gebster99

New member
Joined
May 4, 2017
Messages
1
if
x = 12,000
y = 150,000
z = y/x
z = 0.08

so if
x = 10,000
y = ?
z = 0.08
what is Y

thanks
 
This is a good question. The solution lies in good algebra technique.

z = x/y -- This expression shows z in terms of x and y.

Use multiplication to "solve for" x.

z * y = (x/y) * y = x * (y/y) = x*1 = x and we see that z * y = x -- This expression shows x in terms of y and z

Le's see you find an expression, using your best algebra, showing y in term of x and z.


Note: I deliberately didn't quite use the same thing you wrote. It's just an example of how it might be approached.
 
Last edited:
Top