The solution of the expression gc = x + y/x for x is given by:
x = y/(gc - 1)
To solve an expression for a variable, we have to isolate the variable.
In this problem, the expression is given by:
gc = x + y/x
Hence we do the operations to isolate x, as follows:
gcx = x + y
x - gcx = -y
x(1 - gc) = -y
x(gc - 1) = y
x = y/(gc - 1)
A similar problem, in which an expression is solved for a variable, is given at https://brainly.com/question/13080471
#SPJ1