<snapdata remixID="14868725"><project name="math" 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="math"><notes></notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="is num1 %&apos;num1&apos; divisable by num2 %&apos;num2&apos;" type="predicate" category="operators"><comment w="90" collapsed="false">if there is no remainder in the quotient of the two numbers imput then they are divisible, but if the quotient equals anything other then 0 that means it does not divide evenly and there is a remainder, meaning its not divisible. </comment><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="num1"/><block var="num2"/></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;num&apos;" type="predicate" category="operators"><comment w="90" collapsed="false">if the number imput is divisible by 2 the code reports true because all even numbers are divisable by 2. </comment><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doIf"><custom-block s="is num1 %s divisable by num2 %s"><block var="num"/><l>2</l></custom-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="odd %&apos;num&apos;" type="predicate" category="operators"><comment w="90" collapsed="false">if the number chosen by the user is not divisibkle by two, meaning it is not evenly divisible by two then it is an odd number and the code reports it. </comment><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportModulus"><block var="num"/><l>2</l></block><l>1</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="interger %&apos;number&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="reportVariadicEquals"><list><block s="reportRound"><block var="number"/></block><block var="number"/></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><scripts><comment x="261.5" y="20.69999999999999" w="90" collapsed="false">if the number imputted needs to be rounded and nothing changes the block reports true because it is an interger, if it needs to be rounded it is not an interger. </comment></scripts></block-definition><block-definition s="number of divisors %&apos;num&apos;" type="reporter" category="operators"><comment w="90" collapsed="false">for i to the chosen number, if the number divides into i evenly, meaning the answer doesnt have a decimal, that mreans the number is a divisor incrementing the script variable divisors by one, and at the end it reports the amount of divisors.</comment><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doDeclareVariables"><list><l>divisors</l></list></block><block s="doFor"><l>i</l><l>1</l><block var="num"/><script><block s="doIf"><custom-block s="interger %s"><block s="reportQuotient"><block var="num"/><block var="i"/></block></custom-block><script><block s="doChangeVar"><l>divisors</l><l>1</l></block></script><list></list></block></script></block><block s="doReport"><block var="divisors"/></block></script></block-definition></blocks><primitives><block-definition s="report %&apos;#1&apos;" type="command" category="control" selector="doReport" primitive="doReport"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="doPrimitive"><l><bool>true</bool></l><l>doReport</l></block></script></block-definition></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="138"><pentrails>data:image/png;base64,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</pentrails><costumes><list struct="atomic" id="139"></list></costumes><sounds><list struct="atomic" id="140"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="mod 3" idx="3" x="1001.0153846153853" y="0.9076923076922867" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="145"><costumes><list struct="atomic" id="146"></list></costumes><sounds><list struct="atomic" id="147"></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.0153846153853" y="0.9076923076922867" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="181"><costumes><list struct="atomic" id="182"></list></costumes><sounds><list struct="atomic" id="183"></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.0153846153853" y="0.9076923076922867" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="217"><costumes><list struct="atomic" id="218"></list></costumes><sounds><list struct="atomic" id="219"></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.0153846153853" y="0.9076923076922867" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="253"><costumes><list struct="atomic" id="254"></list></costumes><sounds><list struct="atomic" id="255"></list></sounds><blocks></blocks><variables></variables><scripts><script x="10" y="10"><block s="reportModulus"><l>1</l><l>2</l></block></script><script x="10" y="34"><block s="reportModulus"><l>2</l><l>2</l></block></script><script x="10" y="58"><block s="reportModulus"><l>3</l><l>2</l></block></script><script x="10" y="82"><block s="reportModulus"><l>4</l><l>2</l></block></script><script x="10" y="106"><block s="reportModulus"><l>5</l><l>2</l></block></script><script x="10" y="130"><block s="reportModulus"><l>6</l><l>2</l></block></script><script x="10" y="154"><block s="reportModulus"><l>7</l><l>2</l></block></script><script x="10" y="178"><block s="reportModulus"><l>8</l><l>2</l></block></script><script x="10" y="202"><block s="reportModulus"><l>9</l><l>2</l></block></script><script x="10" y="226"><block s="reportModulus"><l>10</l><l>2</l></block></script></scripts></sprite><sprite name="mod 1" idx="1" x="1001.0153846153853" y="0.9076923076922867" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="289"><costumes><list struct="atomic" id="290"></list></costumes><sounds><list struct="atomic" id="291"></list></sounds><blocks></blocks><variables></variables><scripts><script x="14" y="34"><block s="reportModulus"><l>2</l><l>1</l></block></script><script x="14" y="58"><block s="reportModulus"><l>3</l><l>1</l></block></script><script x="14" y="106"><block s="reportModulus"><l>5</l><l>1</l></block></script><script x="14" y="130"><block s="reportModulus"><l>6</l><l>1</l></block></script><script x="14" y="154"><block s="reportModulus"><l>7</l><l>1</l></block></script><script x="14" y="178"><block s="reportModulus"><l>8</l><l>1</l></block></script><script x="14" y="202"><block s="reportModulus"><l>9</l><l>1</l></block></script><comment x="141.2" 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="10" y="83"><block s="reportModulus"><l>4</l><l>1</l></block></script><script x="36" y="403"><custom-block s="is num1 %s divisable by num2 %s"><l></l><l></l></custom-block></script><script x="342" y="403"><custom-block s="even %s"><l></l></custom-block></script><script x="494" y="407"><custom-block s="odd %s"><l></l></custom-block></script><script x="277" y="295"><custom-block s="interger %s"><l></l></custom-block></script><script x="415" y="294"><custom-block s="number of divisors %s"><l></l></custom-block></script></scripts></sprite></sprites></stage><variables></variables></scene></scenes></project><media name="math" app="Snap! 11.0.8, https://snap.berkeley.edu" version="2"></media></snapdata>