Find the perimeter of the triangle whose vertices are (1,−8)
, (−3,0)
, and (−2,−7)
. Write the exact answer. Do not round.

Answers

Answer 1

Using the distance formula, we can find the lengths of the sides of the triangle:

Side 1: From (1, −8) to (−3, 0)

d = √[(−3 − 1)² + (0 − (−8))²]

d = √[16 + 64]

d = √80

Side 2: From (−3, 0) to (−2, −7)

d = √[(−2 − (−3))² + ((−7) − 0)²]

d = √[1 + 49]

d = √50

Side 3: From (−2, −7) to (1, −8)

d = √[(1 − (−2))² + ((−8) − (−7))²]

d = √[9 + 1]

d = √10

To find the perimeter, we add the lengths of the three sides:

Perimeter = √80 + √50 + √10

Therefore, the exact perimeter of the triangle is:

Perimeter = √80 + √50 + √10


Related Questions

In an encyclopedia of language, the author presents five sentences that make a reasonable paragraph regardless of their
order.
The sentences are listed below.

Mark had told him about the foxes.
John looked out of the window.
Could it be a fox?
However, nobody had seen one for months.
He thought he saw a shape in the bushes.

In how many different orders can the five sentences be arranged?

Answers

There are 120 different ways to the five sentences be arranged.

What is mean by Multiplication?

Multiplication means to add number to itself a particular number of times. Multiply will be viewed as a process of repeated addition.

Given that;

In an encyclopedia of language, the author presents five sentences that make a reasonable paragraph regardless of their order.

And, The sentences are listed below.

1) Mark had told him about the foxes.

2) John looked out of the window.

3) Could it be a fox?

4) However, nobody had seen one for months.

5) He thought he saw a shape in the bushes.

Since, There are 5 sentence.

Hence, Number of different ways to the five sentences be arranged is,

⇒ 5!

⇒ 5 × 4 × 3 × 2 × 1

⇒ 120

Thus, There are 120 different ways to the five sentences be arranged.

Learn more about the multiplication visit:

https://brainly.com/question/10873737

#SPJ9

What is the surface area?
9 m
Submit
4 m
3 m
square meters

Answers

Answer:

108 m^2

Step-by-step explanation:

9*4*3= 108 m^2

Using MATLAB, plot Bode diagrams of G1(s) and G2(s) given below: G1(s)=1+s/1+2s G(s) = 1-s/1-2s Note that the second transfer function is a non-minimum phase system; meaning it has a zero on the right-half plane. Note how the phase plot is affected.

Answers

Bode plots depict the frequency response, or the magnitude and phase changes as a function of frequency. This is accomplished using two semi-log scale plots. Using MATLAB, plot Bode diagrams of G1(s) and G2(s) given below.

(a) The first function is:

G1(s) = (1 + s)/(1 + 2s)

MATLAB Code:

%G1(s)

n1 = [1 1]                %coefficients of numerator

d1 = [2 1]               %coefficients of denominator

sys1 = f(n1,d1)      %the transfer function

bode(sys1)           %bode plot

grid on

Command Window:

>> Untitled

n1 = 1 1

d1 = 2 1

sys1 = (1 + s)/(1 + 2s)

Continuous-time transfer function.

(b) The second function is:

G(s) = (1 - s)/(1 - 2s)

MATLAB Code:

%G2(s)

n2 = [-1 1]                    %coefficients of numerator

d2 = [2 1]                   %coefficients of denominator

sys2 = f(n2, d2)       %the transfer function

bode(sys2)               %bode plot

grid on

Command Window:

>> Untitled

n2 = -1 1

d2 = 2 1

sys2 = (1 - s)/(1 - 2s)

Continuous-time transfer function.

To learn more about Bode plots link is here

https://brainly.com/question/29799447?referrer=searchResults

#SPJ4

The complete question is:

Using MATLAB, plot Bode diagrams of G1(s) and G2(s) given below:

G1(s) = (1 + s)/(1 + 2s)

G2(s) = (1 - s)/(1 - 2s)

Note that the second transfer function is a non-minimum phase system; meaning it has a zero on the right-half plane. Note how the phase plot is affected.

A sine function has the following key features:

Period = 12

Amplitude = 4

Midline: y = 1

y-intercept: (0, 1)

The function is not a reflection of its parent function over the x-axis.

Use the sine tool to graph the function. The first point must be on the midline and the second point must be a maximum or minimum value on the graph closest to the first point.

Answers

Answer:

The sine function for the given parameters is y = 4 sin ( pi/2 * x ) + 1. The period is 12, the amplitude is 4, the midline is y = 1 and the y-intercept is (0, 1). The function is not a reflection of its parent function over the x-axis.

Step-by-step explanation:

To solve a sine function with the given features, one must first identify the midline, amplitude, period, and phase shift of the function. The midline is the average of the maximum and minimum values of the graph, while the amplitude is half of the difference between these two values. The period is the length of one cycle in radians, and the phase shift is how much it has been shifted from its parent function over the x-axis.

Find the distance between the following numbers on the real number line. a=12, b=3

Answers

Answer:

Step-by-step explanation:

The distance between two numbers on the real number line is simply the absolute value of their difference. So, to find the distance between the numbers a = 12 and b = 3, we calculate:

distance = |a - b| = |12 - 3| = |9| = 9

Therefore, the distance between the numbers a = 12 and b = 3 on the real number line is 9 units.

Answer:

Step-by-step explanation:

12.1+|-11|=12

.10. for each of the gcd(a, b) values in exercise 1.9, use the extended euclidean algorithm (theorem 1.11) to find integers u and v such that au bv

Answers

The equation is satisfied for the gcd(30, 21) and it is: -30 + 21 = 3.

For the gcd(a, b) values in exercise 1.9, the extended Euclidean algorithm (Theorem 1.11) can be used to find integers u and v such that au + bv = gcd(a, b).

We start by using the Euclidean algorithm to calculate the gcd(a, b). We then iteratively calculate the remainder, quotient, and coefficients for each step. We use the equation a = qb + r, where q is the quotient and r is the remainder. We then use the equation r = a - qb to find the value of u and v.

For example, consider gcd(30, 21). We use the Euclidean algorithm to calculate the gcd. We get that gcd(30, 21) = 3. We then use the equation a = qb + r to calculate the remainder, quotient, and coefficients. We get that 30 = 1(21) + 9. We then use the equation r = a - qb to find the values of u and v. So, 9 = 30 - 1(21), which gives us that u = -1 and v = 1. This means that the equation is satisfied for the gcd(30, 21) and it is: -30 + 21 = 3.

Learn more about  Euclidean algorithm here:

https://brainly.com/question/13425333

#SPJ4

This problem refers to right triangle ABC with C = 90°. Solve for all the missing parts using the given information. Find B, a,c. (Round your answers to three decimal places.) A = 9° 36', b = 5.812 cm.

Answers

So, adjusted to three decimal places, the lacking angles in the triangle are B = 80°24', a = 1.042 cm, and c = 5.852 cm.

What is the formula for decimal places?

The number of important digits is the total number of digits, excluding the decimal point, all leading zeros, and some following zeroes. The number of decimal points is the number to the left of the decimals.

We are given that triangle ABC is a right triangle with C = 90°, A = 9° 36', and b = 5.812 cm.

To find B, we can use the fact that the sum of the angles in a triangle is 180°. Therefore, we have:

B + A + C = 180°

B + 9°36' + 90° = 180°

B = 80°24'

To find a, we can use the trigonometric function tangent.

We have:

tan A = opposite/adjacent

tan 9°36' = a/b

Solving for a, we get:

a = b tan A = 5.812 cm tan 9°36' ≈ 1.042 cm

The Pythagorean theorem, which says that in a right triangle, the square of the hypotenuse equals the total of the squares of the two sides (a and b), can be used to determine c.

We have:

c² = a² + b²

c² = (1.042 cm)² + (5.812 cm)²

c² ≈ 34.235 cm²

c ≈ √34.235 cm²

c ≈ 5.852 cm

Therefore, the missing parts of the triangle are B ≈ 80°24', a ≈ 1.042 cm, and c ≈ 5.852 cm, rounded to three decimal places.

To know more about Decimal place visit:

brainly.com/question/28393353

#SPJ1

If 20% of a length is 23km.what is the complete length?

Answers

Answer:

The total length is 115 km.

Step-by-step explanation:

1. Create an equation.

Let "x" be the complete lengh. So, in order to find 20% of that length we need to multiply by 0.2, which equals 20%. And it needs to equal 23 km. Hence the equation should be the following:

[tex]0.2x=23[/tex]

2. Divide by "0.2" on both sides of the equation.

[tex]\frac{0.2x}{0.2} =\frac{23}{0.2} \\ \\x=115[/tex]

3. Verify the answer.

To verify the answer, calculate 20% of the result (115), and it should equal 23 km. Let's see!

[tex]115*0.2=\\ \\23[/tex]

4. Conclude.

The total length is 115 km.

-------------------------------------------------------------------------------------------------------

Learn more about solving equations here:

brainly.com/question/28282032

brainly.com/question/28306861

brainly.com/question/28285756

brainly.com/question/28306307

brainly.com/question/30015231

brainly.com/question/29888440

I am so clueless with this mess

Answers

Answer:

3 miles

Step-by-step explanation:

The distance between Arati and Ava can be calculated using the Law of Cosines. Let's call the distance between Arati and Ava as "d". We know that:

a = 2 (distance skied by Arati)

b = 3 (distance skied by Ava ) c = d (distance between Arati and Ava) A = 45 (angle between a and b)

Plugging these values into the Law of Cosines formula:

d^2 = 2^2 + 3^2 - 2 * 2 * 3 * cos(45)

d^2 = 4 + 9 - 12 * (√2 / 2)

d^2 = 13 - 12 * √2

d = √(13 - 12 * √2)

To the nearest mile, the distance between Arati and Ava is approximately 3 miles.

The equations that represent the balance in three different savings accounts x years after 2012,
A
=
900
(
1.05
)
x
A
=
900
(
1.05
)
x

B
=
1100
(
1.038
)
x
B
=
1100
(
1.038
)
x

C
=
5000
(
0.85
)
x
C
=
5000
(
0.85
)
x


Which of the following statements are TRUE? Check all that apply.
Account C had the largest balance in the year 2012.
The balance of Account A is growing at a rate of 5% per year.
The balance of Account C is decreasing at a rate of 85% per year.
Account A is growing faster than account B.

Answers

all the applications are true.

What is simple interest?

A quick and simple way to figure out interest on money is to use the simple interest technique, which adds interest at the same rate for each time cycle and always to the initial principal amount. Any bank where we deposit our funds will pay us interest on our investment. One of the different types of interest charged by banks is simple interest. Now, before exploring the idea of basic curiosity in further detail,

Solution: Start by using:

2012 indicates that x=1

So A = 900 (1.05) = 900 × 1,05=945

B = 1100 (1.038) = 1100 × 1038 = 1141.8 \sC = 5000 (0,85) = 5000 x0.85 = 4250 \s4250 1141.8945

So, Ture is the first applicant.

Applying the second: 1.05-1=0.055% Ture

The third application is 1-0.85=0.15=15%. False

Applying the fourth: A 1.05+=0.05=5%

B: \s11038-1=0.038=3.8% \s5% > 3.8% Ture

Hence all the apply are true.

Learn more about simple interest, by the following link

brainly.com/question/20690803

#SPJ1

A politician's support increases from 32% to 53% Determine the absolute and relative change in this situation.

Absolute Change: The politician's support has increased by percentage points.

Relative Change: The politician's support has increased by %.
Round your answer to the nearest tenth of a percent.

Answers

Answer:

Step-by-step explanation:

Absolute Change:

The absolute change in the politician's support is calculated as the difference between the final support percentage (53%) and the initial support percentage (32%):

53% - 32% = 21 percentage points

So, the absolute change in the politician's support is 21 percentage points.

Relative Change:

The relative change in the politician's support is calculated as the absolute change divided by the initial support percentage, multiplied by 100 to express it as a percentage:

(21 / 32) * 100 = 65.625%

Rounding to the nearest tenth of a percent, the relative change in the politician's support is 65.6%.

So, the absolute change in the politician's support is 21 percentage points, and the relative change is 65.6%.

Final answer:

In this case, the absolute change in the politician's support is an increase of 21 percentage points, and the relative change is an increase of 65.6%.

Explanation:

In this situation, the absolute change in the politician's support can be calculated by subtracting the original value from the new value. So, 53% (new value) - 32% (original value) = 21%. Thus, the absolute change in support is 21 percentage points.

The relative change is the absolute change divided by the original value. So, 21% (absolute change) ÷ 32% (original value) = 0.65625. To get the relative change as a percentage, we need to multiply this decimal by 100, and round to the nearest tenth of a percent, which gives us 65.6%.

Therefore, the politician's support has increased by an absolute change of 21 percentage points, and a relative change of 65.6%.

Learn more about Percent Change here:

https://brainly.com/question/18800410

#SPJ2

Given f(x) = 2x² - 6, find f(7)

Answers

Answer:

92

Step-by-step explanation:

2x49=98-6=92

Answer:

f(7) = 92

Step-by-step explanation:

To find f(7), substitute x = 7 into the given function.

[tex]\begin{aligned}f(7)&=2(7)^2-6\\&=2(49)-6\\&=98-6\\&=92\end{aligned}[/tex]


m+c<n<d-m
In the inequality above, c and d are constants.
If m= 1 and n = 2 is a solution of the inequality, which of the following statements concerning c and d must be true?
I. cd is negative
II. d-c>2
III. d+ c> 2
(A) II only
(B) I and II only
(C) II and III only
(D) I, II, and III​

Answers

Answer: the right option is (A) II only

Step-by-step explanation:

Ty and Leo are walking along linear routes in a city. On a map of the city, Ty’s route passes through the coordinates (−1,3) and (0,1) and Leo's route passes through the coordinates (1,4) and (0,2) . Will Ty and Leo pass through a common coordinate, walk along the same route, or never cross routes?



Ty and Leo will

Answers

The two lines have same slope with opposite signs thus, the linear routes are perpendicular, and Ty and Leo will pass through a common coordinate.

What is a perpendicular line?

A perpendicular is a straight line in mathematics that forms a right angle (90 degrees) with another line. In other words, two lines are perpendicular to one another if they connect at a right angle. If two segments PQ and RS connect at right angles, we may say that they are perpendicular to one another.

For the given coordinates of Ty and Leo let us calculate the slope of the line.

The slope of the line is given as:

m = (y2 - y1) / (x2 - x1)

For Ty:

m = (1 - 3) / (0 + 1) = -2

For Leo:

m = (2 - 4) / (0 - 1) = 2

The two lines have same slope with opposite signs thus, the lines are perpendicular, and Ty and Leo will pass through a common coordinate.

Learn more about perpendicular line here:

https://brainly.com/question/18271653

#SPJ1

Can anyone help me? Find m

Answers

Answer:

m∠Y = 60

WY = 7 in

Step-by-step explanation:

It's an isosceles triangle (2 sides are equal), therefore m∠W = m∠Y because the base angles of an isosceles triangle are equal.

Sum of interior angles of a triangle is 180.

let x = m∠W = m∠Y

2x + 60 = 180

2x = 180 - 60 = 120

x = 120/2 = 60

m∠Y = 60

Since all 3 angles = 60, now we know it's an equilateral triangle, therefore WY = 7 in

K
For each of the following five independent situations, journalize the adjusting entry and the related transaction (either
before or after it). (Record debits first, then credits. Select the explanation on the last line of the journal entry
table. Round amounts to the nearest whole dollar.)
(Click the icon to view the situations.)
a. December 1-business receives $6,000 for a 10-month service contract.
Accounts and Explanation
alculator
Date
December 1
Clear all
Debit
Credit
Check answer

Answers

The journal entry for the business receiving $ 6, 000 for a 10 month service contract is :

Date                     Account and Explanation               Debit           Credit

December 1          Cash                                           $ 6, 000

                            Unearned Service Revenue                             $ 6, 000

                            Being revenue received for services

                             not yet rendered

How to record unearned service revenue ?

When a business receives money for a service that it is yet to perform for the client, this is called unearned service revenue. The amount is to be debited to the cash account as it is an asset and assets are debited when they increase.

Unearned service revenue will then be credited by the same amount because it represents a liability that the company owes to the client.

Find out more on service contracts at https://brainly.com/question/16526798

#SPJ1

find the volume V of the solid generated by revolving the region bounded by the given lines and curves about x axis for y = x^2, y =0, x =2.

Answers

The volume of the solid generated is V=8π and 32/5π

Given functions are  x=y²,  x=2  and  y=0

The equation y=x² is a parabola opening to right and has a vertex at  O(0,0)

and another y=0 is the x-axis and  x=2  is a line parallel to the y-axis

The region bounded by the above will be formed once their intersection points are known.

y²=2⟹y=±√2

OFB is bounded by  O(0,0), F(2,0) and  B(2,√2)

Let  V be the volume of solid generated when the region  OFB  is revolved around line x=2.

[tex]V=\pi \int\limits^2_0 {x^4} \, dx \\[/tex]

V=π[x⁵/5]²₀

V=π[(2)⁵/5]

V=32/5 π.

[tex]V=\pi \int\limits^4_0 {(2^2)_2-(\sqrt{y}^2)_3 } \, dy\\\\ V=\int\limits^4_0 {(4-y)} \, dx[/tex]

V=8π.

when the shaded region revolves the bout x-axis:

[tex]V=\pi \int\limits^b_a {y^2} \, dx \\\\V=\pi \int\limits^2_0 {y^2} \, dx =\pi \int\limits^2_0 {x^4} \, dx =\pi [\frac{1}{5}.x^5]_0^2\\\\ V=\pi [\frac{32}{5}-0][/tex]

V=32/5

when the shaded region revolves the bout y-axis:

[tex]V=\pi \int\limits^c_d [(x^2)_2-(x^2)_1} \, dx \\V=\pi \int\limits^4_0 [(2^2)_2-(\sqrt{y} ^2)_1} \, dy \\V=\pi \int\limits^4_0 {(4-y)} \, dy =\pi [4y-\frac{1}{2}y^2]_0^4[/tex]

V=π[16-8]

V=8π

To know more about the Volume of a solid:

https://brainly.com/question/16717260

#SPJ4

truth table for (P^Q)​

Answers

In the attachment......

work out an estmate of the mean age in this table

Answers

a)

The class modal interval is 24 ≤ a < 26.

b)

The Mean age of the employee is 23.

What is a mean?

It is the average value of the set given.

It is calculated as:

Mean = Sum of all the values of the set given / Number of values in the set

We have,

Age                 Frequency (f)      Midpoint (x)    fx

18 ≤ a < 20       3                            19                 57

20 ≤ a < 22      2                           21                  42

22 ≤ a < 24      7                           23                  161

24 ≤ a < 26      8                           25                  200

26 ≤ a               0                

                                               

Now,

Sum of all the frequencies.

N = 3 + 2 + 7 + 8 = 20

Sum of fx.

= 57 + 42 + 161 + 200

= 460

Now,

Mean = 460/20

Mean = 23

Now,

Class modal interval.

= 24 ≤ a < 26

Because in the class interval, the frequency is the highest.

Thus,

The class modal interval is 24 ≤ a < 26.

The Mean is 23.

Learn more about mean here:

https://brainly.com/question/23263573

#SPJ1

While sitting on her balcony, Natalie saw a helicopter flying 1,200 feet above her and the top of a tree 14 feet below her. On a number line, let 0 represent Natalie’s location and the positive side of 0 represent a higher position.

Which number sentence correctly compares the distances of the helicopter and the top of the tree to Natalie?
A. |-1,220| > |14|
B. |-1,220| < |14|
C. |1,220| < |-14|
D. |1,220| > |-14|

Answers

Answer:

the awnser is C

Step-by-step explanation:

In order to determine the average weight of carry-on luggage by passengers in airplanes, a sample of 25 pieces of carry-on luggage was collected and weighed.
The average weight was 18 pounds. Assume that we know the standard deviation of the population to be 7.5 pounds. If we wanted to establish the 95% confidence interval estimate, determine the margin of error to be used.

Answers

The average weight of carry-on luggage by passengers in airplanes is (15.7, 20.3) pounds.

The margin of error to be used is 2.3 pounds.

Confidence Interval Estimate Calculation

The margin of error can be calculated using the formula:

Margin of Error = z * (standard deviation / sqrt(sample size))

where z is the Z-score that corresponds to the desired confidence level (95% confidence corresponds to a Z-score of 1.96), standard deviation is the population standard deviation (7.5 pounds), and sample size is the number of items in the sample (25).

Plugging in the values, we get:

       Margin of Error = 1.96 * (7.5 / sqrt(25)) = 2.3 pounds

So, the 95% confidence interval estimate of the average weight of carry-on luggage would be:

        (average weight - margin of error, average weight + margin of error)

         = (18 - 2.3, 18 + 2.3) = (15.7, 20.3) pounds.

Learn more about Confidence Interval Estimate Calculation here:

https://brainly.com/question/24245026

#SPJ4

What is the volume of a sphere with a diameter of 30in

Answers

The radius of the sphere is half of its diameter, so the radius is 30/2 = 15 inches.

The formula for the volume of a sphere is V = (4/3)πr³, where r is the radius.

Substituting the given values, we get:

V = (4/3)π(15)³

V = (4/3)π(3375)

V = 4500π

Therefore, the volume of the sphere is 4500π cubic inches.

Volume is 14137.17in3 youre welcome (:

Use the compound interest formula to compute the total amount accumulated and the interest earned.
​$2,000 for 3 years at ​5% compounded semiannually.
The amount in the account is ​$ ( )enter your response here.
​(Do not round until the final answer. Then round to the nearest cent as​ needed.)

Answers

Answer:

$12,000

Step-by-step explanation:

2000([tex](1 + \frac{.05}{2}) ^{2(3)}[/tex]

12,000

Stefan borrowed twice as much on his 8 % car loan as on his 7% student loan. The annual interest
on the car loan is $360 more than the interest on the student loan. How much did Stefan borrow on
each loan?
a. Write an equation about the principals on the loans, using for the amount of money he borrowed
for his car and y for the amount of money he borrowed for his student loan.
b. Write another equation about the interest on the loans.
c. Solve your system and answer the question for much he borrowed at each rate.
Car: $
Student: $

Answers

Answer:

Stefan borrowed $8000 on his car loan and $4000 on his student loan.

Step-by-step explanation:

a. Let x be the amount of money Stefan borrowed on his car loan and y be the amount he borrowed on his student loan. According to the problem, Stefan borrowed twice as much on his car loan as on his student loan, so x = 2y.

b. The annual interest on the car loan is $360 more than the interest on the student loan. We can set up an equation as follows:

0.08x - 0.07y = 360

c. Substituting x = 2y from equation (a) into equation (b), we get:

0.08(2y) - 0.07y = 360

0.16y - 0.07y = 360

0.09y = 360

y = 4000

So, Stefan borrowed $4000 on his student loan. Using equation (a), we can find the amount he borrowed on his car loan:

x = 2y = 2(4000) = 8000

Therefore, Stefan borrowed $8000 on his car loan and $4000 on his student loan.

If tant=74, what is tan(t−π) ?

Answers

The tan(t−π) = 74of the given trigonometric function, tan(t−π), is 74

Evaluating trigonometric functions

From the question, we are to determine the value of trigonometric function tan(t−π) using the given information.

The given information is tan(t) = 74

We can use the following identity to solve this problem:

tan(t - π) = tan(t) - tan(π) / 1 + tan(t)tan(π)

Since tan(π) = 0

This can be simplified into

tan(t - π) = tan(t) / (1 - 0)

tan(t - π) = tan(t)

Thus,

We just need to find tan(t)

Given that tan(t) = 74.

Hence, tan(t−π) = 74

Learn more on Evaluating trigonometric functions here: https://brainly.com/question/7331447

#SPJ1

The figure shown below contains two similar triangles. Find the unknown measure indicated by a variable. Answer to the nearest tenth.
Z=

Answers

Answer:

36.4

Step-by-step explanation:

1. rule is

[tex]\frac{AB}{BH} =\frac{BC}{BD}; \ or \ \frac{z}{BH} =\frac{BC}{BD};[/tex]

2. according to the rule above

[tex]z=\frac{BH*BC}{BD}; \ = > \ z=\frac{15(20+14)}{14}=\frac{15*34}{14}=36.42857.[/tex]

3. finally, z=36.4

PS. additional details are in the attachment.

I have two cans of paint. Can A has 9 parts of blue paint to one part of yellow paint. Can B is 20 percent blue paint and the rest is yellow paint. How much paint should I use from each can to obtain 5 liters of paint which is half blue and half yellow.

Answers

3.43 liters of Can A, and 4.57 liters of Can B  should be used from each can to obtain 5 liters of paint which is half blue and half yellow.

What is word problem?

A word problem is a few sentences describing a 'real-life' scenario where a problem needs to be solved by way of a mathematical calculation.

From the question,

Can A is 9 parts of blue  1 part yellow= 90% blue, 10% yellow

Can B is 20% blue, 80% yellow.

let

A + B = 8 Liters

90% A + 20% B = 50% (Blue)

10% A + 80% B = 50% (Yellow)

resolving

90% A + 20% B = 10% A + 80% B

80% A = 60% B

Go back to A + B = 8 and solve for one of the variables.

B = 8 - A

80% A = 60% (8 - A)

80% A = 480% - 60% A

140% A = 480%

A = 3 43 liters

B = 8 - A = 4.57 liters

Hence, 3.43 liters of Can A, and 4.57 liters of Can B should be used.

Learn more about word problem at:https://brainly.com/question/21405634

#SPJ1

Keshawn is selling lollipops and candy bars for the PHS football team fundraiser this year. The lollipops are $2, and the candy bars are $4. He is hoping to raise $180 on his own. Define the variables. Write an Inequality to represent the situation.

Answers

Answer:

Variables:

x = number of lollipops sold

y = number of candy bars sold

Inequality: 2x + 4y ≥ 180

grade 4 standard based practice compare two fractions jasmine cut 3/8 yard of blue ribbon and 1/3 yard of red ribbon to decorate

Answers

Hence, Reese would need 2/5 yards of blue ribbon for every yard of gold ribbon. Thus, the correct option will be (c)

A ratio is an ordered pair of numbers a and b, written a / b where b does not equal 0. A proportion is an equation in which two ratios are set equal to each other. For example, if there is 1 boy and 3 girls you could write the ratio as:

1 : 3 (for every one boy there are 3 girls)

and if there is 2 pen and 4 copy in your bag the the ratio is

1 : 2 (for every 1 pen there is 2 copy)

We know that

Reese needs 1/4 yards of blue ribbon for every 5/8 yards of gold ribbon.

To know the total blue ribbon she would need for each yard of gold ribbon, we use the following proportion.

(1/4)/x=(5/8)

the x = 5/8 = 4x

x = 2/5

Reese needs 1/4 yards of blue ribbon for every 5/8 yards of gold ribbon.

To know the total blue ribbon she would need for each yard of gold ribbon, we use the following proportion.

Then, we solve for x.

Know more about ratio click below;

https://brainly.com/question/12016140

#SPJ4

The question is incomplete, the complete question is:

Standard based practice compare two fractions jasmine cut 3/8 yard of blue ribbon and 1/3 yard of red ribbon to decorate will be:

a) 0

b) 4/7

c) 2/5

d) 3/9

an article reported the following data on oxidation-induction time (min) for various commercial oils: 86 102 130 160 180 195 135 145 214 105 145 154 153 135 87 99 94 119 129 (a) calculate the sample variance and standard deviation. (round your answers to four decimal places.)

Answers

The sample variance is 2482.6375 and the sample standard deviation is 49.79 (rounded to four decimal places). The sample variance and standard deviation can be calculated using the following formula:

Sample variance:

s^2 = (1 / (n-1)) * ∑ (x_i - x)^2

Sample standard deviation:

s = √(s^2)

Where:

x_i is each data point,

x is the sample mean,

n is the number of data points,

∑ represents the sum of all terms.

First, we need to calculate the sample mean:

x = (86 + 102 + 130 + 160 + 180 + 195 + 135 + 145 + 214 + 105 + 145 + 154 + 153 + 135 + 87 + 99 + 94 + 119 + 129) / 20 = 140.95

Next, we can use the sample mean to calculate the sample variance:

s^2 = (1 / (20-1)) * ( (86-140.95)^2 + (102-140.95)^2 + (130-140.95)^2 + (160-140.95)^2 + (180-140.95)^2 + (195-140.95)^2 + (135-140.95)^2 + (145-140.95)^2 + (214-140.95)^2 + (105-140.95)^2 + (145-140.95)^2 + (154-140.95)^2 + (153-140.95)^2 + (135-140.95)^2 + (87-140.95)^2 + (99-140.95)^2 + (94-140.95)^2 + (119-140.95)^2 + (129-140.95)^2)

Finally, we can take the square root of the sample variance to find the sample standard deviation:

s = √(s^2) = √(2482.6375) = 49.79

To know more about Mean

https://brainly.com/question/1136789

#SPJ4

Other Questions
What is the slope of the line below? sodium hydroxide (naoh) has a lattice energy of -887 kj>mol and a heat of hydration of -932 kj>mol. how much solution could be heated to boiling by the heat evolved by the dissolution of 25.0 g of naoh? (for the solution, assume a heat capacity of 4.0 j>g FILL IN THE BLANK. the __ of an employment test is indicated by the extent to which the test scores relate to actual job performance. which parental statement indicates the need for further teaching about developmental behaviors of a 7-month-old infant? Summary consider the exponent properties (a^n)^m=a^nm and a^nb^n=(ab)^n. what is the main difference in these properties? when simplifying an expression, how would you decide which one to use? which of the following four elements was not essential for creating massive urban growth in late nineteenth century America?Which of the following four elements was not essential for creating massive urban growth in late nineteenth-century America?A. electric lightingB. communication improvementsC. skyscrapersD. settlement houses because of high levels of controversy surrounding redistricting, some states have put redistricting under the control of with the average atomic mass of 35.45 amu, what is the mass of exactly one hundred chlorine atoms in grams? 1) City A and City B have increased growth in population. Write an exponential function to represent the City Bs population, y, based on the number of years that pass, x, after a period of exponential growth.2) City A and City B have decreased growth in population. Write an exponential function to represent City Bs population, y, based on the number of years that pass, x, after a period of exponential decline.3) Explain the similarities and differences between your GROWTH equations and your DECAY equations. tarting at 2:56 in the video, watts talks about his own investigation of the extent to which every person in a social network is connected to every other person, directly or through intermediaries. what did watts discover? true or false: if firms adjusted their prices every day, then the short-run aggregate-supply curve would be horizontal. true false examination of a sample of granular cells shows an extensive network of smooth er. which would be a likely product of these cells? Events in the environment trigger physiological arousal, which in turn, give the rise to the experience of emotion. Can someone write me a poem using one of these prompts?-Falling asleep-Swimming-The feeling of getting lost in a book-Growing older-Middle School-Love Question 6 (1 point)Advantages associated with genetically modified foods include all of the followingEXCEPTuniversal consumer acceptancegreater resistance to spoilagereduced use of pesticidesimproved nutrition for consumers Which of the following is a statistical question that can result in numerical data? How many letters are in your first name? How many hours do you practice your musical instrument each week? How many books do the students in your class read each month? Who is your favorite cartoon character? Of the following, who has the highest metabolic rate? which cms-1500 block requires entry of either the social security number (ssn) or the employer tax identification number (ein) a mechanism which processes information to determine higher-level characteristics of the message, such as its meaning?A. DetectorB. AttenuatorC. automatic processing the crime statistics of the federal bureau of investigation consistently report less violent crime than actually occurs. this is an example of: