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
I'm very confused on how to even figure out the question and what I'm supposed to do
Tasya [4]

Answer:

To solve a system of linear equations graphically we graph both equations in the same coordinate system. The solution to the system will be in the point where the two lines intersect. The two lines intersect in (-3, -4) which is the solution to this system of equations. I hope this helped!

5 0
2 years ago
2x-1-(-x+3) = 6-2x SHOW STEPS....DUE TODAY
sveta [45]

Answer:

x=2

Step-by-step explanation:

Simplify both sides of the equation.

2x−1−(−x + 3)=6−2x

(Distribute the Negative Sign)

2x−1 + −1(−x + 3)=6−2x

2x + −1 + −1(−x) + (−1)(3)=6−2x

2x + −1 + x + −3=6−2x

2x + −1 + x + −3=6 + −2x

(Combine Like Terms)

(2x + x) + (−1 + −3)=−2x+6

3x + −4=−2x + 6

3x−4=−2x + 6

Add 2x to both sides.

3x−4 + 2x=−2x + 6 + 2x

5x−4=6

Add 4 to both sides.

5x−4 + 4=6 + 4

5x=10

Divide both sides by 5.

5x/5=10/5

x=2

5 0
2 years ago
Manuel sold 200liters of soda at a baseball game. How much is this in milliliters?Be sure to include the correct unit in your an
Sever21 [200]
1 liter is equal to 1000 milliliters, so we can multiply 200 liters by 1000 to get 200000 milliliters, which should be your answer. In general, the "milli-" prefix denotes a factor of one thousand times smaller, so 1 meter is equal to 1000 millimeters, 1 second is equal to 1000 milliseconds, and so on.
5 0
3 years ago
What is 56,392 rounded to the nearest ten thousand??
Dmitriy789 [7]
56392 rounded to the nearest ten thousand is 60,000
6 0
2 years ago
Read 2 more answers
Suppose that you have 7 green cards and 5 yellow cards. The cards are well shuffled. You randomly draw two cards without replace
wlad13 [49]

Answer:

a. 7/22

b. 28/33

c. 7/22

d. dependent events

Step-by-step explanation:

The total number of cards is given as 7 + 5 = 12.

The probability if a card being green on the first pick, P(G) =  7/12

The probability of a card being yellow on the first pick, P(Y) = 5/12

Because there is no replacement, the card are going to be short by one card. Therefore, the second pick will be like this:

P(GG)  = ( 7/12×6/11)

P(GY) = ( 7/12 × 5/11)

P(YG) = ( 5/12×7/11)

P(RR) = ( 5/12 ×4/11)

a. P (G1 and G2) = ( 7/12×6/11)

                          = 7/22

b. P( At least one is green) = ( 7/12×6/11) +  ( 7/12 × 5/11) + ( 5/12×7/11)

                           = 28/33

c. P(G2G1)           = 7/22

d. the events are dependent. They do not give the same result.

6 0
3 years ago
Other questions:
  • Find the absolute value of l7-2rl=5<br><br> PLS ANSWER TODAY
    8·1 answer
  • What is the product in simplest form?<br><br> −8/9⋅5/6
    11·1 answer
  • Whats the difference between |-5| and -5
    15·2 answers
  • Click an item in the list or group of pictures at the bottom of the problem and, holding the button down, drag it into the
    11·2 answers
  • The line A bus arrives at the stop every 25 min. and the line B bus arrives every 15 min. Both arrive at the bus stop at 1 pm. A
    10·1 answer
  • At a local fitness center, gym members pay $3 per workout with an annual membership fee of $140. Non-members pay $10 per workout
    11·1 answer
  • Os there one solution, no solutions, or infinate solutions to 4(4x-3) = 8(2x-2)+4
    8·1 answer
  • Use the distributive property to write an equivalent expression.
    5·2 answers
  • Kofi, Kate and Ladi shared an amount
    5·2 answers
  • Selected values of the twice-differentiable function h and its first and second derivatives are given in the table above. What i
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!