document.write( "Question 1186380: Ridership on a small regional airline has been declining, approximately at a linear rate. In 1981 the number of passengers was 245,000; in 1986 the number was 215,000. If n equals the number of passengers using the airline per year and t equals time measured in year (t=0 for 1981)
\n" );
document.write( " Determine the linear estimating function n=f(t)
\n" );
document.write( " Interpret the meaning of the slope
\n" );
document.write( " What is the number of riders expected to equal in the year 2000?
\n" );
document.write( " It is estimated that the airline will go out of business if ridership falls below 180,000. According to your function in part a, when will this happen?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #849448 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to solve this problem:\r \n" ); document.write( "\n" ); document.write( "**1. Determine the linear estimating function n = f(t):**\r \n" ); document.write( "\n" ); document.write( "We are given two points on the line:\r \n" ); document.write( "\n" ); document.write( "* (t₁, n₁) = (0, 245000) (1981) \n" ); document.write( "* (t₂, n₂) = (5, 215000) (1986)\r \n" ); document.write( "\n" ); document.write( "First, calculate the slope (m):\r \n" ); document.write( "\n" ); document.write( "m = (n₂ - n₁) / (t₂ - t₁) \n" ); document.write( "m = (215000 - 245000) / (5 - 0) \n" ); document.write( "m = -30000 / 5 \n" ); document.write( "m = -6000\r \n" ); document.write( "\n" ); document.write( "Now, use the point-slope form of a linear equation with one of the points (e.g., (0, 245000)):\r \n" ); document.write( "\n" ); document.write( "n - n₁ = m(t - t₁) \n" ); document.write( "n - 245000 = -6000(t - 0) \n" ); document.write( "n = -6000t + 245000\r \n" ); document.write( "\n" ); document.write( "So, the linear estimating function is: **n(t) = -6000t + 245000**\r \n" ); document.write( "\n" ); document.write( "**2. Interpret the meaning of the slope:**\r \n" ); document.write( "\n" ); document.write( "The slope, -6000, represents the average *decrease* in the number of passengers per year. In other words, the airline's ridership is declining by approximately 6,000 passengers each year.\r \n" ); document.write( "\n" ); document.write( "**3. What is the number of riders expected in the year 2000?**\r \n" ); document.write( "\n" ); document.write( "The year 2000 is 19 years after 1981 (2000 - 1981 = 19), so t = 19. Plug this into the equation:\r \n" ); document.write( "\n" ); document.write( "n(19) = -6000 * 19 + 245000 \n" ); document.write( "n(19) = -114000 + 245000 \n" ); document.write( "n(19) = 131000\r \n" ); document.write( "\n" ); document.write( "Therefore, the number of riders expected in the year 2000 is **131,000**.\r \n" ); document.write( "\n" ); document.write( "**4. When will ridership fall below 180,000?**\r \n" ); document.write( "\n" ); document.write( "We need to find the value of t when n(t) is less than 180,000:\r \n" ); document.write( "\n" ); document.write( "180000 = -6000t + 245000 \n" ); document.write( "-65000 = -6000t \n" ); document.write( "t = -65000 / -6000 \n" ); document.write( "t ≈ 10.83\r \n" ); document.write( "\n" ); document.write( "Since t represents the number of years after 1981, we add this to 1981:\r \n" ); document.write( "\n" ); document.write( "1981 + 10.83 ≈ 1991.83\r \n" ); document.write( "\n" ); document.write( "Since we're dealing with whole numbers of years, ridership will likely fall below 180,000 in the year **1991** or **1992**. \n" ); document.write( " \n" ); document.write( " |