document.write( "Question 320269: Biologists want to set up a station to test alligators in the lake for West Nile Virus. Suppose that the cost for such a station are $2,500 for setup costs and $3.00 to administer each test.\r
\n" );
document.write( "\n" );
document.write( "a. Write an expression that gives the total cost to test x animals.
\n" );
document.write( "b. You can find the average cost per animal by dividing total costs by number of animals. Write the expression that gives the average cost per animal.
\n" );
document.write( "c.Find the average cost per animal for 10 animals, 100 animals, and 1,000 animals.
\n" );
document.write( "d.As the number of animals increases, what happens to the average cost to test the animals? Would the average cost ever fall below $3.00? If so, identify a value that supports your answer.If not explain how you know.
\n" );
document.write( "e. How many animals should be testes for the average cost to be $5.00 per animal? \n" );
document.write( "
Algebra.Com's Answer #229392 by stanbon(75887) ![]() You can put this solution on YOUR website! Biologists want to set up a station to test alligators in the lake for West Nile Virus. Suppose that the cost for such a station are $2,500 for setup costs and $3.00 to administer each test. \n" ); document.write( "a. Write an expression that gives the total cost to test x animals. \n" ); document.write( "C(x) = 2500 + 3x \n" ); document.write( "------------------------------ \n" ); document.write( "b. You can find the average cost per animal by dividing total costs by number of animals. Write the expression that gives the average cost per animal. \n" ); document.write( "Ave = (2500+3x)/x \n" ); document.write( "------------------------------ \n" ); document.write( "c.Find the average cost per animal for 10 animals, 100 animals, and 1,000 animals. \n" ); document.write( "Ave(10) = (2530)/10 = $253 \n" ); document.write( "Ave(100) = (2800)/100 = $28 \n" ); document.write( "Ave(1000) = (5500)/1000 = $5.50 \n" ); document.write( "------------------------------ \n" ); document.write( "d.As the number of animals increases, what happens to the average cost to test the animals? Would the average cost ever fall below $3.00? If so, identify a value that supports your answer.If not explain how you know. \n" ); document.write( "--- \n" ); document.write( "Horizontal asymptotte at Ave(x) = 3 \n" ); document.write( "=========================================== \n" ); document.write( "e. How many animals should be tested for the average cost to be $5.00 per animal? \n" ); document.write( "Solve: 5 = (2500+3x)/x \n" ); document.write( "5x = 2500+3x \n" ); document.write( "2x = 2500 \n" ); document.write( "x = 1250 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |