Search |
Chip AbacusWith this Java manipulative, you can represent place value and exchanges in base 2, base 5, or base 10.
Base BlocksA Java applet that illustrates addition and subtraction in a variety of bases.
Sieve of EratosthenesThis virtual manipulative displays a number grid containing numbers from 2 to 200. You can use it to explore patterns and relationships involving multiples.
Tower of HanoiThe Tower of Hanoi puzzle is an engaging and challenging problem for middle school students and an application of exponential functions. It also is the setting for an elegant proof by mathematical induction that the minimum number of moves M to move n disks from one disk to another is given by M = 2^n - 1. Here is a Java implementation of the same puzzle.
|