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
VARVARA [1.3K]
3 years ago
14

Here’s another one thank u all for helping me. I really appreciate it!

Mathematics
2 answers:
Serjik [45]3 years ago
7 0

It might help to think of this shape as a track for runners to run around, even though the scale is much too small for it.

The two semicircles on each end can be combined to form a full circle. This circle has radius r = 2, which is half of the diameter 4 (square's side length).

C = 2*pi*r

C = 2*pi*2

C = 4pi is the exact circumference

C = 4*3.14

C = 12.56 is the approximate circumference

This represents the distance around the curved portions of the track.

The straight portions are 4 each. We do not include the vertical sides as they are not on the outside, and the runners do not run along those vertical portions (they run around the curved parts instead). So we add on 4+4 = 8 to the previous value 12.56 to get 20.56 as our final answer.

<h3>Answer: Choice D) 20.56 cm</h3>
Serjik [45]3 years ago
5 0

Answer:

28.56

Step-by-step explanation:

Find the perimeter of the square:

4s

= 4×4

=16

Find the circumference of the circle and since it's half circle for both side it's going to be 1 circle:

3.14×d

= 3.14×4

=12.56

Add perimeter of square and circumference:

16+12.56

=28.56

You might be interested in
A bicycle shop advertised all mountain bikes priced at 1/3 discount.
Talja [164]

Answer:

a. 109$

b. 327/3= 109

you're welcome

4 0
3 years ago
Read 2 more answers
look at the figure shown below which step should be used to prove that point a is equidistant from points c and b
JulijaS [17]
D
is certainly wrong. You could extend the length of AD as far as you want and the two triangles (ABD and ACD) would still be congruent.

C
is wrong as well. The triangles might be similar, but they are more. They are congruent.

B
You don't have to prove that. It is given on the way the diagram is marked.

A
A is your answer. The two triangles are congruent by SAS 
3 0
3 years ago
How do you round 103.468 to the nearest liter?
sergeinik [125]
103 stays because it is the whole number and the next number after the decimal is below 5.

103 is your answer.
8 0
3 years ago
a. For a file whose size (in terms of number of bytes) is less than or equal to 12, then duplicate the contents of the file so t
pickupchik [31]

Answer:

#include <stdio.h>

int main()

{

int check;

char* dirname = "Subdir1";

check = mkdir(dirname,0766);

// check if directory is created or not

if (!check)

{

printf("Subdir1 Directory created\n");

 

char *dirname1="/Subdir1/D1";

if(mkdir("/Subdir1/D1", 0777)==-1)

{

printf("D1 Directory created\n");

int A1 = open ("/Subdir1/D1/A1.txt", 0666);

write(A1, "abcdefghij\n", strlen("abcdefghij\n"));

close(A1);

 

int A2 = open ("/Subdir1/D1/A2.txt", 0666);

write(A2, "you are beautiful\n", strlen("you are beautiful\n"));

close(A2);

 

int A3 = open ("/Subdir1/D1/A3.txt", 0666);

write(A3, "this is terrible!\n", strlen("this is terrible!\n"));

close(A3);

}

else

{

printf("Unable to create directory D1\n");

exit(1);

}

if(mkdir("/Subdir1/D2", 0777)==-1)

{

printf("D2 Directory created\n");

int B1 = open ("/Subdir1/D2/B1.ccc", 0664);

write(B1, "abcdefghij\n", strlen("abcdefghij\n"));

close(B1);

 

int B2 = open ("/Subdir1/D2/B2.ccc", 0664);

write(B2, "you are beautiful\n", strlen("you are beautiful\n"));

close(B2);

 

int B3 = open ("/Subdir1/D2/B3.ccc", 0664);

write(B3, "this is terrible!\n", strlen("this is terrible!\n"));

close(B3);

}

else

{

printf("Unable to create directory D2\n");

exit(1);

}

 

if(mkdir("/Subdir1/D3", 0777)==-1)

{

printf("D3 Directory created\n");

int C1 = open ("/Subdir1/D3/C1.txt", 0644);

write(C1, "abcdefghij\n", strlen("abcdefghij\n"));

close(C1);

 

int C2 = open ("/Subdir1/D3/C2.ddd", 0644);

write(C2, "you are beautiful\n", strlen("you are beautiful\n"));

close(C2);

 

int C3 = open ("/Subdir1/D3/C3.txt", 0644);

write(C3, "this is terrible!\n", strlen("this is terrible!\n"));

close(C3);

}

else

{

printf("Unable to create directory D2\n");

exit(1);

}

 

}

 

 

else {

printf("Unable to create directory Subdir1\n");

exit(1);

}

return 0;

}

Program 2:

#include <stdio.h>

 

long int findSize(char file_name[])

{

// opening the file in read mode

FILE* fp = fopen(file_name, "r");

 

// checking if the file exist or not

if (fp == NULL) {

printf("File Not Found!\n");

return -1;

}

 

fseek(fp, 0L, SEEK_END);

 

// calculating the size of the file

long int res = ftell(fp);

 

// closing the file

fclose(fp);

 

return res;

}

 

// Driver code

int main()

{

FILE *fptr1;

char c;

char file_name[] = {"D1.txt"};

long int res = findSize(file_name);

if (res != -1)

{

printf("Size of the file is %ld bytes \n", res);

if(res<=12)

{

fptr1 = fopen("D1.txt", "r");

c = fgetc(fptr1);

while (c != EOF)

{

fputc(c, fptr1);

c = fgetc(fptr1);

printf(c);

}

}

}

return 0;

}

4 0
3 years ago
What is the percent of increase from 80 to 95?
crimeas [40]

Amount of increase = 95-80 = 15

Percent increase = (15/80) x 100

Percent increase = 18.75%

4 0
2 years ago
Other questions:
  • Plz help
    13·1 answer
  • Least common multiples of 18, 16,and 20
    13·2 answers
  • In the circle below tangent PA and secant PBC have been drawn.if PB=4 and BC=12 then which of the following is the length of tan
    13·2 answers
  • HELP NEED ASAP FOR TOMORROW ITS FOR MY HOMEWORK!! ILL MARK BRAINLIEST IF RIGHT!!​
    6·1 answer
  • What is the exact distance from (–1, 4) to (6, –2)? (4 points) units units units units
    12·1 answer
  • What is 0.03 in simplest form?
    9·2 answers
  • A composite figure is divided into two congruent trapezoids, each with a height of 4 cm.
    11·2 answers
  • HELP ME :(
    11·1 answer
  • Which of the following equations represents a linear function?
    12·2 answers
  • Mina compro un queso que pesaba 3/4 de kilo .si lo partió en 1/8 de kilo cada una ¿cuantas porciones de queso pudo sacar ?
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!