Skip to content

Commit 475127e

Browse files
authored
Merge pull request atorch#4 from N0wan/patch-1
Detail added to the lines and triangles problem
2 parents 664dcdb + 455e9e8 commit 475127e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
<item>Three friends are playing a game involving black and white hats. At the beginning of the game, each person is randomly assigned a hat color, black or white, independently from everyone else and with 50-50 probability.
347347
\n\nImagine that people cannot see what\'s on their own head, and only observe the colors of their two friends\' hats. No communication is allowed. The players must simultaneously guess the color of their own hat (or decline to guess). The entire group wins a prize if at least one of them guesses correctly and nobody guesses incorrectly.
348348
\n\nSuppose the team adopts a \"contrarian\" strategy: anyone who observes two white hats will guess that their own hat is black; anyone who observes two black hats will guess that their own hat is white; and anyone who observes anything else will decline to guess. At the beginning of the game (before the hat colors are assigned), what is the probability that the group wins the prize?</item>
349-
<item>How many different triangles can you form from the seven lines below? Note that none of the lines are parallel, and imagine that they extend infinitely far beyond the edges of the image.</item>
349+
<item>How many different triangles can you form from the seven lines below? Note that none of the lines are parallel, and imagine that they extend infinitely far beyond the edges of the image. We assume that no more than two lines cross at the same point.</item>
350350
</string-array>
351351
<string-array name="answers_0">
352352
<item>1/4</item>

0 commit comments

Comments
 (0)