document.write( "Question 193142: Can you please help me with this linear equation?
\n" );
document.write( " An administrator of a popular website is told that a new faster server, can handle 45,000 \"hit\" (users accessing the site)per second. The web site currently experience a peak demand of about 110,000 hits per second. But, every month, the peak demand increases by 2500 hits per second. Use proportion equation to determine how many new servers the administrator should buy to address expected traffic for the next 24 months. \n" );
document.write( "
Algebra.Com's Answer #145088 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! good problem\r \n" ); document.write( "\n" ); document.write( "increasing demand is an arithmetic sequence \n" ); document.write( "H=110,000+(n-1)*2500 \n" ); document.write( "H(24)= 110,000+23*2500=110,000+57500=167,500\r \n" ); document.write( "\n" ); document.write( "proportion of required machines to fit capacity \n" ); document.write( "1/45,000=x/167,500 \n" ); document.write( "cross multiply\r \n" ); document.write( "\n" ); document.write( "167,500=45,000x \n" ); document.write( "x=3.7 or 4 machines \n" ); document.write( " |