Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass{article}
- \usepackage{newpxtext}
- \usepackage{euler}
- \pagestyle{empty}
- \begin{document}
- Factor the following expressions:
- \begin{enumerate}
- \renewcommand{\labelenumi}{\arabic{enumi})}
- \item $a^2 b + ab^2 + a + b - ab - 1$
- \item $(x + y)(y + z)(z + x) + xyz$
- \item $x(y^2 - z^2) + y(z^2 - x^2) + z(x^2 - y^2)$
- \item $x^3 + y^3 + z^3 - 3xyz$
- \item $x^4 - 13x^2 + 36$
- \item $(x^2 + x - 5)(x^2 + x - 7) + 1$
- \item $(a + b + c + 1)(a + 1) + bc$
- \item $4x^2 - 4xy + y^2 - 6x + 3y - 10$
- \item $a^5 + b^5 - a^3 b^2 - a^2 b^3$
- \end{enumerate}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement