Ask Question
24 September, 18: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

+4
Answers (1)
  1. 24 September, 19:17
    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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers