Carriepruitt
Carriepruitt
16.06.2020 • 
Mathematics

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]

Solved
Show answers

Ask an AI advisor a question