Ask Question
12 June, 13:58

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]

+4
Answers (1)
  1. 12 June, 14:14
    0
    6, 3, 9

    1, 8, 7

    1, 1, 2
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Solve the following percent puzzle, entering each square of the completed puzzle in the corresponding box below. [asy] void shademe (pair ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers