#set theory syntax?

8 messages · Page 1 of 1 (latest)

plucky loom
#

Im wondering what []=1 means, is it the empty set? i am trying to get this solution, for the first amc 10 2022 question.

olive aspenBOT
strong quest
#

The bracket notation is shorthand for continued fractions

#

$[a; b, c, d] = a + \frac{1}{b + \frac{1}{c + \frac{1}{d}}}$

onyx glacierBOT
#

GabeDoubleU

strong quest
#

And the []=1 is just addressing an edge case in the algorithim the alternate solution uses

#

Which honestly may be overkill for AMC 10s but whatever

plucky loom
#

.close