Skip to content

Commit 4e14cbf

Browse files
Fix typo in reading question in sec_seq-polynomial.ptx
In the reading question, the example given for a quadratic formula is 3,5,8,12,18. The last term should be 17 if this is to be quadratic.
1 parent 01e5a9f commit 4e14cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/sec_seq-polynomial.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ print(x)
931931
<premise>
932932
<m>3,7,11,15,19,\ldots</m></premise> <response>Linear formula</response> </match> <match order="4">
933933
<premise>
934-
<m>3,5,8,12,18,\ldots</m></premise> <response>Quadratic formula</response> </match> <match order="2">
934+
<m>3,5,8,12,17,\ldots</m></premise> <response>Quadratic formula</response> </match> <match order="2">
935935
<premise>
936936
<m>3,4,7,13,23,\ldots</m></premise> <response>Cubic formula</response> </match> <match order="3">
937937
<premise>

0 commit comments

Comments
 (0)