I like the idea to show the +x on the side that adds quite a bit to the presentation.<br><br>design question for x and y: two sliders? one slider one text input? two sliders and text inputs?<br><br>--Jason<br><br><br><div class="gmail_quote">
On Tue, Mar 17, 2009 at 12:51 AM, Frederick Grose <span dir="ltr"><<a href="mailto:fgrose@gmail.com">fgrose@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2009/3/16 Jason Rock <<a href="mailto:rockj@rpi.edu">rockj@rpi.edu</a>><br>
<div><div></div><div class="h5">><br>
> I would like to throw together a program to teach children multiplication through repeated addition, but since it isn't really the sort of thing that you just throw on flash cards I'd like to get some insight from other people before I start programming.<br>
><br>
> My idea is given multiplication between x and y.<br>
> Allow keyboard input for x from 0 to ~12<br>
> y depends on a slider that is discrete on 0 to ~12<br>
><br>
> then display a "matrix" of images where the number of images across is x and down is y<br>
><br>
> something that looks like<br>
> ****<br>
> ****<br>
> would represent 4*2<br>
> x*y would be displayed somewhere on the app<br>
><br>
> Does that sound like the sort of thing that would actually help students learn the idea of multiplication?<br>
><br>
> ===Code Stuff===<br>
> 1) What is the best way to display an "array" of images so that (being vector graphics) the images could re-size to take up as much room as they can?<br>
><br>
> --Jason<br>
<br>
</div></div>Seems as this would demonstrate multiplication through repeated<br>
addition, if the incremental changes showed the intermediate sums both<br>
graphically and with numerals and operation symbols.<br>
<br>
+ x<br>
__ 0 0 = 0<br>
** +2 = 2 x 1 = 2<br>
** +2 = 4 x 2 = 4<br>
** +2 = 6 x 3 = 6<br>
** +2 = 8 x 4 = 8<br>
<br>
Some way to display a problem to that the tool can solve if the child<br>
experiments. And then, can let the child use that understanding to<br>
prove that the result is has to true. Perhaps through repetition and<br>
strange but beautiful cases.<br>
<br>
This could also teach the use of multiplication to calculate simple<br>
areas. (Where is Ed Cherlin and his virtual Cuisenaire rods?)<br>
_______________________________________________<br>
FourthGradeMath mailing list<br>
<a href="mailto:FourthGradeMath@lists.sugarlabs.org">FourthGradeMath@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/fourthgrademath" target="_blank">http://lists.sugarlabs.org/listinfo/fourthgrademath</a><br>
</blockquote></div><br>