document.write( "Question 158736:  2.	Biologists want to set up a station to test alligators in the lake for West Nile Virus. Suppose that the costs 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.\r
\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.\r
\n" );
document.write( "\n" );
document.write( "c.	Find the average cost per animal for 10 animals. 100 animals. 1,000 animals.
\n" );
document.write( "d.	As the number of animals tested 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. \r
\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( " \n" );
document.write( "
| Algebra.Com's Answer #116908 by stanbon(75887)      You can put this solution on YOUR website! Suppose that the costs 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 dollars \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( "[C(x)]/x = [2500 + 3x]/x \n" ); document.write( "------------------------------- \n" ); document.write( "c. Find the average cost per animal for 10 animals. 100 animals. 1,000 animals. \n" ); document.write( "For 10 animals: [C(10)] = [2500 + 3*10]/10 = 2800/10 = 280 dollars \n" ); document.write( "--- \n" ); document.write( "You can do the work for x=100 and for x=1000 \n" ); document.write( "------------------------------- \n" ); document.write( "d. As the number of animals tested 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( "The horizontal asymptote is 3x/x = 3 \n" ); document.write( "The average would not drop below $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( "Let C(x)=$5 and solve for \"x\": \n" ); document.write( "5 = [2500+3x]/x \n" ); document.write( "2x = 2500 \n" ); document.write( "x = 1250 animals. \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |