Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify powers in multiplication #330

Open
matkoniecz opened this issue Nov 19, 2020 · 2 comments
Open

Simplify powers in multiplication #330

matkoniecz opened this issue Nov 19, 2020 · 2 comments
Labels
New generator Use this label for proposing a new generator

Comments

@matkoniecz
Copy link
Contributor

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 matkoniecz added the New generator Use this label for proposing a new generator label Nov 19, 2020
@lukew3
Copy link
Owner

lukew3 commented Nov 19, 2020

@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
Copy link
Owner

lukew3 commented Nov 20, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New generator Use this label for proposing a new generator
Projects
None yet
Development

No branches or pull requests

2 participants