Ask Question
26 February, 11:13

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

+5
Answers (1)
  1. 26 February, 12:15
    0
    What you should do for this case is write a weighted average to represent the problem.

    We have then:

    Average = (((tickets1) * (class1)) + ((tickets2) * (class2)) + ((tickets2) * (class3))) / ((class1) + (class1) + (class1))

    answer:

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

    Average = (((tickets1) * (class1)) + ((tickets2) * (class2)) + ((tickets2) * (class3))) / ((class1) + (class1) + (class1))
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Three classes of school children are selling tickets to the school play. the number of tickets sold by these classes, and the number of ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers