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
jok3333 [9.3K]
3 years ago
13

The area of a rectangular glass slab is 80 square centimeters and its perimeter is 36 centimeters. If the length and width of th

e frame are multiplied by 4, what will be the perimeter of the new frame?
Select one:
a. 144 cm
b. 141 cm
c. 99 cm
d. 124 cm
Mathematics
1 answer:
netineya [11]3 years ago
4 0

First, you have to find out the values of the length and width.

Let l = length and w = width.

Set up your equation for area: l * w = 80

Set up your equation for perimeter: 2l + 2w = 36

We can use substitution for this problem, so find out the value of l or w. In this case, I will use the first equation to find out the value of l.

(Divide w on both sides) l = 80 / w

Since I know that l = 80 / w, I can substitute it into the second equation.

2l + 2w = 36, and l = 80 / w

= 2 (80/w) + 2w = 36

Simplify the equation.

= 160/w + 2w = 36

Get rid of the w in the denominator by multiplying the entire equation by w.

= ( 160/w + 2w = 36 ) * w

= 160 + 2w^{2} = 36w

= 2 ( w - 8 ) ( w - 10 )

The solutions for width (w) is 8 or 10. Then, you can use both 8 and 10 as your length and width, either or is fine. Multiply by 4 for each of those values and you get 8 x 4 = 32 and 10 x 4 = 40. The new perimeter would be 2(32) + 2(40) =

a. 144 cm

Hope this helped you! Let me know if there are any confusions :)


You might be interested in
Is it true that if two angles with measures that sum to 180 that they are linear pairs?
inna [77]
If<span> it is perfectly clear which angle is being named, an angle may be referred to by its ... Supplementary Angles are </span>2 angles<span> the </span>sum<span> of whose </span>measures<span> is </span>180<span>°. ... THEOREM: </span>If<span> two congruent angles form a </span>linear pair<span>, </span>they<span> are right angles.</span>
4 0
3 years ago
Read 2 more answers
Quiz 2
jek_recluse [69]
There’s a 75% chance that everyone in the group is a girl
5 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 factory manufactures widgets based on customer orders. If a customer's order is for less than w widgets, the customer's cost p
soldi70 [24.7K]

Answer:

The answer is A. piecewise

Step-by-step explanation:


7 0
2 years ago
Read 2 more answers
Simply this expression (3x+ 1/2) + (7x - 4 1/2
never [62]
Add like terms
10x - 4
3 0
2 years ago
Read 2 more answers
Other questions:
  • During which two time intervals does the particle undergo equal displacement?
    8·2 answers
  • How do you solve -3y+12=-48
    15·2 answers
  • A mailbox that is 36 inches tall is beside a tree.The length of the mailboxes shadow is 28 inches.The length of the trees shadow
    15·1 answer
  • The Edwards family's bill for dinner is $52.95. How much should they tip their server? (Assuming the normal 15%)
    6·2 answers
  • Right and solve an equation to find the number n.four times a difference of a number and seven is 12
    10·1 answer
  • If the mean of symmetrical distribution is 28, which of these values could be the median of the distribution.
    15·1 answer
  • Which function represents the given graph?
    10·2 answers
  • Lisa's favorite chocolate candies are wrapped in the shape of a triangular prism with shiny gold paper as shown below. If all si
    9·1 answer
  • Which function in vertex form is equivalent to f(x) = x2 + x +1?
    5·1 answer
  • Please help, due tonight! I will give brainliest.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!