Difference between revisions of "MIE 2016/Problem 2"

(See Also)
Line 15: Line 15:
 
(e) <math>k\geq8</math>
 
(e) <math>k\geq8</math>
  
==Solution 2==
+
==Solution 1==
 +
===Objective:===
 +
We can solve this problem in two steps: First, we solve for the range of <math>\frac{x^2-2x-14}{x}>3</math>, then combine it with the range of <math>x\leq12</math> to get a compound inequality which we can use to find all possible integer solutions.
 +
===Step 1===
 +
We first find the range of the inequality <math>\frac{x^2-2x-14}{x}>3</math>.
  
 +
We now simplify the inequality:
 +
 +
Case 1: <math>0<x\leq12</math>
 +
 +
<cmath>\frac{x^2-2x-14}{x}>3</cmath>
 +
<cmath>x^2 - 2x - 14>3x</cmath>
 +
<cmath>x^2 - 5x - 14 > 0</cmath>
 +
Factoring, we get
 +
<cmath>(x-7)(x+2)>0</cmath>
 +
Now, <math>x</math> can be greater than <math>7</math> or less than <math>-2</math>.
 +
But in this case, <math>0<x\leq12</math>, and this further restricts our solutions.
 +
So, for the case where <math>0<x\leq12</math>, our solutions are <math>7<x\leq12</math>
 +
 +
Case 2: <math>x<0</math>
 +
<cmath>\frac{x^2-2x-14}{x}>3</cmath>
 +
<cmath>x^2-2x-14<3x</cmath>
 +
<cmath>x^2-5x - 14<0</cmath>
 +
<cmath>(x-7)(x+2)<0</cmath>
 +
We have in this case that <math>-2<x<7</math>, but the case statement further restricts our solutions.
 +
 +
For this case, the solutions are <math>-2<x<0</math>
 +
 +
===Step 2===
 +
Now, we know the solutions for <math>x</math>: in the first case, where <math>7<x\leq12</math>, the integer solutions are <math>x = {8, 9, 10, 11, 12}</math>
 +
 +
In the second case, where <math>-2<x<0</math>, the only integer solution is <math>x = {-1}</math>
 +
 +
The union of these two cases gives <math>x = {-1, 8, 9, 10, 11, 12}</math>.
 +
 +
There are <math>k=6</math> solutions and <math>6\leq k\leq8</math>, giving <math>\boxed{D)}</math>
 
==See Also==
 
==See Also==

Revision as of 11:07, 10 September 2020

Problem 2

The following system has $k$ integer solutions. We can say that:

$\begin{cases}\frac{x^2-2x-14}{x}>3\\\\x\leq12\end{cases}$


(a) $0\leq k\leq 2$

(b) $2\leq k\leq 4$

(c) $4\leq k\leq6$

(d) $6\leq k\leq8$

(e) $k\geq8$

Solution 1

Objective:

We can solve this problem in two steps: First, we solve for the range of $\frac{x^2-2x-14}{x}>3$, then combine it with the range of $x\leq12$ to get a compound inequality which we can use to find all possible integer solutions.

Step 1

We first find the range of the inequality $\frac{x^2-2x-14}{x}>3$.

We now simplify the inequality:

Case 1: $0<x\leq12$

\[\frac{x^2-2x-14}{x}>3\] \[x^2 - 2x - 14>3x\] \[x^2 - 5x - 14 > 0\] Factoring, we get \[(x-7)(x+2)>0\] Now, $x$ can be greater than $7$ or less than $-2$. But in this case, $0<x\leq12$, and this further restricts our solutions. So, for the case where $0<x\leq12$, our solutions are $7<x\leq12$

Case 2: $x<0$ \[\frac{x^2-2x-14}{x}>3\] \[x^2-2x-14<3x\] \[x^2-5x - 14<0\] \[(x-7)(x+2)<0\] We have in this case that $-2<x<7$, but the case statement further restricts our solutions.

For this case, the solutions are $-2<x<0$

Step 2

Now, we know the solutions for $x$: in the first case, where $7<x\leq12$, the integer solutions are $x = {8, 9, 10, 11, 12}$

In the second case, where $-2<x<0$, the only integer solution is $x = {-1}$

The union of these two cases gives $x = {-1, 8, 9, 10, 11, 12}$.

There are $k=6$ solutions and $6\leq k\leq8$, giving $\boxed{D)}$

See Also