document.write( "Question 838593: A newspaper earns a profit of $20 per year for 3000 subscribers. They project that the profit will increase by .01 for each additional subscriber...how many subscribers are needed to bring the total profits to $138125..... \n" ); document.write( "
Algebra.Com's Answer #505176 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! we want the equation of a line with slope = 0.01 through (3000,20) \n" ); document.write( "using y = mx + b as a template, \n" ); document.write( "20 = (0.01)(3000) + b \n" ); document.write( "20 = 30 + b \n" ); document.write( "add -30 to each side \n" ); document.write( "-10 = b \n" ); document.write( "So our equation is y = (0.01)x -10 \n" ); document.write( "The number of subscribers x for $138125 is \n" ); document.write( "138125 = (0.01)x -10 \n" ); document.write( "add 10 to each side \n" ); document.write( "138115 = 0.01x \n" ); document.write( "multiply each side by 100 \n" ); document.write( "13811500 = x \n" ); document.write( "So we need 138,811,500 subscribers \n" ); document.write( "Checking our equation for 3000 subscribers, \n" ); document.write( "y = 0.01(3000) - 10 \n" ); document.write( "y = 30 - 10 \n" ); document.write( "y = 20 \n" ); document.write( " |