Ask Question
6 July, 01:54

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]

+3
Answers (1)
  1. 6 July, 02:06
    0
    6, 3, 9

    1, 8, 7

    1, 1, 2
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers