Posts πŸ“ [Math | Algebra] Graphing lines and slope
Post
Cancel

πŸ“ [Math | Algebra] Graphing lines and slope

[Math | Algebra] Graphing lines and slope

🧭Recall


πŸ§™β€β™‚οΈ Linear Equation

1
2
3
4
5
6
7
8
9
10
11
    "y = 2x - 3"
    
    if {
        x = 0, y = -3
        x = 1, y = -1
        x = 2, y = +1
        .
        .
        .
    }

image



πŸ“œNote

  • variable equations ```java

    β€œQ.Which of the ordered pairs is a solution of the following equation?”

    -3x - y = 6

    (1) only (-4, 4) (2) only (-3, 3) (3) both (4) neither

```

  • slope

    increase in vertical / increase in horizontal
    = slope
    = πŸ”Ί(delta) x / πŸ”Ί(delta) y
    = change in x / change in y

    higher the slope means the steeper it is

This post is licensed under CC BY 4.0 by the author.