SOLUTION: 1)Find the smallest integer p such that x^2-2x+p is always greater than 3. Show your working and explain clearly please. Also, can you explain clearly why the graph must be above t

Algebra ->  Graphs -> SOLUTION: 1)Find the smallest integer p such that x^2-2x+p is always greater than 3. Show your working and explain clearly please. Also, can you explain clearly why the graph must be above t      Log On


   



Question 967182: 1)Find the smallest integer p such that x^2-2x+p is always greater than 3. Show your working and explain clearly please. Also, can you explain clearly why the graph must be above the x-axis.Help pls.
2)Find the range of x that satisfies the inequality x^2-6x+9> or = to 0.
Please explain and show me the working step by step.
3)What is the quadratic inequality for the solution which x<-4 and x>8.Expain clearly and pls show me ur working. Thanks

Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
#3:

Quadratic is wanted so that solution set is the union of x%3C-4 and x%3E8. Something can be found EITHER for the quadratic being LESS THAN 0, OR GREATER THAN 0. The question is open for you to decide which way you want.

%28x%2B4%29%28x-8%29%3C0 has critical values of -4 and 8. What happens BETWEEN those value? Pick any x value between -4 and 8 and test it:

Pick for convenience, x=0.
%280%2B4%29%280-8%29%3C0
4%2A%28-8%29%3C0
-32%3C0
This shows that the set of values for x between -4 and 8 will all make this inequality true; but what we want is not to have THAT as a solution set, because the question was, find the quadratic which has solution set OUTSIDE of -4%3Cx%3C8.

How do we find the requested quadratic expression?
How about %28x%2B4%29%28x-8%29%3E0 ?
Will the solution set be the union of x%3C-4 and x%3E8 ?
-
Test those intervals.
-
Pick x=-5, which is within x<-4.
%28-5%2B4%29%28-5-8%29%3E0
%28-1%29%28-13%29%3E0
13%3E0
-
Pick x=10, which is within x>8.
%2810%2B14%29%2810-8%29%3E0
24%2A2%3E0
48%3E0
-
Both parts work.

There is an answer. highlight%28%28x%2B4%29%28x-8%29%3E0%29

#2:
Something seems wrong in the question, asking for "range" of x.


#1:
You might find the use of the discriminant helpful.
x%5E2-2x%2Bp%3E3
x%5E2-2x%2Bp-3%3E0
A way to make the quadratic factorable can be expect p-3=1.
Then, p=4.
This would mean %28x-1%29%28x-1%29=x%5E2-2x%2B1%3E0.
What happens at 1?
x%5E2-2x%2B%284-1%29%3E0
x%5E2-2x%2B3%3E0
(x-3)(x+1)>0
...
...
We should probably want the discriminant to always be negative, so that the quadratic will never cross the x-axis.
...
Back to x%5E2-2x%2Bp-3%3E0

%282%5E2-4%2A%28p-3%29%29%3C0------the left member IS the discriminant.
4-4p-12%3C0
-4p-8%3C0
-4p%3C8
highlight%28p%3E2%29-----------this makes sure the quadratic does not have x-intercepts.

An integer is wanted, for p, so that it is AS SMALL as possible. That would be highlight%28highlight%28p=3%29%29.


The answer should be checked to be sure.