Square ABCD has a diagonal AC with the given vertices. Find the coordinates of the remaining vertices.


A(2, 2) and C(6, - 2)


The coordinates are (_,_) and (_,_)

Square ABCD Has A Diagonal AC With The Given Vertices. Find The Coordinates Of The Remaining Vertices.A(2,

Answers

Answer 1

Square ABCD has a diagonal AC with the given vertices. Find the coordinates of the remaining vertices. A(2, 2) and C(6, - 2)

The coordinates are B(4,-2,) and (4,0)

What do you mean by coordinates?

Coordinates are two numbers (Cartesian coordinates), or sometimes a letter and a number, that locate a specific point on a grid, known as a coordinate plane. A coordinate plane has four quadrants and two axes: the x axis (horizontal) and y axis (vertical). (One way of helping children to remember which of these is which is to tell them that the x axis goes across because ‘x’ is a cross.)

The Cartesian Coordinate System is the name of the two-dimensional plane that is used in math to calculate points using a set of perpendicular lines and basing the points on the place where the line meet. The plane is called a Cartesian plane and Perpendicular lines are lines that intersect at exactly 90 degrees, which makes a right angle.

If A(2,2) and C(6,-2) are the coordinates of two opposite vertices of the square, then the square is a rectangle with a diagonal AC. The remaining vertices of the square can be determined by using the fact that opposite sides of a square are parallel and congruent.

If A(2,2) is one vertex of the square, then the vertex opposite it is C(6,-2)

If C(6,-2) is one vertex of the square, then the vertex opposite it is A(2,2)

The vertex B(x,y) can be found by moving 2 units left from C(6,-2)

x = 6 - 2 = 4

y = -2

so B(4,-2)

The vertex D(x,y) can be found by moving 2 units up from B(4,-2)

x = 4

y = -2+ 2 = 0

so D(4,0)

Therefore, the coordinates of the remaining vertices of the square are B(4,-2) and D(4,0)

To know more about cartesian coordinates visit:

https://brainly.com/question/8190956

#SPJ1


Related Questions

what are the values of x and y? type the correct answer in each box. use numerals instead of words. x

Answers

The area of mathematics known as algebra aids in the representation of circumstances or problems as mathematical expressions.

Explain the algebra?

A common thread that runs through nearly all of mathematics is algebra, which is the study of variables and the rules for using them in formulas. All applications of mathematics require knowledge of elementary algebra since it deals with manipulating variables as though they were numbers.

Mathematical expressions can be used to depict situations or issues, and algebra is the field of mathematics that does this. For a mathematical expression to have meaning, it needs to include variables like x, y, and z as well as mathematical operations like addition, subtraction, multiplication, and division.

The order in which you perform operations in arithmetic and algebra is governed by a number of laws. The Commutative, Associative, and Distributive Laws are the three that receive the most attention.

y = -x + ____

y = x^2 + ____​

Given data :

The system of equations used to find the value of x is:

y = -x + 84

y = x² - 6

Let x represent the first number and y represent the second number.

The sum of the two numbers is 84, hence:

x + y = 84

y = -x + 84      (1)

The square of the first number is 6 more than the second number. Hence:

x² = 6 + y

y = x² - 6     (2)

The system of equations used to find the value of x is:

y = -x + 84

y = x² - 6

Learn more about Algebra refer to ;

brainly.com/question/22399890

#SPJ4

Completed question:

Type the correct answer in each box. Use numerals instead of words. The sum of two numbers is 84. The square of the first number is 6 more than the second number. Write a system of equations to find the value of x, the first number, and y, the second number.

arrange the following list of functions in increasing order of growth rate. that is, if function g(n) follows function f (n), then it should be the case that f (n) is o(g(n)) (the base of logarithms is 2). justify in simple words. (you do not have to show detailed calculations.)

Answers

The correct order of functions, in increasing order of growth rate, is g1, g4, g3, g5, g2, g7, and g6.

What is functions?

A mathematical expression, rule, or law that establishes the relationship between an independent variable and a dependent variable (the dependent variable). In mathematics, functions are everywhere, and they are crucial for constructing physical relationships in the sciences. A relation between a collection of inputs and outputs is known as a function. A function is, to put it simply, a relationship between inputs in which each input is connected to precisely one output.

Here,

The list of function is attached in image.

g1, g4, g3, g5, g2, g7, g6 is the correct sequence of functions in increasing order of growth rate.

To know more about functions,

https://brainly.com/question/28278699

#SPJ4

Manufacturing overhead is charged to three operating divisions on the basis of capital investment in the three divisions. If the investment is $10.8 million in the Eastern Division, $8.4 million in the Southern Division, and $17.4 million in the Far Eastern Division, how should manufacturing overhead of $888 000 be allocated to the three divisions?

Answers

Manufacturing overhead costs typically include the depreciation of equipment, wages provided to factory personnel, and power used to operate the equipment. $10.8 million, $8.4 million, and $17.4 million will make up the three divisions.

What are the costs of manufacturing overhead?

Manufacturing overhead (MOH) cost is the sum of all indirect costs incurred during the production of a good.

It is included in the cost of the final good along with the costs of direct materials and direct labor.

In the manufacturing sector, the three major cost components are materials, labor, and overhead. There are no hidden expenses.

In other words, while the foreman's pay and supplies are covered, neither the office's nor the corporation's accountant's pay is. To calculate applicable production overhead, multiply the overhead allocation rate by the amount of labor or equipment used. Therefore, if your allocation rate is $25, your applied manufacturing overhead for this product is $25.

To learn more about manufacturing overhead costs from given link

https://brainly.com/question/30130223

#SPJ1

1-10. *convert the following decimal numbers to the indicated bases, using the methods of examples 1-4 on page 23 and 1-7 on page 24: 7562.45 to octal 1938.257 to hexadecimal 175.175 to binary.

Answers

The octal representation of 7562.45 is 3654.36, the hexadecimal representation 1938.257 of is 774.4112, and the binary representation of 175.175 is 10101111.110111.

What are Number Systems?

A number system is a system representing numbers. It is also called the system of numeration and it defines a set of values to represent a quantity.

1- To convert 7562.45 to octal, we first convert the whole number part of the decimal, 7562, to octal.

7562 in decimal = (710^3) + (510^2) + (610^1) + (210^0) = (7512) + (564) + (68) + (21) = 3654.

So the whole number part in octal is 3654.

2- Next, we convert the fractional part of the decimal, 0.45, to octal.

0.45 in decimal = 0.45 * 8^1 = 0.36

So the fractional part in octal is 0.36

3- Combining the whole number and fractional parts, we get the final octal representation as 3654.36

4- To convert 1938.257 to hexadecimal, we first convert the whole number part of the decimal, 1938, to hexadecimal.

1938 in decimal = (110^3) + (910^2) + (310^1) + (810^0) = (11024) + (9256) + (316) + (81) = 774.

So the whole number part in hexadecimal is 774.

5- Next, we convert the fractional part of the decimal, 0.257, to hexadecimal.

0.257 in decimal = 0.257 * 16^1 = 0.4112

So the fractional part in hexadecimal is 0.4112

6- Combining the whole number and fractional parts, we get the final hexadecimal representation as 774.4112

7- To convert 175.175 to binary, we first convert the whole number part of the decimal, 175, to binary.

175 in decimal = (110^2) + (710^1) + (510^0) = (1100) + (710) + (51) = 10101111

So the whole number part in binary is 10101111

8- Next, we convert the fractional part of the decimal, 0.175, to binary.

0.175 in decimal = (12^-1) + (72^-3) + (5*2^-4) = 0.110111

So the fractional part in binary is 0.110111

9- Combining the whole number and fractional parts, we get the final binary representation as 10101111.110111

Hence, the octal representation of 7562.45 is 3654.36, the hexadecimal representation 1938.257 of is 774.4112, and the binary representation of 175.175 is 10101111.110111.

To learn more about Number Systems visit,

https://brainly.com/question/17200227

#SPJ1

Jill brought 3 1 3 boxes of carrot muffins for a bake sale. Mike brought 5 3 4 boxes of apple muffins. What is the total number of boxes of muffins Jill and Mike brought to the bake sale? Enter your answer as a fraction in simplest form.

Answers

The total number of boxes of muffins Jill and Mike brought to the bake sale is 9 1/12.

What are Mixed Fractions?

Mixed fractions are type of fractions which consist of a whole number part and a fractional part.

Mixed fractions are of the form a b/c where a is the whole number part and b/c is the fractional part.

Given that,

Number of boxes of carrot muffins Jill brought = 3 1/3 = (3 × 3 + 1) / 3 = 10/3

Number of boxes of apple muffins Mike brought = 5 3/4 = (5 × 4 + 3) / 4 = 23/4

Total number of muffins = (10/3) + (23/4)

                                        = [(10 × 4) + (23 × 3)] / [3 × 4]

                                        = (40 + 69) / 12

                                        = 109/12

                                        = 9 1/12

Hence the total number of boxes is 9 1/12.

Learn more about Mixed Fractions here :

https://brainly.com/question/29264210

#SPJ1

Maria was born on January 1, 2000. Her mother was born on January 1, 1975 and her father was born on January 1, 1970. In what year was the sum of their ages 100?
Choose matching term
2015
2017
2011
2016

Answers

In year 2015 the sum of the age of maria, her mother, and her father, will be 100 years.

As the date and month of the birth is same for maria, her mother, and her father. Lets say in year X, the sum of the age will be 100 years.

The age of maria in year X = (X - 2000)

The age of her mother in year X, = (X - 1975)

The age of her father in year X, = (X - 1970)

Sum of their age,

100 = (X - 2000) + (X - 1975) + (X - 1970)

100 = 3X - (2000 + 1975 + 1970)

100 = 3X - 5945

3X = 5945 + 100

3X = 6045

X = 2015

Hence option (a) is correct.

To know more about sum of the age, here

https://brainly.com/question/28020953

#SPJ4

This graph shows a proportional relationship.



What is the constant of proportionality?
y= 1/4 x= 3/8

Answers

Answer:

y = 1/4x

Step-by-step explanation:

Proportional Relationships:

A proportional relationship is similar to a linear relationship, with one distinction, it's y-intercept is equal to zero, so it can be expressed in the form: [tex]y=kx[/tex], where "k" is some constant. More specifically, when we divide y by x, we always get a constant amount, denoted as "k": [tex]\frac{y}{x}=k[/tex].

Using this knowledge, we can kind of immediately tell it's [tex]y=\frac{1}{4}x[/tex] as it's the only one in the form: [tex]y=kx[/tex], but let's look at why [tex]x=\frac{3}{8}[/tex] is not a proportional relationship.

It's important to note that [tex]x=\frac{3}{8}[/tex] is a vertical line, since the x value is constant while the y value varies. This means "y/x" cannot be constant, since "y" changes, except what it's being divided by will remain the same, equal to 3/8.

In the xy-plane, line m passes through the origin and is perpendicular to the line 6x+y=h, where h is a constant. If the two lines intersect at point (p, p+2), what is the value of p?

Answers

Using slope intercept equation the value of p is -2.4 .

What is slope intercept equation?

When the slope of the line being studied is known, and the provided point is also the y intercept, the slope intercept formula, y = mx + b, is utilised (0, b).   It provides both a slope and an intercept, which is why the form is known as the slope-intercept form.

Let’s call line m y’ and we can deduce that y’ = ax where a is the slope of line y’. (In the standard line equation, y = mx + b, b is the y intercept which, in the case of line m, is zero since it passes through the origin (0,0).)

Then name the 2nd line y’’ = -6x + h

When straight lines are perpendicular, their slopes are negative inverses. So the slope of line y’, which I’ve called a, must equal +1/6

Now we know that y’ = (1/6)x and y’’ = -6x + h

If the lines intersect at a point (x , y) which we are told is (p, p+2), then at that point y’ = y’’, or p+2 = (1/6) and p = -6(p+2) + h.

From this we can solve for p,

=> p - p/6 = -2=> (5/6)p = -2 or

=>p = -12/5 = -2.4

Now we know that the intersection point (p,p+2) is (-2.4, -0.4)

Hence the value of p is -2.4 .

To learn more about slope intercept equation refer the below link

https://brainly.com/question/25262302

#SPJ4

identify the graphs a (blue), b( red) and c (green) as the graphs of a function and its derivatives:

Answers

a) The blue graph is the graph of a function, f(x). This is because it is a continuous line with no breaks, and it is a smooth curve with no sharp corners.

The formula for this function is f(x) = x3 + 2x2 + 3x. To calculate the derivative of this function, we take the first derivative using the power rule. The derivative of f(x) is f'(x) = 3x2 + 4x + 3.

b) The red graph is the graph of the derivative of f(x), the first derivative. This can be seen because the red graph is a continuous line that is a smooth curve, with no sharp corners. The formula for this derivative is f'(x) = 3x2 + 4x + 3. To calculate the second derivative of f(x), we take the second derivative using the power rule. The second derivative of f(x) is f''(x) = 6x + 4.

c) The green graph is the graph of the second derivative of f(x), the second derivative. This can be seen because the green graph is a continuous line that is a smooth curve, with no sharp corners. The formula for this derivative is f''(x) = 6x + 4. To calculate the third derivative of f(x), we take the third derivative using the power rule. The third derivative of f(x) is f'''(x) = 6.

Learn more about graph of a function here:

https://brainly.com/question/27757761

#SPJ4

Natalie just invited
100
100100 guests to a party in her small house. The base of her house is a rectangle with dimensions
8
m
8 m8, start text, space, m, end text by
16
m
16 m16, start text, space, m, end text. It's a good thing she didn't invite the fire marshal to the party!
Move points to create an outline of Natalie's house on the grid below.

Answers

The solution is 6 units by 12 units.

What is a rectangle?

A rectangle is a quadrilateral with four right angles. It can also be defined as: an equiangular quadrilateral, since equiangular means that all of its angles are equal; or a parallelogram containing a right angle. A rectangle with four sides of equal length is a square.

here, we have,

Since the measurements in meters are multiples of 4, it makes this problem a little easier.

First you divide 8 by 4 to get 2

Then divide 16 by 4 to get 4

After that you're going to multiply 3 units by both quotients separately.

So you multiply 3 by 2 to get 6

Then you multiply 3 by 4 to get 12

So, then you end up with a 6 unit by 12 unit drawing.

therefore, the answer is 6 units by 12 units.

To learn more on rectangle click:

brainly.com/question/29123947

#SPJ1

let and let have critical numbers -2, 0, and 2. use the second derivative test to determine which critical numbers, if any, give a relative maximum

Answers

According to the second derivative test, whether or not there is a relative maximum or minimum at a crucial number depends on the sign of the second derivative. According to the second derivative test, in this situation, -2 and 0 result in a relative minimum, whereas 2 results in a relative maximum.

To ascertain if a crucial number belongs to a relative maximum or relative minimum, one can utilise the second derivative test. Calculate the function's second derivative before using the test. After that, calculate the second derivative at the threshold value. The critical number relates to a relative maximum if the second derivative is negative. The crucial number corresponds to a relative minimum if the second derivative is positive. Specifically, At -2 and 0, when the second derivative is negative, there is a relative minimum. The crucial number 2 corresponds to a relative maximum since the second derivative is positive at that value.

Learn more about maximum here

https://brainly.com/question/29130692

#SPJ4

True or False? In reference to different sampling methods, systematic sampling includes the steps: divide the population into groups; use simple random sampling to identify a proportionate number of individuals from each group. Select the correct answer below: O True O False

Answers

In reference to different sampling methods, systematic sampling includes the steps: divide the population into groups; use simple random sampling to identify a proportionate number of individuals from each group: [FALSE]

What is Systematic sampling?

Systematic sampling is a method of sampling where the sample is selected using a fixed interval, rather than using random sampling. The sampling process begins by selecting a random starting point in the population and then selecting every kth element from the population.

For example, if the population has 100 elements and k=10, every 10th element would be selected for the sample.

Dividing the population into groups, and then using simple random sampling to identify a proportionate number of individuals from each group is a method called stratified sampling.

It is important to note that systematic sampling can be vulnerable to sampling bias if the sampling interval is not chosen carefully and the population is not randomly ordered, because in that case, it will not be a truly random sample.

Hence, the correct answer to this is False.

To learn more about Systematic sampling visit,

brainly.com/question/28505229

#SPJ4

Can somone plss help mee

Answers

The property used to solve 7r + 2r is distributive property.

What is distributive property?

The distributive property states that an expression which is given in form of x (y + z) can be solved as x × (y + z) = xy + xz.

In other words,  the distributive property states that when a number is multiplied by the sum of two numbers, the first number can be distributed to both of those numbers .

Therefore,

7r + 2r

Using distributive law,

7r + 2r = r(7 + 2) = 9r

learn more on distributive property here: https://brainly.com/question/5637942

#SPJ1

Determine the measure of Angle B in the triangle below. thank you

Answers

Answer:

55°

Step-by-step explanation:

2x + 5 + 2x + 3x = 180   Combine like terms  The sum of the interior angles of a triangle is 180

7x + 5 = 180  Subtract 5 from both sides

7x + 5 - 5 = 180 - 5

7x = 175  Divide both sides by 7

[tex]\frac{7x}{7}[/tex] = [tex]\frac{175}{7}[/tex]

x = 25

Substitute 25 for x

2x + 5

2(25) + 5

50 + 5

55 is the measurement of angle B

please help me asp i dont got much time

Answers

The function are f+g(x)=f(x)+g(x), (f-g)x=f(x)-g(x), (g-f)(x)=g(x)-f(x), (f.g)(x)=f(x).g(x), f/g(x)=f(x)/g(x) and g/f(x)=g(x)/f(x)

What is a function?

A relation is a function if it has only One y-value for each x-value.

We know that from properties of function,

f+g(x)=f(x)+g(x)

(f-g)x=f(x)-g(x)

(g-f)(x)=g(x)-f(x)

(f.g)(x)=f(x).g(x)

f/g(x)=f(x)/g(x)

g/f(x)=g(x)/f(x)

Hence, the function are f+g(x)=f(x)+g(x), (f-g)x=f(x)-g(x), (g-f)(x)=g(x)-f(x), (f.g)(x)=f(x).g(x), f/g(x)=f(x)/g(x) and g/f(x)=g(x)/f(x)

To learn more on Functions click:

https://brainly.com/question/21145944

#SPJ1

1. The average annual pay of 4 construction workers is $46,800. Three of the workers earned these annual announcements of pay: $44,200; $47,450; $45,900. What was the annual pay of the fourth worker?

Please answer fast! Thx!

Answers

using simple  product and quotient, The annual pay of the fourth worker is 49650.

PRODUCT - The outcome of multiplying two or more numbers is the product of those numbers. QUOTIENT - The outcome of dividing two numbers is the quotient of the two numbers.

Formulate the following supplied conditions: 46800 × 4 - 45900 - 44200 - 47450

Make a calculation for the following: 187200 - 45900 - 44200 - 47450.

Add up or subtract 141300, 44200, and 47450.

Calculate the difference or total of 97100 minus 47450.

Calculate the difference or sum: 49650

get the outcome: 49650

The annual pay of the fourth worker is 49650

To learn more about product and quotient from given link

https://brainly.com/question/28595770

#SPJ1

Tracy is receiving lanoxin every 8.0 hours. She weighs 61 kg. The
dose range for this drug is 0.030 to 0.060 mg/kg every day. What is
the maximum safe dose (in mg) you could deliver every 8.0 hours?

Answers

The maximum safe dosage that can be delivered every 8 hours is 1.22 mg.

What is maximum value?A point in mathematics where the value of a function is greatest. It is an absolute maximum if the value is greater than or equal to all other function values.The smallest value in a given data set will be the minimum. The maximum is the most significant value in the data set.

Here given that,

Tracy receives the drug lanoxin every 8.0 hours.

Her weight = 61 kg

The minimum dosage range = 0.03 mg/kg

The maximum dosage range = 0.060 mg/kg

To find,

Drug requirement for Tracy is :

0.060 x 61

= 3.66 mg per day

The maximum safe dose for each 8.0 hours is :

3.66 / 3 = 1.22mg

To learn more about maximum refer to :

https://brainly.com/question/17647644

#SPJ1

Write the equation of the line that passes through the point (0, 1) and is perpendicular to the line y=1/5x+2

Answers

Answer:

the requisite equation for the given question is y=−5x

Step-by-step explanation:

firstly, select the coordinates (0, 0) through which the perpendicular line will cross (0,0)

then, locate the slope when y=15x+2y=15x+2.

The slope is 1/5 when expressed in the slope-intercept format.

therefore, m=1/5

since, a perpendicular line's equation must have a slope equal to the inverse reciprocal of its initial slope.

therefore, [tex]m_{perpendicular}[/tex]=−1/(1/5)

To determine the slope of the perpendicular line, simplify 1/(1/5).

[tex]m_{perpendicular}[/tex]=−5

By using point-slope method, determine the perpendicular line's equation.

y+0=−5.(x+0)

Solve for y.

y= -5x + 0

y=−5x

hence, the answer for the question is y=-5x

to explore more such questions, see

https://brainly.com/subject/mathematics

(4+9)+(4·9)=13+36=49

Answers

Answer:

(4+9)+(4·9)=13+36=49

Step-by-step explanation:

True

8x-8}[/tex]...............

Answers

The solution to the expression when x = 2 is 8

How to determine the solution to the expression

From the question, we have the following parameters that can be used in our computation:

8x - 8

Also, we have

x = 2

substitute the known values in the above equation, so, we have the following representation

8 * 2 - 8

Evaluate the product

16 - 8

Evaluate the difference

8

Hence, the solution is 8

Read more about expression at

https://brainly.com/question/4344214

#SPJ1

Complete question

Given that 8x - 8, calculate the expression when x = 2

Antonio le da cada dia a su perro siete decimos de bote de comida para perros ¿ para cuantos dias tiene con 7/2 de bote

Answers

La cantidad de comida de 7 / 2 de un bote sirve para un número de días de 5 días.

¿Cómo determinar la duración de un bote de comida para perros?

En este problemas tenemos que Antonio da una ración fija de comida a su perro, se indica que consume siete décimos (7 / 10) de un bote de comida cada día para alimentar a su perro. Tenemos aquí un situación de relación directa entre la cantidad de comida (y) y el número de días para provisiones (x).

A partir del enunciado, se deriva la siguiente ecuación:

y = (7 / 10) · x

Si tenemos que y = 7 / 2, entonces el número de días para provisiones es:

7 / 2 = (7 / 10) · x

x = 10 / 2

x = 5

La cantidad de comida de 7 / 2 de un bote sirve para un número de días de 5 días.

Para aprender más sobre relaciones directas: https://brainly.com/question/24288747

#SPJ1

Y=3x+5 function rule

Answers

3 is the slope of the given function y=3x+5.

What is Graph?

Graph is a mathematical representation of a network and it describes the relationship between lines and points.

The given function rule is y=3x+5.

Let us find some x and y values to plot the graph.

x=0, then y=3(0)+5=5

x=1, then y=3(1)+5=8

x=2, then y=3(2)+5=11

x=3, then y=3(3)+5=14

x=4, then y=3(4)+5=17

Now by taking these value we plot the graph.

In the given graph slope is 3.

Hence, 3 is the slope of the given function y=3x+5.

To learn more on Graph click:

https://brainly.com/question/17267403

#SPJ1

If a function f is an odd function and (x, y) is a point on its graph, then which of the following will also be a point on its graph? (A) (), x)(B) (-X, -y) (C) (--), -X) (D) (x, -y) (E) (-x, y)

Answers

If the equation for every x and x in the domain of f holds, then a function f is odd.  −f(x)=f(−x) − f ( x ) = f ( − x )

What is meant by odd function?

If the equation for every x and x in the domain of f holds, then a function f is odd. −f(x)=f(−x) − f ( x ) = f ( − x ) An odd function has a graph that, geometrically speaking, is rotationally symmetric with respect to the origin, meaning that the graph is unaffected by a 180° rotation of the origin.

An even function exists if an expression is obtained that is equivalent to f(x); an odd function exists if an expression is obtained that is equivalent to -f(x); and neither occurs, in which case it is neither.

An odd function is a function having a symmetrical graph about the origin. If a function doesn't display either symmetry, it cannot be either even or odd.

To learn more about odd function refer to:

https://brainly.com/question/29397735

#SPJ4

SOMEONE, PLEASE HELP I WILL APPRECIATE SO MUCH

Answers

The answer is…. 20

-Subtract the numbers
-Evaluate the power
-Then add the two numbers together

Solution: 20

Answer: 20

Step-by-step explanation: Hello! The first thing you have to do is substitute m = 7 and n = 5 into the equation 4 + (m - n)^4.  After substituting m and n into the equation, you will get: 4 + (7 - 5)^4.  Use PEMDAS (parentheses, exponents, multiplication, division, addition, and subtraction).  Parentheses is first, so solve everything inside of the parentheses first.  7 - 5 = 2.  Now you have 4 + (2)^4.  Next is exponents in pemdas, so solve the exponents.  2^4 = 2 x 2 x 2 x 2, or 4 x 4, or 16.  Now you have 4 + 16.  The last thing you have to do is add 4 + 16, which is 20.  The answer is 20.

given ae=ce be=dc
prove m < acd=m < cab
pls help rsm problem

Answers

The proof of the angles is shown below by SAS

How to determine the proof of the triangles

The complete question is added as an attachment

With the given information and the image attached below, we can state that the two triangles are congruent by SAS,

Then go ahead to use the CPCTC to show that any of their corresponding parts are congruent as well.

The proof is given as:

Statement Reason

1. AE ≅ CE, BF ≅ FC 1. Given2. AC ≅ AC 2. Reflexive property of congruence3. <BAC ≅ <BCA 3. Base angles of isosceles ∆BAC4. ∆AEC ≅ ∆AFC. 4. SAS5. <BAF ≅ <BCE. 5. CPCTC

Read more about congruence proof at:

brainly.com/question/2102943

#SPJ1

which of the following gives the volume of the solid created by revolving a curve f(x) around the y-axis?

Answers

The volume of the solid created by revolving a curve f(x) around the y-axis can be calculated by formulae   [tex]V = \pi \int\ {dc[F(y)]} \, 2dy[/tex] .

Given,

     A solid is created by revolving a curve f(x) around the y-axis.

We know that,

The volume of a solid that is rotated around the y-axis is  calculated using the "Disk Method"

The disk method is generally used when we rotate a particular curve around the x-axis or y-axis.

The volume of the solid that is formed by revolving the region bounded by the curve  [tex]x = F(y)[/tex] and the y-axis between  [tex]y=c[/tex]  and [tex]y = d[/tex]  about the y-axis is given by:

                         [tex]V = \pi \int\ {dc[F(y)]} \, 2dy[/tex]

Thus, the required formulae is   [tex]V = \pi \int\ {dc[F(y)]} \, 2dy[/tex]

Learn more about the disk method :

https://brainly.com/question/28184352

#SPJ4

The complete question is :

Which of the following gives the volume of the solid created by revolving a curve f(x) around the y-axis?

[tex]V = \pi \int\ {dc[F(y)]} \, 2dy[/tex][tex]V = \pi \int\ {dc[F(y)]} \, dy[/tex][tex]V = \pi^{2} \int\ {dc[F(y)]} \, 2dy[/tex][tex]V = \pi \int\ {dc[F(y)]^{2} } \, 2dy[/tex]

Find all solutions for each triangle. If no solutions exist, write none. Round to the nearest tenth. A=76 degree, a=5, b=20

Answers

Utilize the fact that the sum of all triangles is 180 to determine that angle C is 42.

What is Pythagorean Theorem?According to the Pythagorean Theorem, the squares on a right triangle's hypotenuse, or the side that faces the right angle, are equal when added together.This is written as a2 + b2 = c2 in the usual algebraic notation. A fundamental relationship in Euclidean geometry between a right triangle's three sides is known as the Pythagorean theorem or Pythagoras' theorem. According to this rule, the area of the square with the hypotenuse side is equal to the sum of the areas of the squares with the other two sides.

Therefore,

There is no other way to resolve this, thus you must employ the Law of Cosines. You cannot apply the Pythagorean Theorem since it is not a right triangle. We can apply the Law of Cosines to determine the missing side length, and then the Law of Sines to determine an additional angle.

The Triangle Angle-Sum theorem will then be used to complete it. Ready?

The Cosine Law to find side b is

[tex]$b^2=a^2+c^2-2 a c \cos B$[/tex]

and fill in the info we know, which is everything but the b.

[tex]$b^2=(21)^2+(29)^2-2(21)(29) \cos 109$[/tex]

Doing all that math gives us that side

b = 40.9 or 41 .

Now the Law of Sines to find missing angle

A or C. Let's find

[tex]$A \cdot \frac{\sin A}{21}=\frac{\sin 109}{41}$[/tex].

That gives us that angle A is 29 .

Now use the fact that all triangles add up to 180 to get that angle C is 42

The complete question is:

Solve each triangle. Round your answers to the nearest tenth

To learn more about Pythagorean Theorem, refer to:

https://brainly.com/question/343682

#SPJ4

A passenger on a ship dropped his camera into the ocean. If it is descending at a rate of -4.2 meters per second, how long until it hits to bottom of the ocean, which is at -1,875 meters? (give your answer to the closest whole seconds)

Answers

The time it will take the camera to hit the floor of the ocean at the given rate would be = 446 secs ( to the closest whole seconds)

What is descending rate of an object?

The descending rate of an object is defined as the rate at which an object dropped from a height falls to the base of a given height.

The rate of sinking of the camera in the ocean = -4.2 m/s

The height from the passenger to the ocean floor = -1,875 meters

If -4.2 m = 1 sec

-1,875 m = X sec

Make X sec the subject of formula;

X sec = -1,875/-4.2

X sec = 446 secs ( to the closest whole seconds)

Learn more about multiplication here:

https://brainly.com/question/28768606

#SPJ1

An earthquake with a rating of 3.8 can
cause destruction in areas of up to 100
kilometers that are populated.

Answers

36,810,717.06

........ ... . ... . . took it on edge

The length of a rectangular part is 20 feet longer than the width of the park is the length of the park is 36 feet what is the width of the park

Answers

The width of the rectangular park is found to be 16 feet.

Define the properties of the shape rectangle?An enclosed 2-D shape called a rectangle has four sides, four corners, and four right angles (90°).There are 4 corners, 4 angles, plus 4 sides (vertices).There's many two dimensions to it: length and width.A rectangle has 90° angles on each side.The opposing sides are parallel and equal.It includes 2 equal-length diagonals.

For the stated question-

Length of a park = 20 ft + width of a park

Width of a park = Length of a park - 20 ft

Width of a park = 36 - 20 = 16 ft

Thus, the width of park is found to be 16 ft.

To know more about the rectangle, here

https://brainly.com/question/25292087

#SPJ1

Other Questions
How did pro-annexation democrats engineer the annexation of texas in 1845?a. They bribed several major figures in the Mexican government to support annexation.b. The Democrats promised Whig congressmen that they would fund internal improvements in exchange for Whigvotes.c. They arranged for the measure to come to a vote in the Senate when several anti-annexation senators were absent.d. The party approved it through a joint resolution, which required only a majority vote in both houses of Congress. Who proposed the continental drift theory answer?. How many molecules are in 10. 0 g of O2?. When 12-month-old Trents dad asks him to get his stuffed bunny, Trent looks at and points to the pillow where the bunny usually rests. Trent is displaying __________.A) the violation-of-expectation methodB) deferred imitationC) inferred imitationD) displaced reference a possible benefit of Chinese composers borrowing Western musical techniques Which parallelograms have the same area? What is that area? Sheffield Company assigns overhead based on machine hours. The Milling Department logs 2400 machine hours and Cutting Department shows 4150 machine hours for the period. If the overhead rate is $4 per machine hour, the entry to assign overhead will show a debit to Work in Process for $16600. credit to Manufacturing Overhead for $26200. credit to Work in Process -Cutting Department for $16600. debit to Manufacturing Overhead for $26200. Which of the following would apply to the legal standard if there is no written record of a temperature, a visit, a history, physical, or a lab report?a. it was not written down, so it did not happenb. the court will take the patient's word for itc. the court will take the provider's word for itd. the court will make the decision as to whether or not it happend italian actress gina lollobrigida died at 95. what did she pursue after she left acting? A mother is 66 inches tall, and her daughter is 33 inches tall. Which of the following equations describes the relationship between m, the height of the mother, and g, the height of the daughter?A. g=2/mB. g = 2mC. g=m/2D. g=m-2 4. A shop is having a five-day sale. on Monday, the price will drop by previous day's price. For example price of a product is $20, then the Monday would be $18 (that's 10% original price), and on Tuesday it (that's 10% less than Monday's p Develop a solution that will calcul item for each of the five days, giv price. Test the solution for an item points) Your solution should include: -PAC -Algorithm You will need a "for loop" that iterates each iteration, the item price will be u the sale amount. attempts to use reorganization as a chance to pursue own interests and goals is a political behavior resulting from which of the following conditions? One U.S. dollar trades for 110 yen. Which of the following correctly explains the effect on Japanese automobile prices for holders of U.S. dollars if the U.S. dollar appreciated relative to the yen?A) Since one U.S. dollar is worth fewer yen, Japanese automobiles are relatively more expensive to holders of U.S. dollars.B) Since one U.S. dollar is worth fewer yen, Japanese automobiles are relatively less expensive to holders of U.S. dollars.C) Since one U.S. dollar is worth more yen, Japanese automobiles are relatively less expensive to holders of U.S. dollars.D) Since one U.S. dollar is worth more yen, Japanese automobiles are relatively more expensive to holders of U.S. dollars. Give three uses of sub-directors or subfdders You are driving up to New York City, and the PM2.5 concentration is 23 micrograms per cubic meter. At what distance will you begin to see the skyline of Manhattan? frederick douglass failed twice at escaping. 80% of slaves could not read and write, as it was against the . What type of information is commonly included in the owner's manual that would be a benefit to the service technician?O Maintenance items specificationsO Tire pressure monitoring system reset proceduresO Maintenance reminder light reset proceduresO All of the above Now that Amazon does collect sales tax in most states, what other loopholes has Amazon found to evade other taxes? fred, a linux administrator, needs to create the directory /var/oracle/database/9i. only the directory /var currently exists. the current working directory is the root of the filesystem.which of the following commands will create the directory path? Explain / interpret the following artwork baed on the viewer context and artit context Salubong