513 views
2 votes
2 votes

Kindly help...thanks

2 Answers

Best answer
1 votes
1 votes

i find factors of  100 = 2 , 2 ,5, 5

we want gcd of two number  (HCF) ,   so 2 ,2 , 5,5 ka factor nai ayga jis number me so hcf =1 ayga  with 100 

i find how many integer between 1 to 100  having factor of 2 like : 2 ,4, 6, ---- 100 = 50



similarly for 5 i got = 20 

5,10,,,,,,,,,100   = 20 terms 
  

hmm ,  there are some repeating numbers too in series

2,4,6,8,10,....................100

5,10,21,........................100

  

like  10 is both factor of 2 and 5

so  they should be subtracted numbers  between 1 to 100 that are factors of 10  is  "10"

50+20 -10 = 60

60 are total numbers between 1 to 100 that  contains 2,2,5,5 as factors  

100 - 60 = 40    such no. are there which donot contain 2,2,5,5 as factors , so their  gcd / hcf with 100 =1 

,no need to take 1 , because gcd(1,100) =1  ,  see gcd (100,100) =100   , which should not be taken in consideration but  in  calculation factors of 2,5,10  { 100 is taken in consideration } and 1 has not taken in consideration  , so it is balanced  

so overall 40 i got

edited by
3 votes
3 votes

number of co-prime numbers to 100 can be found using EULER TOTIENT function.

100 =22 *52

euler totient  = (22 -2) *(52 -5){ Φ(pk) = pk – pk-1. )

                      = 2*20

                       = 40

Related questions

0 votes
0 votes
0 answers
1
UK asked Feb 17, 2016
476 views
Let (x′, y′) correspond to gcd(b, a mod b), i.e. gcd(b, a mod b) = x′ ·b + y′ · (a mod b). Then show that gcd(a, b) = y′ &midd...
1 votes
1 votes
1 answer
2
nihal_chourasiya asked Jan 7
190 views
In how many ways can you distribute 4 different choclates to 3 people such that each gets atleast 1 choclate.
0 votes
0 votes
1 answer
3
Swarnava Bose asked Jun 5, 2023
246 views
Given there are 3 full baskets of apples, mangoes, and oranges. How many ways possible ifa) You need to buy any 4 fruits out of these 3 baskets ?b) you buy any 4 fruits s...
0 votes
0 votes
1 answer
4
Swarnava Bose asked Jun 3, 2023
423 views
A power series expression has been converted to Partial Fractions to get :-$\frac{3}{1+5x} - \frac{2}{7-2x}+ \frac{5x}{3+2x} + \frac{7x}{5-2x}$Find the Coefficient of $x^...