LinearStandardForm

LinearStandardForm[ expr, list ]

LinearStandardForm[ expr, list ] returns the linear standard form of expr for the variable var. expr should be of the form Solve[ eq, var ] such that the solution of the Solve can be written in the standard form. You commonly use it to have students determine the slope and y-intercept.

Example in reduced
The linear standard form of Solve[1/2x+1/4y=12,y] for x. LinearStandardForm[Solve[1/2x+1/4y=12,y],x] y=-2x+48