document.write( "Question 467868: Scientists want to set up and test animals in the area for West Nile. The costs to test are $2,200 for setup plus $1.50 to administer each test. \r
\n" );
document.write( "\n" );
document.write( "Write an expression that gives the total cost to test x animals.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #321045 by gwendolyn(128) You can put this solution on YOUR website! There is a base cost of 2200, and a rate of 1.5 per animal. We'll say that 'y' represents the total cost to test x animals. \n" ); document.write( "1.5x+2200=y \n" ); document.write( " |