What is the explicit formula for this sequence?
-9,-3,3,9,15

What Is The Explicit Formula For This Sequence?-9,-3,3,9,15

Answers

Answer 1

Answer: A

Step-by-step explanation:

Normally in choice questions, I would choose to substitute the values into the formulas but I think it is better if I explain to you.

In a sequence, if the numbers increase by d each time and the first number in the sequence is [tex]a_{1}[/tex], then the explicit formula is [tex]a_{1}[/tex] + (n - 1)d when n is the order of the number in the sequence, like n = 1 for the first number, n = 2 for the second number and so on. Using this, we get that the answer to this problem is [tex]a_{n}[/tex] = -9 + (n - 1)6 so the answer is A


Related Questions

1.an examination in three subjects algebra,biology ,chemistry was taken by 41 students. the following table shows how many students failed in each single subject and their various combinations: subject a b c ab ac bc abc failed 12 5 8 2 6 3 1 how many students failed at least in one subject?

Answers

so since this chart shows which subject a certain number of students failed all of them would fall into the category of failing at least on subject so you just add up all the numbers

12+5+8+2+6+3+1= 37

The National Center for Education Statistics reported that 47% of college students work to pay for tuition and living expenses. Assume that a sample of 450 college students was used in the study.

Answers

Using the z-distribution, it is found that the 95% confidence interval for the proportion of college students who work to pay for tuition and living expenses is: (0.4239, 0.5161).

If we had increased the confidence level, the margin of error also would have increased.

What is a confidence interval of proportions?

A confidence interval of proportions is given by:

[tex]\pi \pm z\sqrt{\frac{\pi(1-\pi)}{n}}[/tex]

In which:

[tex]\pi[/tex] is the sample proportion.z is the critical value.n is the sample size.

In this problem, we have a 95% confidence level, hence[tex]\alpha = 0.95[/tex], z is the value of Z that has a p-value of [tex]\frac{1+0.95}{2} = 0.975[/tex], so the critical value is z = 1.96. Increasing the confidence level, z also increases, hence the margin of error also would have increased.

The sample size and the estimate are given as follows:

[tex]n = 450, \pi = 0.47[/tex].

The lower and the upper bound of the interval are given, respectively, by:

[tex]\pi - z\sqrt{\frac{\pi(1-\pi)}{n}} = 0.47 - 1.96\sqrt{\frac{0.47(0.53)}{450}} = 0.4239[/tex]

[tex]\pi + z\sqrt{\frac{\pi(1-\pi)}{n}} = 0.47 + 1.96\sqrt{\frac{0.47(0.53)}{450}} = 0.5161[/tex]

The 95% confidence interval for the proportion of college students who work to pay for tuition and living expenses is: (0.4239, 0.5161).

More can be learned about the z-distribution at https://brainly.com/question/25890103

#SPJ1

Segment AB has point A located at (4, 2). If the distance from A to B is 3 units, which of the following could be used to calculate the coordinates for point B? (5 points) 3 = square root of the quantity of x minus 2 all squared plus y minus 4 all squared 3 = square root of the quantity of x minus 4 all squared plus y minus 2 all squared 3 = square root of the quantity of x plus 2 all squared plus y plus 4 all squared 3 = square root of the quantity of x plus 4 all squared plus y plus 2 all squared

Answers

Applying the distance formula, to calculate the coordinates of B, use: 3 =√[(x-4)² + (y-2)²]  

What is the Distance Formula?

The distance formula, [tex]d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}[/tex], is used to find the distance between two points on a coordinate plane.

We are given one point A(4, 2), let:

B (x, y) = (x2, y2)

A(4, 2) = (x1, y1)

d = 3 units

Plug in the values into the distance formula to find how to calculate the coordinates of B:

3 =√[(x-4)² + (y-2)²]  

Learn more about the distance formula on:

https://brainly.com/question/661229

#SPJ1

Margie is practicing for an upcoming tennis tournament. Her first serve is good 20 out of 30 times on average. Margie wants to know the estimated probability that her first serve will be good at least four of the next six times she serves. How could she design a simulation for this scenario

Answers

Probability that Margie's first serve will be good at least four of the next six times she serves is 0.68

What is Binomial Distribution in Probability?

Assume that n independent replications of a random experiment with exactly two outcomes are performed. Success has a probability of [tex]p[/tex], while failure has a probability of [tex]q[/tex]. Assume that out of these n times, we will experience success [tex]x[/tex] times and failure [tex]n-x[/tex] times. There are [tex]^nC_x[/tex] different ways in which we can succeed. If, [tex]X[/tex] has a binomial distribution, then,

[tex]P(X=x)=p(x)[/tex]

                  [tex]=[/tex] [tex]^nC_xp^xq^{n-x}[/tex]

for [tex]x[/tex] = 0, 1,..., n. Here,  [tex]q=1-p[/tex]. A binomial variate is any such random variable [tex]X[/tex]. A group of n separate Bernoullian trials is known as a binomial trial. Binomial distribution requirements:

There are just two outcomes, success and failure, for each trial.The quantity "[tex]n[/tex]" of trials is finite.The trials run separately from one another.

For each trial, the odds of success [tex]p[/tex], or failure [tex]q[/tex], remain constant.

Given,

Probability of good serves = Success

⇒ [tex]p=\frac{20}{30}[/tex]

⇒[tex]p=\frac{2}{3}[/tex]

Failure = [tex]q[/tex]

⇒ [tex]q=1-p[/tex]

⇒ [tex]q=1-\frac{2}{3}[/tex]

⇒ [tex]q=\frac{1}{3}[/tex]

Number of trials [tex]= n[/tex]

[tex]n=6[/tex]

Probability of at least four good serve = [tex]P(4 < X < 6)[/tex]

According to the binomial distribution,

Therefore,

[tex]P(4 \leq X \leq 6)=P(X=4)+P(X=5)+P(X=6)[/tex]

                      [tex]=[/tex] [tex]^6C_4(\frac{2}{3}) ^4(\frac{1}{3})^2+ ^6C_5(\frac{2}{3}) ^5(\frac{1}{3})^1+^6C_6(\frac{2}{3}) ^6(\frac{1}{3})^0[/tex]

                      [tex]=[/tex] [tex]15\times\frac{16}{729} +6\times\frac{32}{729} +1\times\frac{64}{729}[/tex]

                      [tex]=[/tex] [tex]\frac{496}{729}[/tex]

                      [tex]= 0.68[/tex]

To know more about Binomial distribution..........

https://brainly.com/question/9325204

#SPJ4

                                         

1. Find the pattern in this sequence. Then write
the next three terms in the sequence.
5,2,1,...

Answers

-1,-3,-4 i think this is the answe

Answer:

-1,-3,-4 it is just subtracting the same amount.

Step-by-step explanation:

can someone help me with answer C? its the last one i need

Answers

Using the monthly payment formula, it is found that her down payment should be of $1,419.

What is the monthly payment formula?

It is given by:

[tex]A = P\frac{\frac{r}{12}\left(1 + \frac{r}{12}\right)^n}{\left(1 + \frac{r}{12}\right)^n - 1}[/tex]

In which:

P is the initial amount.r is the interest rate.n is the number of payments.

For this problem, the parameters are:

A = 250, r = 0.072, n = 72.

Hence:

r/12 = 0.072/12 = 0.006.

We solve for P to find the total amount of the monthly payments, hence:

[tex]A = P\frac{\frac{r}{12}\left(1 + \frac{r}{12}\right)^n}{\left(1 + \frac{r}{12}\right)^n - 1}[/tex]

[tex]P\frac{0.006(1.006)^{72}}{(1.006)^{72}-1} = 250[/tex]

0.0171452057P = 250

P = 250/0.0171452057

P = $14,581.

The total payment is of $16,000, hence her down payment should be of:

16000 - 14581 = $1,419.

More can be learned about the monthly payment formula at https://brainly.com/question/26476748

#SPJ1


In the diagram AB/BC = AD/DE
Substitute the known values into the proportion and solve for DE

Answers

Answer:

[tex]\huge\boxed{\sf DE = 9}[/tex]

Step-by-step explanation:

From the figure,

AB = 2

BC = 3

AD = 6

Substitute in the given formula

[tex]\displaystyle \frac{AB}{BC} =\frac{AD}{DE} \\\\\frac{2}{3} = \frac{6}{DE} \\\\Cross \ Multiply \\\\2 \times DE = 6 \times 3\\\\2DE = 18\\\\Divide \ 2 \ to \ both \ sides\\\\DE = 18/2\\\\DE = 9\\\\\rule[225]{225}{2}[/tex]

PLEASE HELP ME THIS IS MY LAST DAY TO GET THIS DONE!!!!! ILL MARK BRAINLY

Answers

The expression that is not a rational expression is:

[tex]\frac{(x + 3)(2x - 1)}{x + 3}[/tex]

What is a rational expression?

A rational expression is an expression that has a variable in the denominator.

For expression [tex]\frac{(x + 3)(2x - 1)}{x + 3}[/tex], x + 3 is a common term to the numerator and denominator, hence it is simplified to 2x - 1 and is not a rational expression.

More can be learned about rational expressions at https://brainly.com/question/2264785

#SPJ1

The option that is not a rational expression is [tex]\frac{3x + 4\sqrt{x} -7}{2x+2}[/tex]

How to find rational expression?

Rational expression are fraction whose numerator and denominator are polynomials.

In other words, rational expression is the ratio of two polynomials.

Therefore, an example of a ration expression is as follows:

[tex]\frac{x^{2}+9 }{x + 1}[/tex]

Therefore, the option that is not a rational expression is as follows;

[tex]\frac{3x + 4\sqrt{x} -7}{2x+2}[/tex]

learn more on rational expression here: https://brainly.com/question/17134322

#SPJ1

Write the equation of the line which passes through (5, −2) and (3, 4) in standard form.

Answers

The equation of the line is 3x + y = 1

How to determine the equation of the line?

The points are given as:

(5, −2) and (3, 4)

Start by calculating the slope (m)

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

This gives

m = (4 + 2)/(3 - 5)

Evaluate

m = -3

The equation is then calculated as:

y = m(x - x1) + y1

This gives

y = -3(x + 2) +5

So, we have:

y = -3x - 6 + 5

Evaluate the like terms

y = -3x - 1

Rewrite as:

3x + y = 1

Hence, the equation of the line is 3x + y = 1

Read more about linear equations at:

https://brainly.com/question/1884491

#SPJ1

If BE−→− bisects ∠ABD and m∠ABD = 66°, find m∠ABE.

Answers

Answer:

∠ABE = 33°

Step-by-step explanation:

Angle bisector:

        Angle bisector is a straight line that divides the angle into two congruent (equal) angles.

So, BE bisects the ∠ABD into two equal angles.

⇒∠ABE will be half of ∠ABD

∠ABD = ∠ABE + ∠BED

66°     = ∠ABE + ∠ABE

66      = 2∠ABE

∠ABE = 66/2

∠ABE = 33°

A saleslady is paid a commission of 3% on goods worth 100,000.she is also paid a salary of 11000.in a certain month she sold 360 shoes at460 each.the following month she had a salary increase of 20%.her total earnings were 22,200 calculate total amount of money received from sales of shoes that month

Answers

The total amount of money received from sales of shoes that month = $4968

Calculating sales commission

Salary = $11000

Number of shoes sold = 360

Cost of 1 shoe = $460

Total cost of shoes sold = 360 x 460

Total cost of shoes sold = $165600

Since $165600 is greater than $100000, she will earn a commission of 3%

Commission = (3/100) x $165600

Commission = $4968

The commission is the amount of money received from sales of shoes. Other earnings are salary or increment

Therefore, the total amount of money received from sales of shoes that month = $4968

Learn more on commission here: https://brainly.com/question/24951536

#SPJ1

Help me please help me fast

Answers

The value of [tex]f^{-1}(49)[/tex] is 4

Inverse of a function

The given function is:

[tex]f(x)=(x+3)^2[/tex]

Let f(x) be represented by y

[tex]y=(x+3)^2[/tex]

Make x the subject of the formula

[tex]\sqrt{y} =x+3[/tex]

Subtract 3 from both sides

[tex]x=\sqrt{y} -3[/tex]

Replace x by [tex]f^{-1}(x)[/tex] and let y be replaced by x

[tex]f^{-1}(x)=\sqrt{x} -3[/tex]

Substitute x = 49 into the inverse function

[tex]f^{-1}(x)=\sqrt{49} -3\\\\f^{-1}(x)=7-3\\\\f^{-1}(x)=4[/tex]

Learn more on inverse functions here:https://brainly.com/question/3831584

#SPJ1

(d) Percentage of viewers given they are 18 to 34 who prefer videos on a mobile or laptop device. (Round your answer to 2 decimal places.)\

Answers

52.94% of the viewers prefer videos on a mobile or laptop device

How to determine the percentage?

The given parameters are

Viewers that prefer videos on a mobile or laptop device = 18

Total number of viewers = 34

The percentage of voters in this category is then calculated as

Percentage = 18/34 * 100%

Evaluate the expression

Percentage = 52.94%

Hence, 52.94% of the viewers prefer videos on a mobile or laptop device

Read more about percentages at:

https://brainly.com/question/843074

#SPJ1

The circle below is centered at (3, 1) and has a radius of 2. What is its
equation?

Answers

Answer:

( x-3) ^2 + ( y-1) ^2 = 4

Step-by-step explanation:

The equation for a circle is given by

( x-h)^2 + ( y-k) ^2 = r^2  where (h,k) is the center and r is the radius

( x-3) ^2 + ( y-1) ^2 = 2^2

( x-3) ^2 + ( y-1) ^2 = 4

how much would 500 invested at 4% interest compounded continuously be worth after 7 years? round your answer to the nearest cent

Answers

Answer: the answer is 661.55

Step-by-step explanation:

interest formula: F = Pe^(rt)

A rectangular pen has a length 4 feet greater than its width. Find the area
A. x+4
b. x^2+4x
c. 4x
d. x^2+8x+16

Answers

Answer:

b. x^2+4x

Step-by-step explanation:

So since you don't know the width, you can just represent it as a variable, and in this case that variable will be "x". Now using this variable we can use it to represent the length since there is a relationship between the width and length which is given. Since the length is 4 feet greater than the width, we can represent the length as (x+4). Now to find the area, we simply multiply the length * width, which is x * (x+4) = x^2 + 4x


On a number line, point D is at -3, and point E Is at 6. The point F lies on DE. The ratio of Df to FE ls 2:3. Where does point F lie on the
number line?
Point F is at
. All rights reserved.
on the number line.
Helppp me please

Answers

The point F as described in the task content is at point; 0.6 on the number line.

Where does point F lie on the number line?

Since it follows from.tge task content that; point D is at -3, and point E Is at 6, it follows that the length of segment, DE is; |-3-6| = 9.

Consequently, since the ratio of Df to FE ls 2:3

It follows that point F is at -3 + (2/5) × 9.

Point F is therefore at 0.6 on the number line.

Read more on line division by ratio;

https://brainly.com/question/13930834

#SPJ1

The triangles are similar. Find the value of the variable.

Answers

Answer is r = 2.5
First find the ratio of triangle like sides
11 / 4 = 2.75 ratio
Now divide 7 by ratio 2.75 = 2.5

If point E is the midpoint of and point D is the midpoint of , which expression represents the value of s

Answers

The length of ED is half the length of AB.

What is the length?Distance is measured by length. Length is a quantity with the dimension distance in the International System of Quantities. Most measurement systems use a base unit for length from which all other units are derived. The meter is the foundation unit of length in the International System of Units.

Reasons:

The given parameters are;

In ΔABC, point E is the midpoint of AC

The midpoint of BC is the point D

Segment ED = s

Segment CE = p

Segment EA = r

Segment CD = q

Segment DB = t

Segment ED = s

Segment AB = u

Required:

The expression that represents the value of [tex]s[/tex].

Solution:

CE = 0.5 × AC Definition of midpoint

CD = 0.5 × CB Definition of midpoint

Therefore, we have;

[tex]\frac{CE}{AC} =\frac{CD}{CB} =0.5[/tex]

Therefore, given that ∠C ≅ ∠C, by the reflexive property, we have;

ΔABC is similar to ΔCDE by Side-Angle-Side similarity

Which gives;

[tex]\frac{CE}{AC} = \frac{CD}{CB} = \frac{ED}{AB} =0.5=\frac{1}{2}[/tex]

ED = s and AB = u which gives;

[tex]\frac{ED}{AB}=\frac{s}{u} =0.5=\frac{1}{2}[/tex]

[tex]\frac{s}{u} =\frac{1}{2}[/tex]

Which gives:

[tex]s=\frac{1}{2} *u[/tex]

The expression that represents the value of s is; s = one-half u

Therefore, the length of ED is half the length of AB.

Know more about the length here:

https://brainly.com/question/2217700

#SPJ4

The question you are looking for is here:

If point E is the midpoint of segment AC and point D is the midpoint of segment BC, which expression represents the value of s? triangle CAB, point E is on segment AC between points A and C and point D is on segment BC between points B and C, creating segment ED, CE equals p, EA equals r, CD equals q, DB equals t, ED equals s, and AB equals u s equals p over q s = one half s equals q over p s = 2u

Convenience sampling Multiple Choice is the same as simple random sampling. ensures that samples are representative of the population. is an unbiased sampling method. collects sample information from groups that are easy to obtain.

Answers

Option (d) is correct. Convenience sampling collects sample information from easy-to-collect groups.

Given convenient sampling.

Convenience sampling is defined as a method adopted by researchers in which they collect market research data from a pre-existing group of respondents. This is the most commonly used sampling technique because it is extremely fast, simple and economical. In many cases, members are easily accessible to be part of the template. It is non-probability sampling and therefore different from random sampling. Since the samples are taken for convenience, the samples are not always representative of the population and therefore have bias. In this case, people were sampled simply because they were convenient.

Thus, convenience sampling collects sample information from easy-to-collect groups.

Learn more about convenience sampling from here brainly.com/question/1282909

#SPJ4

what is the mode of 250 100 75 200 150 100?

Answers

[tex]\textbf{Heya !}[/tex]

the mode is the number that occurs the most

All numbers here occur once, except [tex]\sf{100}[/tex].

so 100 is the mode.

`hope it was helpful to u ~

David invested $230 in a savings account that offers a 3% return on the investment. the value of david's investment will be at least $415 after a
period of years.
hint: use the formula a = a1 + ', where a is the amount after tyears, pis the amount invested, r is the rate of interest, and is the time period.
use a calculator to compute the answer, and round it off to the nearest year.

Answers

20 years is the answer.

A= R(1+r)^ t

A-415    

R=230

r=3%

415=230 (1+3%)^ t

t=log1.03  315/230

t=19.89 (use calculator)

David will invest at least 20 years.

An investment is a dedication of an asset to achieve an increase in value over a period of time. Investing requires the sacrifice of current assets such as time, money and effort. In finance, the purpose of an investment is to generate a profit on the invested asset

The most common example of an investment type. Investment is generally what you want to use in the future with the aim of generating regular cash flow or increasing the value of something over time so that you can sell it at a higher price than you purchased.

Learn about unitary method here:https://brainly.in/question/30655264

#SPJ4

Solve the triangle. A = 46°, a = 31, b = 27

A. B = 38.8°, C = 115.2°, c ≈ 34.3

B. B = 38.8°, C = 95.2°, c ≈ 25.7

C. B = 38.8°, C = 95.2°, c ≈ 42.9

D. Cannot be solved

Answers

Answer:

C. B=38.8, C=95.2, c=42.9

Step-by-step explanation:

Find B by using sine rule

sin 46/31=sin B/27

sin B= 27 sin 46/31

B=sin‐¹(0.627)

B=38.8

Find C

C= 180-(A+B)

C=180-(38.8+46)

C=95.2

Using sine rule, Find c

31/sin 46=c/sin 95.2

c=31 sin 95.2/sin 46

c=42.9

Determine the missing digit (denoted with*) for the American Express Traveler's Check identification number 783920*814 a) 3
b) 2
c) 6
d) 9

Answers

The missing digit for the American Express Traveler's Check identification number is option (C) 6 is the correct answer.

In this question,

A Check Digit is a decimal (or alphanumeric) digit added to a number for the purpose of detecting the sorts of errors humans typically make on data entry.

A check digit is a digit added to a string of numbers for error detection purposes. Normally, the check digit is computed from the other digits in the string. A check digit helps digital systems detect changes when data is transferred from transmitter to receiver.

The last digit of a bar code number is a calculated check digit. The check digit is calculated from all the other numbers in the bar code and helps to confirm the integrity of your bar code number.

The American Express Traveler's Check identification number is 783920*814.

In Airline tickets, there are several digits plus a check digit.

Divide the ID number by 7. The check digit is the remainder.

Sum of digits = 7+8+3+9+2+0+8+1+4

⇒ 42

Now divide the sum by 7, the remainder is

⇒ 42 mod 7 = 42 - (5×7)

⇒ 42 mod 7 = 6

Hence we can conclude that the missing digit for the American Express Traveler's Check identification number is option (C) 6 is the correct answer.

Learn more about check digits here

https://brainly.com/question/14141545

#SPJ4

A cylinder with a base diameter of x units has a volume of πx3 cubic units. a cylinder with a base diameter of x units has a volume of pi x cubed cubic units. which statements about the cylinder are true? select two options.

Answers

The height of the cylinder is 4 x units.

The area of the cylinder’s base is One-fourthπx2 square units .

What is the volume of cylinder?

We know the volume of a cylinder is given by the formula  π r2 h, where r is the radius of the cylinder and h is the height.

Formula for volume of the cylinder

V = r² π h

Volume of the cylinder= πx³

Diameter=x

Radius (r)=diameter/2

       r  =  x/2

     V = r² π h

   πx³=(x/2)² πh

πx³= (x²/4)πh

Divide both sides by π

x³ =(x²/4)h

Make h the subject of the formula

  h = x³ ÷ x²/4

     =x³ ×4 / x²

     =4x³ / x²

     =4 * x * x * x / x * x

  h=4x

Area of the base:

B = r² π

r=x/2

B=(x/2)² * π

 =(x²/4)π

=πx²/4

=1/4(πx²)

Therefore, The area of the cylinder’s base is One-fourthπx2 square units.

Learn more about volume of the cylinder

brainly.com/question/15891031

#SPJ4

The complete question is -

A cylinder with a base diameter of x units has a volume of πx3 cubic units. A cylinder with a base diameter of x units has a volume of pi x cubed cubic units. Which statements about the cylinder are true? Select two options. The radius of the cylinder is 2x units. The area of the cylinder’s base is One-fourthπx2 square units. The area of the cylinder’s base is One-halfπx2 square units. The height of the cylinder is 2x units. The height of the cylinder is 4x units.

What is the slope of the line shown below?
(-1,-4)
(2, 2)

Answers

Correct answer is B (2,2)

Answer:

2

Step-by-step explanation:

(-1,-4) (2,2)

To find the slope, use the equation y2-y1/x2-x1

2-(-4)/2-(-1) = 6/3

6/3=2

2 is the slope.

Compare the theoretical probability to the experimental probability of landing on H.

Answers

The correct statement comparing the theoretical and experimental probabilities is given as follows:

[tex]\frac{1}{4} < \frac{7}{25}[/tex].

What is a probability?

A probability is given by the number of desired outcomes divided by the number of total outcomes.

The theoretical probability is taken before any experiment. Since the four sections are equal, the theoretical probability is:

T(H) = 1/4.

The experimental probability is taken considering previous experiments. Out of 100 tosses, 28 landed on H, hence:

E(H) = 28/100 = 7/25.

Hence the correct statement is:

[tex]\frac{1}{4} < \frac{7}{25}[/tex].

More can be learned about probabilities at https://brainly.com/question/14398287

#SPJ1

witch is a value of a perfect square

Answers

Answer:

it depends.

Step-by-step explanation:

A perfect square is a number that can be expressed as the product of an interger by itself or as the second exponent of an interger. For example, 25 is a perfect square because it is the product of interger 5 by itself, 5 × 5 =25.

PLEASE HELP MEEEEe
jhchnthnht

Answers

The equation of the perpendicular bisector of BC with B(-2, 1), and C(4, 2) is y = 7.6 - 6•x

Which method can be used to find the equation of the perpendicular bisector?

The slope, m, of the line BC is calculated as follows;

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

The slope of the perpendicular line to BC is -1/(1/6) = -6

The midpoint of the line BC is found as follows;

[tex] \left( - 2 + \frac{4 - ( - 2)}{2}, \: 1 + \frac{2 - 1}{2} \right) = (1,\: 1.5)[/tex]

The perpendicular bisector is the perpendicular line constructed from the midpoint of BC.

The equation of the perpendicular bisector in point and slope form is therefore;

(y - 1.5) = -6•(x - 1)

y - 1.6 = -6•x + 6

y = -6•x + 6 + 1.6 = 7.6 - 6•x

Which gives;

y = 7.6 - 6•x

Learn more about equations of perpendicular lines here:

https://brainly.com/question/11635157

#SPJ1

Geometry: Write a formal proof, ASAP!!!

Answers

[tex] \qquad \qquad \bf \huge\star \: \: \large{ \underline{Answer} } \huge \: \: \star[/tex]

[tex] \sf \: \angle1 \cong \angle3[/tex]

[tex]\textsf{ \underline{\underline{Steps to solve the problem} }:}[/tex]

[tex]\qquad❖ \: \sf \: \angle1 \cong \angle2[/tex]

( by corresponding angle pair )

[tex]\qquad❖ \: \sf \: \angle2 \cong \angle3[/tex]

( given in the question )

[tex] \qquad \large \sf {Conclusion} : [/tex]

[tex]\qquad❖ \: \sf \: \angle1 \cong \angle3[/tex]

Other Questions
Find the surface area of the figure. For calculations involving give both the exact value and an approximation to the nearest hundredth of a unit. Let r = 5 and h = 5 Which system of equations below has no solution? y = 4x 5 and y = 4x 5 y = 4x 5 and 2y = 8x 10 y = 4x 5 and y = one-fourthx 5 y = 4x 5 and y = 8x 10 Which of the long term causes of WWI seem to be the largest contributing factor for the start of war They say disneyland is the happiest place on earth. Well apparently, no one has ever been standing next to you The ________ can compare the portion of the gross revenue to the total gross revenue. Zebulon Pike Explored lands in Texas that were unknown to most Americans and were not yet a part of US territory which reason explains why his explorations were important? Which statement is NOT true about Euclidean geometry?F. The shortest distance between two points is a straight line.G. Basic geometric elements are points, lines, and planes.H. Parallel lines may intersect.J. The sum of the measures of any triangle always equals 180 degree. Determine the area of the figure. Parallel cousins are found in the iroquois system of kinship and are defined as:________ A number M divides each of 25 and 36 with the same remainder in each case.What is the largest M can have? Cara has saved 1, 430 pennies. She needs to put the pennies in paper rolls so the bank can count them easily. Each penny roll holds 50 pennies. How many penny rolls will she need, and how many pennies will be in the last roll? Treatment for decompression sickness may require recompression in a hyperbaric chamber. Select one: True False Use the following function rule to find h(w5). Simplify your answer.h(y)=yy5h(w5)= Which reason is least likely to contribute to the transmission of adenovirus? What is the name of the molecule below?GO A. EthyneO B. EtheneC. MetheneOD. MethyneH-C=C-H A soccer game lasts 90 minutes without running into overtime. The coachplans to switch players out every 12 1/2 minutes. Approximately how manyswitches will the coach make in one game? What does the term recognizing clues refer to? The MJQ (Modern Jazz Quartet) showcased contrasting styles of players, and while Milt Jackson's playing was sparse and restrained, Lewis was clearly a bebop player that played with drive and energy. gains on the sale of long-term assets for cash quizlet Eddie built the ramp shown to train his puppy to do tricks.The dimensions are25 in.15 in.20 in. 20 in.20 in. 23 in.25 inHELP PLEASE!!!