Get comprehensive solutions to your problems with IDNLearn.com. Discover in-depth answers from knowledgeable professionals, providing you with the information you need.

Solve the following percent puzzle, entering each square of the completed puzzle in the corresponding box below.
[asy] void shademe(pair A) { fill(A--(A+(1,0))--(A+(1,1))--(A+(0,1))--cycle,gray(0.8)); } size(90); shademe((0,1)); shademe((1,0)); for(int i=0;i<=2;i+=1){ draw((i,0)--(i,2)); draw((0,i)--(2,i)); } label("$60\%$",(0,1.5),W); label("$25\%$", (0,0.5), W); label("$33\frac{1}{3}\%$", (0.5,2),N); label("$50\%$", (1.5,2),N); [/asy]