Lloyd runs a copying service in his home. He paid $3,000 for the copier and a lifetime service contract. Each sheet of paper he uses costs $0.01, and he gets paid $0.11 per copy he makes.Write a model that can be used to calculate the cost of operations for the first year. Use to represent the number of copies he makes.__________Calculate the total cost if he makes 16,000 copies this year.The total cost is $__________.If he is paid for all 16,000 copies, what will be his profit or loss for the year?His __________ for the year
will be $__________.
What will be an ideal response?
; 3,160; loss; 1,400
You might also like to view...
Word provides a selection of text boxes that you can insert into your document with predefined sizes, shapes, colors, fonts, and placement, or you can use the Draw Text Box option to draw in your own text box
Indicate whether the statement is true or false
Which of the following statements is false?
a. The method’s return type specifies the type of data returned to a method’s caller. b. Empty parentheses following a method name indicate that the method does not require any parameters to perform its task. c. When a method that specifies a return type other than void is called and completes its task, the method must return a result to its calling method d. Classes often provide public methods to allow the class’s clients to set or get private instance variables; the names of these methods must begin with set or get.