google / mathsteps

Step by step math solutions for everyone
https://socratic.org
Apache License 2.0
2.12k stars 275 forks source link

Divide like terms powers #154

Open sebastianpantin opened 7 years ago

sebastianpantin commented 7 years ago

Same thing as the multiplying of power, but dividing. E.g 10^5/10^3 => 10^2 by doing the calculation 10^5/10^3 => 10^(5-3) => 10^2.

evykassirer commented 7 years ago

I think I'll leave this PR without looking at it until we merge the multiply one, cause it might affect how you do this one

(though lemme know if you think it would be a good idea to look at both at the same time)

sebastianpantin commented 7 years ago

No, you can leave this until the other One is looked at! This depends on some stuff in the other PR :)

evykassirer commented 7 years ago

you need to resolve conflicts to pull in the multiplication changes!

ldworkin commented 7 years ago

Hey @evykassirer / @sebastianalbert ! Wondering what the status on this is, now that the multiply one has been merged?

evykassirer commented 7 years ago

looks like it's waiting on code review fixes :)

ldworkin commented 7 years ago

Cool -- @sebastianalbert, think you'll be able to get those done in the next week or so? Would love the experience to be consistent between multiplication and division

sebastianpantin commented 7 years ago

Oh sorry! I've been really busy with school and other projekts. But I can get it done next week!

ldworkin commented 7 years ago

Not a problem at all! Next week (or even the one after, whatever) would be awesome, thanks!

sebastianpantin commented 6 years ago

Sorry about the delay! But I will take a stab at these the coming days again. Been really busy with other stuff and school..