1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
AveGali [126]
3 years ago
7

WILL MARK BRAINLIEST PLEASE HELP! How many three-digit numbers are multiples of neither 5 nor 7?

Mathematics
2 answers:
Temka [501]3 years ago
7 0
 Best Answer

999/7 is just over 142

 

100/7 is just over 14

 

so there are (142 - 14) = 128 numbers that are multiples of 7, hence there are 999-99-128 = 772 numbers that are not multiples of 7.

Salsk061 [2.6K]3 years ago
5 0
Hello,
1)
100=20*5999=199*5+4Number of multiple of 5 =(199-20+1)=180
2)100=15*7-5999=142*7+5Number of multiple of 7= 142-15+1=128
3)5*7=35100=3*35-5999=28*35+19Number of multiple of (5 and 7) =28-3+1=26
4) Number of three-digit numbers= 999-100+1=900
5)Number of three-digit numbers are multiples of neither 5 nor 7=900-(128+180-26)=618
Proof :This programm in QB64 print nb=618.

' How many three-digit numbers are multiples of neither 5 nor 7?
DIM i AS INTEGER, nb AS INTEGER
nb = 0
FOR i = 100 TO 999
    IF i MOD 5 = 0 OR i MOD 7 = 0 THEN
    ELSE
        nb = nb + 1
        PRINT nb; i
    END IF

NEXT i
PRINT "nb="; nb
END



You might be interested in
Because of the commutative property of multiplication 3/4X4=4X3/4 However these expressions can be calculated in different ways
elena55 [62]

Answer:

We obtain same product by both the methods.  

Step-by-step explanation:

We are given the following in the question:

Commutative property of multiplication:

\dfrac{3}{4}\times 4  =4\times \dfrac{3}{4}

Different ways to find the product:

1. First way

\dfrac{3}{4}\times 4\\\\=3\times \dfrac{4}{4}\\\\=3

2. Second way

\dfrac{3}{4}\times 4\\\\=\dfrac{12}{4}\\\\=3

We get the same product for both the calculations.

5 0
3 years ago
Can someone help please
Jlenok [28]

1/2

plsss mark brainliestt

Step-by-step explanation:

3/6

1.5/3

5/2.5

5 0
3 years ago
The above is a a a a a a a a a a a a a a a a a a a
Reptile [31]

X f πxf

-1 2 -2

3 1 3

-1 -2 2

0 -3 0

total =3

mean (π)=πxf ÷n

= 3÷4

= 0.75 these is not answer I thank so

3 0
3 years ago
Please help I’m failing
vredina [299]

The answer is B.........

8 0
3 years ago
Read 2 more answers
A number cube has faces numbered 1 through 6, and a coin has two sides, "heads" and "tails". The
Mama L [17]

Answer:

The <em>required probability</em> is \dfrac{1}{12}.

Step-by-step explanation:

Let <em>A </em>be the event of rolling the number cube.

Let <em>B</em> be the event of tossing the coin.

Total number of possibilities of rolling the number cube and tossing the coin are <em>12 </em>here.

\{(1,H),(2,H),(3,H),(4,H),(5,H),(6,H),(1,T),(2,T),(3,T),(4,T),(5,T),(6,T)\}

where <em>H</em> means Head on toss of coin and <em>T</em> means Tails on toss of coin.

Formula for probability of an event <em>E</em> is:

P(E) = \dfrac{\text{Number of favorable cases}}{\text {Total number of cases}}

Here, we have to find the probability of event 'E' i.e. getting a 6 on number cube and heads on coin.

Number of favorable cases are <em>1 </em>and total cases are <em>12</em>.

\Rightarrow P(E) = \dfrac{1}{12}

6 0
3 years ago
Other questions:
  • Which of the following is a proper fraction 7/6 4/3 1/2 3/3
    5·2 answers
  • Which of the following is a monomial?
    6·1 answer
  • 3/8 plus 1/4 simplest form
    11·2 answers
  • Find the average.
    11·2 answers
  • Ny
    11·2 answers
  • What is the value of -5 4/5 + 7 1/3 write your answer as an improper fraction
    5·1 answer
  • Can someone help me please???
    15·1 answer
  • 1/6(49/9-14/3)+27/73/5×33​
    9·1 answer
  • What is the first step when rewriting y = 6x2 18x 14 in the form y = a(x – h)2 k?
    9·1 answer
  • 100 POINTS+BRAINLIEST: 8TH GRADE MATH PT 3- Write equations by simplifying polynomials Tyyy
    15·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!