Advertisement
Guest User

baka-test-s1-ep1-himeji.tex

a guest
Dec 3rd, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.60 KB | Source Code | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{newpxtext}
  4. \usepackage{euler}
  5.  
  6. \pagestyle{empty}
  7.  
  8. \begin{document}
  9.  
  10. Factor the following expressions:
  11.  
  12. \begin{enumerate}
  13.  \renewcommand{\labelenumi}{\arabic{enumi})}
  14.  \item $a^2 b + ab^2 + a + b - ab - 1$
  15.  \item $(x + y)(y + z)(z + x) + xyz$
  16.  \item $x(y^2 - z^2) + y(z^2 - x^2) + z(x^2 - y^2)$
  17.  \item $x^3 + y^3 + z^3 - 3xyz$
  18.  \item $x^4 - 13x^2 + 36$
  19.  \item $(x^2 + x - 5)(x^2 + x - 7) + 1$
  20.  \item $(a + b + c + 1)(a + 1) + bc$
  21.  \item $4x^2 - 4xy + y^2 - 6x + 3y - 10$
  22.  \item $a^5 + b^5 - a^3 b^2 - a^2 b^3$
  23. \end{enumerate}
  24.  
  25. \end{document}
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement