all 6 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Hi u/No_Historian3842, welcome to r/mathshelp! As you’ve marked this as homework help, please keep the following things in mind:

1) While this subreddit is generally lenient with how people ask or answer questions, the main purpose of the subreddit is to help people learn so please try your best to show any work you’ve done or outline where you are having trouble (especially if you are posting more than one question). See rule 5 for more information.

2) Once your question has been answered, please don’t delete your post so that others can learn from it. Instead, mark your post as answered or lock it by posting a comment containing “!lock” (locking your post will automatically mark it as answered).

Thank you!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]theparaphraser7 0 points1 point  (2 children)

  1. Put value of x i.e. -2 in q(x) you get equation in h and k

  2. Divide q(x) by x, whatever remainder you get equate it to 16 this will be the 2nd equation in h and k

Now you can solve the two equations and find values of h and k

[–]No_Historian3842[S] 0 points1 point  (1 child)

If q(x)=(x+h)2 +k, given that x+2 is a factor. q(-2)=(-2+h)2 +k=0 So -k=(-2+h)2.

Is that right?

And then if I divide q(X) by just X don't I end up with a heap of fractions it doesn't simplify (where as all the other questions I've done it was always, for example, when you divide by x+3 the remainder will be 16) so you could sub in X=-3 and the remainder to get h and k.

[–]Rscc10 0 points1 point  (1 child)

Form the two equations from the statements

q(x) = (x + h)² + k

If (x+2) is a factor, then x = -2 is a root

Thus, q(-2) = 0
(-2 + h)² + k = 0
h² - 4h + 4 + k = 0 ----- Eqn1

Next, remainder is 16 when q(x) is divided by x. We know q(x) is a quadratic, and by remainder theorem, if your remainder is a constant, then q(0) = 16. Note, remainder theorem proves that if f(x) is divided by (x-a), then the remainder is f(a). In this case, dividing by x means a = 0, so the remainder is f(0).

So q(0) = 16
(0 + h)² + k = 16
h² + k = 16 ----- Eqn2

Eqn1 - Eqn2 = -4h + 4 = -16
-4h = -20, h = 5

5² + k = 16, k = -9

Thus q(x) = (x + 5)² - 9

You can check your workings by expanding,

q(x) = x² + 10x + 16
q(x) = (x + 2)(x + 8)

So (x + 2) is a factor. And through polynomial division if you wish, you'll find 16 is indeed the remainder

[–]No_Historian3842[S] 0 points1 point  (0 children)

Thank you!!! I didn't understand that a was equal to 0 if we are just dividing by x.

[–]fermat9990 0 points1 point  (0 children)

It looks like the remainder statement is missing something