Asked by Lisa
make a 5 by 5 tile uisng 5 different colors. None can be in the same row nor be diagional.
Answers
Answered by
Jennifer
let g=green; b=blue; r=red; y=yellow; o=orange
This is one example
g,b,r,y,o
r,y,o,g,b
o,g,b,r,y
b,r,y,o,g
y,o,g,b,r
Notice that the order is the same in each line, shifted by 2
This is one example
g,b,r,y,o
r,y,o,g,b
o,g,b,r,y
b,r,y,o,g
y,o,g,b,r
Notice that the order is the same in each line, shifted by 2
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.