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
An experiment was conducted to compare the wearing qualities of three types of paint (A, B, and C) when subjected to the abrasiv
MaRussiya [10]

Answer:

A) H0:  mean of A= mean of B= mean of C

   H1: all means are unequal

B) 3.48194

C) 0.04515

D) H0 is accepted. There is significant difference among mean hours after which visibile abrasion is observed for each type of paint

Step-by-step explanation:

A) Here Anova test will be used as we are comparing three groups

B) mean of A= 229.6, SD of A= 158.1962, SE of A= 50.026

   mean of B= 309.9 , SD of B= 147.8742, SE of B= 46.7619

   mean of C= 427.8, SD of C= 196.8179, SE of C= 62.2393

overall mean= 322.43

degrees of freedom between groups= 3-1=2

degrees of freeddom of error= total number of observations - number of groups= 30-3= 27

total degrees of freedom= total number of samples-1= 30-1 =29

Sum of squares between groups=∑ sample size of group×(individual group mean- over all mean)²

=198772.4667

mean of sum of squares between groups= sum of squares between groups/ (number of groups -1)

  = 198772.4667/2

sum of squares of error=∑∑ (individual observation of group- group mean)²

                                            = 770670.9223

mean sum of squares of erros= sum of squares of error/(total number of samples-number of groups)

                                                       = 770670.92/27

                                                         = 28543.38

F- stat= mean sum of squares between groups/ mean sum of squares of error

     F stat= 3.48194

C) p- value= 0.04515

D) since F-stat is greater than p- value, null hypothesis is rejected

from F distribution table

F(2,27)=

3 0
3 years ago
Kaya is saving money at a rate of $30 per month. Edgardo is saving money at a rate of $35 per month. They both started saving at
ladessa [460]
Let Kaya's savings be 30x and Edgardo's savings be 35x If they both started saving at the same time: f(x)=30x f(x)=35x Now, sub in values for x in to the function starting with 0. Subtract y2-y1 and x2-x1 for both functions. For slope: m=y2-y1/x2-x1 so your result will be m=30/1=30 for f(x) = 30x and m=35/1=35 for f(x) = 35x so the slopes are m=30 and m=35 respectively!
7 0
3 years ago
Maria has 14 fewer apps on her phone than Orlando. If the total number of apps on both phones is 34, how many apps are on each p
Hoochie [10]
Orlando has 24 apps and Maria has 10.
4 0
2 years ago
For problems 1-5, use the unit circle to calculate the given values.
OverLord2011 [107]

Answer:

1=120

2=30

3=150

4=240

5=300

Step-by-step explanation:

i used a calculator

6 0
3 years ago
The endpoints of one diagonal of a rhombus are (0, -8) and (8, -4). If the coordinates of the 3 rd vertex are (1, 0), what are t
atroni [7]
You can answer this problem using the midpoint formula, but we can work out the 4th vertex by just logically thinking it through by first drawing out the rhombus on an x-y coordinate plane.  I wrote the answer out on paper since it is easier than typing.  Let me know if you have any questions.

6 0
3 years ago
Other questions:
  • How do I solve this equation
    10·2 answers
  • Its in the photo, please answer its easy
    11·1 answer
  • By graphing the system of constraints find the values or x and y that maximize the objective function, find the maximum value.
    11·1 answer
  • X = b - cd, solve for c
    14·1 answer
  • I need to find the area of the trapezoid
    15·1 answer
  • 14 oz has 98 calories how many calories are there in a 23 oz iced tea
    7·1 answer
  • What is the solution, s+4t=r solve for s
    15·2 answers
  • A competitive diver dives from a 33-foot high diving board. The height of the diver in feet after 't' seconds is given by u(t) =
    14·1 answer
  • Rates/Proportional Relationships.
    6·1 answer
  • Least common denominator of 3/5 and 11/20
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!