Files
mathgenerator/README.md
2020-10-05 10:48:16 -04:00

17 lines
1.2 KiB
Markdown

# mathGenerator
A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to random math problems to suit their needs.
To try out generators, go to todarith.ml/generate
## List of Generators
| Skill | Id | Difficulty | Current Status | Contributors | Example problem | Example Solution |
|----------------------------|------|---------------|----------------|--------------|-----------------|-------------------|
| Addition | 2 | Low | Complete | @lukew3 | 1+5= | 6 |
| Subtraction | 3 | Low | Complete | @lukew3 | 9-4= | 5 |
| Multiplication | 4 | Low | In Progress | @lukew3 | 4*6= | 24 |
| Division | 5 | Low | In Progress | @lukew3 | 4/2= | 2 |
| Factoring | - | Medium | Not Started | - | x^2+x-6 | (x-2)(x+3) |
| Power Rule Differentiation | - | Medium | Not Started | - | x^5 | 5x^4 |