Question: How to plot this output?

I would like to represent the frequency of the output (values of x, values of y) of the following commands.. restart: with(stats): with(Optimization):stats[random, normald](1); for i from 1 to 10 do z:= Maximize(1/3*ln(x)+1/3*ln(y), {x+y
Please Wait...