document.write( "Question 927137: 10. A new company is producing ant farms. They had a start-up fee of $200 and have supplies that cost $5 per ant farm. Write a linear equation that shows the cost for this new company creating a farms.
\n" );
document.write( "11. Using a table, find the cost to produce 8 farms, 10 farms and 12 farms. You will need to graph this below. Scale each axis.
\n" );
document.write( "12. Using your graph, find the cost to produce 20 and 22 of these ant farms.
\n" );
document.write( "13. What does the y-intercept in this specific problem tell you?
\n" );
document.write( "14. What does the slope indicate for this specific problem?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #562773 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! y = 5x + 200 \n" ); document.write( "--- \n" ); document.write( "cost for 8 farms: \n" ); document.write( "y = 5*8 + 200 \n" ); document.write( "y = 240 \n" ); document.write( "--- \n" ); document.write( "cost for 10 farms: \n" ); document.write( "y = 5*10 + 200 \n" ); document.write( "y = 250 \n" ); document.write( "--- \n" ); document.write( "cost for 12 farms: \n" ); document.write( "y = 5*12 + 200 \n" ); document.write( "y = 260 \n" ); document.write( "--- \n" ); document.write( "cost for 20 farms: \n" ); document.write( "y = 5*20 + 200 \n" ); document.write( "y = 300 \n" ); document.write( "--- \n" ); document.write( "cost for 22 farms: \n" ); document.write( "y = 5*22 + 200 \n" ); document.write( "y = 310 \n" ); document.write( "--- \n" ); document.write( "y-intercept is the start-up cost ($200) \n" ); document.write( "--- \n" ); document.write( "slope is the supply cost to produce one farm \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |