Beth is planning a playground and has decided to place the swings in such a way that they are the same distance from the jungle gym and the monkey bars. If Beth places the swings at point D, how could she prove that point D is equidistant from the jungle gym and monkey bars?

Answers

Answer 1

Answer:

Following are the answer to this question:

Step-by-step explanation:

Some of the information is missing which is defined in the attached file, and the solution to this question can be defined as follows:    

When the point AC ≅ BC point is in the equal distance from point A and Point B then Point A is perpendicular and the bisector point is in equally distant from the endpoints of that intersects points.

please find the attachment of the full question:

Beth Is Planning A Playground And Has Decided To Place The Swings In Such A Way That They Are The Same
Answer 2

Answer:

If segment AC ≅ segment BC, then point D is equidistant from points A and B because a point on a perpendicular bisector is equidistant from the endpoints of the segment it intersects.

Step-by-step explanation:


Related Questions

I'm doing a task which involves magic v's, a maths pattern which has the rule of having the same total on each side. For e.g.
6 5
3 4
2
Is a magic v because each side adds up to 11. I need to make magic V's with the number 2-6 and 3-7. There are 24 possibilities for each number set.

Answers

Answer:

--1-- (of set 23456)

2   4

5 3

 6

--2-- (of set 23456)

2   3

5 4

 6

--3-- (of set 23456)

2   5

6 3

 4

--4-- (of set 23456)

2   3

6 5

 4

--5-- (of set 23456)

3   5

4 2

 6

--6-- (of set 23456)

3   2

4 5

 6

--7-- (of set 23456)

3   6

5 2

 4

--8-- (of set 23456)

3   2

5 6

 4

--9-- (of set 23456)

3   5

6 4

 2

--10-- (of set 23456)

3   4

6 5

 2

--11-- (of set 23456)

4   5

3 2

 6

--12-- (of set 23456)

4   2

3 5

 6

--13-- (of set 23456)

4   6

5 3

 2

--14-- (of set 23456)

4   3

5 6

 2

--15-- (of set 23456)

5   4

2 3

 6

--16-- (of set 23456)

5   3

2 4

 6

--17-- (of set 23456)

5   6

3 2

 4

--18-- (of set 23456)

5   2

3 6

 4

--19-- (of set 23456)

5   6

4 3

 2

--20-- (of set 23456)

5   3

4 6

 2

--21-- (of set 23456)

6   5

2 3

 4

--22-- (of set 23456)

6   3

2 5

 4

--23-- (of set 23456)

6   5

3 4

 2

--24-- (of set 23456)

6   4

3 5

 2

--1-- (of set 34567)

3   5

6 4

 7

--2-- (of set 34567)

3   4

6 5

 7

--3-- (of set 34567)

3   6

7 4

 5

--4-- (of set 34567)

3   4

7 6

 5

--5-- (of set 34567)

4   6

5 3

 7

--6-- (of set 34567)

4   3

5 6

 7

--7-- (of set 34567)

4   7

6 3

 5

--8-- (of set 34567)

4   3

6 7

 5

--9-- (of set 34567)

4   6

7 5

 3

--10-- (of set 34567)

4   5

7 6

 3

--11-- (of set 34567)

5   6

4 3

 7

--12-- (of set 34567)

5   3

4 6

 7

--13-- (of set 34567)

5   7

6 4

 3

--14-- (of set 34567)

5   4

6 7

 3

--15-- (of set 34567)

6   5

3 4

 7

--16-- (of set 34567)

6   4

3 5

 7

--17-- (of set 34567)

6   7

4 3

 5

--18-- (of set 34567)

6   3

4 7

 5

--19-- (of set 34567)

6   7

5 4

 3

--20-- (of set 34567)

6   4

5 7

 3

--21-- (of set 34567)

7   6

3 4

 5

--22-- (of set 34567)

7   4

3 6

 5

--23-- (of set 34567)

7   6

4 5

 3

--24-- (of set 34567)

7   5

4 6

 3

Step-by-step explanation:

This javascript code is extremely brute-force, but it does the job:

function checkIfInSet(i, set) {

   return i.toString().split('').sort().join('') === set;

}

function checkIfMagic(s) {

   return (parseInt(s[0]) + parseInt(s[1]) == parseInt(s[3]) + parseInt(s[4]))

}

function printMagic(s) {

   console.log(`${s[0]}   ${s[4]}`);

   console.log(` ${s[1]} ${s[3]}`);

   console.log(`  ${s[2]}\n`);

}

function checkSet(set) {

   let counter = 1;

   for(let i=1; i<99999; i++) {

       if (checkIfInSet(i, set) && checkIfMagic(i.toString())) {

           console.log(`--${counter++}-- (of set ${set})`);

           printMagic(i.toString());

       }

   }

}

checkSet('23456');

checkSet('34567');

Find the area of the triangle. Give the answer to the nearest tenth. The drawing may not be to scale.

21.0 m^2
9.8 m^2
19.6 m^2
10.5 m^2

Answers

Answer:

10.5 m²

Step-by-step explanation:

Given:

∆ with 2 side lengths, 4.7m, 6.1m, and an included angle, 47°.

Required:

Area of the triangle

SOLUTION:

Area of such triangle that has 2 known sides and an included angle between them is given as ½*a*b*sin(θ).

Where,

a = 4.7 m

b = 6.1 m

θ = 47°

Area = ½*4.7*6.1*sin(47)

Area = 10.5 m² (to the nearest tenth)

Line a and t are parallel. What is the value of x?
7x - 48
5x
pls help me

Answers

Answer:

x = 24

Step-by-step explanation:

We know that lines s and t are parallel. Then by definition, the two labelled angles, which are same-side angles, are congruent and equal in measure.

Then, we set the expressions equal to each other:

7x - 48 = 5x

Subtract 5x from both sides:

7x - 5x - 48 = 0

2x - 48 = 0

Add 48 to both sides:

2x = 48

Divide by 2:

x = 48/2 = 24

Thus, x = 24.

~ an aesthetics lover

Two angles are complementary. One angle's measure is 3 more than 9
times the other angle. What is the measure of each angle? Write each
angle's measure separately. ​

Answers

Answer:

The measure of one angle is 81.3° and the other angle is 8.7°.

Step-by-step explanation:

We are given that two angles are complementary. One angle's measure is 3 more than 9  times the other angle.

Let the measure of one angle be 'x' and the measure of other angle be 'y'.

So, according to the question;

The first condition states that two angles are complementary, this means that the sum of both angles must be equal to 90°, i.e;

                                 x + y = 90°

                                 x = 90° - y  ---------------- [equation 1]

The second condition states that One angle's measure is 3 more than 9  times the other angle, i.e;

                             x = 3 + 9y ------------ [equation 2]

Now, both the equations we get;

90 - y = 3 + 9y

9y + y = 90 - 3

10y = 87

[tex]y=\frac{87}{10}[/tex] = 8.7°

Now, putting the value of y in equation 1 we get;

                x = 90° - y

                x = 90° - 8.7° = 81.3°

Hence, the measure of one angle is 81.3° and the other angle is 8.7°.

Samantha is making salad for a party at her house. In the salad recipe that she is using, it takes 3/4 of a pound of boneless chicken breasts to make 5 portions of the salad. She uses 1 1/5 pounds of chicken for every 3 cherry tomatoes used, and 9 cherry tomatoes for every 2 bags of spinach used. If Samantha is making enough salad to use 4 bags of spinach, how many portions of salad will she make?

Answers

Answer:

48 portions of salad

Step-by-step explanation:

4 bags spinach = 18 cherry tomatoes = 7.2 lb of chicken

7.2/.75 = 9.6 x 5 = 48

Jeremy drove 180 miles in 3 hours. Find his average rate of change.​

Answers

Answer:

60 miles per hour

Step-by-step explanation:

Total distance= 180 miles

Total time =3 hours

Average rate of change= ?

Distance= Rate × time

Make Time the subject of the formula

Time= Distance / Rate

Make average rate of change the subject of the formula

Average rate of change = Distance / time

= 180 miles / 3 hours

= 60 miles per hour

Charlotte ordered dinner to be delivered to her house. The dinner cost d dollars before any tax or discounts were applied. She had a coupon for a 10% discount on the cost after an 8% tax was applied. She added a 16% tip to the total before any tax or discounts were applied. Which expressions could represent the total amount Charlotte paid

Answers

Answer:

1.132d

Step-by-step explanation:

Cost of the dinner=$d

Coupon=10% after

Tax=8%

Tax=0.08d

Tax + cost of dinner= d + 0.08d

Coupon for 10% discount after tax

10% coupon discount means she will pay 100% - 10%( coupon)

=90%

Price=90%(d + 0.08d)

=0.9(1.08d)

She added 16% tip to the total cost before any price or discount was applied

16% of d

=0.16*d

=0.16d

New price= 0.09(1.08d) + 0.16d

=0.972d + 0.16d

=1.132d

can someone help me with this graphical method equation 3x + 5y = -2 7x - 8y = 15

Answers

X=1 and y=-1

Hope this helps :)

Answer:

x = 1

y = -1

Step-by-step explanation:

3x + 5y = -2

7x - 8y = 15

=> -8y = 15 - 7x

=> -y = 15/8 - 7/8x

=> y = -15/8 + 7/8x

3x + 5(-15/8 + 7/8x) = -2

=> 3x -75/8 + 35/8x = -2

=> 24/8x - 75/8 + 35/8x = -16/8

=> 59/8x - 75/8 = -16/8

=> 59/8x = 59/8

=> x = 59/8 x 8/59

=> x = 472/472

=> x = 1

x = 1

So, 3x + 5y = -2

=> 3 (1) + 5y = -2

=> 3 + 5y = -2

=> 5y = -5

=> y = -5/5

=> y = -1

So, x = 1

=>  y = -1

Please help.. Offering 25 points and 5 stars with a thanks

Answers

Answer:

2/5

Step-by-step explanation:

There are 2 white and 4 yellow  = 6

P(yellow) = yellow /total = 4/6 = 2/3

We keep the ball

Now there are 2 white and 3 yellow  = 5

P(yellow) = yellow /total = 3/5

P ( yellow, keep, yellow) = 2/3 * 3/5 = 2/5

We are given 4 yellow balls and 2 white balls. In total, this adds up to 6.

Divide the number of yellow balls to the total number of balls:

4/6 -> 2/3

We are also given 3 yellow and 2 white.

Divide the number of yellow balls to the total number of balls:

3/5

Divide both fractions together:

3/5 * 2/3 = 6/15 = 2/5

Best of Luck!

Please help! I’ve tried every site and nothing has helped


The answer is 11.8

Answers

Answer:

11.8%

Step-by-step explanation:

Here in this question, we want to find the probability of no success in the binomial experiment for 6 trials.

Let p = probability of success = 30% = 30/100 = 0.3

q = probability of failure = 1-p = 1-0.3 = 0.7

Now to calculate the probability, we shall need to use the Bernoulli approximation of the binomial theorem.

That would be;

P(X = 0) = 6C0 p^0 q^6

6C0 is pronounced six combination zero

= 6 * 0.3^0 * 0.7^6 = 1 * 1 * 0.117649 = 0.117649

This is approximately 0.1176

If we convert this to percentage we have 11.76%

But we want our answer rounded to the nearest tenth of a percent and that is 11.8%

Use the image to answer the question. What notes do you see? a. quarter and eighth notes b. whole and quarter notes c. eighth and sixteenth notes d. quarter and sixteenth notes help me please, ty

Answers

Answer:

a. quarter and eighth notes is the best option

Step-by-step explanation:

you can get help from this attachment

hope it will help you :)

is 7.2 a repeating or terminating decimal

Answers

Answer: terminating

Step-by-step explanation:

Answer:

7.2 is a terminating decimal.

Step-by-step explanation:

Terminating decimals are decimals that have an end point. The decimal does not continue to go on and on with numbers but, it stops at one number which makes it terminating.

Repeating decimals are decimals that go on and on with the same number or same patterns of numbers.

So, since 7.2 has an endpoint, then it is a terminating decimal.

I need help with these 2 questions. PLZZ help!!!

Answers

Answer:

Step-by-step explanation:

if x is the bill and y is the tip ten

x+y>14.50

x<2   and  x≤ 2

when the sign is< then the dot has to be clear , because 2 does not count and x is less than 2 and not equal to 2

when the sign is ≤ the dot on the graph is solid which represent the equal to.

2. Describe two methods to determine whether ratios form a proportion.

Answers

Answer:

1. Write both ratios as fractions and reduce them completely. If they are the same fraction, the ratios form a proportion.

2. Write both ratios as fractions. Do the cross products by multiplying the denominator of each fraction by the numerator of the other fraction. If the cross products are equal, the ratios form a proportion.

Form a group of 17 women and 11 men, a researcher wants to randomly
select 5 women and 5 men for a study. In how many ways can the study
group be selected.

Answers

Answer:

17C5+11C5

Step-by-step explanation:

Well there are 17 and chooses 5 that's 17C5

there are 11 men abd chooses 5 that's 11C5

so add them up

17C5+11C5

The combination helps us to know the number of ways an object can be selected without a particular manner. The number of ways in which 5 men and 5 women can be selected is 2,858,856.

What is Permutation and Combination?

Permutation helps us to know the number of ways an object can be arranged in a particular manner. A permutation is denoted by 'P'.

The combination helps us to know the number of ways an object can be selected without a particular manner. A combination is denoted by 'C'.

[tex]^nC_r = \dfrac{n!}{(n-r)!r!}\ , \ \ ^nP_r = \dfrac{n!}{(n-r)!}[/tex]

where,

n is the number of choices available,

r is the choices to be made.

Given that from a group of 17 women and 11 men, a researcher wants to randomly select 5 women and 5 men for a study.

Now, the number of ways for selection can be written as,

Number of ways in which men can be selected = ¹¹C₅ = 462

Number of ways in which women can be selected = ¹⁷C₅ = 6188

Further, the number of ways for selection can be written as,

Number of ways = Number of ways in which men can be selected × Number of ways in which women can be selected

Number of ways = 462 × 6188

Number of ways = 2,858,856

Hence, the number of ways in which 5 men and 5 women can be selected is 2,858,856.

Learn more about Permutation and Combination here:

https://brainly.com/question/11732255

#SPJ2

A square plot of land has an area of 484m².What is the perimeter​

Answers

Answer:

Perimeter: 88m

Step-by-step explanation:

Area of the square plot = (Side) X (Side)

And we are given the area is 484m²,

therefore, (Side) X (Side) = 484m²

or,

(Side)² = 484, taking square root on both the sides,

[tex]\sqrt{(Side)^{2} }[/tex] = [tex]\sqrt{484}[/tex]

Side = 22m.

And we know that, perimeter of a square is = 4 X (Side)

Therefore, Perimeter = 4 X 22 = 88m

:-)

Answer:

88m

Step-by-step explanation:

Area = 484m^2

A= s^2

484= s^2

s=[tex]\sqrt{484}[/tex]=22m

∴22m=s

⇒So, Perimeter= 4a=22*4= 88m

Graphically, a point is a solution to a system of two inequalities if and only if the point lies in the shaded region of the top inequality, but not in the shaded region of the bottom inequality. lies in the shaded region of the bottom inequality, but not in the shaded region of the top inequality. lies in the shaded regions of both the top and bottom inequalities. does not lie in the shaded region of the top or bottom inequalities.

Answers

Answer:

  lies in the shaded regions of both the top and bottom inequalities

Step-by-step explanation:

For a point to be a solution of two inequalities, it must lie in both solution sets. It ...

  lies in the shaded regions of both the top and bottom inequalities

We want to define when a point is a solution of a system of inequalities, we will see that the correct option is: "lies in the shaded regions of both the top and bottom inequalities."

Just like in a system of equations, a solution of the system is must be a solution of both equations.

Here, a solution ot the system of inequalities must be at the same time a solution of each inequality.

Remember that the solutions of the inequalities are represented by shaded regions, so the point must belong to the intersection of the two shaded regions.

So the correct option is:

"lies in the shaded regions of both the top and bottom inequalities."

If you want to learn more, you can read:

https://brainly.com/question/20067450

What is the other endpoint of a segment with a midpoint of M(6, 1) and an endpoint S(5,-3)?

ANSWERS ASAP!!!!

Answers

Answer:

(7, 5)

Step-by-step explanation:

(x+5)/2, ( y-3)/2)=(6,1)

(x+5)/2=6, x= 7

( y-3)/2=1, y=5

the cube root of 2 to the seventh power

Answers

Answer:

4 2^(1/3) or 5.0396841995794926590688424291129134022810058588060319203279004486... decimal

Step-by-step explanation:

Simplify the following:

(2^(1/3))^7

Hint: | For all a>=0, (a^(1/3))^m = a^(m/3). Apply this to (2^(1/3))^7.

Multiply exponents. (2^(1/3))^7 = 2^(7/3):

2^(7/3)

Hint: | Separate the exponent of 2^(7/3) into integer and fractional parts.

2^(7/3) = 2^(6/3 + 1/3) = 2^(6/3)×2^(1/3):

2^(6/3) 2^(1/3)

Hint: | Divide 6 by 3.

6/3 = (3×2)/3 = 2:

2^2 2^(1/3)

Hint: | Evaluate 2^2.

2^2 = 4:

Answer:  4 2^(1/3) or 5.0396841995794926590688424291129134022810058588060319203279004486... decimal

order of operation
3⋅6−2+2​

Answers

Answer:

18

Step-by-step explanation:

3⋅6−2+2​

Use PEMDAS = Parentheses, Exponent, Multiplication, Division, Addition, Subtraction

First we multiply, then add or subtract so,

18 - 2 + 2

Now we subtract,

16 + 2

Now we add,

18

PLZZZ help!!!
Find the area and the perimeter of the shaded regions below. Give your answer as a completely simplified exact value in terms of π (no approximations). The figures below are based on semicircles or quarter circles and problems b), c), and d) are involving portions of a square.

Answers

Answer:

[tex]A_s = 36\pi - 72[/tex]

Step-by-step explanation:

[tex]A_{shaded} = \frac{A_{circle}}{4} - A_{triangle}\\\\A_c = \pi r^2\\A_c = \pi(12)^2\\A_c = 144\pi\\\\A_t = \frac{b * h}{2} \\\\A_t = \frac{12 * 12}{2} \\\\A_t = 72\\\\\\A_s = \frac{144\pi }{4} - 72\\A_s = 36\pi - 72[/tex]

There are 10 students on the basketball team. The coach selects 3 of them to go to the basketball clinic. In how many ways can she choose 3 of the 10 students?

Answers

[tex]_{10}C_3=\dfrac{10!}{3!7!}=\dfrac{8\cdot9\cdot10}{2\cdot 3}=120[/tex]

Question :-

There are 10 students on the basketball team. The coach selects 3 of them to go to the basketball clinic. In how many ways can she choose 3 of the 10 students?

Answer :-

The coach can choose 3 of the 10 students in 120 ways.

[tex] \rule{200pt}{3pt}[/tex]

Combinations refers to the number of ways of selecting from a set when the order is not important. The number of combinations of n objects taken r at a time is given by [tex]\sf C(n, r) = \dfrac{n!}{(n - r)!r!}, n \geqslant r[/tex].

Solution :-

As per the provided information in the given question, we have been given that the number of combinations of 10 students taken 3 at a time. We have been asked to calculate the ways that she can choose 3 of the 10 students.

To calculate the ways that she can choose 3 of the 10 students, we will apply the formula below :-

[tex] \qquad \bigstar \: \: \: \boxed{ \sf{ \: \: C(n, r) = \dfrac{n!}{(n - r)!r!} \: \: }}[/tex]

Substitute the given values into the above formula and solve for C:

[tex]\sf:\implies{ C(n, r) = \dfrac{n!}{(n - r)!r!}}[/tex]

[tex]\sf:\implies{ C(10, 3) = \dfrac{10!}{(10 - 3)!3!}}[/tex]

[tex]\sf:\implies{ C(10, 3) = \dfrac{10!}{7!3!}}[/tex]

[tex]\sf:\implies{ C(10, 3) = \dfrac{10 \cdot 9 \cdot 8 \cdot \cancel{7!}}{ \cancel{7!}3!}}[/tex]

[tex]\sf:\implies{ C(10, 3) = \dfrac{10 \cdot 9 \cdot 8}{3 \cdot 2}}[/tex]

[tex]\sf:\implies{ C(10, 3) = \dfrac{720}{6}}[/tex]

[tex]\sf:\implies \bold{ C(10, 3) = 120 \: ways}[/tex]

Therefore :-

The coach can choose 3 of the 10 students in 120 ways.

[tex]\\[/tex]

Learn more about combinations at https://brainly.com/question/11955073

Have a great day! <33

URGENT PLZ!! Drag the correct transformation into the box to match the definition. [BLANK]... moves points across a specified line so that the line is the perpendicular bisector of each line segment connecting corresponding preimage and image points. Translation Rotation Reflection

Answers

Answer:

Reflection.

Step-by-step explanation:

Reflection moves points across a specified line so that the line is the perpendicular bisector of each line segment connecting corresponding pre-image and image points.

On the other hand, "Translation" moves points the same distance along lines that are parallel to each other while "Rotation" moves points along concentric circles and through the same angle of rotation.

At an angle of 90°, a line of reflection intersects the line segments connecting corresponding points of the pre-image under a reflection.

Basically, a reflection allows us to flip an object or figure across a line, point or plane without any change in its shape or size.

Hence, to reflect an object or a figure such as a triangle simply means that its mirror image would be produced with respect to a line; this line is generally referred to as the line of reflection.

If an octagon is 24, how many is a pentagon?

Answers

●✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎❀✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎●

Hi my lil bunny!

❧⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯☙

If an octagon is 24, how many is a pentagon?

Ans : Pentagon has 5 sides.

( A five-sided shape is called a pentagon. A six-sided shape is a hexagon, a seven-sided shape a heptagon, while an octagon has eight sides. The names of polygons are derived from the prefixes of ancient Greek numbers. )

❧⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯☙

●✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎❀✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎●

Have a great day/night!

❀*May*❀

The pentagon is 15, when octagon is 24.

What is Polygon?

A polygon is a figure made up of line segments (not curves) in a two-dimensional plane. Polygon is the combination of two words, i.e. poly (means many) and gon (means sides).

Polygon with 8 sides known as Octagon and polygon with 5 sides known as Pentagon.

Here, given that, Octagon = 8 sides = 24

So, 1 side= 3

Then, we get, pentagon = 5 sides = (5×3) = 15

Hence, the pentagon is 15.

To learn more on Polygon click:

https://brainly.com/question/15324224

#SPJ2

Find the surface area of a
sphere with a diameter of
15 in.
Can someone please explain how?

Answers

Answer:

About 706.5 square inches.

Step-by-step explanation:

Surface area of a sphere is: [tex]SA=4\pi r^2[/tex]

The radius is half the diameter. So, the radius of the given sphere is 7.5 in.

15/2 = 7.5

Find the surface area:

I use 3.14 for pi.

[tex]SA=4*3.14*7.5^2\\\\SA=4*3.14*56.25\\\\SA=12.56*56.25\\\\\boxed{SA=706.5}[/tex]

The surface area is about 706.5 square inches.

Hope this helps.

Answer:

SA=706.86 in²

Step-by-step explanation:

surface area of a sphere = 4πr²

radius r=d/2=15/2=7.5

SA=4(π)(7.5)²

SA=706.86 in²

A player has 15 hits in 34 times at bat and then gets another hit. Did the batting average increase explain

Answers

The batting average of each player is the number of hits divided by the number of at bats. Average for First player: 34 divided by 102. Average for other player: 24 divided by 96. First player's average is 0.333; that is 33.3% of his times at bat resulted in a hit. Other player's average is 0.243; 24.3% of times at bat resulted in a hit.
Answer: Yes

Explanation:

BA= H/AB

BA = 15/34 = 0.441

But then he gets another hit:

BA = 16/35 = 0.457

MATHEMATICS
Algebra
Simultaneous Equations
1. 5u + 2v=7
2u - 2v=7

2. 3x - 4y=19
4x - 5y=23

Answers

Answer:

1. u = 2, v = -1.5

2. y = -7, x = -3

Step-by-step explanation:

1) For the following simultaneous equation, we have;

5·u + 2·v = 7....................(1)

2·u - 2·v = 7......................(2)

Adding equation (1) to equation (2), gives;

5·u + 2·v + 2·u - 2·v = 14

5·u + 2·u + 2·v- 2·v   = 14

7·u = 14

u = 14/7 = 2u = 2

u = 2

From equation (1), we have;

5·u + 2·v = 7 substituting u = 2 gives;

5×2 + 2·v = 7

2·v = 7  - 5×2 = 7 - 10 = -3

v = -3/2 = -1.5

v = -1.5

2.

3·x - 4·y = 19....................(1)

4·x - 5·y = 23.......................(2)

Multiplying  equation (1) by 4 and equation (2) by 3 gives;

For equation (1)

4 × (3·x - 4·y) = 4 ×19

12·x - 16·y = 76...........................(3)

For equation (2)

3 × (4·x - 5·y) = 3 × 23

12·x - 15·y = 69...........................(4)

Subtracting equation (3) from equation (4) gives;

12·x - 15·y - (12·x - 16·y) = 69 - 76 = -7

12·x - 15·y - 12·x + 16·y = 69 - 76 = -7

12·x - 12·x - 15·y + 16·y = -7

y = -7

Substituting the value of y = -7 in equation (1), we have;

3·x - 4·y = 19 = 3·x - 4×(-7) = 19

3·x - 4×(-7) = 19

3·x + 28 = 19

3·x = 19- 28  = -9

x = -9/3 = -3

x = -3.

Having trouble.. help?

Answers

Answer:

(A) [tex]y = x+3[/tex]

Step-by-step explanation:

Using the values of (-6, -3), (3,6), and (5,8) we can substitute the values into each equation and see if the equation meets the requirements for all 3.

Let's test A first.

[tex]-3 = -6+3[/tex]

Correct, let's try the second pair.

[tex]6 = 3+3[/tex]

Correct, let's try the third pair.

[tex]8 = 5+3[/tex]

So yes, this equation works.

For fun, let's try the other equations.

Let's test B.

[tex]-3 = -6-3[/tex]

This is not true as -6 -3 = -9. So this equation is immediately ruled out.

Let's test C.

[tex]-3 = 2\cdot-6[/tex]

Again this doesn't work, as -6 times 2 is -12. So this equation is also ruled out.

Let's try D.

[tex]-3 = \frac{1}{2}\cdot-6[/tex]

This works, as half of -6 is -3 - however the equation will only work if all 3 pairs work for it.

Let's try the second pair.

[tex]6 = \frac{1}{2}\cdot3[/tex]

This doesn't work, as half of 3 is 1.5. This equation is also ruled out.

Therefore, A is the only equation that works with these pairs.

Hope this helped!

A. {(x, y): y= x + 3}

A group of engineers developed a new design for a steel cable. They need to estimate the amount of weight the cable can hold. The weight limit will be reported on cable packaging. The engineers take a random sample of 43 cables and apply weights to each of them until they break. The 43 cables have a mean breaking weight of 774.3 lb. The standard deviation of the breaking weight for the sample is 15.4 lb. Find the 90% confidence interval to estimate the mean breaking weight for this type cable.

Answers

Answer:

At   90% confidence interval, the estimate of the mean breaking weight is (770.45, 778.15)

Step-by-step explanation:

Given that:

sample size n =43

sample mean x = 774.3

standard deviation = 15.4

confidence interval = 90%

At C.I of  90% , the level of significance ∝ = 1 - C.I

the level of significance ∝ = 1 - 0.90

the level of significance ∝ = 0.10

The critical  value for z at this level of significance is [tex]z_{\alpha/2} = z_{0.10/2}[/tex]

[tex]z_{0.05}[/tex] = 1.64

The margin of error can be computed as follows:

Margin of error = [tex]\mathtt{z_{\alpha/2} \times \dfrac{\sigma}{\sqrt{n}}}[/tex]

Margin of error =  [tex]\mathtt{1.64 \times \dfrac{15.4}{\sqrt{43}}}[/tex]

Margin of error = [tex]\mathtt{1.64 \times \dfrac{15.4}{6.5574}}[/tex]

Margin of error  = [tex]\mathtt{1.64 \times2.3485}[/tex]

Margin of error = 3.8515

The mean breaking weight  for the 90% confidence interval is = [tex]\mathtt{\overline x \pm E < \mu }[/tex]

=  [tex]\mathtt{\overline x - E < \mu < \overline x + E}[/tex]

= ( 774.3 - 3.8515  < μ < 774.3 + 3.8515 )

= (770.4485, 778.1515)

[tex]\simeq[/tex] (770.45, 778.15)

Please answer this question now

Answers

Answer:

1001.66 in²

Step-by-step explanation:

radius=r=diameter/2

r=22/2=11

l is the slant =18

surface area of a cone= area of circle + area of the curved part of cone

SA=πr²+πrl

SA=3.14(11)²+3.14(11)(18)=1001.66 in²

Other Questions
Long-term debt ratio 0.3 Times interest earned 10.0 Current ratio 1.2 Quick ratio 1.0 Cash ratio 0.4 Inventory turnover 3.0 Average collection period 73 days Use the above information from the tables to work out the following missing entries, and then calculate the companys return on equity. Net sales _____$ Cost of goods sold Selling, general, and administrative expenses 20.00 Depreciation 30.00 Earnings before interest and taxes (EBIT) _____$Interest expense Income before tax _____$Tax (35% of income before tax) Net income _____$ Which of the following statements about collateral contracts is true? Group of answer choices The guarantor promises to pay only if the principal debtor fails to do so. The principal debtor's debt is secondary. A collateral contract involves three parties and one promise to perform. The guarantor's debt is primary. Which criteria are responsible for deciding whether a heterogeneous mixture is a colloid or a suspension?A. whether its composition is uniform and transparentB. whether the particles remain suspended for an extended period of timeC. whether it can be separated into simpler substances through physical separation techniquesD. whether the ratio of components is fixed using the property of squares find the value of the following 24 square - 23 square You are pushing a box with 20 N of force that hasa mass of 10 kg, solve for acceleration a broker gets rs 20000 as commission from sale of a piece of land which costs rs 8000000. Find the rate of commission. Describe three Chinese inventions and their impact on later civilizations? 5 diferrent representations of the value 3 what errors can lead to pseudocience? A researcher measures daily driving distance from college and weekly cost of gas for a group of commuting college students. What kind of correlation is likely to be obtained for these two variables? On January 1, 2021, Legion Company sold $270,000 of 4% ten-year bonds. Interest is payable semiannually on June 30 and December 31. The bonds were sold for $169,056, priced to yield 10%. Legion records interest at the effective rate. Legion should report bond interest expense for the six months ended June 30, 2021, in the amount of: (Round your answer to the nearest dollar amount.) Consider the hypothetical chemical reaction represented by the equation 3 A + 2 B A 3B 2 Which of the following is a correct interpretation of this equation? i. 3 grams of A react with 2 grams of B to form 1 gram of A 3B 2 ii. 3 atoms of A react with 2 atoms of B to form 1 molecule of A 3B 2 iii. 3 moles of A react with 2 moles of B to form 1 mole of A 3B 2 Find the product of the roots of the equationxl-5x - 36 = 0 Find the value of x. A. -7 B. does not exist C. 35 D. 26 7x-y= 224x + 2y = 10can someone help plz? Twelve apples cost $2.00. How much will 50 apples cost? Find the average of 124, 456, 788, 343. Write it as the closest whole number Parties sometimes try arbitration before a case goes to trial in order to:A. allow a jury to decide the case rather than a judge.B. change the burden of proof to a preponderance of the evidence.C. find more evidence to support their case in court.D. guarantee that the case will be settled out of court. Arnold made the following grades on his quizzes and assignments: 80, 92, 88, 90, 75, 38, 92, 95 2. Arnold wants to present his scores as advantageously as possible. Should he use the mean or the median of this data set? What other strategies could he employ to yield a more favorable measure of center? _____ is a method for determining the estimated annual costs and benefits for a project and the resulting annual cash flow.