Question 1203958
<pre>
hello! i need help! i am trying to solve a word problem but i can't figure it out! the word problem is: "the number of acres of farmland in the US has decreased at a relatively constant rate of 3.27 million acres per year from 1987 to 1997. in 1997, there were 931.8 million acres of farmland." i have to write an equation that gives the number of acres of farmland as a function of the number of years since 1987. then i have to predict when the number of acres will fall below 915 million acres.

Initial year: 1987, which is treated as YEAR 0. Coordinate point: (0, y<sub>1</sub>). 
Subsequent year: 1997, which is 10 YEARS after 1987, the initial year. Coordinate point (10, 931.8), or (x<sub>5</sub>, y<sub>2</sub>). 

To get your equation, you can use the SLOPE-INTERCEPT form of a linear equation, which is: y = mx + b. Substitute (10, 931.8) for (x, y), and then find the y-intercept, which is also the INITIAL number of acres from the INITIAL year, 
1987

<font color = blue><font size = 4><b><u>OR</font></font></b></u>  

Simply use the POINT-SLOPE form of a linear equation, which is: 
   <font color = blue><font size = 4><b>y - y<sub>2</sub> = m(x - x<sub>2</sub>)</font></font></b>  
  y - 931.8 = - 3.27(x - 10) ------ Substituting <font color = blue><font size = 
4><b>931.8</font></font></b> for <font color = blue><font size = 4><b>y<sub>2,</sub></font></font></b>, - 3.27 for m (slope), and <font color = blue><font size = 
4><b>10</font></font></b> for <font color = blue><font size = 4><b>x<sub>2</sub></b>
y - 931.8 = - 3.27x + 32.7
        y = - 3.27x + 32.7 + 931.8 ----- Adding 931.8 to both sides
        <font color = blue><font size = 4><b>y = - 3.27x + 964.5</font></font></b> <font color = red><font size = 4><b></font></font></b><===== Requested EQUATION</font></font></b>

As a prediction is required for the year the number of acres will fall below 915 million acres, 
the requested EQUATION, <font color = blue><font size = 4><b>y = - 3.27x + 964.5</font></font></b> becomes the following INEQUALITY:
<font color = blue><font size = 4><b>- 3.27x + 964.5 < 915</font></font></b> 
          <font color = blue><font size = 4><b>- 3.27x < 915 - 964.5</font></font></b> 
          <font color = blue><font size = 4><b>- 3.27x < - 48.5</font></font></b>
                  {{{x > (- 48.5)/(- 3.27)}}} ---- Changing INEQUALITY to its OPPOSITE, since we're DIVIDING by a negative value 
                  <font color = blue><font size = 4><b>x > 15.1376147</font></font></b>.
With x being greater than (>) 15.1376147, x = 16 years. So, predicted year after 1987 that the number of acres
will fall below 915 million acres is 2003 (1987 + 16).

You can do the CHECK!!</pre>