How many natural numbers lie between 3 and 200 which are divisible by 7?
28
The question asks us to find the count of natural numbers that lie strictly between 3 and 200 and are also divisible by 7. Understanding these conditions is key to solving the problem efficiently.
The phrase "between 3 and 200" implies that the numbers we are looking for must be greater than 3 and, at the same time, less than 200. So, we are searching for natural numbers \(n\) such that \(3 < n < 200\). This means 3 and 200 themselves are not included in our count.
Our first step is to pinpoint the smallest natural number that is greater than 3 and is also perfectly divisible by 7.
Next, we need to find the largest natural number that is less than 200 and is also perfectly divisible by 7.
The natural numbers we have identified (7, 14, ..., 196) form an arithmetic progression (AP). In this AP, the first term is 7, the common difference between consecutive terms is also 7 (because they are multiples of 7), and the last term is 196. We need to find how many terms are in this sequence.
The standard formula used to find the \(n^{\text{th}}\) term of an arithmetic progression is: \[ a_n = a_1 + (n-1)d \] Let's break down what each variable represents in our problem:
Now, let's substitute these known values into the formula and solve for \(n\): \[ 196 = 7 + (n-1)7 \] First, subtract 7 from both sides of the equation: \[ 196 - 7 = (n-1)7 \] \[ 189 = (n-1)7 \] Next, divide both sides by 7: \[ \frac{189}{7} = n-1 \] \[ 27 = n-1 \] Finally, add 1 to both sides to find the value of \(n\): \[ n = 27 + 1 \] \[ n = 28 \]
An alternative and often quicker way to find the count is by understanding the multipliers of 7.
Both calculation methods consistently show that there are 28 natural numbers lying strictly between 3 and 200 that are perfectly divisible by 7.
If the arithmetic mean of a, b, c is \(\rm \frac M 3\) and \(\rm \frac{1}{a} + \frac{1}{b} = -\frac{1}{c} \) , then the arithmetic mean of a 2, b 2, c 2 is
How many two-digit numbers are divisible by 3 ?
A person saves Rs. 1000 more than he did the previous year. If he saves Rs. 2000 in the first year, in how many years will he save Rs. 170000?
A car starts with a speed of 60 km/h with its speed increasing every one hour by 5 km/h. In how many hours will it cover 435 kms?
The arithmetic mean of 16 student's scores is 320. Find the sum of these scores.