Skip to main content
Statistics LibreTexts

3.1: Linear Equations

  • Page ID
    26033
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Linear regression for two variables is based on a linear equation with one independent variable. The equation has the form:

    \[y = a + b\text{x}\nonumber \]

    where \(a\) and \(b\) are constant numbers. The variable \(x\) is the independent variable, and \(y\) is the dependent variable. Typically, you choose a value to substitute for the independent variable and then solve for the dependent variable.

    Example \(\PageIndex{1}\)

    The following examples are linear equations.

    \[y = 3 + 2\text{x}\nonumber \]

    \[y = -0.01 + 1.2\text{x}\nonumber \]

    The graph of a linear equation of the form \(y = a + b\text{x}\) is a straight line. Any line that is not vertical can be described by this equation.

    Example \(\PageIndex{2}\)

    Graph the equation \(y = -1 + 2\text{x}\).

    Graph of the equation y = -1 + 2x.  This is a straight line that crosses the y-axis at -1 and is sloped up and to the right, rising 2 units for every one unit of run.
    Figure \(\PageIndex{1}\).

    Example \(\PageIndex{3}\)

    Aaron's Word Processing Service (AWPS) does word processing. The rate for services is $32 per hour plus a $31.50 one-time charge. The total cost to a customer depends on the number of hours it takes to complete the job.

    Find the equation that expresses the total cost in terms of the number of hours required to complete the job.

    Answer

    Let \(x =\) the number of hours it takes to get the job done.

    Let \(y =\) the total cost to the customer.

    The $31.50 is a fixed cost. If it takes \(x\) hours to complete the job, then \((32)(x)\) is the cost of the word processing only. The total cost is: \(y = 31.50 + 32\text{x}\)

     

    Slope and Y-Intercept of a Linear Equation

    For the linear equation \(y = a + b\text{x}\), \(b =\) slope and \(a = y\)-intercept. From algebra recall that the slope is a number that describes the steepness of a line, and the \(y\)-intercept is the \(y\) coordinate of the point \((0, a)\) where the line crosses the \(y\)-axis.

    Three possible graphs of the equation y = a + bx. For the first graph, (a), b 0 and so the line slopes upward to the right. For the second, b = 0 and the graph of the equation is a horizontal line. In the third graph, (c), b < 0 and the line slopes downward to the right." src="http://cnx.org/resources/917c2e46d01...ch12_03_01.jpg" style="width: 725px; height: 170px;">
    Figure \(\PageIndex{3}\):​​​​​​. Three possible graphs of \(y = a + b\text{x}\) (a) If \(b > 0\), the line slopes upward to the right. (b) If \(b = 0\), the line is horizontal. (c) If \(b < 0\), the line slopes downward to the right.

    Example \(\PageIndex{4}\)

    Svetlana tutors to make extra money for college. For each tutoring session, she charges a one-time fee of $25 plus $15 per hour of tutoring. A linear equation that expresses the total amount of money Svetlana earns for each session she tutors is \(y = 25 + 15\text{x}\).

    What are the independent and dependent variables? What is the \(y\)-intercept and what is the slope? Interpret them using complete sentences.

    Answer

    The independent variable (\(x\)) is the number of hours Svetlana tutors each session. The dependent variable (\(y\)) is the amount, in dollars, Svetlana earns for each session.

    The \(y\)-intercept is 25 (\(a = 25\)). At the start of the tutoring session, Svetlana charges a one-time fee of $25 (this is when \(x = 0\)). The slope is 15 (\(b = 15\)). For each session, Svetlana earns $15 for each hour she tutors.

     

    Summary

    The most basic type of association is a linear association. This type of relationship can be defined algebraically by the equations used, numerically with actual or predicted data values, or graphically from a plotted curve. (Lines are classified as straight curves.) Algebraically, a linear equation typically takes the form \(y = mx + b\), where \(m\) and \(b\) are constants, \(x\) is the independent variable, \(y\) is the dependent variable. In a statistical context, a linear equation is written in the form \(y = a + bx\), where \(a\) and \(b\) are the constants. This form is used to help readers distinguish the statistical context from the algebraic context. In the equation \(y = a + b\text{x}\), the constant b that multiplies the \(x\) variable (\(b\) is called a coefficient) is called the slope. The constant a is called the \(y\)-intercept.

    The slope of a line is a value that describes the rate of change between the independent and dependent variables. The slope tells us how the dependent variable (\(y\)) changes for every one unit increase in the independent (\(x\)) variable, on average. The \(y\)-intercept is used to describe the dependent variable when the independent variable equals zero.

    Formula Review

    \(y = a + b\text{x}\) where a is the \(y\)-intercept and \(b\) is the slope. The variable \(x\) is the independent variable and \(y\) is the dependent variable.

    Contributors and Attributions

    • Barbara Illowsky and Susan Dean (De Anza College) with many other contributing authors. Content produced by OpenStax College is licensed under a Creative Commons Attribution License 4.0 license. Download for free at http://cnx.org/contents/30189442-699...b91b9de@18.114.


    This page titled 3.1: Linear Equations is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by OpenStax via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.