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
aev [14]
3 years ago
14

1. The sum of x and -45 is at most 35

Mathematics
1 answer:
Lorico [155]3 years ago
5 0

Answer:

The given set of equation are:   x+ (-45) ≤  35  ,  x - (-45) ≥  35

For the given equality to be true, x  ≤ 35

Step-by-step explanation:

Here, given the first number = x

Second number  = -45

Now, Sum of x  and - 45 is at most 35.

⇒ x+ (-45) ≤  35

Also,  The difference of x and -45 is at least 35.

⇒ x - (-45) ≥  35

Now, simplifying the given set of equations:

x  - 45  ≤  35  ⇒    -x - (-45) >   - 35   ( as 3  <  4  ⇒ -3  > -4)

or, -x  + 45  >  - 35

and second equation is x  + 45 ≥  35

Now, solving both the equations by not taking sign of inequality in to the consideration, we get

x - 45  = 35

x + 45 = 35  

Adding both equations,we get:   ⇒ 2x = 70

                                                          or x = 35

Hence for the given equality to be true, x  ≤ 35

You might be interested in
WILL GIVE BRAINLIEST!
Leno4ka [110]
The answer should be -1/2.
3 0
3 years ago
Read 2 more answers
a line has a slope of -2 and includes the points (-1,r) and (2,4). write the value of r in the empty box
guajiro [1.7K]

Answer:

r= 10

Step-by-step explanation:

4 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
A fruit company delivers its fruit in two types of boxes: large and small. A delivery of 8 large boxes and 4 small boxes has a t
Vlad [161]
Answer: (s for small, l for large) s=15.25 kg, l=18.5 kg.


Explanation: We need a system of equation to find the two weights of both boxes.
We can use 4s+8l=209 and 2s+3l=86.

If we multiply the second equation by -2 (for elimination), we will have -4s-6l=-172.

Combing the first equation with this new one gives us 2l=37, where dividing by 2 gives us l=18.5 kg.

We can plug 18.5 into any of the two original equations to find s.

4s+8*18.5=209
4s+148=209
4s=61
s=15.25 kg
3 0
3 years ago
Anyone knows this?!? ​
Sunny_sXe [5.5K]

Answer: the top one.

Step-by-step explanation:

8 0
2 years ago
Other questions:
  • All integers are whole numbers?true or false​
    14·1 answer
  • Estimate 15% tip on a dinner bill of $59.12 dollars by rounding the first bill amount to the nearest
    11·2 answers
  • What is the difference between 11 and -1???????????????
    12·2 answers
  • What of the value of x in the equation 8x+9=5x+6? ​
    12·1 answer
  • A family paid ​$30600 as a down payment for a home. If this represents ​%17 of the price of the​ home, find the price of the hom
    5·2 answers
  • Which of the following is equivalent to the expression x^1/3*x^1/2 ?
    9·1 answer
  • How would i write the expression as a single power of 10
    12·1 answer
  • 7.6 cm<br> 3.7 cm<br> Find the area of the parallelogram.
    15·1 answer
  • Determine the slope between the points (5, -5) and (-1, 7)
    5·2 answers
  • PLzzzzzzz help with all these questions
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!