1,150 views

1 Answer

2 votes
2 votes
Relatively prime means not divisible by 3 or 5

First we will find non relative primes that means

Numbers divisible by 3 or 5 between 1 - 1000  N(X) = Ceil(1000/3) + Ceil(1000/5) - Ceil(1000/3 *5)

                                                                        = 333 + 200 -66 = 467

Now relatively prime means N(x)' = 1000 - 467 = 533

Related questions

0 votes
0 votes
1 answer
1
Shoto asked Jan 23, 2022
549 views
Anyone with detailed solution?
1 votes
1 votes
1 answer
2
Ajaaz asked Jul 30, 2018
492 views
Can you please guide me how to approach discrete maths? I want prepare it alongside with what's being taught at classroom coaching, please suggest resources and strategy
0 votes
0 votes
0 answers
3
Anjan asked Dec 21, 2017
310 views
The number of different Boolean functions $F(x,y,z)$ for all values of the Boolean variables $x$, $y$, and $z$ such that is $F(\bar{x},\bar{y},\bar{z}) = F(x,y,z)$ ?
0 votes
0 votes
1 answer
4