Question 1080651
Part A) You have the correct cost function. Nice work.


----------------------------------------------------------------------------


Part B)


The average is found by adding up a bunch of values and dividing by the total number of values added up.


For example, the average of the list {1,4,11,15} is (1+4+11+15)/4 = 31/4 = 7.75


In this case, we'll divide the total cost C(x) by the number of items x.


So the average cost function would be 


{{{A(x) = (C(x))/x}}}


{{{A(x) = (300+0.15x)/x}}}


----------------------------------------------------------------------------


Part C)


The domain is the set of allowed inputs for x. The x refers to the number of posters made with this machine. We can't make a negative number of posters, which is why x can't be negative. We also can't make x = 0 copies either because A(x) would be undefined (see part B above; notice the x in the denominator). 


So the domain would be {{{x > 0}}} where x is any whole number or integer. 


----------------------------------------------------------------------------


Part D)


What happens as x heads off to infinity? Let's first explore a table of values


<table border=1><tr><th>x</th><th>A(x)</th></tr><tr><td>1</td><td>300.15</td></tr><tr><td>10</td><td>30.15</td></tr><tr><td>100</td><td>3.15</td></tr><tr><td>1,000</td><td>0.45</td></tr><tr><td>10,000</td><td>0.18</td></tr><tr><td>100,000</td><td>0.153</td></tr><tr><td>1,000,000</td><td>0.1503</td></tr><tr><td>10,000,000</td><td>0.15003</td></tr></table>

Note: each A(x) value is the result of plugging in a given x value which is to the left of it. For example, if x = 10, then plugging this into the A(x) function yields A(10) = 30.15; which means that if you make 10 copies then the average cost per copy is $30.15


As the table suggests, we're approaching an asymptote for large values of x. Specifically we're approaching the asymptote y = 0.15 as x gets larger. 


The average cost will never actually get to 15 cents but it will get very close. Though to be fair, with rounding we can effectively get to 15 cents.  


The graph below shows the asymptotic behavior
<img src="https://i.imgur.com/Zwj0muq.png">
Note: Image generated by <a href = "https://www.geogebra.org/home">GeoGebra</a> (free graphing software).


Which is to be expected. The more copies we make, the more the average cost per copy is to tend toward the actual cost per copy (ignoring fixed cost), which is 15 cents. At first the average cost is much more than 15 cents due to the fixed cost ($300) factored into the cost equation.