45.6k views
3 votes
frodo and sam are photographers. they take pictures of seniors for high school yearbooks. they charge a standard fee for taking the pictures. theres also a charge for each set of prints ordered. so the number of sets of prints determines the total cost. let s stand for the sets of prints ordered. write the rule that represents a students total cost.

User CoR
by
8.3k points

2 Answers

5 votes

So s I already know represents the number of sets of prints. I am also going to let x represent the charge for each set of prints and y will represent the standard fee.

So the cost is C=xs+y

So...

X x S + Y

User Ybybyb
by
8.2k points
2 votes

In this case, the total cost of a student's photography session is dependent on two factors: a standard fee, let's denote it as "sf" for simplicity, and the sets of prints ordered. If we denote the charge for each set of prints ordered as "cps", then, the total cost incurred by a student can be represented as a function of the number of set of prints ordered.

To represent the total cost, we first note the primary components:
1. The standard fee, which is a constant and is not dependent on the number of set of prints ordered. We represented it as "sf".
2. The total cost for sets of prints, which is the product of the number of sets of prints (denoted by "s") and the cost per set (denoted by "cps").

Consequently, combining both components and considering "s" sets have been ordered, we can write the total cost as:

```sf + cps * s```

which is the function rule to represent the total student's total cost.

In this function, "sf" is the constant term and "cps" is the coefficient of the variable "s". The cost per set "cps" directly impacts the term "cps * s".

So, the total cost is a standard fee plus the cost for each set of prints ordered, multiplied by the number of sets ordered.

User Calley
by
8.8k points