in Combinatory recategorized by
4,645 views
2 votes
2 votes

How many positive integers between $50$ and $100$

  1. are divisible by $7?$ Which integers are these?
  2. are divisible by $11?$ Which integers are these?
  3. are divisible by both $7$ and $11?$ Which integers are these?
in Combinatory recategorized by
by
4.6k views

2 Answers

4 votes
4 votes
Best answer

Solved by using very intuitive formula :

$ \left \lfloor \frac{b}{n} \right \rfloor-\left \lfloor \frac{a-1}{n} \right \rfloor$

a & b are inclusive by default 

Here,

(A) a=50, b=100, n=7

(B) a=50, b=100, n=11

(C) a=50, b=100, n=77(l.c.m of 7 & 11)

 

Please don't worry 

If you're not getting this formula as of now. I've attached the detailed solution for this question in which intuition behind this formula mentioned in a  pictorial way. I’m sure you'll definitely get this after going through the entire solution.

Please don't by heart this formula 

For writing this formula, you just to need to have  the idea of Complement Rule. That's it:)


 

edited by

4 Comments

That’s correct. 

Actually the formula for number of integers divisible by $n$ between $a$ and $b$ is $\displaystyle \left\lfloor \frac{b}{n} \right\rfloor – \left\lfloor \frac{a-1}{n} \right\rfloor $ if between is taken as “inclusive” which by default should be the case. But do watch out if “exclusive” is given in question. 

https://english.stackexchange.com/questions/7871/between-a-and-b-or-from-a-to-b

1
1
@Manisha_K Suppose, I don’t know have an idea of complement rule and $\lfloor \frac{something}{n} \rfloor$

then is it possible for me to solve (A) and get a formula for (A) to get how many positive integers between $x$ and $y$ that are divisible by integer $m$ ?
0
0
" Saying “between 1 and 10” is somewhat ambiguous; usually people will say “between 1 and 10 inclusive” or “between 1 and 10 exclusive” to clarify when there is no other context. Both “between…and…” and “from…to…” are usually considered inclusive unless otherwise specified. " ---> Now, the idea of exclusive is also clear in my mind.

Thank you sir:)
1
1
0 votes
0 votes

A. are divisible by 7 ? Which integers are these?

    Since it is between 50 and 100 only, i go by 7 multiple i.e.,

    7 x 8 =56

    7x 9 = 63

    7 x 10 = 70

    7 x 11 = 77

    7x 12  = 84

    7 x 13 = 91

    7 x 14 = 98.

   Therefore, the answer is 7 integers and they are 56, 63, 70, 77, 84, 91 and 98.

B.are divisible by 11? Which integers are these?

 Now go for 11 multiple i.e., 

11 x 5 = 55

11 x 6 = 66

11 x 7 = 77

11 x 8 = 88

11 x 9 = 99

 Therefore, the answer is 5 integers and they are 55, 66, 77, 88, 99.

C.are divisible by both 7 and 11? Which integers are these?

Now check the intersection of divisible by 7 and divisible by 11, we can find one integer which is common i.e., 77.

 Therefore, the answer is 1 and the integer is 77.

 

 

    

 

 

 

 

1 comment

yes agreed.
0
0

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true