Skip to content

Commit 50a584b

Browse files
committed
Fixing Typos: 6-15, 6-18 and 6-19
1 parent ef46dd2 commit 50a584b

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

pages/6-15-constant-width.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Watch this video where Steve Mould shows an array of shapes with a peculiar prop
2525
::: problem id=1_1 marks=2
2626
__1.1__ Which of these shapes is a solid of constant width?
2727

28-
* [ ] hexagon
29-
* [x] circle
30-
* [ ] triangle
31-
* [ ] square
28+
* [ ] Hexagon
29+
* [x] Circle
30+
* [ ] Triangle
31+
* [ ] Square
3232
:::
3333

3434
::: problem id=1_2 marks=2

pages/6-18-algorithmic-enchantment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Watch this video where University of Nottingham Professor Roger Bowley explains:
2727
::: problem id=1_1 marks=1
2828
__1.1__ How would you describe the algorithm to arrive at 6,174?
2929

30-
* [x] put the digits in order highest to lowest, reverse the order, and subtract
31-
* [ ] put the digits in order lowest to highest, reverse the order, and subtract
32-
* [ ] put the digits in order highest to lowest, reverse the order and add
30+
* [x] Put the digits in order highest to lowest, reverse the order, and subtract
31+
* [ ] Put the digits in order lowest to highest, reverse the order, and subtract
32+
* [ ] Put the digits in order highest to lowest, reverse the order, and add
3333
:::
3434

3535
::: problem id=1_2 marks=1

pages/6-19-lucky-numbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The probability of wining a coin toss is `1/2`.
9090

9191
The probability of rolling a 6 on a standard dice is `1/6`.
9292

93-
So the combined probability of both of these independet events happening is `1/2 x 1/6 = 1/12`.
93+
So the combined probability of both of these independet events happening is `1/2 × 1/6 = 1/12`.
9494
:::
9595

9696

0 commit comments

Comments
 (0)