Find the coordinates of the centroid of the triangle with the given vertices. (Lesson 5-2)
R(-6,4), S(-2,-2), T(2,4)

Answers

Answer 1

The triangle with vertices located at R(-6 , 4), S(-2 , -2), T(2 , 4) has its centroid located at (-2 , 2).

The centroid of a triangle is the point inside the triangle where the three medians intersect. The median of a triangle is the line the connects the midpoint of a side and the opposite vertex.

To get the centroid of a triangle, use the formula given by:

C(x , y) = [(x1 + x2 + x3)/3 , (y1 + y2 + y3)/3]

where C is the centroid of the triangle located at (x , y)

x1, x2, and x3 are the x-coordinate of the vertices of the triangle

y1, y2, and y3 are the y-coordinate of the vertices of the triangle

Let Point 1(x1 , y1) = R(-6 , 4)

Point 2(x2 , y2) = S(-2 , -2)

Point 3(x3 , y3) = T(2 , 4)

Plug in the values in the formula.

C(x , y) = [(x1 + x2 + x3)/3 , (y1 + y2 + y3)/3]

C(x ,y) = [(-6 + -2 + 2)/3 , (4 + -2 + 4)/3]

C(x ,y) = (-6/3 , 6/3)

C(x ,y) = (-2 , 2)

Learn more about centroid of triangle here: brainly.com/question/7644338

#SPJ4

Find The Coordinates Of The Centroid Of The Triangle With The Given Vertices. (Lesson 5-2) R(-6,4), S(-2,-2),

Related Questions

Which window with the following dimensions is too small to allow a 48-inch piece of glass to fit through it?
28 x 45 inches
36 x 27 inches
40 x 40 inches
40 × 42 inches

Answers

The dimensions 36 x 27 inches are too small to allow a 48-inch piece of glass to fit through it.

What is meant by dimensions?An object's dimension is a topological measure of the size of its covering properties. It is the number of coordinates required to specify a point on the object.A dimension is a measurement that includes things like length, width, and height. When you talk about an object's or place's dimensions, you're referring to its size and proportions. Dimensions are the powers to which basic units or quantities are raised in order to represent a specific physical quantity. <br> e.g., : In the gravitational constant formula, the length, mass, and time dimensions are 3, -1, and -2, respectively. The dimensional formula is defined as the physical quantity expressed in terms of its basic unit with proper dimensions. Dimensional force, for example. F = [M L T-2] It's because the Force unit is Newton, or kg*m/s2.

To learn more about dimensions, refer to:

https://brainly.com/question/1605852

#SPJ9

Find the measure of the exterior angle.
The measure of the exterior angle of the triangle is

Find the measure of the exterior angle.The measure of the exterior angle of the triangle is

Answers

Answer:

X = 132

Step-by-step explanation:

The sum of two interior angles in a triangle is equal to an exterior angle that is supplementary to the third interior angle therefore

x = 46 + 86

x = 132

Answer:

The measures of exterior angle is 132° .

Step-by-step explanation:

We know that the sum of interior angle is equal to the sum of exterior angle of triangle.

interior angle = exterior angle

86° + 46 ° = x

combine like terms

132° = x

How do you do long division step by step?

Answers

Long division is a method of dividing large numbers by hand. It can be done using several different methods, but the standard algorithm is the most common.

The steps for the standard algorithm are as follows:

1. Begin by writing the dividend (the number to be divided) above the division bar and the divisor (the number that the dividend is being divided by) below the division bar.

2. Divide the leftmost digit of the dividend by the divisor. Write the result of this division to the left of the division bar.

3. Multiply the divisor by the quotient from the previous step, and write the result of this multiplication below the dividend.

4. Subtract the product from the dividend and write the result below the dividend.

5. Bring down the next digit of the dividend to the remainder and repeat steps 2-4 until the remainder is 0.

6. The result of the division is the quotient written to the left of the division bar.

Long division is a method of dividing large numbers by hand.

It involves dividing the leftmost digit of the dividend by the divisor, multiplying the divisor by the quotient, subtracting the product from the dividend, and repeating these steps until the remainder is 0. The result is the quotient written to the left of the division bar.

Learn more about Long division here:

https://brainly.com/question/28824872

#SPJ4

a) Describe the major distinction between regression and classification problems under Supervised machine learning. b) Explain what overfitting is and how it affects a machine learning model. (2) c) When using big data, a number of prior tasks such as data preparation and wrangling as well as exploration are required to improve the ML model building and training. Outline the 3 tasks of ML model training when using Big data projects.

Answers

These tasks are iterative and may involve multiple rounds of experimentation, evaluation, and refinement to achieve the desired performance and accuracy for the ML model.

a) The major distinction between regression and classification problems in supervised machine learning lies in the nature of the target variable.

In regression, the target variable is continuous, which means it can take any numerical value within a specific range. The goal of regression is to predict or estimate a numeric value based on input features. For example, predicting the price of a house based on its features like size, location, and number of rooms.

In classification, the target variable is categorical, which means it falls into a specific set of predefined classes or categories. The goal of classification is to assign a label or class to a given input based on its features. For example, classifying emails as either spam or non-spam based on their content and other characteristics.

b) Overfitting refers to a situation where a machine learning model learns the training data too well, to the extent that it memorizes noise and random fluctuations rather than capturing the underlying patterns. This leads to poor generalization performance when the model is applied to unseen data.

Overfitting occurs when a model becomes overly complex, having too many parameters relative to the available training data. As a result, the model becomes too specialized and tailored to the training set, losing its ability to generalize to new, unseen data.

The effects of overfitting on a machine learning model are:

Poor generalization: The overfitted model performs well on the training data but fails to generalize to new data. It may make incorrect predictions or exhibit high error rates when faced with unseen examples.

Increased variance: The model becomes highly sensitive to small fluctuations in the training data, which can lead to significant variations in predictions when new data is encountered.

Loss of interpretability: Overfitting often involves complex models with many parameters, which can make it challenging to understand the relationship between the input features and the target variable.

c) When using big data in machine learning projects, there are three major tasks involved in model training:

Data preprocessing and preparation: Big data often requires extensive preprocessing and preparation before it can be used effectively for model training. This includes tasks such as data cleaning, handling missing values, removing outliers, and transforming variables to meet the requirements of the chosen machine learning algorithm.

Feature engineering and selection: Big data projects may involve a vast number of features, some of which may be irrelevant or redundant. Feature engineering involves creating new meaningful features or transforming existing ones to enhance the predictive power of the model. Feature selection aims to identify the most relevant subset of features that contribute the most to the model's performance, improving efficiency and reducing computational requirements.

Model training and optimization: Once the data is prepared and the features are selected, the actual model training takes place. This involves selecting an appropriate machine learning algorithm, setting its hyperparameters, and training the model on a large-scale dataset. Since big data projects often have immense computational requirements, optimization techniques such as parallel computing, distributed processing, and algorithmic optimizations are employed to improve training speed and efficiency.

Learn more about regression here:

https://brainly.com/question/29753986

#SPJ11

4. Consider the ODE blow: Use a step size of 0.25, where y(0) = 1. dy dx :(1+2x) √y (b) Euler's method of y (0.25). Evaluate the error. (5pt.)

Answers

Using Euler's approach, the error in the estimated value of y(0.25) is approximately 0.09375 or 0.094.

Given the ODE and initial condition as:

dy/dx = (1+2x)√y, y(0) = 1

Using Euler's method, we have to evaluate the value of y(0.25) with a step size of h = 0.25.

Step 1: Calculation of f(x,y)f(x, y) = dy/dx = (1+2x)√y

Step 2: Calculation of y(0.25)

Using Euler's method, we can approximate the value of y at x=0.25 as follows:y1 = y0 + hf(x0, y0)where y0 = 1, x0 = 0 and h = 0.25f(x0, y0) = f(0, 1) = (1+2(0))√1 = 1y1 = 1 + 0.25(1) = 1.25

Therefore, y(0.25) = 1.25.

Step 3: Calculation of the exact value of y(0.25)We can find the exact value of y(0.25) by solving the ODE:

dy/dx = (1+2x)√ydy/√y = (1+2x) dxIntegrating both sides:

∫dy/√y = ∫(1+2x)dx2√y = x^2 + 2x + C, where C is athe constant of integration Since y(0) = 1,

we can solve for C as follows: 2√1 = 0^2 + 2(0) + C => C = 2

Therefore, the exact solution of the ODE is given by:2√y = x^2 + 2x + 2Solving for y, we get:y = [(x^2 + 2x + 2)/2]^2

The exact value of y(0.25) is given by:y(0.25) = [(0.25^2 + 2(0.25) + 2)/2]^2= (2.3125/2)^2= 1.15625

Step 4: Calculation of the errorError = |Exact value - Approximate value|Error = |1.15625 - 1.25| = 0.09375

Therefore, the error in the approximate value of y(0.25) using Euler's method is 0.09375 or 0.094 (approx).

Learn more about Euler's method

https://brainly.com/question/30699690

#SPJ11

whats 78,563 divided by 98
Ty for whoever helps me <3

Answers

Answer:

801.66

Step-by-step explanation:

calculator

Answer:

801.6632653061

Step-by-step explanation:

.......

pls help and this isnt from a quiz its a homework

pls help and this isnt from a quiz its a homework

Answers

the answer is the second one. 5(p-3)=63

Answer:  Choice B

5(p-3) = 63

==================================================

Reasoning:

p = price of one poster before the discount

p-3 = price of one poster after the $3 discount

5(p-3) = total price of buying 5 posters after the discount per poster

5(p-3) = 63 since this is the total amount she spent

A circular flower bed is 20 m in diameter and has a circular sidewalk around is 4 m wide

Answers

The area of the sidewalk is approximately 216.26 square meters.

The diameter of the flower bed is 20 meters, which means its radius is 10 meters. The area of the flower bed can be found using the formula for the area of a circle:

Area of flower bed = πr²

= π(10)²

= 100π

The circular sidewalk around the flower bed is 3 meters wide. This means that the outer radius of the sidewalk is 10 + 3 = 13 meters, and the inner radius is 10 meters.

The area of the sidewalk can be found by subtracting the area of the flower bed from the area of the larger circle that includes the sidewalk:

Area of sidewalk = π(13)² - π(10)²

= π(169 - 100)

= π(69)

≈ 216.26 square meters

Therefore, the area of the sidewalk is approximately 216.26 square meters.

To know more about an area follow

https://brainly.com/question/23581207

#SPJ1

the n 1/2 of the se 1/4 of the sw 1/4 and the ne 1/4 of the sw 1/4 of section 19 contains how many acres?

Answers

The n 1/2 of the se 1/4 of the sw 1/4 and the ne 1/4 of the sw 1/4 of Section 19 contains 40 acres.

The method used for land surveying is called the government rectangular survey system.

This system is commonly known as the Public Land Survey System (PLSS) of the United States. It is based on a grid network. The grid is formed with meridians and baselines.

The meridians are the imaginary lines running north to south, and the baselines are the imaginary lines running east to west. The meridians and baselines are named as ranges and townships, respectively.

Each range is 6 miles wide and numbered consecutively, beginning with the one on the far west side of the state. The townships are numbered from 1 to 36, in sequence, beginning at the southeast corner of the state. The government rectangular survey system divides the land into smaller units as follows:

Each township is further divided into 36 sections, each section is one square mile, or 640 acres.

Each section is further divided into halves, or 320 acres, and each half is divided into quarters, or 160 acres, and each quarter is divided into quarters again, or 40 acres.

Finally, each 40-acre parcel is divided into quarters, or 10 acres.

Therefore, the n 1/2 of the se 1/4 of the sw 1/4 and the ne 1/4 of the sw 1/4 of section 19 contains 40 acres.

For more questions on Section .

https://brainly.com/question/29635857

#SPJ8

Jeri had 1 ¾ pounds of gummi worms, which she shared equally with her best friend. How many pounds of gummi worms did they each get? PLZ HELP

Answers

They have 0.875 pounds of gummy each

Just divide by 2

What is the slope of a line perpendicular to the line whose equation is 10 x + 6 y = − 84 10x+6y=−84.

Answers

Answer:

3/5

Step-by-step explanation:

The equation of a line is written as

y = mx + b where

m is the slope

b is the y-intercept.

We put the given equation above in that form

10x + 6y = - 84

6y = -10x - 84

Divide both sides by 6

y = -10x/6 - 84/6

y = -5x/3 - 14

y = -5/3x - 14

The slope of this line is -5/3

But we are told that: the slope of the line is perpendicular to the line

Hence: we find the reciprocal of , -5/3

This is = 3/5

Therefore, the slope of a line perpendicular to the line whose equation is 10x + 6y = −84 is 3/5

look at the following numbers:
-5, -6, 0, 6
which pair of numbers has a sum of 0?
A. -6, 0
B. -5, 6
C. 6, -6
D. -5, 0

Answers

c 6,-6

hope this helps
Answer:
C. 6, -6

Explanation:
The sum of two numbers means the answer received when those two numbers are added.

When we add -6 and 6, we are essentially subtracting 6 from 6, to which we get 0.

I hope this helps!

Which of the following statement is TRUE? Select one: a. A negative net exposure position in foreign currency implies that the Fl will make a gain if the foreign currency appreciates b. All of the statements are true. c. A negative net exposure position in foreign currency implies that the FI will make a loss if the foreign currency appreciates d. A positive net exposure position in foreign currency implies that the FI will make a gain if the foreign currency depreciates e. Off-balance sheet hedging involves higher initial costs compared to on-balance sheet hedging

Answers

A negative net exposure position in foreign currency means that a Financial Institution will experience a loss if the foreign currency appreciates.

A net exposure position in foreign currency refers to the overall amount of foreign currency assets and liabilities held by a Financial Institution. When a Financial Institution has a negative net exposure position, it means that it owes more in foreign currency liabilities than it holds in foreign currency assets. In this case, if the foreign currency appreciates (increases in value relative to the domestic currency), the Financial Institution will need to pay more in domestic currency to fulfill its foreign currency obligations. Consequently, the Financial Institution will incur a loss.

On the other hand, a positive net exposure position (option D) implies that the Financial Institution will make a gain if the foreign currency depreciates (decreases in value relative to the domestic currency) because it will receive more domestic currency when converting its foreign currency assets.

Option A is incorrect because a negative net exposure position implies a loss, not a gain if the foreign currency appreciates. Option B is incorrect because not all of the statements are true. Option E is unrelated to the question and therefore not applicable.

Learn more about liabilities  : brainly.com/question/15006644

#SPJ11

Sandra is 1.8 m tall. She stood 0.9 m from the base of the mirror and could see the top of
the cliff in the mirror. The base of the mirror is 5.4 m from the base of the cliff. What is
the height of the cliff?

Answers

The cliff rises 10.8 metres in height.

To determine the height of the cliff, we can use similar triangles and apply the concept of proportions.

Let's denote the height of the cliff as "h."

According to the given information, Sandra is 1.8 m tall and stands 0.9 m from the base of the mirror. The distance between the base of the mirror and the base of the cliff is 5.4 m.

We can form a proportion based on the similar triangles formed by Sandra, the mirror, and the cliff:

(Height of Sandra) / (Distance from Sandra to Mirror) = (Height of Cliff) / (Distance from Mirror to Cliff)

Plugging in the values we know:

1.8 m / 0.9 m = h / 5.4 m

Simplifying the equation:

2 = h / 5.4

To solve for h, we can multiply both sides of the equation by 5.4:

2 * 5.4 = h

10.8 = h

Therefore, the height of the cliff is 10.8 meters.

for such more question on height

https://brainly.com/question/23377525

#SPJ8

Question 1
Measure , and create another segment, , with the same length. Measure to verify that it has the same length. Take a screenshot of your work, and paste it below.

Answers

Answer:

AB = 5

CD = 5

Step-by-step explanation: This is what I put hope it helps :))

Question 1Measure , and create another segment, , with the same length. Measure to verify that it has

Answer:

AB=5

CD=5

Step-by-step explanation:

Two angles are supplementary.   One measures 7x - 9 and the other measures 4x + 3.  Find x and the measure of the smaller angle​

Answers

Answer:

Supplementary angles add up to 180°

180=7x-9+4x+3

180=7x+4x-9+3

180=11x-7

180+7=11x

187=11x

11x=187

x=187/11

x=17

Therefore x = 17

HELP I GIVE BRAINLIEST

HELP I GIVE BRAINLIEST

Answers

Answer:

Provide an approximate elevation for points W, X, Y, and Z (Z is pointing right to the line).

Step-by-step explanation:

HELP I GIVE BRAINLIEST

Answer:

Red

Step-by-step explanation:

Suppose that g is a function that is defined for all real numbers. Which of the following conditions assures that g has an inverse function? (A) g'(x) < 1 , for all x (B) g'(x) >1,for all x (C) g"(x) >0, for all x (D) g"(x)0,for all x

Answers

The answer is that condition (D) assures that g has an inverse function.

The second derivative of a function tells us about its concavity, or the direction of its curvature. If the second derivative is always positive, the function is always concave up, meaning it is always increasing at an increasing rate. This guarantees that the function is one-to-one, meaning that every output has a unique input. Therefore, an inverse function exists. The other conditions do not guarantee this, as (A) and (B) only tell us about the slope of the function, and (C) only tells us about the concavity at specific points.

it is important to understand the reasoning behind the solution.

To know more about function visit:

https://brainly.com/question/28193995

#SPJ11

PLEASE HELP ASAP!!!!


Use the graph of ƒ to find x if ƒ(x) = 2.



x = –0.5


x = –8


(–∞, –0.5)


x = 0.5

PLEASE HELP ASAP!!!!Use the graph of to find x if (x) = 2.x = 0.5x = 8(, 0.5)x = 0.5

Answers

Answer:

\({ \tt{f(x) = 2}} \\ when \: y = 2 \\ { \bf{x = - 0.5}}\)

40. Which two are equivalent to 4?
A A √2
BV8
C V16
D V12
E V64

Answers

Answer:

a or b

Step-by-step explanation:

y is greater than two less than the product of x and three.
what would the equation look like?​

Answers

Answer:

y > 2 < x · 3

Step-by-step explanation:

You used range in definite loops earlier in the course. The output of the range function is a sequence, which is a list of integers.range(3) creates which sequence of numbers?[1, 2, 3][0, 1, 2, 3][1, 2, 3, 4][0, 1, 2]

Answers

The sequence of numbers created by the range(3) function is [0, 1, 2].

This is because the range function starts from 0 by default and generates a sequence of integers up to, but not including, the specified value (in this case, 3). Therefore, the sequence contains the integers 0, 1, and 2, but not 3.

The range function generates a sequence of numbers that can be used as an index or counter in loops, and it is often used in for loops to execute a block of code a certain number of times.

The syntax for range function is range(start, stop, step), where start and step are optional arguments. If start is not specified, the sequence starts from 0 by default, and if step is not specified, it defaults to 1.

For more questions like Function click the link below:

https://brainly.com/question/12431044

#SPJ11

given the linear differential system x ' = ax with determine if u, v form a fundamental solution set. if so, give the general solution to the system.

Answers

To determine if u and v form a fundamental solution set for the linear differential system x' = ax, we need to calculate the Wronskian W(u, v) = u'v - uv' and check if it is nonzero. If the Wronskian is nonzero, u and v form a fundamental solution set. The general solution to the system can then be expressed as x(t) = c1u(t) + c2v(t), where c1 and c2 are constants.

A fundamental solution set for a linear differential system is a set of linearly independent solutions that can be used to construct the general solution. In this case, u and v are potential solutions to the system x' = ax. To check if they form a fundamental solution set, we calculate the Wronskian W(u, v) = u'v - uv'. If the Wronskian is nonzero for all values of t, then u and v are linearly independent and form a fundamental solution set.

If the Wronskian is nonzero, the general solution to the system can be expressed as x(t) = c1u(t) + c2v(t), where c1 and c2 are constants. This general solution represents the linear combination of u and v, where the constants c1 and c2 determine the specific solution for a given initial condition. If the Wronskian is zero, u and v are linearly dependent, and we need to find additional linearly independent solutions to form a fundamental solution set.

learn more about linear differential here:

https://brainly.com/question/30645878

#SPJ11

How do you do this problem? See attached image

How do you do this problem? See attached image

Answers

The answer Is D. Because to make it equal you must divide by -6 on both sides, but by doing that because you are dividing by a negative you must flip the sign.

Jonczyk Company is considering two different, mutually exclusive capital expenditure proposals. Project A will cost $454,000, has an expected useful life of 13 years and a salvage value of zero, and is expected to increase net annual cash flows by $68,000. Project B will cost $300,000, has an expected useful life of 13 years and a salvage value of zero, and is expected to increase net annual cash flows by $47,000. A discount rate of 9% is appropriate for both projects. Click here to view PV table.
Calculate the net present value and profitability index of each project. (If the net present value is negative, use either a negative sign preceding the number e.g. -45 or parentheses e.g. (45). Round present value answers to 0 decimal places, e.g. 125 and profitability index answers to 2 decimal places, e.g. 15.52. For calculation purposes, use 5 decimal places as displayed in the factor table provided, e.g. 1.25124.)

Answers

Net present value is a measure of profitability. The NPV of an investment is the net cash inflow received over the project's life, less the initial cash outflow, adjusted for the time value of money.

A higher NPV means the project is more lucrative. The profitability index measures the benefit-cost ratio of a project and is calculated by dividing the present value of future cash flows by the initial cash outflow. A profitability index greater than one indicates that the project will be profitable, whereas a profitability index less than one indicates that the project will not be profitable.

Calculation of Net Present Value (NPV) of Project AInitial Outlay = $454,000Net annual cash flows = $68,000Discount Rate = 9%Use the PV of an annuity of $1 table to determine the PV of net cash flows.Using the formula for NPV,NPV of Project A = PV of net cash flows – Initial OutlayNPV of Project A = 68,000 × 7.63930 – 454,000NPV of Project A = $56,201.85Calculation of Profitability Index of Project AProfitability Index of Project A = Present value of future cash flows / Initial OutlayProfitability Index of Project A = 68,000 × 7.63930 / 454,000Profitability Index of Project A = 1.14

Calculation of Net Present Value (NPV) of Project BInitial Outlay = $300,000Net annual cash flows = $47,000Discount Rate = 9%Use the PV of an annuity of $1 table to determine the PV of net cash flows.Using the formula for NPV,NPV of Project B = PV of net cash flows – Initial OutlayNPV of Project B = 47,000 × 6.10338 – 300,000NPV of Project B = $37,100.86Calculation of Profitability Index of Project BProfitability Index of Project B = Present value of future cash flows / Initial OutlayProfitability Index of Project B = 47,000 × 6.10338 / 300,000Profitability Index of Project B = 0.96

The NPV and profitability index calculations show that project A is the better investment since it has a higher NPV and profitability index than project B.

To know more about Net present value   visit

https://brainly.com/question/32720837

#SPJ11

45 POINTS!! Please help me solve this Table I’m having a hard time this is my last chance to pass!

45 POINTS!! Please help me solve this Table Im having a hard time this is my last chance to pass!

Answers

Solution:

Given function:

f(x) = x - 1

Solution (x = -2):

f(x) = x - 1=> -2 - 1=> -3

Solution (x = 0):

f(x) = x - 1=> 0 - 1=> -1

Solution (x = 2):

f(x) = x - 1=> 2 - 1=> 1

Solution (x = 3):

f(x) = x - 1=> f(x) = 3 - 1=> 2

Please help 60 points for a rapid answer-In the figure below which of the following is true in circle E?

Please help 60 points for a rapid answer-In the figure below which of the following is true in circle
Please help 60 points for a rapid answer-In the figure below which of the following is true in circle

Answers

Answer:

all 3 options are true : A, B, C

Step-by-step explanation:

warning : it has come to my attention that some testing systems have an incorrect answer stored as right answer for this problem.

they say that A and C are correct.

but I am going to show you that if A and C are correct, then also B must be correct.

therefore, my given answer above is the actual correct answer (no matter what the test systems say).

originally the information about the alignment of the point F in relation to point E was missing.

therefore, I considered both options :

1. F is on the same vertical line as E.

2. F is not on the same vertical line as E.

because of optical reasons (and the - incomplete - expected correct answers of A and C confirm that) I used the 1. assumption for the provided answer :

the vertical line of EF is like a mirror between the left and the right half of the picture.

A is mirrored across the vertical line resulting in B. and vice versa.

the same for C and D.

this leads to the effect that all 3 given congruence relationships are true.

if we consider assumption 2, none of the 3 answer options could be true.

but if the assumptions are true, then all 3 options have to be true.

now, for the "why" :

remember what congruence means :

both shapes, after turning and rotating, can be laid on top of each other, and nothing "sticks out", they are covering each other perfectly.

for that to be possible, both shapes must have the same basic structure (like number of sides and vertices), both shapes must have the same side lengths and also equally sized angles.

so, when EF is a mirror, then each side is an exact copy of the other, just left/right being turned.

therefore, yes absolutely, CAD is congruent with CBD. and ACB is congruent to ADB.

but do you notice something ?

both mentioned triangles on the left side contain the side AC, and both triangles in the right side contain the side BD.

now, if the triangles are congruent, that means that each of the 3 sides must have an equally long corresponding side in the other triangle.

therefore, AC must be equal to BD.

and that means that AC is congruent to BD.

because lines have no other congruent criteria - only the lengths must be identical.

pls help givin 10 pts

pls help givin 10 pts

Answers

Answer:-22/3

Step-by-step explanation:

its negative because it represents an irrational number

Answer: -22/3

Why: It's irrational since it's negative

Zhang Industries budgets production of 210 units in June and 220 units in July. Each unit requires 1.5 hours of direct labor. The direct labor rate is $12.20 per hour. The indirect labor rate is $19.20 per hour. Compute the budgeted direct labor cost for July.

Answers

To compute the budgeted direct labor cost for July at Zhang Industries, we multiply the number of units produced in July (220 units) by the direct labor hours per unit (1.5 hours) and the direct labor rate ($12.20 per hour).

To calculate the budgeted direct labor cost for July, we use the formula:

Budgeted Direct Labor Cost = Number of Units * Direct Labor Hours per Unit * Direct Labor Rate

In this case, the number of units produced in July is 220 units, the direct labor hours per unit is 1.5 hours, and the direct labor rate is $12.20 per hour.

Budgeted Direct Labor Cost = 220 * 1.5 * $12.20

Simplifying the equation:

Budgeted Direct Labor Cost = $4,026

Therefore, the budgeted direct labor cost for July at Zhang Industries is $4,026. This represents the expected cost of direct labor based on the production volume and labor rate for that month. It accounts for the labor hours required to produce the units and the corresponding cost per hour.

Learn more about Number here:

https://brainly.com/question/3589540

#SPJ11

A traditional children’s riddle concerns a farmer who
is traveling with a sack of rye, a goose, and a mischievous dog.
The farmer comes to a river that he must cross from east to west. A
boat is ava

Answers

The riddle mentioned in the question is about a farmer who is traveling along with a sack of rye, a goose, and a mischievous dog.

He comes to a river that he must cross from east to west, and there is a boat available to do so.  Therefore, the farmer takes the goose back to the east side and leaves it there. He then takes the sack of rye across the river, drops it off with the dog, and goes back to the east side to pick up the goose. In this manner, all of the farmer's possessions can be safely transported across the river without any of them being lost to the dog or the goose.This riddle is a classic example of a type of logical puzzle known as a "transport problem."

The goal of a transport problem is to determine how to transport one or more objects from one location to another while satisfying certain constraints, such as the size of the transport vehicle or the safety of the objects being transported.

To know more about riddle visit:

brainly.com/question/10914267

#SPJ11

Other Questions
On a warm summer day in August, you decide to go for a walk through a new housing development that was built near your home a few years ago. As you walk by the pond that's in the center of this development, you notice an unpleasant smell. Then, you see that the pond is full of green algae, and there are dead fish floating on the surface. This is a pond that used to be clean and clear, and you used to play in it as a child. What could have most likely caused this change Imran Merchant, chief financial officer (CFO) of Micro Tigers Inc., is in a bind. Micro Tigers is a producer of hand held pagers, designed for use in Hospitals, restaurants and other work environments where cellular devices cannot be used. Micro Tigers manufactures all of its products in Canada, and 92% of it sales are within Canada and North Eastern United States.Imran has noticed that a worrying trend. The cost to produce pagers have increased substantially over the last few years, however last year in particular the increase has been over 15%. The primary driver of the increase has been the Canadian Labour Market. The Canadian Government is continuously introducing new minimum wage laws and other employee benefits which have made production cost increases hard to bear. Among the new legislation is an mandate of $16/hour minimum wage, as well mandatory overtime payment after 40 hours in a week (previously 48 hours).Recently Imran had lunch with one of the Senior Financial Analysts within Micro Tigers John Locke. John had spent several years living and working in Bangladesh prior to joining Micro Tigers. John Locke presented Imran within an intriguing idea, move all production to Bangladesh. Under Johns proposal Micro Tigers wouldEstablish a foreign Subsidiary/Cost Centre in Bangladesh where all product would be manufactured.Export all products into Canada and the United States (Lead times would increase considerably)The added bonus would be that it would allow Micro Tigers to target the Australian market. Micro Tigers has long wanted to expand to Australia, where domestic pagers are not manufactured. However, exporting product from Canada to Australia is difficult due to the distance and freight cost. Exporting product from Bangladesh to Australia however is a definite possibility. Australia has the potential to become a significant market for Micro Tigers (30% of Sales).While Imran thinks about these options he has a few questions that he has reached out to you with. He has asked for a presentation that he can put in front of the board and get the necessary approvals. He has the following questionsHow could a higher level of inflation in Bangladesh potentially affect Micro Tigers, if Canadian Inflation remains constant? (20 marks)How could competition from firms in Australia effect Micro Tigers (Assuming Micro Tigers expands to Australia?What political risks should Micro Tigers be concerned about, should it relocated its facilities to Bangladesh.What about happen if the Canadian Dollar depreciated against the Bangladesh Taka? What would happen if it appreciates? What about the Australian Dollar? What would Micro Tigers do about all the added currency risk?If Micro Tigers experience financial problems and is not able to fund its Bangladesh production facilities, are there any international agencies that the company could approach for loans or other financial assistance?What other concerns should Imran have? Find dy/dx if y= 3x^2+5x^2 +Vx /x (2 marks) can someone help please The measure of an angle is forty-nine times the measure of its supplementary angle. What is the measure of each angle? Nelly works part-time in a shop tocover her university expenses.The table below shows how manyhours she worked each day last week.Hours workedDayMondayTuesdayWednesdayThursdayFridaySaturday352425Nelly's weekly pay is worked outas follows: Monday to Friday 8 per hour for the first 15 hours 10 per hour for any extra hoursSaturday. double the normal rate of 8 per hourWork out Nelly's total pay for last week?You must show all your working. At a local fair, the admission fees are $1.50 for children, $3 for college students , and $5 for adults, On Saturday, 1500 tickets were sold and brought in $5500. The number of college student tickets sold were 100 less than the number of children's tickets sold. How many children's tickets were sold? A cone has a radius of 3.8 m and a slant height of 8.8 m. Which would decrease the cone's surface area less, halving the radius or halving the slant height? Choose one of the clouds that you learned about and describe at what level can it be found, what do they look like, and what weather does it indicate? A 50.0-mL sample of 0.50 M HCl is titrated with 0.50 M NaOH. What is the pH of the solution after 28.0 mL of NaOH have been added to the acid? 1.85 2.96 2.85 1.49 3.81 Selling price$85 100% Variable expenses 51 60 Contribution margin$34 40% Fixed expenses are $77,000 per month and the company is selling 2,600 units per month. 2-a. Refer to the original data. How much will net operating income increase (decrease) per month if the company uses higher-quality components that increase the variable expense by $5 per unit and increase unit sales by 20%. 2-b. Should the higher-quality components be used En qu ao fue creado el juego de tres pies Which is a detail that tellsone step inthe building of an igloo? which of the following statements is true? question 2 options: the law of demand implies that an increase in the price of a good will decrease the demand for that good. the law of supply implies that an increase in the price of a good will increase the quantity supplied of that good. a change in a non-price determinant of demand will result in movement along a given demand curve. an increase in supply is reflected graphically as a leftward shift of the supply curve. Sophie has bought some plants 36 violas 54 sweet peas and 72 fuchsias she wants to plant them in pots so that there is one type of plant in each pot and each pot has the same number of plants in it what is the maximum number of plants she could have in each pot Classifying Accounts on a Balance Sheet The following are the accounts of Woods-Michelson Corporation: (1) Additional Paid-in Capital (8) Notes Payable (due in six months) (2) Buildings and Leased Assets (9) Prepaid Insurance (3) Current Lease Liabilities (10) Short-Term Investments (4) Dividends Payable (11) Trade Accounts Receivable (5) Equipment (12) Treasury Stock (6) Intangible Assets (13) Unearned Revenue (7) Long-Term Lease Liabilities In the space provided, classify each as it would be reported on a balance sheet. Use: CA for current asset CL for current liability SE for stockholders' equity NCA for noncurrent asset NCL for noncurrent liability When, in disgrace with fortune and men's eyes,I all alone beweep my outcast state,And trouble deaf heaven with my bootless cries,And look upon myself and curse my fate,Wishing me like to one more rich in hope,Featured like him, like him with friends possessed,Desiring this man's art and that man's scope,With what I most enjoy contented least;Yet in these thoughts myself almost despising,Haply I think on thee, and then my state,(Like to the lark at break of day arisingFrom sullen earth) sings hymns at heaven's gate;For thy sweet love remembered such wealth bringsThat then I scorn to change my state with kings.How does the form of the sonnet impact the meaning of Shakespeare's poem? Repetition of the same lines throughout emphasizes the point that the subject of the poem is always going to be happy. Six stanzas break the sonnet into six different emotions that the speaker experiences throughout the poem. There is no rhyme scheme or meter, which makes the poem seem like an informational paragraph about how to be happy. The shift and the couplet help to explain that even though you don't have money or fame, love is all you need to be happy. Distinguish between the following terms that relate to entertainmentship. small businesses Find the volume of the solid in the first octant (first octant is like first quadrant in two dimensions, but here besides x & y, z is also positive) bounded by the coordinate planes and the surfaces z = 1 x^2 and y = 1 x^2. steven is beginning a new job but has not yet been paid. he needs $400 to pay his rent this month. steven is going to borrow the money through a payday loan establishment. they are charging him an $80 fee to borrow the money for 10 days until he receives his first paycheck. what is the effective annual interest rate that steven is being charged?