document.write( "Question 174570: The Student Council is going to buy equipment to make thingamajigs to sell to raise money for a school project. The equipment will cost $400, regardless of how many thingamajigs are produced. In addition to the initial equipment purchase, the Student Council will have a cost of $7 for each thingamajig. Write an equation for the total cost for producing x thingamajigs. How much will it cost to produce 80 thingamajigs? \n" ); document.write( "
Algebra.Com's Answer #129583 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "If x = thingamajigs produced \n" ); document.write( "then cost (as a function of x) is: \n" ); document.write( "cost = f(x) = 7x + 400 \n" ); document.write( ". \n" ); document.write( "if x = 80, plug it in and calculate cost: \n" ); document.write( "f(80) = 7(80) + 400 = 560 + 400 = $960 \n" ); document.write( " \n" ); document.write( " |