What is the slope-intercept form of the line with the point (0, 3) and a slope = -2?
O A. y = 2x + 3
O C. y = -2x + 3
D. y = -2x - 3
B. y = 2x - 3

Answers

Answer 1

Answer:

2nd choice OC.y=-2x+3

Step-by-step explanation:

The equation for the slope-intercept form is y=mx+b, where m is the slope and b is the y-intercept. With these two numbers both given to us, we can just plug them in and get y=-2x+3.

Hope this helps you


Related Questions

Mrs. Rodger got a weekly raise of ₫145. If she gets paid every other week, write an integer describing how the raise will affect her paycheck.​

Answers

Solution:

Let the 1st paycheck be x (integer).

Mrs. Rodger got a weekly raise of ₫ 145.

So after completing the 1st week she will get (x+145).

Similarly after completing the 2nd week she will get ₫ (x + 145) + ₫ 145.

=\( ₫ (x + 145 + 145)\)

= \(₫ (x + 290)\)

So in this way end of every week her salary will increase by ₫ 145.

if a is an n × n matrix, how are the determinants det a and det(5a) related? Remark: det(5A) = 5 det A only in the trivial case of 1 Times 1 matrices How are the determinants det A and det B related if A = a1 a2 a3
b1 b2 b3 c1 c2 c3), B = 2a1 3a2 5a3 2b1 3b2 5b3 2c1 3c2 5c3;

Answers

The determinants det a and det(5a) are related by a scalar multiplication of 5^n, where n is the dimension of the matrix a. In other words, det(5a) = (5^n) det a. This is because multiplying a matrix by a scalar multiplies its determinant by the same scalar raised to the power of the matrix's dimension.

For the second part of the question, the determinants det A and det B are related by det B = (2*3*5) det A = 30 det A. This is because multiplying a row of a matrix by a scalar multiplies its determinant by the same scalar, and multiplying a matrix by a scalar multiplies its determinant by the same scalar raised to the power of the matrix's dimension.

The determinant of a matrix represents the scaling factor of the matrix's transformation on the area or volume of the space it is operating on. Scalar multiplication of a matrix by a scalar s multiplies its determinant by s^n, where n is the dimension of the matrix. This is because the determinant is a linear function of its rows (or columns), and multiplying a row (or column) by a scalar multiplies the determinant by the same scalar.

For the second part of the question, we can use the fact that the determinant of a matrix is unchanged under elementary row operations, and that multiplying a row of a matrix by a scalar multiplies its determinant by the same scalar. We can therefore multiply the first row of A by 2, the second row by 3, and the third row by 5 to obtain B. This multiplies the determinant of A by the product of the three scalars, which is 2*3*5 = 30.

In summary, the determinants of a matrix and its scalar multiple are related by a power of the scalar equal to the dimension of the matrix. Additionally, the determinant of a matrix is multiplied by the product of the scalars used to multiply each row (or column) of the matrix when performing elementary row operations.

To know more about matrix visit:

https://brainly.com/question/29132693

#SPJ11

the mean monopotassium phosphate content of a popular athletics drink is listed as 133 mg in a 32-oz bottle. analysis of 38 bottles indicates a sample mean of 132.4 mg. (a) state the hypotheses for a two-tailed test of the claimed monopotassium phosphate content. h0: μ

Answers

In this case, H0 represents the null hypothesis, which assumes that the claimed mean monopotassium phosphate content is true.

The hypotheses for a two-tailed test of the claimed monopotassium phosphate content would be as follows:

H0: The true mean monopotassium phosphate content of the athletics drink is equal to 133 mg (μ = 133 mg)

Ha: The true mean monopotassium phosphate content of the athletics drink is not equal to 133 mg (μ ≠ 133 mg)

In this case, H0 represents the null hypothesis, which assumes that the claimed mean monopotassium phosphate content is true.

Ha represents the alternative hypothesis, which suggests that the true mean monopotassium phosphate content differs from the claimed value.

Learn more about null hypothesis visit:

brainly.com/question/30821298

#SPJ11

write 6400kg in grams giving your answer in standard form

Answers

Answer: 6400kg=6.4*10⁶ g

Step-by-step explanation:

6400 kg=

6.4*10³ kg=

6.4*10³*10³ g=

6.4*10³⁺³ g=

6,4*10⁶ g

Answer - 6.4 × 10^6

Step by step Explaination-

6400 kg=

6.4*10³ kg=

6.4*10³*10³ g=

6.4*10³⁺³ g=

6,4*10⁶ g

Firstly, we'll discuss the units of digits -

1. We'll convert 6400 kilograms into grams. Multiply the value in kilograms by the factor '1000'.

2.  Standard form may be a means of writing variety thus it's easier to browse. it's typically used for terribly large or small numbers.

For more information on standard type refer the link below -

https://brainly.com/question/19169731

would a boxplot of the data 113, 116, 116, 116, 118, 118, 119, 119, 122, 124, 124, 124 allow you to find the mean and the median?

Answers

The answer is yes it would

which of the following numbers are rational numbers? -1.3, 1 3/4, 0, 609

Answers

Answer:

1.3

Step-by-step explanation:

im not sure

I dont know how to do long division​

Answers

what grade are you in?

Simplify (62)2 what does it equal

Answers

Answer:

124

Step-by-step explanation:

62 * 2 = 124

I hope this helped! Please mark Brainliest, thank you so much!!!

The answer is 62 x 2 = 124

if the total elapsed time in clock hours for corrective maintenance is 1200 hours and there are 60 maintenance actions completed in mean time to repair (MTTR)

Answers

The mean time to repair (MTTR) is 20 hours.

What is  MTTR?

MTTR (mean time to respond) is the average time it takes to recover from a product or system failure from the time when you are first alerted to that failure.Mean time to repair (MTTR) is the average time taken to repair an item.

Mean time to repair = Total hours spent on corrective maintenance / Number of maintenance actions completed

Mean time to repair = 1,200/60

Mean time to repair = 20 hours

Therefore, the mean time to repair is 20 hours.

Learn more about MTTR

brainly.com/question/28102811

#SPJ4

(1 point) this question concerns block cipher padding. suppose the block cipher has a block size of 1818 bytes. a certain message ends with a partial block which is 88 bytes. we must reversibly pad out the message to use some block cipher modes, such as cbc (even if the last block is full).consider the following padding strategy.append a single byte with value 128, and then as many zero bytes as required to make the overall length a multiple of 1818.suppose the final (possibly partial) block of the message is "0x0001020304050607" in hexadecimal. write out the complete final block in hexadecimal. please do not put a leading 0x as this has been written already.

Answers

The final block with the zero bytes shown as "...":
"000102030405060780..."

What is the specific padding strategy that you want me to apply to the final partial block of the message?

To pad the given partial block for a block cipher with a block size of 1818 bytes using the padding strategy described, follow these steps:

Convert the given hexadecimal partial block "0001020304050607" to bytes. This partial block is 8 bytes long.
Append a single byte with the value 128 (in hexadecimal, this is 80).
Calculate the number of zero bytes required to make the overall length a multiple of 1818. Since the block size is 1818 bytes and we have 8 bytes (original) + 1 byte (128) = 9 bytes, we need 1809 zero bytes to reach 1818 bytes.

The complete final block in hexadecimal is:
"000102030405060780" followed by 1809 zero bytes.

Here's the final block with the zero bytes shown as "...":
"000102030405060780..."                                                                                              

Learn more about hexadecimal

brainly.com/question/31478130

#SPJ11

PLEASE HELP ASAP 25 POINTS!!
Provide a picture if possible!
I NEED THIS ASAP

PLEASE HELP ASAP 25 POINTS!!Provide a picture if possible!I NEED THIS ASAP

Answers

I have the same text I need help with this as well

How would I solve the equation below:
\(f(x)=2x-7\)
\(Solve: f(x^{2})=x-1\)

Answers

Answer:

  x = -1.5, +2.0

Step-by-step explanation:

You want to solve the equation f(x²) = x-1, given that f(x) = 2x -7.

Solution

First, we find the meaning of f(x²) by putting x² into the function definition where x is:

  f(x²) = 2(x²) -7

Then, we set that equal to x-1 and solve the resulting quadratic.

  2x² -7 = x -1

  2x² -x -6 = 0 . . . . . . . subtract (x-1)

  (2x +3)(x -2) = 0 . . . . factor

The solutions to this are the x-values that make the factors zero:

  2x +3 = 0   ⇒   x = -3/2

  x -2 = 0   ⇒   x = 2

The solutions are x = -3/2 and x = 2.

__

Additional comment

The attached graph solves the equation we get when we subtract (x-1) from both sides of what you're trying to solve. The solutions are the x-intercepts of the graph.

The factoring can be done by splitting the x-term into two parts. Their product is the product of the first and last terms.

  2x² -x -6 = 0

  2x² -4x +3x -6 = 0 . . . . . 2·(-6) = -12 = (-4)(3) and -4+3=-1, the x-coefficient

  2x(x -2) +3(x -2) = 0 . . . . factor each pair of terms

  (2x +3)(x -2) = 0 . . . . . . . factor out the common factor

How would I solve the equation below:[tex]f(x)=2x-7[/tex][tex]Solve: f(x^{2})=x-1[/tex]

can someone please help

can someone please help

Answers

Answer:

The circle x^2+y^2-2x-8y+17=0 has translated 5 units to the leftand 2units down.

Step-by-step explanation:

If we translate this circle to the left 5 units, and 2 units down,

we will subtract 5 from the center x coordinate and 2 for the center y coordinate

The center is (1,-4)

So the new center prime is (-4,-6)

Since a translation keep angles and measures,

Our radius will remain untouched so our new equation is

\((x + 4) {}^{2} + (y + 6) {}^{2} = 16\)

A little more difficult question.


8) John went to a vending machine and bought 2 bags of chips and 2 Powerades for


$3. 50. He then went back to the same vending machine and bought another bag of


chips and 3 Powerades for $3. 75. How much does a bag of chips cost, how much


does a Powerade cost?

Answers

The cost of a Powerade is $0.75 if 2 bags of chips and 2 Powerades cost $3.50 and one bag of chips and 3 Powerades cost $3.75.

Let the cost of one Powerade be x

The cost of one bag of chips be y

Cost of 2 bags of chips and 2 Powerades = $3.50

Cost of 2 bags of chips = 2y

Cost of 2 Powerades = 2x

2x + 2y = 3.50 ----(i)

Cost of one bag of chips and 3 Powerades= $3.75

Cost of 1 bag of chips = y

Cost of 3 Powerades = 3x

x + 3y = 3.75

Multiply the above equation by 2

2x + 6y = 7.50 -----(ii)

Subtract (ii) and (i)

4y = 4

y = $1

The cost of one bag of chips is $1

x + 3 = 3.75

x = $0.75

The cost of one Powerade is $0.75

Learn more about Equation:

https://brainly.com/question/28871326

#SPJ4

In the diagram below, Ois circumscribed about quadrilateral ABCD. What is
the value of x?
D
A
72⁰
3x⁰
с
B
OA. 36
OB. 105
OC. 24
OD. 96

In the diagram below, Ois circumscribed about quadrilateral ABCD. What isthe value of x?DA723xBOA. 36OB.

Answers

As per the quadrilateral ABCD, the value of x will be equal to 36°.

What is a Polygon?

A polygon is described in geometry as a compact, two-dimensional shape having three or more straight lines. Poly, which means "many," and gon, which means "angle," make up the Greek word "Polygon." Polygons of several kinds can be seen all around us.

As per the given diagram in the question,

The given angles are:

∠ A = 72°

∠ C = 3x

For a cyclic quadrilateral,

∠ A + ∠ C = 180°

72 + 3x = 180

3x = 180 - 72

3x = 108

x = 108/3

x = 36°

To know more about Polygon:

https://brainly.com/question/24464711

#SPJ1

8x - 3 /AX 4x + 3 When angles form a linear pair, their sum is 180°. 8x - 3+ 4x + 3 = 180 [?]x + [] = 180​

8x - 3 /AX 4x + 3 When angles form a linear pair, their sum is 180. 8x - 3+ 4x + 3 = 180 [?]x + [] =

Answers

Answer:

12x + 0 = 180x = 15

Step-by-step explanation:

You are given the equation 8x -3 +4x +3 = 180 and asked to simplify it and solve for x.

Simplified

Collecting terms, we have ...

  (8 +4)x +(-3 +3) = 180

  12x + 0 = 180

Dividing by the coefficient of x gives ...

  x = 180/12 = 15

The value of x is 15.

help if you can please! if you can't please don't answer so people who know the answer can. i appreaciate every answer i get <3

help if you can please! if you can't please don't answer so people who know the answer can. i appreaciate

Answers

Answer:

Answer is D) 15.

Step-by-step explanation:

You check this by plugging 15 into x which would make both equations equal 0.

You can also use the desmos online graphing calculator and type both equations in and then just look for the solution (the point at which they both intersect).

What number is 32% of 75? Type a numerical answer in the space provided. Do not type spaces in your answer.

Answers

Answer:

24

Step-by-step explanation:

75 x .32 = 24

Answer:

32 percent of 75 is 24

Does (2, 4) make the equation y = –6x true?

Answers

Answer:

No

Step-by-step explanation:

When \(x=2\), \(y=-6(2)=-12\), not \(4\).

Find an expression to present the perimeter of the rectangle below

Find an expression to present the perimeter of the rectangle below

Answers

An expression to represent the perimeter of the rectangle with  10/(x² + 11x +24) and (x+1)/(x+3) would be (x+12)(x+6)//(x+8)/(x+3).

What is the perimeter?

A closed path that covers, encircles, or outlines a one-dimensional length or a two-dimensional shape is called a perimeter. A circle's or an ellipse's circumference is referred to as its perimeter. There are numerous uses in real life for perimeter calculations.

Here, we have

Given: Sides = 10/(x² + 11x +24) and (x+1)/(x+3)

The perimeter is when you add all the sides of a shape.

In a rectangle, two sides are the same, and so are the other two. therefore, if the two sides are 10/(x² + 11x +24) and (x+1)/(x+3) the expression will be:

= 2(10/(x² + 11x +24)) + 2(x+1)/(x+3)

= 20/(x² + 11x +24) + 2(x+1)/(x+3)

= 20/(x+8)/(x+3) + 2(x+1)/(x+3)

= {20 + 2(x+1)(x+8)}/(x+8)/(x+3)

= {20 + 2(x² + 9x + 8)}/(x+8)/(x+3)

= { 20 + 2x² + 18x + 16}/(x+8)/(x+3)

= {2x² + 18x + 36}/(x+8)/(x+3)

= (x+12)(x+6)//(x+8)/(x+3)

Hence, an expression to represent the perimeter of the rectangle with  10/(x² + 11x +24) and (x+1)/(x+3) would be (x+12)(x+6)//(x+8)/(x+3).

To learn more about the perimeter from the given link

https://brainly.com/question/24299023

#SPJ1


Find the 7th term of the geometric sequence show below
7x, -7x^5, 7x^9,…

Answers

Answer:

7x^25 :)

Step-by-step explanation:

1: 7x,

2. 7x^5,

3. 7x^9,

4. 7x^13,

5. 7x^17,

6. 7x^21,

7. 7x^25

Have an amazing day!!

Please rate and mark brainliest!!

Answer:

\(7x^{25}\)

Step-by-step explanation:

Given sequence: \(7x, -7x^5, 7x^9\)

General form of a geometric sequence:  \(a_n=ar^{n-1}\)

(where a is the first term and r is the common ratio)

\(a_1=7x\)

\(a_2=-7x^5\)

\(a_3=7x^9\)

To find the common ratio, divide one term by the previous term:

\(r=\dfrac{a_2}{a_1}=\dfrac{-7x^5}{7x}=-x^4\)

Therefore, substituting the found values of a and r into the formula:

\(\implies a_n=(7x)(-x^4)^{n-1}\)

To find the 7th term, substitute n = 7 into the formula:

\(\begin{aligned}\implies a_7 & =(7x)(-x^4)^{7-1}\\ & = (7x)(-x^4)^6\\ & = (7x)(x^{24})\\ & = 7x^{25}\end{aligned}\)

Consider the system of equations y + 2kz = 0 x + 2y + 6z = 2 kx + 2z = 1 where k is an arbitrary constant. (a) For which values of the constant k does this system have a unique solution? (b) For which values of the constant k does this system have no solution?

Answers

The system of equations has a unique solution when the determinant of the coefficient matrix is non-zero.

In this case, the coefficient matrix is:

|  0  1  2k |

|  1  2   6  |

|  k  0   2  |

The determinant of this matrix is given by:

D = 0(2(2) - 0(6)) - 1(1(2) - 6(k)) + 2k(1(0) - 2(2))

 = -12k + 12k

 = 0

When the determinant is zero, the system may have infinitely many solutions or no solution. Therefore, we need to investigate further to determine the values of k for which the system has a unique solution.

(b) To determine the values of k for which the system has no solution, we can check if the rank of the coefficient matrix is less than the rank of the augmented matrix. If the ranks are equal, the system has a unique solution. If the ranks differ, the system has no solution.

By performing row reduction on the augmented matrix, we find that the ranks of both the coefficient matrix and the augmented matrix are equal to 2. Therefore, for any value of k, the system has a unique solution.

In summary, for all values of the constant k, the given system of equations has a unique solution and does not have any solution.

Learn more about coefficient matrix here:

https://brainly.com/question/3086766

#SPJ11

suppose you sell sandwiches at a deli store. review of your sales transactions reveals that 73.5% of your customers will choose turkey breast sandwiches and the rest will choose some other sandwich. (round all answers to 4 decimal places) if five people are randomly selected, what is the probability that all will order a turkey breast sandwich? if five people are randomly selected, what is the probability that none will order a turkey breast sandwich? if five people are randomly selected, what is the probability that at least one customer will order a turkey breast sandwich?

Answers

Using the binomial distribution, the probabilities are given as follows:

All: 0.2145 = 21.45%.None: 0.0013 = 0.13%.At least one: 0.9987 = 99.87%.

What is the binomial distribution formula?

The probability mass function for the binomial distribution is presented as follows:

\(P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}\)

\(C_{n,x} = \frac{n!}{x!(n-x)!}\)

The parameters of the distribution are given by:

n is the number of trials of the experiment.p is the probability of a success on a single trial of the experiment.

In the context of this problem, the values of these parameters are:

n = 5, p = 0.735.

The probability of all people ordering the breast sandwich is:

P(X = 5) = 0.735^5 = 0.2145 = 21.45%.

The probability of no people ordering the breast sandwich is:

P(X = 0) = (1 - 0.735)^5 = 0.0013 = 0.13%.

The probability of at least one person ordering the breast sandwich is:

P(X >= 1) = 1 - 0.0013 = 0.9987 = 99.87%.

More can be learned about the binomial distribution at https://brainly.com/question/24756209

#SPJ1

What’s the measure of the other angle?

Whats the measure of the other angle?

Answers

61 because they r congruent

What is the reciprocal of -3 2/7 ? -3 7/2 -23/7 -7/23 3 2/7​

Answers

Reciprocal of -32/7 = -7/32

Answer:

-32/7 = -7/32

Step-by-step explanation:

Molly's dad is five times as old as Molly is. Her dad is also as old as the sum of the ages of Molly and her older twin brothers, Dwight and Jim. The twins are both 12 years old.



How old is Molly's dad?

Answers

Answer:

30 years old

Step-by-step explanation:

5x = x + 2(12)

5x = x + 24

4x = 24

x = 6

5(x)

5(6) = 30

What is the value of 1742 divided by 4.16

Answers

Answer:

1742 is divided by 2.16 than answer is 418.75

1742 is divided by 2.16 than answer is
418.75

a regular heptagon has an apothem that is 3 inches in length. one of the sides has a length of 7 inches. what is the area of the heptagon?

Answers

The area of the Heptagon is 32.6

What is Heptagon?

A polygon having 7 sides and 7 angles are called a heptagon. The term "septagon" may also be used to refer to the heptagon. A heptagon is formed when all of its sides come together end to end. Therefore,

The heptagon's sides total seven.

What Is Meant by Apothem?

Apothem is a line traced from any polygon's center to one of its sides' midpoints.

The apothem formula, when the side length is given is:

\(a=\frac{S}{2 \tan \left(\frac{180}{n}\right)}\)

Where,

a = apothem length

s = side length

n = number of sides of a polygon.

In the given question,

we have;

s = 7 inches;

a = 3 inches;

n = 7;

So,

The apothem, when the side length is given is:

\(a=\frac{S}{2 \tan \left(\frac{180}{n}\right)}\)

\(a=\frac{3}{2 \tan \left(\frac{180}{7}\right)}\)

so, The area of Heptagon is 7.\(\frac{3.7}{2}\)

The area of the Heptagon is 32.6

To learn more about heptagon, visit:

https://brainly.com/question/5361966

#SPJ4

solve for x. show work please!! 30 points <3

solve for x. show work please!! 30 points &lt;3

Answers

Answer:

Step-by-step explanation:

Sum of all angles of a triangle = 180

x + 64 + x + 45 + 79 = 180

Combine like terms.

2x + 188 = 180

2x = 180 - 188

2x = - 8

x = -8/2

x = -4

x + 64 = -4 + 64 = 60

x  + 45 = -4 + 45 = 41

Step-by-step explanation:

We know that the sum of all angles of a triangle is 180 °.

x + 45 + x + 64 + 79 ° = 180 °.

combine like terms

x + x + 64 + 45 + 79 ° = 180 °

2 x + 188 ° = 180 °

Subtract

2 x = 180 ° - 188 °

2 x = - 8 °

Divide

x = -8 ° / 2

x = - 4 °

x + 45 = - 4° + 45 ° = 41°

x + 64 = - 4° + 64 ° = 60 °

Summer Grade 6 PBL 1 Pre-Assessment
1 According to a survey conducted by the Texas Free Press, 125 out of 500 people do not
have internet access at their homes. What percent of the people surveyed do have
internet access at their homes?
I
А
12.5%
B
25%
с
37.5%
D
75%
Tyne here to search
BI
E
12

Answers

B. 25% because 125 divided by 500 is 0.25
Other Questions
"The U.S Civil War started because the North wanted to abolish slavery. The South wanted to keep slavery. The Civil War started because the South didn't want to have slavery abolished. It didn't work out so well for the South because the North won and took over the South land.That is how the U.S Civil War started."Now analyze your response. Treat your work as a secondary source of historical evidence. Try to be an unbiased observer ofyour own writing as you answer the following questions.What is the credibility of the source? Which event described in chapter 1 of The Scarlet Letter links to an external site takes place as the story begins? Describe the change that occur in the composition of the company Army Solve for X: 3(x+1)=-2(x-1)-4 What is the BEST example of a story that corporate media would likely choose NOT to cover?A. election results for national racesB. tax breaks provided to large corporationsC. stricter requirements for teen drivers licensesD. poor water quality in underserved communities write the molecular formula of sodium nitroprusside. hhhhhhhhhhhhhhhheeeeeeeeeeeeeeeeellllllllllpppppppppppppppp When I think about the behaviors of my boss, the first thing that comes to my mind is that she is spending a huge amount of time discussing with us where the company stands, what it tries to do, and why it makes sense. She always starts with the bigger thing involving the whole company, and only then does she take it to the level of the team.Interestingly, she can take some nice sounding but somewhat abstract statements that you would normally find on a corporate website, and make them relevant for our everyday job. After a meeting with her, there is a feeling that what we do is clearly connected to the bigger thing the company stands for. It is very motivating.I think she spends a lot of energy trying to see if people get a sense of the direction and she lets people ask a lot of questions, but then she makes sure we all stand behind a common understanding of what we are trying to achieve. I think if she had a different career agenda she would easily become a great sales person! She can be very persuasive!I also feel that she stands behind her words. It's not simply a pep-talk. She seems to be truly convinced when she explains something to us.While she gives us a lot of freedom in executing our parts of the job, she is pretty clear on the direction. It helps that she also clearly indicates the boundaries within which I can make my own decisions, and where I need her advice or approval.I also find it very helpful that we periodically review where we are, and that we talk when there is a change in the direction. She seems to know that we want to make sense of new decisions and requirements imposed on our team."Based on the given situation below, identify the leadership style of the boss in question. Justify your answer. 40 POINTSWhich is the best example of a claim made in an argumentative essay?Our principal, Ms. Garcia, agrees that updated audiovisual equipment will improve the quality of the school.All classrooms in Mountain View Middle School have been supplied with new audiovisual equipmentand our school needs it, too.Studies show that classrooms with appropriate audiovisual equipment contribute to student learning.The best way to improve Washington Middle School is to provide updated audiovisual equipment for each classroom. Solve the exponential equation for x7 (4x-6)=1/49 Female sea turtles prefer to lay their eggs on dark, sandy beaches. Once the eggs hatch, the turtle young use the light of the moon to guide them to the ocean. They must enter the ocean quickly in order to find food and avoid the many predators that can locate them on the beach.As more homes and businesses are built along the coastline, the sea turtles become more threatened. Which of the following types of pollutions from homes and businesses would have the greatest impact on sea turtles finding their way to the ocean? A. noise B. light C. air D. wateranswerB. light Please help me!!! I feel sick and really want to go to bed so please help soon!! thank u!!! The expressions given in the table can all be simplified. When simplified, three of the expressions in Column A are equivalent to three of the expressions in Column B.Column AColumn BI.2x + 13-7xV.13 + 7x + 2xII. 7x-17 + 4xVI.17-4x - 7III. 7x +13 + 2xVII. 13-7x + 2xVIII. 4x + 7x - 17IV. 4x - 7+17Which pair of expressions is not equivalent?land VIIll and VIIIIll and VIV and VI Why may there be variations in plants grown from seeds? As a general rule, an illegal contract is automatically _______, so neither party may enforce it against the other. Why is Article 1 Section 3 important? Which of the following are correctly worded statements about the variable River_List Price given the sample we have? Check all that apply. There may be more than one answer.Date is here https://www.statcrunch.com/app/index.php?dataid=1288079&groupid=2407We are 90% confident that the interval (402.754,531.515) covers the population mean list price of condos with a view.There is a 95% chance that the population mean falls within $77,442 of $467,134.There is a 90% chance that the population proportion is a value between $402,754 and $531,515.We are 99% confident that the interval (389.692,544.576) covers the population proportion of condos with a view.All of the above.None of the above. why aren't viruses considered living things? i actually have like 5 mintues to finish this help collectively, the values and perceptions of a cultural group represent its _____.