Suppose that x and y are positive integers such that x^2y^3=46656. What is the sum of all possible values of x?
a=1; b=1;d=a^2 * b^3; if(d==46656, goto4, goto5);printa, b; a++;if(a<250, goto2, 0);a=1;b++;if(b<250, goto2, discard=0;
x y
216 1 27 4 8 9 1 36
x=216 + 27 + 8 + 1 =252
Thanks