mathgenerator icon indicating copy to clipboard operation
mathgenerator copied to clipboard

Simplify powers in multiplication

Open matkoniecz opened this issue 4 years ago • 2 comments

Example Problem: 5^100 * 5^10

Example Solution: 5^110

Further explanation (optional): Variants such as 5^100 * 5^10 * 25^12 or analogue with division are possible

Would you like to be assigned to this: Depends on whatever this projects offers some good export to printable document (readme is not clear on this), with some way to translate directions (even hacky solutions would be fine for translations)

matkoniecz avatar Nov 19 '20 09:11 matkoniecz

@matkoniecz I like the generator idea, I wont assign it to you right now.

Sometime in the near future I plan on making a worksheet generator seperate from this and adding it as a package dependency. I like the idea about translated directions. The translate-python package looks promising.

lukew3 avatar Nov 19 '20 18:11 lukew3

@matkoniecz I created the worksheetgen package and implemented it with the makePdf(id, count) method. Documentation in README.

lukew3 avatar Nov 20 '20 19:11 lukew3