Question 643354
Let x = the first integer.
Then the second integer would be x+1
and the third integer would be x+2<br>
Using these expressions for the three integers we can translate "The product of the first and third of three consecutive integers is 3 more than 3 times the second integer." into:
{{{(x)(x+2) > 3(x+1)}}}<br>
Now we solve this. Quadratic inequalities are solved in much the same way that quadratic equations. First we simplify each side:
{{{x^2+2x  > 3x+3}}}
and then get one side to be zero. Subtracting 3x and 3 from each side we get:
{{{x^2-x-3 > 0}}}
Next we factor (or use the Quadratic Formula). Note: This will tell us the x's that make the left side equal to zero. We are interested in the x's that make the left side greater than zero. The x's that make the left side zero will help us fine the x's that make it greater than zero.<br>
The left side will not factor (at least not in a normal way). So we must use the Quadratic Formula:
{{{x = (-(-1) +- sqrt((-1)^2-4(1)(-3)))/2(1)}}}
Simplifying...
{{{x = (-(-1) +- sqrt(1-4(1)(-3)))/2(1)}}}
{{{x = (-(-1) +- sqrt(1+12))/2(1)}}}
{{{x = (-(-1) +- sqrt(13))/2(1)}}}
{{{x = (1 +- sqrt(13))/2}}}
which is short for
{{{x = (1 + sqrt(13))/2}}} or {{{x = (1 - sqrt(13))/2}}}<br>
Remember, these are the x's that make {{{x^2-x-3}}} zero. (BTW: This means that {{{x^2-x-3}}} will factor into {{{(x-(1 + sqrt(13))/2)(x-(1 - sqrt(13))/2)}}} These two x values are the only two x values that will make {{{x^2-x-3}}} zero. All other x's result in positive or negative values for {{{x^2-x-3}}}. These two x values divide the other x values into three groups:
1) Those larger than {{{(1 + sqrt(13))/2}}}
2) Those less than {{{(1 - sqrt(13))/2}}}
3) Those in between {{{(1 + sqrt(13))/2}}} and {{{(1 - sqrt(13))/2}}}<br>
To find our solution, we need to figure out which of the above groups will make {{{x^2-x-3}}} positive. We will pick a number from each group to see if it works. (If you have trouble figuring a number for a group, use your calculator to get a decimal value for the x's we found earlier.)<br>
For group 1, 10 is clearly a number in that group:
{{{(10)^2-(10)-3}}}
{{{100-(10)-3}}}
{{{87}}}
So group 1 works, It makes {{{x^2-x-3}}} greater than zero.<br>
For group 2, -10 is clearly a number in that group:
{{{(-10)^2-(-10)-3}}}
{{{100-(-10)-3}}}
{{{107}}}
So group 2 works, It makes {{{x^2-x-3}}} greater than zero.<br>
For group 3, 0 is clearly a number in that group:
{{{(0)^2-(0)-3}}}
{{{0-(0)-3}}}
{{{-3}}}
So group 3 does not work. It makes {{{x^2-x-3}}} less than zero.<br>
So our solutions come from groups 1 and 2:
1) Those larger than {{{(1 + sqrt(13))/2}}}
2) Those less than {{{(1 - sqrt(13))/2}}}
Since we are only interested in integer solutions, we only want integers that are greater than {{{(1 + sqrt(13))/2}}} or less then {{{(1 - sqrt(13))/2}}}. (Again, use decimals if you can't figure this out on mentally.) So our solutions are:
all integers greater than or equal to 3 (3, 4, 5, ...); or
all integers less than or equal to -2 (-2, -3, -4, ...)