document.write( "Question 270024: you are about to start working for a newspaper publisher. You are offered two routes to deliver papers. Route 1 has 36 customers and has about 3 new subscriptions a month. Route 2 is a newer route and has only 20 customers but is gaining 5 new subscriptions a month.
\n" ); document.write( " -You plan on delivereing newspapers for at least a year. The more newspapers you deliver, the more money you make. Which route would you choose to deliver newspapers?
\n" ); document.write( " -Which route will have more customers after 6 months? 12 months?
\n" ); document.write( " -At what point will the two routes have the same number of customers?
\n" ); document.write( "

Algebra.Com's Answer #197856 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
you are about to start working for a newspaper publisher. You are offered two routes to deliver papers.
\n" ); document.write( "------------------
\n" ); document.write( "Route 1 has 36 customers and has about 3 new subscriptions a month.
\n" ); document.write( "N1(x) = 36 + 3x where \"x\" is # of months.
\n" ); document.write( "-------
\n" ); document.write( "Route 2 is a newer route and has only 20 customers but is gaining 5 new subscriptions a month.
\n" ); document.write( "N2(x) = 20 + 5x
\n" ); document.write( "----------------------------------
\n" ); document.write( "-You plan on delivereing newspapers for at least a year. The more newspapers you deliver, the more money you make. Which route would you choose to deliver newspapers?
\n" ); document.write( "Let \"x\" = 12 months:
\n" ); document.write( "N1(12) = 36 + 36 = 72 subscriptions
\n" ); document.write( "N2(12) = 20 + 60 = 90 subsciptions
\n" ); document.write( "------------------------------------------------
\n" ); document.write( "Choose Route 2
\n" ); document.write( "-------------------------------------------------
\n" ); document.write( "-Which route will have more customers after 6 months?
\n" ); document.write( "Compare N1(6) and N2(6)
\n" ); document.write( " 12 months?
\n" ); document.write( "Compare N1(12) and N2(12)
\n" ); document.write( "-------------------------------
\n" ); document.write( "-At what point will the two routes have the same number of customers?
\n" ); document.write( "Solve 36 + 3x = 20 + 5x
\n" ); document.write( "2x = 16
\n" ); document.write( "x = 8 months.
\n" ); document.write( "=================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );