User Portlet User Portlet

Discussions
In response of Solve[x + y == 3 && x - y == -1, {x, y}]; I have found the output in the form Out[1]: {{x -> 1, y -> 2}}. Now I have given a function f[x_, y_] = x^2 + y^2 + 7 and want to find its value at the response...