I'll do the first three parts (h, i, j) to get you started
------------------------------------------------------------------------
Part h
sqrt(50) = sqrt(25*2)
sqrt(50) = sqrt(25)*sqrt(2)
sqrt(50) = 5*sqrt(2)
You had the right idea, but you needed to keep going to simplify sqrt(25) into 5
------------------------------------------------------------------------
Part i
sqrt(24) = sqrt(4*6)
sqrt(24) = sqrt(4)*sqrt(6)
sqrt(24) = 2*sqrt(6)
------------------------------------------------------------------------
Part j
sqrt(40) = sqrt(4*10)
sqrt(40) = sqrt(4)*sqrt(10)
sqrt(40) = 2*sqrt(10)