208k views
3 votes
Three classes of school children are selling tickets to the school play. the number of tickets sold by these classes, and the number of children in each of the classes have been read into these variables:tickets1, tickets2, tickets3 and class1, class2, class3. write an expression for the average number of tickets sold per school child. submit

User Hildende
by
5.8k points

2 Answers

3 votes

Final answer:

The average number of tickets sold per school child can be calculated by dividing the total number of tickets sold by the total number of school children.

Step-by-step explanation:

To find the average number of tickets sold per school child, we need to calculate the total number of tickets sold and divide it by the total number of school children.

The expression for the average number of tickets sold per school child is:

(tickets1 + tickets2 + tickets3) / (class1 + class2 + class3)

This expression adds up the number of tickets sold by each class and divides it by the total number of children in the three classes.

User Mathew Frank
by
6.3k points
0 votes

We know that by employing the formula for the average here, we can find the average number of tickets sold per school child as the ratio of the total number of tickets sold to the total number of children in the school.

Let A be the average number of tickets sold per school child.

Let T be the total number of tickets sold.

Let C be the total number of children in the school.

Then from the information provided in the question,

T=tickets1+tickets2+tickets3 and C=class1+class2+class3

Thus, A can be expressed as:


A=(tickets1+tickets2+tickets3)/(class1+class2+class3)

The above is the expression for the average number of tickets sold per school child.



User Fabian Damken
by
5.6k points