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

Incorrect Factorization in Limits Activity #35

Open
stevesf9 opened this issue Mar 21, 2014 · 1 comment
Open

Incorrect Factorization in Limits Activity #35

stevesf9 opened this issue Mar 21, 2014 · 1 comment

Comments

@stevesf9
Copy link

We can consider the limit component by component

lim(x,y)→(2,2)x2y−2yx−2=lim(x,y)→(2,2)(x−2)(x+2)yx−2=lim(x,y)→(2,2)y(x+2)=2(2+2)=8

x^2y-2yx does not factor to (x-2)(x+2)y. (x-2)(x+2)y = (x^2 -4)y

@StevenGubkin
Copy link
Collaborator

Quite right. This will be corrected in the next deployment (hopefully tonight?). Thanks for your hard work, and I apologize for the typos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants