Respuesta :
Answer:
The removed number is 11.
Step-by-step explanation:
Given that the average of 5 numbers is 7. So you have to find the total values of 5 numbers :
[tex]let \: x = total \: values[/tex]
[tex] \frac{x}{5} = 7[/tex]
[tex]x = 7 \times 5[/tex]
[tex]x = 35[/tex]
Assuming that the total values of 5 numbers is 35. Next, we have to find the removed number :
[tex]let \: y = removed \: number[/tex]
[tex] \frac{35 - y}{4} = 6[/tex]
[tex]35 - y = 6 \times 4[/tex]
[tex]35 - y = 24[/tex]
[tex]35 - 24 = y[/tex]
[tex]y = 11[/tex]
Okay, let's slightly generalize this
Average of [tex]n[/tex] numbers is [tex]a[/tex]
and then [tex]r[/tex] numbers are removed, and you're asked to find the sum of these [tex]r[/tex] numbers.
Solution:
If average of [tex]n[/tex] numbers is [tex]a[/tex] then the sum of all these numbers is [tex]n\cdot a[/tex]
Now we remove [tex]r[/tex] numbers, so we're left with [tex](n-r)[/tex] numbers. and their. average will be [tex]{\text{sum of these } (n-r) \text{ numbers} \over (n-r)}[/tex] let's call this new average [tex] a^{\prime}[/tex]
For simplicity, say, sum of these [tex]r[/tex] numbers, which are removed is denoted by [tex]x[/tex] .
so the new average is [tex]\frac{\text{Sum of } n \text{ numbers} - x}{n-r}=a^{\prime}[/tex]
or, [tex] \frac{n\cdot a -x}{n-r}=a^{\prime}[/tex]
Simplify the equation, and solve for [tex]x[/tex] to get,
[tex] x= n\cdot a -a^{\prime}(n-r)=n(a-a^{\prime})+ra^{\prime}[/tex]
Hope you understand it :)