lesson

Updated 6 days ago Β· 2 views
Imagine an arcade charges a 5entryfeeplus2 for every game you play. How could you draw a single picture that shows the total cost for any number of games?
In algebra, we describe this relationship with a linear equation like y=2x+5, where x is the input (games) and y is the output (total cost).
How do we turn an algebraic formula into a visible picture? Let's start by generating sample points.
Building a Table of Values
A table of values is a chart where you choose test values for x, substitute them into your equation, and compute the matching y value to create ordered pairs written as (x,y).
πInteractive diagram
In 1637, mathematician RenΓ© Descartes connected algebra and geometry by showing that pairs of numbers could represent exact locations on a flat surface.
Now that we have our list of pairs, where do they actually go on a grid?
Plotting Points and Drawing the Line
On a coordinate grid, the horizontal number line is the x-axis (move left or right) and the vertical line is the y-axis (move down or up). The point (0,0) where they cross is the origin.
πInteractive diagram
We draw a solid line through the points because every single point on that lineβincluding decimals like (0.5,0)βis a true solution to the equation.
A common mistake is reversing the order of coordinates: always count horizontally along the x-axis first, then vertically along the y-axis.