SOLUTION: Write a symbolic representation for f (x, y) if the function f computes the following quantity. The product of x^2 and y^2

Algebra ->  Finance -> SOLUTION: Write a symbolic representation for f (x, y) if the function f computes the following quantity. The product of x^2 and y^2      Log On


   



Question 869951: Write a symbolic representation for f (x, y) if
the function f computes the following quantity.
The product of x^2 and y^2

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
"Product" means "result of a multiplication"


So when you have "The product of x^2 and y^2" you have x^2 times y^2 or x^2 * y^2


The final answer is f(x, y) = x^2 * y^2