<snapdata remixID="14857549"><project name="1920 U2L4 Math Mod Experiments" app="Snap! 11.0.8, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAADOklEQVR4AezSMZLbMABD0Z29/52TykUKW4oliiDx3HjGskjg4//+8UFgIoHfHx8EJhIg4ET4rv75ISALphIg4FT8LicgB6YS6BVwKnaXvwgQ8EXC9xQCBJyC3aUvAgR8kfA9hQABp2B36YsAAV8kfE8hQMAp2KdeGnU5AaPm6AtDwL7NoxoTMGqOvjAE7Ns8qjEBo+boC0PAvs2jGj8qYFRzYSIIEDBiht4QBOzdPqI5ASNm6A1BwN7tI5oTMGKG3hAEfGR7l7wjQMB3ZPz+CAECPoLZJe8IEPAdGb8/QoCAj2B2yTsCBHxHxu+PECDgI5h7LzlqTsAjQp4PJUDAoXgdfkSAgEeEPB9KgIBD8Tr8iAABjwh5PpQAAYfidfgRgX0FPGrueQQBAkbM0BuCgL3bRzQnYMQMvSEI2Lt9RHMCRszQG4KA+22/VCMCLjXXfmEJuN+mSzUi4FJz7ReWgPttulQjAi41135hCbjfpks1ulXApZoLG0GAgBEz9IYgYO/2Ec0JGDFDbwgC9m4f0ZyAETP0hiDgLds75FsCBPyWnPduIUDAWzA65FsCBPyWnPduIUDAWzA65FsCBPyWnPduIUDAWzD2HnK1OQGvEvT+JQIEvITPy1cJEPAqQe9fIkDAS/i8fJUAAa8S9P4lAgS8hM/LVwmsK+DV5t6PIEDAiBl6QxCwd/uI5gSMmKE3BAF7t49oTsCIGXpDEHC97bdKTMCt5lyvDAHX22yrxATcas71yhBwvc22SkzAreZcrwwB19tsq8T/JeBWzZWJIEDAiBl6QxCwd/uI5gSMmKE3BAF7t49oTsCIGXpDEPDU9v40igABR5F17ikCBDyFyZ9GESDgKLLOPUWAgKcw+dMoAgQcRda5pwgQ8BSm3j+Nbk7A0YSd/5EAAT/i8XA0AQKOJuz8jwQI+BGPh6MJEHA0Yed/JEDAj3g8HE0gV8DRzZ0fQYCAETP0hiBg7/YRzQkYMUNvCAL2bh/RnIARM/SGIGDe9lWJCFg1d15ZAuZtUpWIgFVz55UlYN4mVYkIWDV3XlkC5m1SlegfAauaKxtBgIARM/SGIGDv9hHNCRgxQ28IAvZuH9H8LwAAAP//kzkAMgAAAAZJREFUAwCaJ36PlSbwAgAAAABJRU5ErkJggg==</thumbnail><scenes select="1"><scene name="1920 U2L4 Math Mod Experiments"><notes></notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="Is number %&apos;num 1&apos; disivible by %&apos;num 2&apos; ?" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input><input type="%s" initial="1"></input></inputs><script><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportModulus"><block var="num 1"/><block var="num 2"/></block><l>0</l></list></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><list><l><bool>true</bool></l><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></list></block></script></block-definition><block-definition s="even? %&apos;2&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doIfElse"><custom-block s="Is number %s disivible by %s ?"><block var="2"/><l>2</l></custom-block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block-definition><block-definition s="odd? %&apos;2&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doIfElse"><custom-block s="even? %s"><block var="2"/></custom-block><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script></block></script></block-definition><block-definition s="Interger? %&apos;2&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doIfElse"><block s="reportVariadicOr"><list><custom-block s="Is number %s disivible by %s ?"><block var="2"/><block s="reportRound"><block var="2"/></block></custom-block><block s="reportVariadicEquals"><list><block var="2"/><l>0</l></list></block></list></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block-definition><block-definition s="number of divisors %&apos;2&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doSetVar"><l>divisiors</l><l>0</l></block><block s="doFor"><l>i</l><l>1</l><block var="2"/><script><block s="doIf"><custom-block s="Is number %s disivible by %s ?"><block var="2"/><block var="i"/></custom-block><script><block s="doChangeVar"><l>divisiors</l><l>1</l></block></script><list></list></block></script></block><block s="doReport"><block var="divisiors"/></block></script></block-definition></blocks><primitives></primitives><stage name="Stage" width="480" height="360" costume="0" color="255,255,255,1" tempo="60" threadsafe="false" penlog="false" volume="100" pan="0" lines="round" ternary="false" hyperops="true" codify="false" inheritance="true" sublistIDs="false" id="126"><pentrails>data:image/png;base64,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</pentrails><costumes><list struct="atomic" id="127"></list></costumes><sounds><list struct="atomic" id="128"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="mod 3" idx="3" x="1001.0153846153848" y="0.9076923076923151" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="133"><costumes><list struct="atomic" id="134"></list></costumes><sounds><list struct="atomic" id="135"></list></sounds><blocks></blocks><variables></variables><scripts><script x="8" y="8"><block s="reportModulus"><l>1</l><l>3</l></block></script><script x="8" y="32"><block s="reportModulus"><l>2</l><l>3</l></block></script><script x="8" y="56"><block s="reportModulus"><l>3</l><l>3</l></block></script><script x="8" y="80"><block s="reportModulus"><l>4</l><l>3</l></block></script><script x="8" y="104"><block s="reportModulus"><l>5</l><l>3</l></block></script><script x="8" y="128"><block s="reportModulus"><l>6</l><l>3</l></block></script><script x="8" y="152"><block s="reportModulus"><l>7</l><l>3</l></block></script><script x="8" y="176"><block s="reportModulus"><l>8</l><l>3</l></block></script><script x="8" y="200"><block s="reportModulus"><l>9</l><l>3</l></block></script><script x="8" y="224"><block s="reportModulus"><l>10</l><l>3</l></block></script></scripts></sprite><sprite name="mod 4" idx="4" x="1001.0153846153848" y="0.9076923076923151" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="169"><costumes><list struct="atomic" id="170"></list></costumes><sounds><list struct="atomic" id="171"></list></sounds><blocks></blocks><variables></variables><scripts><script x="8" y="8"><block s="reportModulus"><l>1</l><l>4</l></block></script><script x="8" y="32"><block s="reportModulus"><l>2</l><l>4</l></block></script><script x="8" y="56"><block s="reportModulus"><l>3</l><l>4</l></block></script><script x="8" y="80"><block s="reportModulus"><l>4</l><l>4</l></block></script><script x="8" y="104"><block s="reportModulus"><l>5</l><l>4</l></block></script><script x="8" y="128"><block s="reportModulus"><l>6</l><l>4</l></block></script><script x="8" y="152"><block s="reportModulus"><l>7</l><l>4</l></block></script><script x="8" y="176"><block s="reportModulus"><l>8</l><l>4</l></block></script><script x="8" y="200"><block s="reportModulus"><l>9</l><l>4</l></block></script><script x="8" y="224"><block s="reportModulus"><l>10</l><l>4</l></block></script></scripts></sprite><sprite name="mod 5" idx="5" x="1001.0153846153848" y="0.9076923076923151" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="205"><costumes><list struct="atomic" id="206"></list></costumes><sounds><list struct="atomic" id="207"></list></sounds><blocks></blocks><variables></variables><scripts><script x="8" y="8"><block s="reportModulus"><l>1</l><l>5</l></block></script><script x="8" y="32"><block s="reportModulus"><l>2</l><l>5</l></block></script><script x="8" y="56"><block s="reportModulus"><l>3</l><l>5</l></block></script><script x="8" y="80"><block s="reportModulus"><l>4</l><l>5</l></block></script><script x="8" y="104"><block s="reportModulus"><l>5</l><l>5</l></block></script><script x="8" y="128"><block s="reportModulus"><l>6</l><l>5</l></block></script><script x="8" y="152"><block s="reportModulus"><l>7</l><l>5</l></block></script><script x="8" y="176"><block s="reportModulus"><l>8</l><l>5</l></block></script><script x="8" y="200"><block s="reportModulus"><l>9</l><l>5</l></block></script><script x="8" y="224"><block s="reportModulus"><l>10</l><l>5</l></block></script></scripts></sprite><sprite name="mod 2" idx="2" x="1001.0153846153848" y="0.9076923076923151" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="241"><costumes><list struct="atomic" id="242"></list></costumes><sounds><list struct="atomic" id="243"></list></sounds><blocks></blocks><variables></variables><scripts><script x="8" y="8"><block s="reportModulus"><l>1</l><l>2</l></block></script><script x="8" y="32"><block s="reportModulus"><l>2</l><l>2</l></block></script><script x="8" y="56"><block s="reportModulus"><l>3</l><l>2</l></block></script><script x="8" y="80"><block s="reportModulus"><l>4</l><l>2</l></block></script><script x="8" y="104"><block s="reportModulus"><l>5</l><l>2</l></block></script><script x="8" y="128"><block s="reportModulus"><l>6</l><l>2</l></block></script><script x="8" y="152"><block s="reportModulus"><l>7</l><l>2</l></block></script><script x="8" y="176"><block s="reportModulus"><l>8</l><l>2</l></block></script><script x="8" y="200"><block s="reportModulus"><l>9</l><l>2</l></block></script><script x="8" y="224"><block s="reportModulus"><l>10</l><l>2</l></block></script></scripts></sprite><sprite name="mod 1" idx="1" x="1001.0153846153848" y="0.9076923076923151" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="277"><costumes><list struct="atomic" id="278"></list></costumes><sounds><list struct="atomic" id="279"></list></sounds><blocks></blocks><variables></variables><scripts><script x="239.50000000000006" y="10"><block s="reportModulus"><l>1</l><l>1</l></block></script><script x="239.50000000000006" y="34"><block s="reportModulus"><l>2</l><l>1</l></block></script><script x="239.50000000000006" y="58"><block s="reportModulus"><l>3</l><l>1</l></block></script><script x="239.50000000000006" y="82"><block s="reportModulus"><l>4</l><l>1</l></block></script><script x="239.50000000000006" y="106"><block s="reportModulus"><l>5</l><l>1</l></block></script><script x="239.50000000000006" y="130"><block s="reportModulus"><l>6</l><l>1</l></block></script><script x="239.50000000000006" y="154"><block s="reportModulus"><l>7</l><l>1</l></block></script><script x="239.50000000000006" y="178"><block s="reportModulus"><l>8</l><l>1</l></block></script><script x="239.50000000000006" y="202"><block s="reportModulus"><l>9</l><l>1</l></block></script><script x="239.50000000000006" y="226"><block s="reportModulus"><l></l><l>1</l></block></script><comment x="366.70000000000005" y="11.200000000000003" w="132" collapsed="false">There are mod blocks in each Sprite.&#xD;&#xD;Explore the blocks.  Click on them to see what they report.  &#xD;&#xD;Form a hypothesis about what the mod block reports.</comment><script x="47.279296875" y="415"><custom-block s="even? %s"><l>2</l><comment w="538" collapsed="false">if a number is input and is divisble by 2, it will report true. All even numbers have the propetry of being divisible by 2, or being halved and therefore being input as true. If a number isn&apos;t even, then it must a odd number in the form of n-1 or n+1, reporting it as false.</comment></custom-block></script><script x="44.5" y="447.16666666666663"><custom-block s="odd? %s"><l>3</l></custom-block></script><script x="45.5" y="485"><custom-block s="Interger? %s"><l>3</l><comment w="606" collapsed="false">When a number, such as 1.x wirh x being less than .50 being divisible by the inputted number will always report false as the number will never be a interger as it won&apos;t be a negative or posistive whole number, with the same occuring if it is over 50. However, if the inputted number is a nonnegative, 0, or positive number would inout a true as it would always be x/x, which always makes 1, therefore making it true. -JG </comment></custom-block></script><script x="34.5" y="587"><custom-block s="number of divisors %s"><l>4</l><comment w="664" collapsed="false">Firstly, I set the count of divisors to 0, and then began coding a loop. The loop counts from 1 to the inputted number, and checks if each loop it is on is divisble by the inputted number. Each time it checks if the inputted number is divisible by what number the loop is on and if it is, then it&apos;ll increase the divisor count by 1. It will continue checking if each loop number is divisible by the inputted number until it reaches the inputted number. After tallying all of the divisiors (if the inputted number divided by the loop number evenly), then reports the number of divisors. &#xD;-JG</comment></custom-block></script><script x="46" y="314.3"><custom-block s="Is number %s disivible by %s ?"><l>3</l><l>3</l><comment w="321" collapsed="false">When trying this code, the code block will report true if the 1st input number and 2nd input number returns a remainder of 0, meaning that the first number evenly goes into the denominator snd reports it as true. If not, then it reports false. -JG</comment></custom-block></script></scripts></sprite><watcher var="divisiors" style="normal" x="10.000000000000227" y="10" color="243,118,29" hidden="true"/></sprites></stage><variables><variable name="divisiors"><l>3</l></variable></variables></scene></scenes></project><media name="1920 U2L4 Math Mod Experiments" app="Snap! 11.0.8, https://snap.berkeley.edu" version="2"></media></snapdata>