First, we need to know the smallest two digit prime number. It can't start with one, since one is not prime, so it must start with two (or be in the twenties.) 20 is divisible by 2, 4, 5, and 10, 21 is divisible by 7 and 3, 22 is divisible by 2 and 11, so the smallest prime number is 23.
Now we need the largest two-digit prime number. It cannot start with nine or eight, since both are composite, so it must start with seven (be in the seventies.) 79 is the largest integer in the seventies and also happens to be prime, so there's our largest two digit prime number.
now we just need to add them for the sum:
23+79=102
hope I helped, and let me know if you have any questions :D
=πr2h
Area of circle
=πr2
=V/h
=100/30
≈3.33cm
Answer:
[13, 15, 17, 16, 12]
[16, 12, 17, 13, 15]
[16, 15, 14, 13, 12]
[17, 13, 15, 12, 14]
Step-by-step explanation:
Writing a Python code, I got the answers given, reading from left to right to down. For example, for [13, 15, 17, 16, 12], 13 is the top left circle, 15 is the middle right, 17 is the far right, 16 is the bottom left, and 12 is the bottom right
Answer:
883037%
Step-by-step explanation:
i thank thats the we way we did it i am not shure
Answer:
The relationship is linear: y -5 = 2 (x+7)
Step-by-step explanation:
While the difference between -7 and -5 / -5 and -3 / -3 and -1 is always 2 teh difference between 5 and 9 / 9 and 13 / 13 and 17 is always 4.
y-5 = -1/2 (x +7)
for x= -7 and y = 5 this is true
for x=-5 and y = 9 this is not true
y + 7 = 1/2 (x-5)
for x= -7 and y = 5 this is not true
y -5 = 2 (x+7)
for x= -7 and y = 5 this is true
for x = -5 and y = 9 this is true
for x = -3 and y = 13 this is true
for x = -1 and y = 17 this is true