Ask Question
11 May, 08:56

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

+3
Answers (1)
  1. 11 May, 09:04
    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?
Find 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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers