Resources
Addition
1 + 1 = 2
Average
Average of [2, 3, 5, 6] = 4
Base conversion
1010102 = 4210 = 2A16
Combinations
nCr = C(n,r) = (nr) = (n−r)!r!n!
Discount
Calculate the final price after applying a discount.
Distance between 2 points
| From (1,1) to (4,5) | = 5
Dot product
<1, 2> ⋅ <3, 4> = 11
Factorial
5! = 5*4*3*2*1 = 120
Intro to 2D planes
Median
Median of [2, 2, 3, 9] = 2.5
Multiplication
11 * 11 = 121
Permutations
nPr = P(n,r) = (n−r)!n!
Points to vector
From (1,1) to (7,4) = <6,3>
Power
23 = 8
Subtraction
100 - 1 = 99
Trigonometry
An interactive trigonometry note letting you explore angles on the unit circle, instantly see their sine and cosine values, and access a reference table for the most important angles and formulas.
Vector Norm
| <3,4> | = 5