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]


Sagot :

Answer:

3      2

6      2

Step-by-step explanation:

a/(a + b) = 0.6

b/(a + b) = 0.25

c/(c + d) = 0.3333 = 1/3

d/(a + d) = 0.5