Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

chapter 2: expressions and interactivity > 2.2 mathematical expressions…

Question

chapter 2: expressions and interactivity > 2.2 mathematical expressions
instructions for 11014
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
additional notes: notes2, notes1, class1, class2, class3, class2 and class1 should not be modified

Explanation:

Step1: Calculate total tickets sold

$\text{total\_tickets} = \text{tickets1} + \text{tickets2} + \text{tickets3}$

Step2: Calculate total number of children

$\text{total\_children} = \text{class1} + \text{class2} + \text{class3}$

Step3: Compute average per child

$\text{average} = \frac{\text{total\_tickets}}{\text{total\_children}}$

Answer:

$\frac{\text{tickets1} + \text{tickets2} + \text{tickets3}}{\text{class1} + \text{class2} + \text{class3}}$