5.3: Solve Equations with Roots
( \newcommand{\kernel}{\mathrm{null}\,}\)
selected template will load here
This action is not available.
( \newcommand{\kernel}{\mathrm{null}\,}\)
Learning Outcomes
Square roots occur frequently in a statistics course, especially when dealing with standard deviations and sample sizes. In this section we will learn how to solve for a variable when that variable lies under the square root sign. The key thing to remember is that the square of a square root is what lies inside. In other words, squaring a square root cancels the square root.
Example 5.3.1
Solve the following equation for x.
2+√x−3=6
Solution
What makes this a challenge is the square root. The strategy for solving is to isolate the square root on the left side of the equation and then square both sides. First subtract 2 from both sides:
√x−3=4
Now that the square root is isolated, we can square both sides of the equation:
(√x−3)2=42
Since the square and the square root cancel we get:
x−3=16
Finally add 3 to both sides to arrive at:
x=19
It's always a good idea to check your work. We do this by plugging the answer back in and seeing if it works. We plug in x=19 to get
2+√19−3=2+√16=2+4=6
Yes, the solution is correct.
Example 5.3.2
The standard deviation, σˆp, of the sampling distribution for a proportion follows the formula:
σˆp=√p(1−p)n
Where p is the population proportion and n is the sample size. If the population proportion is 0.24 and you need the standard deviation of the sampling distribution to be 0.03, how large a sample do you need?
Solution
We are given that p=0.24 and σˆp=0.03
Plug in to get:
0.03=√0.24(1−0.24)n
We want to solve for n, so we want n on the left hand side of the equation. Just switch to get:
√0.24(1−0.24)n=0.03
Next, we subtract:
1−0.24=0.76
And them multiply:
0.24(0.76)=0.1824
This gives us
√0.1824n=0.03
To get rid of the square root, square both sides:
(√0.1824n)2=0.032
The square cancels the square root, and squaring the right hand side gives:
0.1824n=0.0009
We can write:
0.1824n=0.00091
Cross multiply to get:
0.0009n=0.1824
Finally, divide both sides by 0.0009:
n=0.18240.0009=202.66667
Round up and we can conclude that we need a sample size of 203 to get a standard error that is 0.03. We can check to see if this is reasonable by plugging n=203 back into the equation. We use a calculator to get:
√0.24(1−0.24)203=0.029975
Since this is very close to 0.03, the answer is reasonable.
Exercise
The standard deviation, σˉx, of the sampling distribution for a mean follows the formula:
σˉx=σ√n
Where σ is the population standard deviation and n is the sample size. If the population standard deviation is 3.8 and you need the standard deviation of the sampling distribution to be 0.5, how large a sample do you need?