Respuesta :
Answer:
12 and 16
Step-by-step explanation:
The formula for the mean of a set of data is:
[tex]\overline{x}=\dfrac{\displaystyle \sum x}{n}[/tex]
where:
- [tex]\overline{x}[/tex] is the mean.
- x refers to each individual data point in the dataset.
- ∑x represents the sum of all the data points.
- n is the total number of data points.
In this case, the five numbers are 4, 8, 10, x and y, and the mean is 10.
Substituting these values into the mean formula gives:
[tex]\dfrac{4+8+10+x+y}{5}=10[/tex]
Simplify and isolate y:
[tex]\dfrac{22+x+y}{5}=10[/tex]
[tex]22+x+y=50[/tex]
[tex]x+y=28[/tex]
[tex]y=28-x[/tex]
[tex]\hrulefill[/tex]
The formula for the standard deviation of a set of data is:
[tex]\sigma=\sqrt{\dfrac{\displaystyle \sum x^2}{n}-\overline{x}^2}[/tex]
where:
- σ is the standard deviation.
- [tex]\overline{x}[/tex] is the mean.
- x refers to each individual data point in the dataset.
- ∑x² represents the sum of the squares of all the data points.
- n is the total number of data points.
Given that the mean is 10 and the standard deviation is 4, then:
[tex]\sqrt{\dfrac{4^2+8^2+10^2+x^2+y^2}{5}-10^2}=4[/tex]
Simplify:
[tex]\dfrac{16+64+100+x^2+y^2}{5}-100=16[/tex]
[tex]\dfrac{180+x^2+y^2}{5}=116[/tex]
[tex]180+x^2+y^2=580[/tex]
[tex]x^2+y^2=400[/tex]
[tex]\hrulefill[/tex]
Now we have created a system of two equations:
[tex]\begin{cases}y=28-x\\x^2+y^2=400\end{cases}[/tex]
Substitute the first equation into the second equation and solve for x:
[tex]\begin{aligned}x^2+(28-x)^2&=400\\x^2+784-56x+x^2&=400\\2x^2-56x+384&=0\\2(x^2-28x+192)&=0\\x^2-28x+192&=0\\(x-12)(x-16)&=0\\\\x-12&=0 \implies x=12\\x-16&=0 \implies x=16\end{aligned}[/tex]
If we substitute x = 12 into y = 28 - x, we get y = 16.
Similarly, if we substitute x = 16 into y = 28 - x, we get y = 12.
Therefore, the values of x and y are 12 and 16.