Please post your solution to the May 6 In-Class Exercise to this thread.
Best, Chris
Group: Michael, Holly, Gricelda, Jinyin Chai, Keven, Max, Prajesh, Lichun Gao <br><br> [01|010][0|1][10|0] -> 01010|01010 <br><br> The set of tiles can not have any matches because:
<br><br>
<br><br>
<br><br> Therefore to be balanced the top must have 2 consecutive 1's but the bottom can never arrange tiles such that 2 consecutive 1's appear next to each other.
(Edited: 2020-05-06)Find a match using the following tiles: {[100|0], [1|011], [0|01] , [01|010], [10|0], [0|1] }.
a possible match is [0|01][10|0]
Argue why there is no match for the tiles {[0|00], [11|0], [01|10]}.
if you start with [0|00] which is the only possible start, you can only continue with [01|10], but that requires you to use [0|00] again, and you will never be able to complete the top row with enough zeroes to match the bottom row.
(Edited: 2020-05-06)sebrianne ferguson and ben foley: [100|0][0|01] would be a match
we dont think theres a match because the s's don't have any 1's.
Find a match using the following tiles: {[100|0], [1|011], [0|01] , [01|010], [10|0], [0|1] }. ->0|01][100|0][1|011][10|0] is a match.
Starting tile must have [0|00] since that is the only part that matches for both bottom and top.
Group: Nick Fulton, Dillon Larson, Osama Hanhan.
A match could be [100|0][0|01] because the first half of the first tile matches with the second half of the second tile, and the second half of the first tile matches with the first half of the second tile. There is no match for the secondary set of tiles because there is no match for the second half of the first tile, the first half of the second tile, or either half of the third.
Group: Sumaiyya, Joshua, Edgar, Gurseerat, Jiajian, Jieni, Tyler
Match: {[0|01], [10|0]} -> 010|010
In order for there to be a match, the first tile must have the same first character on its top and bottom, and the last tile must have the same last character on its top and bottom. There is only one tile that fits this criteria, [0|00]. Since its top does not equal its bottom, it in itself cannot be a match and there are no other possibilities for a match.
(Edited: 2020-05-06)A match could be [0|01][100|0][1|011][10|0] there is no match for the tiles {[0|00], [11|0], [01|10]} because there is no match for the second half of the first tile, the first half of the second tile, and both half of the third.
There will be no match.
The reason for this is because the top and bottom on the first/last character does not match and there is not enough zero’s to actually complete the round because you will then have to use the same zeros that you already used before.