What is the slope of the line that passes through the points (2, 1) and (17, -17)

Answers

Answer 1

Answer: -6/5

Step-by-step explanation:

Do the formula, change in y divided by the change in x.

(-17 - 1)/(17-2) = -18/15 = -6/5


Related Questions

4.) Together Alice & Mindy have saved $490 for a trip this summer.
Amy has saved $54 more than Mindy. How much has each person
saved? Write a system & use substitution to solve.

Answers

Answer:

Mindy=191

Amy=299

Step-by-step explanation:

first you want to divide $490 in half to see what each person has. Thats 245 and since Amy has $54 more, you minus 54 from 245 to get 191. So while Mindy has 191, Amy has 299

No idea on what to do.
Which of the following is an equation of the line that passes through the point (–2, 3) and is perpendicular to the graph of the equation y = 3x – 2? A. y = –13x + 73
B. y = –13x + 113
C. y = 3x + 9
D. y = 3x – 3

Answers

Answer:

A

Step-by-step explanation:

y=3x-2

or 3x-y=-2

any eq. of line perpendicular to it is

x+3y=a if it passes through (-2,3), then

-2+3(3)=a

a=7

so x+3y=7

or  3y=-x+7

y=-1/3 x+7/3

F)Determine the range of prices that the charity could consider, in order to make a monthly profit of at least $3000. (2 marks)

Answers

The charity needs to consider a range of prices that will guarantee it a monthly profit of at least $3000. To determine the range of prices that can generate such profit, we need to make use of the total cost function and the revenue function.

These functions can help us identify the price range that will provide a profit margin of $3000 or more.Let’s consider the total cost function first:Total Cost (TC) = Fixed Cost (FC) + Variable Cost (VC)In this problem, the fixed cost is given as $8000. Variable cost is calculated as VC = $20x (where x is the number of units of books sold).So, TC = $8000 + $20xFor the revenue function, the price per book is given as $30. We also know that the number of books sold is equal to the number of books printed and that the book printer requires a minimum order of 1000 books before they can start printing.

Therefore, the revenue function is given as R = $30x, where x is the number of units of books sold.Using these two functions, we can now calculate the profit function:Profit = Revenue - Total CostP = R - TCP = $30x - ($8000 + $20x)P = $10x - $8000We want to determine the range of prices that will generate a monthly profit of at least $3000. Therefore, we can set up an inequality and solve for x as follows:$10x - $8000 ≥ $3000$10x ≥ $11000x ≥ 1100Hence, x should be greater than or equal to 1100 to generate a profit of $3000 or more. Since the book printer requires a minimum order of 1000 books, the charity should set its price such that it will sell more than 1000 books to achieve the profit target.

To know more about range visit:

https://brainly.com/question/29204101

#SPJ11

A data value is considered​ _______ if its​ z-score is less than 2 or greater than 2.

Answers

A data value is considered significantly low or significantly high  if its​ z-score is less than -2 or greater than 2.

What does it mean if z-score is 2?

A positive z-score indicates the raw score is higher than the mean average.For example, if a z-score is equal to +1, it is 1 standard deviation above the mean.A negative z-score reveals the raw score is below the mean average.For example, if a z-score is equal to -2, it is 2 standard deviations below the mean.

What does a standard deviation of 2 mean?

Standard deviation tells you how spread out the data is. It is a measure of how far each observed value is from the mean.In any distribution, about 95% of values will be within 2 standard

         deviations of the mean.

Learn more about standard deviation

brainly.com/question/4252436

#SPJ4

The correct question is -

A data value is considered​ _______ if its​ z-score is less than minus−2 or greater than 2.

What is the slope of the line?

What is the slope of the line?

Answers

Answer:

See below.

Step-by-step explanation:

(2,1),(7,4)

4-1=3

7-2=5

3/5 is the slope.

-hope it helps

Answer:

slope = \(\frac{3}{5}\)

Step-by-step explanation:

calculate the slope m using the slope formula

m = \(\frac{y_{2}-y_{1} }{x_{2}-x_{1} }\)

with (x₁, y₁ ) = (2,1) and (x₂, y₂ ) = (7, 4) ← 2 points on the line

m = \(\frac{4-1}{7-2}\) = \(\frac{3}{5}\)

multiply: 1/6 (-3/7) answer in simplest form

Answers

1/6 (-3/7)

\(\frac{1}{6}\cdot\frac{-3}{7}=\frac{-3}{6\cdot7}=\frac{-3}{2\cdot\text{ 3 }\cdot\text{ 7}}=\frac{-1}{2\cdot7}=\frac{-1}{14}\)

Answer:

-1 /14

\(\frac{-1}{14}\)

given the if/else statement: if (a < 5) b = 12; else d = 30; which of the following performs the same operation?

Answers

The equivalent operation is: b = (a < 5) ? 12 : (d = 30);

The original if/else statement is:

if (a < 5)

   b = 12;

else

   d = 30;

In this statement, the condition (a < 5) is evaluated. If the condition is true (i.e., if the value of a is less than 5), then the statement b = 12; is executed. Otherwise, if the condition is false (i.e., if the value of a is greater than or equal to 5), then the statement d = 30; is executed.

The equivalent operation using the conditional (ternary) operator is:

b = (a < 5) ? 12 : d = 30;

In this statement, the condition (a < 5) is evaluated. If the condition is true, the value 12 is assigned to b. This is indicated by ? in the statement. The : separates the true and false cases.

If the condition is false (i.e., if the value of a is greater than or equal to 5), the value 30 is assigned to d. This is the value assigned after the : in the statement.

The ternary operator statement (a < 5) ? 12 : d = 30; achieves the same outcome as the original if/else statement, providing an alternative way to write the logic based on the condition a < 5.

Learn more about conditionals here:

https://brainly.com/question/17388479

#SPJ8

What is the value of x in this equation? 4x + 6 = -62

Answers

Answer:

- 14

Step-by-step explanation:

4x + 6 = - 62

4x = - 62 + 6

4x = - 56

x = - 56 / 4

x = - 14

The value of x in this equation will be; x = -14

What is an equation?

An equation is an expression that shows the relationship between two or more numbers and variables.

We are given that  the equation 4x + 6 = - 62

Here, we need to solve for x

4x + 6 = - 62

4x = - 62 + 6

4x = - 56

x = - 56 / 4

x = - 14

Therefore, the solution will be as;

x = -14,

The value of x in this equation will be; x = 14

Learn more about equations here;

brainly.com/question/25180086

#SPJ2

(07.01 & 7.06 MC)


Charlie solved an equation, as shown below:


Step 1: 1/5x = 30


Step 2: 1/5x + 5 = 30 + 5


Step 3: x = 35



Part A:

Is Charlie's solution correct or incorrect? If the solution is incorrect, explain why in words AND mathematically show all the correct steps to solve the equation more appropriately. (8 points)



Part B:

What type of solution does this equation have? (2 points)

Answers

(a) There is a error in step(2) of the solution, he should multiply instead of adding the number "5",

(b) The solution is a unique solution.

Part (a) : Charlie's solution is incorrect.

In Step 2, Charlie added 5 to simplify the equation, which is incorrect.

Instead, Charlie should multiply the "5" on both sides,

The correct way to solve the equation is as follows:

Step 1: (1/5)x = 30

Step 2: (1/5)x × 5 = 30 × 5 [Multiplying both sides by 5 to isolate x]

Step 3: x = 150,

Therefore, the correct solution is x = 150.

Part (b) :  The equation has a unique-solution, which means that there is only one value of x that satisfies the equation.

Learn more about Equation here

https://brainly.com/question/16235478

#SPJ4

The given question is incomplete, the complete question is
Charlie solved an equation, as shown below:

Step 1: (1/5)x = 30

Step 2: (1/5)x + 5 = 30 + 5

Step 3: x = 35

(a) Is Charlie's solution correct or incorrect? If the solution is incorrect, explain why in words AND mathematically show all the correct steps to solve the equation more appropriately.

(b) What type of solution does this equation have?

What is the slope of the line passing through the points (−3, 4) and (2, −1)? −1 35 −5/3
1
please answer with the reason your right cause i need the 100%

Answers

Answer:

The slope would -1

Step-by-step explanation:

When solving these problems we need to know the formula for finding slope between two points which is considered  \(\frac{y2-y1}{x2-x1}\) in which the y-value on the second coordinate (-1) minus the y-value of the first coordinate (4), these would be put on top of the fraction bar while we do the same for the x-value in which we get the x-value from the second coordinate (2) and do minus the x-value of the first coordinate (-3).

Next let's plug-in our values into the equation \(\frac{(-1)-(4)}{(2)-(-3)}\) . With the top part being easy to subtract it would simply be -5 on top. The bottom, however, has a minus on the bottoms with -3 in parentheses, in which case this would then turn into a +3 because distributing the negative to -3 to make it a positive. The bottom of the fraction would then become 2+3 which is 5.

Our final equation would look like \(\frac{-5}{5}\) in which case can be simplified to -1.

Answer:

heres for extra room

Step-by-step explanation:

what is the commen diffrence for this geometric sequnce 4,24,144,864

Answers

Answer:

your answer is in the attachment...

hope this helps you.!!!!
what is the commen diffrence for this geometric sequnce 4,24,144,864

Write an equation for the transformed logarithm shown below, that passes through (3,0) and (0,2) f(x)= Question Help: −b Video

Answers

The equation for the transformed logarithm that passes through the points (3,0) and (0,2) can be written as f(x) = -b * log(base a)(x - h) + k, where a, b, h, and k are constants to be determined.

To find the equation for the transformed logarithm, we need to use the given points (3,0) and (0,2) to determine the values of a, b, h, and k. Let's start with the point (3,0). Plugging the x-coordinate (3) into the equation, we have:

0 = -b * log(base a)(3 - h) + k

Next, we'll use the point (0,2) to obtain another equation. Plugging the x-coordinate (0) into the equation, we get:

2 = -b * log(base a)(0 - h) + k

Simplifying these equations, we have a system of equations to solve for a, b, h, and k. However, since the equation involves a logarithm, we need more information to determine the specific values of a, b, h, and k.The transformed logarithm function includes transformations such as vertical stretches/compressions (b), horizontal shifts (h), and vertical shifts (k). Without more specific information about these transformations or the base of the logarithm, it is not possible to determine the equation uniquely.

In general, the equation for a transformed logarithm can be written as f(x) = -b * log(base a)(x - h) + k, where a, b, h, and k are constants determined by the specific transformations applied to the logarithm function. It's important to have additional information or instructions to determine the values of a, b, h, and k and provide an equation that accurately represents the given transformed logarithm.

Learn more about logarithms here:- brainly.com/question/30226560

#SPJ11

What is the solution of 2x5−x2=40?

Answers

Answer:

x= -15

Step-by-step explanation:

................

2 Use a five-variable Karnaugh map to find the minimized SOP expression for the following logic function: F(A,B,C,D,E) = Σm(4,5,6,7,9,11,13,15,16,18,27,28,31)

Answers

The minimized SOP expression for the given logic function is ABCDE + ABCDE.

To find the minimized Sum of Products (SOP) expression using a five-variable Karnaugh map, follow these steps:

Step 1: Create the Karnaugh map with five variables (A, B, C, D, and E) and label the rows and columns with the corresponding binary values.

```

    C D

A B  00 01 11 10

0 0 |  -  -  -  -

 1 |  -  -  -  -

1 0 |  -  -  -  -

 1 |  -  -  -  -

```

Step 2: Fill in the map with '1' values for the minterms given in the logic function, and '0' for the remaining cells.

```

    C D

A B  00 01 11 10

0 0 |  0  0  0  0

 1 |  1  1  0  1

1 0 |  0  1  1  0

 1 |  0  0  0  1

```

Step 3: Group adjacent '1' cells in powers of 2 (1, 2, 4, 8, etc.).

```

    C D

A B  00 01 11 10

0 0 |  0  0  0  0

 1 |  1  1  0  1

1 0 |  0  1  1  0

 1 |  0  0  0  1

```

Step 4: Identify the largest possible groups and mark them. In this case, we have two groups: one with 8 cells and one with 4 cells.

```

    C D

A B  00 01 11 10

0 0 |  0  0  0  0

 1 |  1  1  0  1

1 0 |  0  1  1  0

 1 |  0  0  0  1

```

Step 5: Determine the simplified SOP expression by writing down the product terms corresponding to the marked groups.

For the group of 8 cells: ABCDE

For the group of 4 cells: ABCDE

Step 6: Combine the product terms to obtain the minimized SOP expression.

F(A,B,C,D,E) = ABCDE + ABCDE

So, the minimized SOP expression for the given logic function is ABCDE+ ABCDE.

Learn more about Sum of Products: https://brainly.com/question/30386797

#SPJ11

The minimized SOP expression for the given logic function is ABCDE + ABCDE.

How do we calculate?

We start by creating the Karnaugh map with five variables (A, B, C, D, and E) and label the rows and columns with the corresponding binary values.

A B   C D

00 01 11 10

0 0 |  -  -  -  -

1 |  -  -  -  -

1 0 |  -  -  -  -

1 |  -  -  -  -

We then fill in the map with '1' values for the minterms given in the logic function, and '0' for the remaining cells.

  A B  C D

00 01 11 10

 0 0 |  0  0  0  0

1 |  1  1  0  1

1 0 |  0  1  1  0

1 |  0  0  0  1

we then group adjacent '1' cells in powers of 2:

A B    C D

00 01 11 10

0 0 |  0  0  0  0

1 |  1  1  0  1

1 0 |  0  1  1  0

1 |  0  0  0  1

For the group of 8 cells: ABCDE

For the group of 4 cells: ABCDE

F(A,B,C,D,E) = ABCDE + ABCDE

In conclusion, the minimized SOP expression for the logic function is ABCDE+ ABCDE.

Learn more about Sum of Products at:

brainly.com/question/30386797

#SPJ4

a gambling game pays 4 to 1 and has one chance in five of winning. suppose someone plays the game 50 times, betting $2 each time, and keeps track of the number of wins. what should be the tickets in the box model?

Answers

The tickets in the box model should be:
- 1 ticket with a value of $6 (representing a win)
- 4 tickets with a value of -$2 (representing a loss).

In this gambling game, you have a 4 to 1 payout and a 1 in 5 chance of winning.

To create a box model for this scenario, follow these steps:
Identify the possible outcomes:

In this game, there are two possible outcomes:

winning (with a 1 in 5 chance) and losing (with a 4 in 5 chance).
Determine the payout for each outcome:

If a player wins, they receive a 4 to 1 payout on their $2 bet, so they win $8.

However, they also lose the original $2 bet, so the net gain is $6.

If a player loses, they lose their $2 bet.
Assign tickets to the box model based on the probability of each outcome:

Since there is a 1 in 5 chance of winning, there should be 1 ticket representing a win (net gain of $6) and 4 tickets representing a loss (net loss of $2).

For similar question on tickets.

https://brainly.com/question/30468513

#SPJ11

two cards are selected in a sequence from a standard deck. what is the probability that the second card is a jack given that the first card was a 2. (assume the 2 was not replaced.)

Answers

The probability that the second card is a jack given that the first card was a 2 is 52/51.

To calculate the probability that the second card is a jack given that the first card was a 2, we need to consider the remaining cards in the deck after the first card is drawn.

When the first card is drawn and it is a 2, there are 51 cards remaining in the deck, out of which there are 4 jacks.

The probability of drawing a jack as the second card, given that the first card was a 2, can be calculated using conditional probability:

P(Second card is a jack | First card is a 2) = P(Second card is a jack and First card is a 2) / P(First card is a 2)

Since the first card is already known to be a 2, the probability of the second card being a jack and the first card being a 2 is simply the probability of drawing a jack from the remaining 51 cards, which is 4/51.

The probability of the first card being a 2 is simply the probability of drawing a 2 from the initial deck, which is 4/52.

P(Second card is a jack | First card is a 2) = (4/51) / (4/52)

Simplifying the expression:

P(Second card is a jack | First card is a 2) = (4/51) * (52/4)

P(Second card is a jack | First card is a 2) = 52/51

To learn more about probability click here:

brainly.com/question/30736116

#SPJ11

QUESTION 1 Muhammad takes out a loan of $ 2,130, at 8% simple interest, for 8 years. How much will he pay back at the end of year 8? QUESTION 2 Calculate the amount of interest on an investment of AED 103,971 at 8% simple interest for 5 years. QUESTION 3 If you deposit today $7,335 in an account for 6 years and at the end accumulate $10,885, how much compound interest rate (rate of return) you earned on this investment ? QUESTION 4 You will deposit 12,025 at 10% simple interest rate for 9 years, and then move the amount you would receive to an investment account at 12% compound rate for another 3 years. How much money would you have at the end of the entire period ?

Answers

At the end of the entire period, you would  have approximately $32,074.49.To calculate the amount Muhammad will pay back at the end of year 8, we need to determine the total amount including the principal (loan amount) and the interest.

Formula for calculating simple interest:

Interest = Principal * Rate * Time

Given:

Principal (P) = $2,130

Rate (R) = 8% = 0.08

Time (T) = 8 years

Interest = P * R * T = $2,130 * 0.08 * 8 = $1,356

To find the total amount to be paid back, we add the principal and the interest:

Total amount = Principal + Interest = $2,130 + $1,356 = $3,486

Therefore, Muhammad will pay back $3,486 at the end of year 8.

To calculate the amount of interest on an investment, we can use the same formula for simple interest:

Interest = Principal * Rate * Time

Given:

Principal (P) = AED 103,971

Rate (R) = 8% = 0.08

Time (T) = 5 years

Interest = P * R * T = AED 103,971 * 0.08 * 5 = AED 41,588.8

The amount of interest on the investment is AED 41,588.8.

To calculate the compound interest rate (rate of return), we can use the compound interest formula:

Amount = Principal * (1 + Rate)^Time

Given:

Principal (P) = $7,335

Time (T) = 6 years

Amount (A) = $10,885

We need to find the rate (R).

Amount = P * (1 + R)^T

$10,885 = $7,335 * (1 + R)^6

Dividing both sides by $7,335:

(1 + R)^6 = $10,885 / $7,335

(1 + R)^6 = 1.486014

Taking the sixth root of both sides:

1 + R = (1.486014)^(1/6)

1 + R = 1.0815

Subtracting 1 from both sides:

R = 1.0815 - 1

R = 0.0815

The compound interest rate earned on this investment is approximately 8.15%.

To calculate the final amount of money at the end of the entire period, we need to calculate the simple interest for the first 9 years and then compound interest for the next 3 years.

For the first 9 years:

Principal (P) = $12,025

Rate (R) = 10% = 0.10

Time (T) = 9 years

Interest = P * R * T = $12,025 * 0.10 * 9 = $10,822.50

The amount after 9 years = Principal + Interest = $12,025 + $10,822.50 = $22,847.50

Now, we take this amount and invest it for another 3 years at a compound interest rate of 12%:

Principal (P) = $22,847.50

Rate (R) = 12% = 0.12

Time (T) = 3 years

Amount = P * (1 + R)^T = $22,847.50 * (1 + 0.12)^3 = $22,847.50 * 1.404928 = $32,074.49

Therefore, at the end of the entire period, you would

have approximately $32,074.49.

To learn more about  interest click here:

brainly.com/question/31668189

#SPJ11

. El Pirata Barba Plata ha legado a la isla del Coral para buscar un tesoro. En el mapa pone que, desde la orila, debe recorer 3,7 hm a la pata coja hacia el centro de la isla, y después otros 8,5 dam dando volteretas en la misma dirección. ¿Cuántos metros recorerá en total desde la orila hasta el tesoro? Expresa el resultado también en kilómetros. 2. ¡Qué pelo más bonito

Answers

Answer:

Entonces, el Pirata Barba Plata recorrerá en total 455 m o 0.455 km desde la orilla hasta el tesoro.

Step-by-step explanation:

En primer lugar es conveniente expresar las unidades en metros, ya que se requiere que la distancia total recorrida se encuentre expresada en metros. Para eso debes realizar una conversion de unidades, teniendo en cuenta que 1 hm equivale a 100 m y 1 dam es igual a 10 m.

Entonces podes aplicar las siguientes reglas de tres:

Si 1 hm equivale a 100 m, 3,7 hm a cuántos m equivalen?

\(m=\frac{3,7 hm*100m}{1 hm}\)

m= 370

Entonces 3,7 hm es igual a 370 m

Si 1 dam equivale a 10 m, 8,5 dam a cuántos m equivalen?

\(m=\frac{8,5dam*10m}{1 dam}\)

m= 85

Entonces 8,5 dam es igual a 85 m.

Para conocer la distancia que se recorrerá en total desde la orilla hasta el tesoro debes sumar la distancia que se recorre desde la orilla hacia el centro de la isla y la distancia que se recorre dando volteretas en la misma dirección. Esto es:

370 m + 85 m= 455 m

Por último, se aplica la siguiente regla de tres:

Si 1 m equivale a 0.001 m, 455  m a cuántos km equivalen?

\(km=\frac{455 m*0,001 km}{1 m}\)

km= 0.455

Entonces, el Pirata Barba Plata recorrerá en total 455 m o 0.455 km desde la orilla hasta el tesoro.

The amunt of money that college students spend on rent each month is usually between $300 and $600. However, there are a few students who spend $1,300. What measure of spread would be most appropriate to measure the amount of money that college student spend on rent per month? Explain in detail why or why not one of the below measures would be used.
A. Median
B. Range
C. Standard Deviation
D. Inquartile Range

Answers

The range would be the most appropriate measure of spread in this case because it takes into account the extreme values of $300 and $1,300 and provides a clear measure of the difference between them.

To measure the amount of money college students spend on rent per month, the most appropriate measure of spread would be the range. The range is the simplest measure of spread and is calculated by subtracting the lowest value from the highest value in a data set. In this case, the range would be $1,300 - $300 = $1,000.

The median would not be the best choice in this scenario because it only represents the middle value in a data set. It does not take into account extreme values like the $1,300 rent expense.

Standard deviation would not be the most appropriate measure of spread in this case because it calculates the average deviation of each data point from the mean. However, it may not accurately represent the spread when extreme values like the $1,300 rent expense are present.

The interquartile range (IQR) would not be the best choice either because it measures the spread of the middle 50% of the data set. It does not consider extreme values and would not accurately represent the range of rent expenses in this scenario.

In summary, the range would be the most appropriate measure of spread in this case because it takes into account the extreme values of $300 and $1,300 and provides a clear measure of the difference between them.

Know more about Standard deviation here,

https://brainly.com/question/29115611

#SPJ11

An insect crawls up 5cm every second on a 6cm vertical rod and then falls down 2cm over the next second. How many seconds will it take to climb the rod?​

Answers

Answer:

3 seconds

Step-by-step explanation:

It's quite simple. First, add 5cm to the progress of the insect, counting it as 1 second. Then subtract 2cm because it falls over the next second, thus taking another second. Then finally, plus 5cm, making it 3 seconds. It's not 4 seconds because at 3 seconds it had already reached the top.

If I didn't clear everything or messed up, please comment.

video if 10% of the students in a certain school are left-handed, what is the probability that 2 or fewer students are left-handed in a random sample of 70 students from the school? use excel to find the probability. round your answer to four decimal places.

Answers

Using Excel, the probability that 2 or fewer students are left-handed in a random sample of 70 students from a school where 10% of the students are left-handed can be calculated as approximately 0.9999.

To calculate the probability using Excel, we can utilize the binomial distribution function. The binomial distribution is appropriate for situations with a fixed number of independent trials (sampling 70 students) and two possible outcomes (left-handed or not left-handed).

In Excel, the formula to calculate the probability of 2 or fewer left-handed students can be written as "=BINOM.DIST(2, 70, 0.1, TRUE)". Here, "2" represents the number of left-handed students (or fewer) we want to calculate the probability for, "70" is the total number of students in the sample, and "0.1" is the probability of a student being left-handed (10% or 0.10).

Evaluating this formula in Excel yields a probability of approximately 0.9999 when rounded to four decimal places. This implies that there is an extremely high probability (close to 100%) of having 2 or fewer left-handed students in a random sample of 70 students from the school, given that the overall proportion of left-handed students in the school is 10%.

Learn more about probability here:

https://brainly.com/question/23417919

#SPJ11

HELP!!! You have the opportunity to lease space for your business. The property owner has proposed a four-year lease with a rent of $29,000 per year. If a proposed rent increase is 2% per year what will the annual rent be at the end of four years?
a. $13,200
b. $22,000
c. $31,390
d. $32,440

Answers

Answer: c. $31,390

Step-by-step explanation:

Accumulated amount after t years (if compounded annually)= \(A=P(1+r)^t\), where P = Principal value , t= time , r = rate of interest.

Given : P= $29,000

r= 2% =0.02

t= 4 years

\(A=29000(1+0.02)^4=29000(1.02)^4\)

\(=29000\times1.08243216\approx31390\)

Hence, the annual rent at the end of four years= $31,390

So, the correct option is C.

What the correct answer do not want the wrong answer please

What the correct answer do not want the wrong answer please

Answers

Answer:

388.5yd²

Step-by-step explanation:

We have Triangle TUV

In the question, we are given already

Angle U = 32°

Angle T = 38°

Angle V = ???

Side t = 31yd

Side u = ?

Side v = ?

Area of the triangle= ?

Step 1

We find the third angle = Angle V

Sum of angles in a triangle = 180°

Third angle = Angle V = 180° - (32 + 38)°

= 180° - 70°

Angle V = 110°

Step 2

Find the sides u and v

We find these sides using the sine rule

Sine rule or Rule of Sines =

a/ sin A = b/ Sin B

Hence for triangle TUV

t/ sin T = u/ sin U = v/ sin V

We have the following values

Angle T = 38°

Angle U = 32°

Angle V = 110°

We are given side t = 31y

Finding side u

u/ sin U= t/ sin T

u/sin 32 = 31/sin 38

Cross Multiply

sin 32 × 31 = u × sin 38

u = sin 32 × 31/sin 38

u = 26.68268yd

u = 26.68yd

Finding side x

v / sin V= t/ sin T

v/ sin 110 = 31/sin 38

Cross Multiply

sin 110 × 31 = v × sin 38

v = sin 110 × 31/sin 38

v = 47.31573yd

v = 47.32yd

To find the area of triangle TUV

We use heron formula

= √s(s - t) (s - u) (s - v)

Where S = t + u + v/ 2

s = (31 + 26.68 + 47.32)/2

s = 52.5

Area of the triangle = √52.5× (52.5 - 31) × (52.5 - 26.68 ) × (52.5 - 47.32)

Area of the triangle = √150967.6032

Area of the triangle = 388.5454973359yd²

Approximately to the nearest tenth =388.5yd²

1. Two triangles have the following congruence statement: ACGI = AMPR Name all 6 pairs of corresponding congruent parts. 1.​

1. Two triangles have the following congruence statement: ACGI = AMPR Name all 6 pairs of corresponding

Answers

Answer:

\( \angle C \cong \angle M \)

\( \angle G \cong \angle P \)

\( \angle I \cong \angle R \)

\( \overline{CG} \cong \overline{MP} \)

\( \overline{GI} \cong \overline{PR} \)

\( \overline{CI} \cong \overline{MR} \)

Step-by-step explanation:

Given the congruence statement ∆CGI \( \cong \) ∆MPR, it follows that the corresponding sides of both ∆s are equal, as well as the corresponding vertices or angles. It implies that ∆CGI and ∆MPR are of the same shape and size.

✅Thus, the 6 pairs of the corresponding congruent parts of ∆CGI and ∆MPR are:

\( \angle C \cong \angle M \)

\( \angle G \cong \angle P \)

\( \angle I \cong \angle R \)

\( \overline{CG} \cong \overline{MP} \)

\( \overline{GI} \cong \overline{PR} \)

\( \overline{CI} \cong \overline{MR} \)

Show 76 as tens and ones two ways how do I figure this problem out to get the answer

Answers

Answer: 7 tens and 6 ones

Step-by-step explanation: 76 is two numbers, with a 7 in the tens place and a 6 in the ones place.

Final answer:

76 can be represented as 7 tens and 6 ones or as 6 tens and 16 ones. This involves understanding the place value of digits in a number and knowing that a ten can be broken down into ones.

Explanation:

The number 76 can be broken down into tens and ones in multiple ways. First, let's understand what tens and ones mean in the context of a number. In the number 76, '7' is the tens place, and '6' is the ones place, meaning there are 7 tens (70) and 6 ones (6) making up 76.

One way to show 76 with tens and ones is to say that there are 7 tens and 6 ones. This is a very direct method where we just count the number of tens and ones in the number.

Another way we could break down 76 is to say there are 6 tens and 16 ones. This method involves taking one of the tens and breaking it down into 10 ones, giving us a total of 6 tens and 16 ones.

Learn more about Place Value here:

https://brainly.com/question/27734142

#SPJ2

What is the expanded form of this expression?: 4(1/4a + b – 6)

Answers

Answer:

Step-by-step explanation:

4(1/4a) + 4b - 24

1/a+4b-24

The sum of the measures of the interior angles of a decagon (10 sided polygon) is 1,440.

Answers

The measure of each interior angle of a decagon is 144 degrees.

1. A decagon is a 10 sided polygon.

2. The sum of the interior angles of any polygon with n sides is (n - 2) * 180 degrees.

3. For a decagon, n = 10, therefore the sum of the interior angles is (10 - 2) * 180 degrees = 8 * 180 degrees = 1440 degrees.

4. Therefore, the measure of each interior angle of a decagon is 1440 degrees / 10 = 144 degrees.

The measure of each interior angle of a decagon is 144 degrees.

Learn more about angle here

https://brainly.com/question/28451077

#SPJ4

En una tienda se venden dulces nacionales y extranjeros en una proporción de 7:3.
Si en total se vendieron 450 dulces en un día. ¿Cuántos dulces nacionales y
extranjeros se vendieron?

Answers

315 dulces nacionales y 135 dulces extranjeros

7 x 45 = 315
3 x 45 = 135
315 + 135 = 450
315 dulces yessir I got u man go at it

Tank A contains 80 gallons of water in which 20 pounds of salt has been dissolved. Tank B contains 30 gallons of water in which 5 pounds of salt has been dissolved. A brine mixture with a concentration of 0.5 pounds of salt per gallon of water is pumped into tank A at the rate of 4 gallons per minute. The well-mixed solution is then pumped from tank A to tank B at the rate of 6 gallons per minute. The solution from tank B is also pumped through another pipe into tank A at the rate of 2 gallons per minute, and the solution from tank B is also pumped out of the system at the rate of 4 gallons per minute. How much salt will there be in tanks A and B after a long period of time?

Answers

We can conclude that the system does not reach a steady state, and the amount of salt in tanks A and B will continue to change over time.

How to calculate the amount of salt in tanks A and B will continue to change over time?

The rate of inflow of the brine mixture into tank A is 0.5 pounds/gallon x 4 gallons/minute = 2 pounds/minute.

The rate of outflow from tank A into tank B is 6 gallons/minute.

Using the formula: Amount of salt in tank A = (rate of inflow - rate of outflow) x time + initial amount of salt

After a long period of time, the amount of salt in tank A will reach a steady state. This means that the amount of salt going into tank A is equal to the amount of salt going out of tank A.

So, 2 pounds/minute x t + 20 pounds = 6 gallons/minute x (t + T) x 0.5 pounds/gallon

where t is the time (in minutes) that the brine mixture is being pumped into tank A, and T is the time (in minutes) that the solution is being circulated between tanks A and B.

Simplifying the equation, we get:

2t + 20 = 1.5t + 1.5T

0.5t = 20 - 1.5T

t = (40 - 3T)

Now, let's calculate the amount of salt in tank B after a long period of time.

The rate of inflow from tank A into tank B is 6 gallons/minute x 0.5 pounds/gallon = 3 pounds/minute.

The rate of inflow from tank B into tank A is 2 gallons/minute x (5 pounds/30 gallons) = 1/3 pounds/minute.

The rate of outflow from tank B out of the system is 4 gallons/minute.

Using the same formula as before, we can write:

(3 - 1/3) pounds/minute x T + 5 pounds = 4 gallons/minute x T x 0.5

pounds/gallon

Simplifying the equation, we get:

2.67T + 5 = 2T

0.67T = -5

T = -7.46 (which doesn't make sense, as T should be positive)

Therefore, we can conclude that the system does not reach a steady state, and the amount of salt in tanks A and B will continue to change over time.

Learn more about rates of inflow and outflow

brainly.com/question/30907606

#SPJ11

Find the solution of 64 = 16u algebraically.
please I’m desperate

Answers

Answer:

u = 4

Step-by-step explanation:

Divide by 16 on both sides. [Division Property of Equality]

64/16 = 16u/16

u = 4

==================================================================Hope I Helped, Feel free to ask any questions to clarify :)

Have a great day!

More Love, More Peace, Less Hate.

     -Aadi x

Other Questions
Discuss three consequences of unemployment on the community Please help me ASAP!!!!!! WILL MARK BRAINLIEST!!!Today, Jim used 1/5 of his study time for English work and 3/8 of his study time for Science work. He had no Math work today because his teacher is so nice. What fraction of his study time did he spend on History work? After the latest Social Studies lecture, Almas notes span 5 whole pages, front and back. Which note taking mistake does it sound like Alma may have made?a.She wrote in complete sentencesc.She wrote down personal anecdotes from the teacherb.She wrote information word for wordd.All of the above What is a major potential problem with DNA evidence?Having too much DNAContamination from other sourcesHaving to heat up DNA to keep it from degradingHaving too many matches to DNA typing 6. (1 point) Find all the points in the complex plane such|z+1| Suppose 20% of ohio residents support the legalization of marijuana. If you randomly select n people and would like to use the normal approximation to answer questions, what does your sample size have to be, at minimum?. On May 1, 2021, Crane Company issued $1400000 of 6% bonds at 102, which are due on April 30, 2031. Twenty detachable stock warrants entitling the holder to purchase for $40 one share of Cranes common stock, $15 par value, were attached to each $1,000 bond. The bonds without the warrants would sell at 95. On May 1, 2021, the fair value of Cranes common stock was $35 per share and of the warrants was $2.On May 1, 2021, Crane should credit Paid-in Capital from Stock Warrants fora. $53497.b. $56000.c. $57697.d. $100897. multi-tenancy occurs when each customer or tenant must purchase and maintain an individual system. group startstrue or falsetrue, unselectedfalse PLEASE PLEASE HELP!!! What happens with matter in cellularrespiration? Suppose the Alaskan king crab harvest is unregulated and any person with a crab boat and some diesel fuel can go offshore, lower a crab pot, and harvest king crab. As a result, this common resource is overused. Which policy choice might produce the socially optimal king crab harvest help math thx!!! dont haft to explain after allowing 10% discount on the Marked price of an article is and then 15% vat is charge its price become Rs 16720 how much amount was given as discount How many seating arrangements are possible for 7 girls and 7 boys to sit in a row of 14 seats if no girls can sit next to each other and no boys can sit next to each other? A neighborhood garden is 3/4 acre in size it is divided into plots that are each 1/8 acre how many 1/8 -acre plots are there in the neighborhood garden use the models below to help you Why were the colonist familles large?There would be more protection.The familles liked children.There would be more workers.There was too much disease.Help please If you investigated somatic cells from a baby elephant (2n=56), you would find a total of _____ chromatids in a cell at the end of _____ phase of the cell cycle in mitosis.28; G156; S112; G214; MMore than one option is correct the minimum difference between two stimuli required for detedtion 50 percent of the time is called what if the sales tax rate is 6.5%, what is the sales tax on a cell phone that cost $800? The radius, R, of a sphere, is 6.3cm. Calculate the sphere's volume, V.Use the value 3.14 for, and round your answer to the nearest tenth. (Do not round any intermediate computations.)