SOLUTION: Given the expression; x2 - kx + 81 a) Determine the value of "k" that makes it a perfect square trinomial b) Factor it to prove it is factorable.

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Given the expression; x2 - kx + 81 a) Determine the value of "k" that makes it a perfect square trinomial b) Factor it to prove it is factorable.      Log On


   



Question 1180749: Given the expression; x2 - kx + 81
a) Determine the value of "k" that makes it a perfect square trinomial
b) Factor it to prove it is factorable.

Found 3 solutions by MathLover1, ikleyn, greenestamps:
Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!

Given the expression;+x%5E2+-+kx+%2B+81
a) Determine the value of "k" that makes it a perfect square trinomial

recall the rule: %28a+-+b%29%5E2=a%5E2-2ab%2Bb%5E2

in your case a=1, 2ab=k, b%5E2=81=>b=9
k=2%2A1%2A9
k=18

x%5E2+-+18x+%2B+81
x%5E2+-+18x+%2B+9%5E2
%28x+-+9%29%5E2
b) Factor it to prove it is factorable.
%28x+-+9%29%28x-9%29



Answer by ikleyn(52786) About Me  (Show Source):
You can put this solution on YOUR website!
.
Given the expression; x2 - kx + 81
a) Determine the value of "k" that makes it a perfect square trinomial
b) Factor it to prove it is factorable.
~~~~~~~~~~~~~~~~~


            This problem seems to be simple,  but in fact,  it is  VERY  INTERESTING  and educational.
            Read my post in whole,  and I will explain  WHY.


One solution is OBVIOUS: it is k= 18, found by @MathLover1.

Then  x^2 -18x + 81 = (x-9)*(x-9) = %28x-9%29%5E2.      (1)



But there is another solution, too:  k= -18, which makes THIS factoring

      x^2 + 18x + 81 = (x+9)*(x+9) = %28x%2B9%29%5E2.     (2)


And the person, familiar with standard binomial identities 

     (a+b)^2 = a^2 + 2ab + b^2,   (a-b)^2 = a^2 - 2ab + b^2,      (3)

should see it MOMENTARILY (!).



But even more interesting fact is that there are MANY OTHER DECOMPOSITIONS over integer numbers.

They come from decomposition of the number 81 into the product of integer factors

    81 = 1*81 = 3*27 = (-1)*(-81) = (-3)*(-27)          (4)

(I just do not include the cases 81 = 9*9 = (-9)*(-9), which I considered above).



These decompositions produce the following factoring over integer numbers

    81 = 1*81        -->  k = 1 + 81 = 82       -->  x^2 - k + 81 = x^2 - 82 + 81 = (x-1)*(x-81)

    81 = 3*27        -->  k = 3 + 27 = 30       -->  x^2 - k + 81 = x^2 - 30 + 81 = (x-3)*(x-27)

    81 = (-1)*(-81)  -->  k = -1 + (-81) = -82  -->  x^2 - k + 81 = x^2 + 82 + 81 = (x+1)*(x+81)

    81 = (-3)*(-27)  -->  k = -3 + (-27) = -30  -->  x^2 - k + 81 = x^2 + 30 + 81 = (x+3)*(x+27)


So, over integer numbers we have 6 (six, SIX) solutions for k:  18, - 18, 82, -82, 30 and - 30, which provide 

factoring of  x^2 - k + 81 into the product of two binomials.



And if we admit factoring over REAL coefficients, then the number of possible solutions for k becomes INFINITE
(but it is just another melody).


ANSWER.  There are 6 values of k that provide factoring over integer domain.

So, the problem is just solved, answered and carefully explained.



Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


The first tutor carelessly provided an incomplete solution to the problem.

The second tutor pompously provided a lengthy response full of wonderful math which unfortunately has nothing to do with the problem....

-------------------------------------------------------------------------

We need to find the value(s) of k that make x^2-kx+81 a perfect square:

%28x-a%29%5E2+=+x%5E2-2ax%2Ba%5E2+=+x%5E2-kx%2B81

Equating the constant terms, we see a^2=81, which means a can be either 9 or -9.

Then equating the linear terms, we see that k=2a, which makes k either 18 or -18.

ANSWERS: k = 18 or k = -18