Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

Using LaTex with formative

star
star
star
star
star
Posljednje ažuriranje about 1 month ago
32 questions
Napomena autora:

This formative is designed to help you kickstart your use of LaTeX in your math classroom assessments. Add it to your activities and use it as a reference!

Common Algebra formatting
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Common Geometry Formatting
1
1
1
1
1
1
1
1
1
PreCalculus & Calculus Formatting
1
1
Advanced features

Click here to find a COMPLETE list of LaTex codes.

1
1
1
1

Click here to access a digital version of this PDF.

Pitanje 1
1.

Greater Than / Less Than

<

\leq

>

\geq

Pitanje 2
2.

Fraction

\frac{1}{2}

Pitanje 3
3.

Square Root

\sqrt{x+3}

Pitanje 4
4.

Exponent

2x^{3}

Pitanje 5
5.

Multiply with a dot

3 \cdot 5 = x

Pitanje 6
6.

Systems of Equations Bracket

\begin{cases} y=3+2x\\ y=3x^{2}+10x+8 \end{cases}

Pitanje 7
7.

f(x)= \begin{cases} 3x+1,\ -9<x \leq-2\\ -5,\ -2<x \leq1 \\ x-6,\ 1<x<7 \end{cases}

Pitanje 8
8.

f(x) = \begin{cases} -x - 3 & \text{if } -5 \leq x < 0 \\ 3 & \text{if } 0 \leq x < 4 \\ -x + 1 & \text{if } 4 \leq x \leq 8 \end{cases}

Pitanje 9
9.

$g(x) = \begin{cases} |x| + 7 & \text{for } \leq -1 \\ x-3 & \text{for } x >-1 \end{cases}$

$f(x) = \begin{cases} x^{2} &\text{ for } x<0 \\ 1-x &\text{ for } x \geq 0 \end{cases}$

Pitanje 10
10.

Fraction Exponent

x^{\frac{1}{2}}

Pitanje 11
11.

Degree

90\degree

Pitanje 12
12.

Arrow

\to

Pitanje 13
13.

Subscript

y=\log_9(x)

Pitanje 14
14.

Division sign

\div

Pitanje 15
15.

Matrix

\begin{Bmatrix} a & b \\ c & d \end{Bmatrix}

Pitanje 16
16.

Matrix

\begin{bmatrix} a & b \\ c & d \end{bmatrix}

Pitanje 17
17.

\begin{Bmatrix} a & b \\ c & d \\ e & f \end{Bmatrix}

Pitanje 18
18.

Triange

\triangle ABC

Pitanje 19
19.

Congruent

\cong

Pitanje 20
20.

Lines, Rays, and Segments

\overleftarrow{AB}

\overrightarrow{BC}

\overline{AB}

\overleftrightarrow{DE}

Pitanje 21
21.

Angle

\angle 2

Pitanje 22
22.

pi

\pi

Pitanje 23
23.

Arc

\overgroup{AC}

Pitanje 24
24.

Circle

\odot

\bigcirc A

Pitanje 25
25.

\cap

Pitanje 26
26.

\cup

Pitanje 27
27.

Theta

\theta

Pitanje 28
28.

Log

\log

\log_x

Pitanje 29
29.

Changing the color of a portion of your problem

\color{purple}25

3+4=\color{red}9 \\ \color{black} 3+4= \color{green}7

Pitanje 30
30.

Adding a box around something

\boxed{25}

\boxed{\color{red}\frac{c}{d}}

Pitanje 31
31.

Set-builder notation

You can use \mathbb{letter} for number sets.

\mathbb{R},\mathbb{Q}

Pitanje 32
32.

Adding Text into something

\text{}