I have a question for this problem in number property homework
If x is not equal to y and if sq_root(x)=y , what is the value of y^3 ?
(1) x = y^x
(2) x^3 = 8
My Solution
sq_rt(x)=y
i.e. x=y^2
Now
(1) x=y^x
y^2=y^x
i.e x=2
therefore y^3=y^2*y=2*sq_rt(2) =2* (+- 1.41)
this gives 2 values which means its INSufficeint
Same way
(2) x^3=8 i.e x=2 and we can deduce the same thing from top
y^3=y^2*y=2*sq_rt(2) again insufficient
But in the solution they considered both A and B to be sufficient. How can that be?