I am trying to learn using Maple 18 (Mac). I have defined a function with a list of X and Y values.
f := x->LinReg(X, Y, x)
Now I would like to output the unknown "x" value that correlates with a known "y" value (e.g. 30). According to the instruction manual, that I have, the way to do it is using this command:

I just can't figure out how to type "solve" with an arrow under it.
Any help would be appreciated.
EDITED:
Screenshot of the commandwindow


LinReg seems to be a command in some special package Gym, which is not part of standard Maple.
But here is what I might do using standard Maple.
$$ F := 1.38356164383562\; x+2.86986301369863$$
$$19.60891089$$