document.write( "Question 875009: The population of the Northgoat neighborhood has been growing steadily since 1990. In 1995, the population was 48000 people. In 2004, it was 58800 people Find an equation in the form of y=mx+b, where x is the number of years past 1990 and y is the population of Northgoat.
\n" );
document.write( "I have tried this many ways: (1995,48000) (2004, 58800) getting a slope = 1200
\n" );
document.write( "then: y-48000=1200(x-1995), I came up with y=-10800x+102000
\n" );
document.write( "HELP, I am not getting this.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #527876 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The key to the x values is \"x is the number of years past 1990\", therefore the two pairs of data points are (5, 48000) and (14, 58000). \n" ); document.write( "The slope(m) is (58000 - 48000) / (14 - 5) = 10000 / 9 \n" ); document.write( "pick the point (5, 48000) and we solve the following for b (y intercept) \n" ); document.write( "standard for for a line is y = mx + b \n" ); document.write( "48000 = (10000/9)5 + b \n" ); document.write( "multiply by 5 \n" ); document.write( "48000 = (50000/9) + b \n" ); document.write( "now multiply both sides of = by 9 \n" ); document.write( "432000 = 50000 + 9b \n" ); document.write( "9b = 382000 \n" ); document.write( "b = 42444.4 \n" ); document.write( "the equation is y = (10000/9)x + 42444.4 \n" ); document.write( "now we test it with the second point \n" ); document.write( "y = (10000/9)14 + 42444.4 = 57999.9 is approx 58000 \n" ); document.write( "the test checks out :-)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |