SOLUTION: Find the number of positive integers n, {{{1<=n<=1000}}}, for which the polynomial {{{x^2 + x - n}}} can be factored as the product of two linear factors with integer coefficients.

Algebra.Com
Question 1157075: Find the number of positive integers n, , for which the polynomial can be factored as the product of two linear factors with integer coefficients.
Answer by ikleyn(52812)   (Show Source): You can put this solution on YOUR website!
.

The polynomial of this kind is factorable IF and ONLY IF  " n " is the product of two consecutive integer numbers n = m*(m+1).


Then  x^2 + x -n = (x+m)*(x-(m+1)).


So, you should determine the number of all such positive n's  under the condition  1 <= m*(m+1) <= 1000.


Notice that " m " can be positive and negative, as well.


So, you need to find the number of solutions to this compound inequality

        1 <= m*(m+1) <= 1000.


The solutions are   -32 <= m <= 31; but you should reject negative m's and m = 0.

So, the number of such positive n's is 31.

ANSWER. 31.


Solved.



RELATED QUESTIONS

Find the number of positive integers n, {{{1 <=n<=1000}}}, for which the polynomial... (answered by Edwin McCravy,solver91311)
The product of two consecutive numbers is 42. Which equation can be used to find the two (answered by edjones)
Find the largest value of n such that 5x^2+nx+48 can be factored as the product of two... (answered by ewatrrr)
Use the ac test to determine which of the following trinomials can be factored. Find the... (answered by jim_thompson5910)
1. Write an equation in the form y=ax^2+bx+c for the quadratic function whose graph... (answered by khwang)
This is confusing for me. Please help. Use the ac test to determine which of the... (answered by mbarugel)
Please help. Use the ac test to determine which of the following trinomials can be... (answered by jim_thompson5910)
Please help. Use the ac test to determine which of the following trinomials can be... (answered by jim_thompson5910)
Use the ac test to determine which of the following trinomials can be factored. Find the... (answered by jim_thompson5910)