For how many integer values of n will the value of the expression 4n + 7 be an integer greater than ...
For how many integer values of n will the value of the expression 4n + 7 be an integer greater than 1 and less than 200?
Answer/Solution
50
Steps/Work
From first constraint
4n+7 > 1
4n> -6
n > -(3/2)
n> -1.5 (n = -1, 0, 1 ,2 3........ upto infinity)
From second constraint
4n+7 < 200
4n< 193
n < 48. 25
n = (-infinity, .......-3, -2, -1, 0, 1, 2, .........upto 48)
Combining the two
-1.5 < n<48.25
n = 1 to 48 (48 integers)
and n = -1 and 0
so 50 integers.
C is the answer
4n+7 > 1
4n> -6
n > -(3/2)
n> -1.5 (n = -1, 0, 1 ,2 3........ upto infinity)
From second constraint
4n+7 < 200
4n< 193
n < 48. 25
n = (-infinity, .......-3, -2, -1, 0, 1, 2, .........upto 48)
Combining the two
-1.5 < n<48.25
n = 1 to 48 (48 integers)
and n = -1 and 0
so 50 integers.
C is the answer