Difference between revisions of "004 Sample Final A, Problem 16"

From Grad Wiki
Jump to navigation Jump to search
(Created page with "<span class="exam"> Solve. <math>\sqrt{x - 3} + 5 = x</math>")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<span class="exam"> Solve. <math>\sqrt{x - 3} + 5 = x</math>
 
<span class="exam"> Solve. <math>\sqrt{x - 3} + 5 = x</math>
 +
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 +
! Foundations
 +
|-
 +
|1) How do you solve for <math> x </math> in the equation <math>\sqrt{x}=5 </math>?
 +
|-
 +
|2) How do you find the zeros of <math>f(x)=x^2+x-6</math>?
 +
|-
 +
|Answer:
 +
|-
 +
|1) You square both sides of the equation to get <math>x=25</math>.
 +
|-
 +
|2) You factor <math>f(x)=0</math> to get <math>(x+3)(x-2)=0</math>. From here, we solve to get <math>x=-3 </math> or <math>x=2</math>.
 +
|}
 +
 +
 +
Solution:
 +
 +
{| class = "mw-collapsible mw-collapsed" style = "text-align:left;"
 +
! Step 1:
 +
|-
 +
|First, we get the square root by itself. Subtracting 5 from both sides, we get <math>\sqrt{x - 3}= x-5</math>.
 +
|
 +
|}
 +
 +
{|class = "mw-collapsible mw-collapsed" style = "text-align:left;"
 +
! Step 2:
 +
|-
 +
|Now, to get rid of the square root, we square both sides of the equation.
 +
|-
 +
|So, we get <math>x-3=(x-5)^2</math>.
 +
|}
 +
 +
{|class = "mw-collapsible mw-collapsed" style = "text-align:left;"
 +
! Step 3:
 +
|-
 +
|We multiply out the right hand side to get <math>x - 3 = x^2-10x+25</math>.
 +
|}
 +
 +
{|class = "mw-collapsible mw-collapsed" style = "text-align:left;"
 +
! Step 4:
 +
|-
 +
|Getting all the terms on one side, we have <math>0=x^2-11x+28</math>.
 +
|-
 +
|To solve, we can factor to get <math>0=(x-7)(x-4)</math>.
 +
|}
 +
 +
{|class = "mw-collapsible mw-collapsed" style = "text-align:left;"
 +
! Step 5:
 +
|-
 +
|The two possible solutions are <math>x=7 </math> and <math>x=4</math>.
 +
|-
 +
|But, plugging in <math>x=4 </math> into the problem, gives us <math> 6=\sqrt{4-3}+5=4 </math>, which is not true.
 +
|-
 +
|Thus, the only solution is <math>x=7 </math>.
 +
|}
 +
 +
{|class = "mw-collapsible mw-collapsed" style = "text-align:left;"
 +
! Final Answer:
 +
|-
 +
|<math>x=7 </math>
 +
|}
 +
 +
[[004 Sample Final A|<u>'''Return to Sample Exam</u>''']]

Latest revision as of 16:14, 3 May 2015

Solve. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sqrt{x - 3} + 5 = x}

Foundations
1) How do you solve for in the equation ?
2) How do you find the zeros of ?
Answer:
1) You square both sides of the equation to get .
2) You factor to get . From here, we solve to get or .


Solution:

Step 1:
First, we get the square root by itself. Subtracting 5 from both sides, we get .
Step 2:
Now, to get rid of the square root, we square both sides of the equation.
So, we get .
Step 3:
We multiply out the right hand side to get .
Step 4:
Getting all the terms on one side, we have .
To solve, we can factor to get .
Step 5:
The two possible solutions are and .
But, plugging in into the problem, gives us , which is not true.
Thus, the only solution is .
Final Answer:

Return to Sample Exam