capitalex revised this gist . Go to revision
1 file changed, 0 insertions, 0 deletions
mod-24.nb renamed to mod-24.nv
File renamed without changes
capitalex revised this gist . Go to revision
1 file changed, 44 insertions
mod-24.nb(file created)
@@ -0,0 +1,44 @@ | |||
1 | + | |make a copy of A, A| make a copy of A, duplicate A | |
2 | + | |make a copy of A| | |
3 | + | ||
4 | + | |duplicate A| A, copy of A | |
5 | + | ||
6 | + | |is A a multiple of 24?| | |
7 | + | , make a copy of A, | |
8 | + | , divide the copy by 24 | |
9 | + | , multiply the result by 24:1000 | |
10 | + | , did we get the same number?:1000 | |
11 | + | , check the answer | |
12 | + | ||
13 | + | | | |
14 | + | , divide the copy by 24 | |
15 | + | , copy of A, copy of A, copy of A, copy of A | |
16 | + | , copy of A, copy of A, copy of A, copy of A | |
17 | + | , copy of A, copy of A, copy of A, copy of A | |
18 | + | , copy of A, copy of A, copy of A, copy of A | |
19 | + | , copy of A, copy of A, copy of A, copy of A | |
20 | + | , copy of A, copy of A, copy of A, copy of A | |
21 | + | | | |
22 | + | divide the copy by 24, copy of A / 24 | |
23 | + | ||
24 | + | |divide the copy by 24| | |
25 | + | ||
26 | + | |multiply the result by 24, copy of A / 24| | |
27 | + | copy of A:24 | |
28 | + | ||
29 | + | |multiply the result by 24| | |
30 | + | ||
31 | + | |did we get the same number?, A, copy of A| | |
32 | + | did we get the same number? | |
33 | + | ||
34 | + | |did we get the same number?, A| No | |
35 | + | |did we get the same number?, copy of A| No | |
36 | + | |did we get the same number?| | |
37 | + | ||
38 | + | |check the answer, No| | |
39 | + | No | |
40 | + | ||
41 | + | |check the answer| | |
42 | + | Yes | |
43 | + | ||
44 | + | || A:96, is A a multiple of 24? |