5
$\begingroup$

Picture of problem

I'm having an issue with a simple SAT question. If you can't see from the picture, I'm being asked to find the value of $x$, for which the function:

$$h(x) = \frac 1{(x-5)^2+4(x-5)+4}$$

is undefined.

I figured that for it to be undefined, it should be equal to 1/0. This therefore means that $(x-5)^2+4(x-5)+4 = 0$. I further simplified it into

$$(x-5)((x-5)+4) = 0$$

However, this gives me either $x = 1$ or $x = -3$, both of which are false. The answer is $3$. Why do I get $-3$, when the answer is $3$?

$\endgroup$
3
  • 9
    $\begingroup$ Your simplification is not correct. $(x-5)((x-5)+4)=(x-5)^2+4(x-5)$ which is not what you want. Also, I have no idea how you deduce $x=1,-3$ from that. $\endgroup$
    – lulu
    Commented Sep 3, 2017 at 13:30
  • $\begingroup$ Oops, sorry about that. I meant to say that I simplified it into (x-5)((x-5)+4) = -4, not 0. Could such a simplification be used to find the answer? $\endgroup$
    – Paul
    Commented Sep 3, 2017 at 15:07
  • 1
    $\begingroup$ Well...that simplification is valid, but it doesn't look helpful. You have a quadratic equation. Letting $z=x-5$ you just have $z^2+4z+4=0$. That's easy to solve...your approach, while mathematically legitimate, makes the problem harder. $\endgroup$
    – lulu
    Commented Sep 3, 2017 at 15:12

7 Answers 7

10
$\begingroup$

Set $y:= (x-5)$, the denominator reads:

$D(y) = y^2 + 4y + 4$,

Consider the function $H(y): = \dfrac{1}{D(y)}$.

$H(y)$ is not defined for $y$ values with $D(y) =0$.

Find the zeroes of $D(y)$:

$D(y) = y^2 + 4y +4 =0$.

Note:

$D(y) = y^2 + 4y +4 = (y+2)^2 = 0$.

Hence $y = -2$ is excluded:

Domain of $H(y): \mathbb{R}$ \ {$-2$}.

Proceed to exclude the corresponding $x$ value, recall $y=x-5,$ from the domain of the original function $h(x)$.

$\endgroup$
8
$\begingroup$

You factorised the denominator incorrectly, leaving out the $+4$ term. The correct factorisation is $(x-5+2)(x-5+2) = 0$, or equivalently $(x-3)(x-3) = 0$.

$\endgroup$
3
  • $\begingroup$ Thank you for your help! Makes a lot more sense to factor it that way. However, I was wondering if it would be possible to find the value of x through (x−5)((x−5)+4) = -4 ? I got mixed up while typing up my simplification in my original question, the simplification in the previous sentence being what I meant to type. If (x-5)((x-5)+4) = -4, then (x-5)(x-1) = -4. However, in that case it's either x-5=-4 or x-1=-4, neither of which are correct (respectively leading to x=1 or x=-3). $\endgroup$
    – Paul
    Commented Sep 3, 2017 at 15:20
  • 3
    $\begingroup$ @Paul the product of two terms is 0 if either term is 0. The product of two terms is not -4 whenever either term is -4. Which is to say, you can only do that trick when one side of the equality is 0. $\endgroup$
    – hobbs
    Commented Sep 3, 2017 at 18:24
  • $\begingroup$ @hobbs Got it. Thanks a lot for your help :-) $\endgroup$
    – Paul
    Commented Sep 3, 2017 at 20:33
6
$\begingroup$

We can use $(a+b)^2=a^2+2ab+b^2$.

By this formula we get $$(x-5+2)^2=0$$ or $$x-5=-2$$ or $$x=3$$

$\endgroup$
0
4
$\begingroup$

HINT: your denominator can be written as $$(x-5)^2+4(x-5)+4=(x-3)^2$$

$\endgroup$
2
$\begingroup$

First of all, kudos to you for correctly identifying that what you need to do is find the value of $x$ that makes the denominator equal to 0. It appears to me that that this problem is designed to test the SAT taker on two components - the first being the ability to identify that $h(x)$ is undefined if and only if the denominator is equal to 0, and the second being the ability to solve algebraically for which $x$ value will make the denominator equal to 0.

All of the other correct answers certainly sufficient, but I am going to provide my method of solving as well. It is semantically no different from the other correct solutions, just different syntax, but I imagine you are in high school and when I was in high school some methods of solving equations did not click well for me and others did, so I will provide mine just in case it is the one that works for you.

$$(x-5)^2 + 4(x-5) + 4 = 0\\ \implies x^2 - 10x + 25 + 4x - 20 + 4 = 0\\ \implies x^2 - 6x + 9 = 0.$$

From here, someone with a good eye would catch that $$x^2 - 6x + 9 = (x-3)^2,$$

thus the unique solution to our problem is $x = 3$. However if a student is not as skilled in spotting factorizations, it would be just as easy to recall the quadratic equation:

$$ax^2 + bx + c = 0 \iff x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, \hspace{4mm} \text{(for } a \text{ not = 0)}$$

and use this to arrive at

$$x = \frac{6 \pm \sqrt{6^2 - 4(1)(9)}}{2} = \frac{6 \pm 0}{2} = 3.$$

This answer may seem too long for the SAT where speed matters - but that is only because I was verbose in explanation. When I initially used this method to solve your problem on paper by hand it probably took about 15 seconds.

Hope you find the answer that works for you here on MSE and good luck on your SAT!

$\endgroup$
1
  • $\begingroup$ This makes a lot of sense. Thank you so much for your detailed explanation and kind words! The math section of the SAT being my weak spot, I often get tripped up by basic math concepts, but I feel that I'm slowly working my way up... A lot of is thanks to people like you willing to help others out online. I truly appreciate it! $\endgroup$
    – Paul
    Commented Sep 3, 2017 at 20:49
2
$\begingroup$

Ahhh, I see what you are doing. In reply to user476879, you said:

If (x-5)((x-5)+4) = -4 then (x-5)(x-1) = -4 in that case it's either x-5=-4 or x-1=-4 neither of which are correct (respectively leading to x=1 or x=-3)

Nope. You can't solve for x like that. You have to get one side of the equation to equal zero first. It can't be -4, -10, 200, or anything else. It's got to be zero. Only once you get it to zero can you solve for what value of x will make it zero.

If you don't understand, please post again because this misunderstanding will cause you to have troubles with many many more SAT problems. Good Luck on it!

$\endgroup$
4
  • $\begingroup$ I agree. This is the most helpful answer on the page. The OP's fundamental understanding of algebraic techniques was flawed and @WebDev is the only one who caught that. +1 $\endgroup$
    – bloomers
    Commented Sep 3, 2017 at 19:48
  • 1
    $\begingroup$ I think that's it - that's where my problem fundamentally lays. Part of why it passed unnoticed was because I'd gotten mixed up in my original post, writing =0 when I meant =-4, which would then have made my misunderstanding more obvious. Now that I know that the other side must strictly be a 0 in order to solve for x like that, my mind is a little more at peace. Thanks a lot for clearing things up! $\endgroup$
    – Paul
    Commented Sep 3, 2017 at 20:38
  • 1
    $\begingroup$ @Paul If that's the case, you should click the "check" on this answer to elect this answer as accepted. Glad you understand it better now! :) $\endgroup$
    – bloomers
    Commented Sep 4, 2017 at 0:52
  • $\begingroup$ Paul, I am glad my post survived long enough to be of help to you. Had it not been for Typhon and bloomers speaking up, the post would have surely been deleted before you had a chance to read it. @J $\endgroup$
    – Web Dev
    Commented Sep 5, 2017 at 13:00
1
$\begingroup$

The denominator has to be zero for the chosen $x$ values of course;

$(x-5)^2+4(x-5)+4=0$

We can name $(x-5)=a$ to make things easier.

$a^2+4a+4=0$

That is a perfect square;

$(a+2)^2=0$

$a=-2$ so $x-5=-2 \rightarrow x=3$

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .