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
Zepler [3.9K]
3 years ago
10

A high school coach wants to buy new shirts for the 25 members of the track team. The coach must spend less than $300 on the shi

rts and needs to figure out how much he can spend per shirt, s. Which of the following must be true about the inequality and the resulting graph? Check all that apply.
Mathematics
1 answer:
aksik [14]3 years ago
3 0
25 less than or equal too 300,not really enough information
You might be interested in
It is now twenty-seven minutes past six. What time will it be in 3 hours and 25 minutes?
stealth61 [152]

Answer:

9:52

Step-by-step explanation:

First, let's rewrite "twenty-seven minutes past six", into a standard digital clock form. We could write 6:27. Now, it's easier to see that if we add 3 hours first, we would get to 9:27. And then if we add 25 minutes, we will get to 9:52.

5 0
3 years ago
Read 2 more answers
F(m) = 6m - 5<br> g(m) = 3m - 6
Anastaziya [24]

Answer:

what is the question. please provide a question.

3 0
2 years ago
MAT-1101-3 - ARITHMÉTIQUE APPLIQUÉE AUX FINANCES
Doss [256]

Answer:

B ignore bottom

Step-by-step explanation:

Your answer should be written in paragraph/essay format.

Any sources used should be cited at the bottom of your paper.

All answers should show you have learned something from Unit 9.  Material from other units will not be graded for this assignment.

If you are stuck, you can think about the following topics: textile mills, interchangeable parts, the Lowell System, unions, labor reform, steamboats, railroads, coal, the telegraph, and/or new inventions.

8 0
3 years ago
HELP PLS HELP, DUE IN 10 MINUTES
amid [387]

Answer:

A.  26.10 cm

B. 118.95 cm

Step-by-step explanation:

ST = 41^2 - 40^2 =  c^2  = hypotenuse

ST = 1681 - 1600 = c^2

ST = c^2 = sq rt 681 =26.0959767014 = 26.1cm

Nearest 100th = 26.10

Length = 26.10 cm to nearest 100th

Perimeter of RSU we find (M) of SU first then add that to the other 3 lengths on the exterior of the triangle.

SU = 10^2 + 26.1^2 = c^2 = hypotenuse

SU = 100 + 681.21 = c^2

SU = c^2 = sqrt 781.21 = 27.9501341678 = 27.95cm

P TOTAL RSU  = SU + TR + RS + TU

= 27.95 + 40+ 41 + 10 = 118.95cm

5 0
3 years ago
Read 2 more answers
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
Other questions:
  • See picture below. What is the difference between 4∑n=1 2n+1 and 4∑i=1 (2i+1)?
    11·1 answer
  • HELP PLZ WILL MARK BRAINLIEST
    9·2 answers
  • Radius is 6 height is 4 what is the volume rounded to the nearest hundredth
    11·1 answer
  • 100 POINTS PLEASE HELP ASAP!!!!!
    8·2 answers
  • Evaluate the algebraic expression by using the distributive property: 7(7x+y)
    7·2 answers
  • How many real and how many are imaginary<br> Please Explain how to do it
    14·2 answers
  • a triangle has two sides of length 6 and 1. What is the smallest possible whole-number length for the third side?
    7·1 answer
  • Answer this correctly I'll give brainalist + 10 points
    13·1 answer
  • What is 28,030,000 in expanded form?
    7·2 answers
  • Amelia, Shauna, Jamie, and Clarence used different approaches to solve this equation.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!