If you do all of them you will get 50 points

If You Do All Of Them You Will Get 50 Points

Answers

Answer 1

Answer:

a. -10

b. -2

c. 10

d. 2

e. -2

f.  2

Answer 2

Answer:

a. = -10 b.=-2 c.=-2 d.=+2 e.=+2 f.=+10


Related Questions

The ratio of boys to girls on the school field trip was 3:1. if there were 10 more boys than there were girls. how many students went on the field trip?

Answers

Answer:

20

Step-by-step explanation:

so if you do 3 -1 = 2

so 2 portions = 10

divide by 2

so 1 portion = 5

so do 5 x 1 = 5

5 x 3 = 15

5 + 15 = 20

so 20 students in total

if you do inverse you can check if it's right

hope this works :)

The total number of students who went on the field trip will be 20.

What is the solution to the equation?

The allocation of weights to the important variables that produce the calculation's optimum is referred to as a direct consequence.

The proportion of young men to young ladies on the school field trip was 3:1. assuming there were 10 a larger number of young men than there were young ladies.

Let 'B' be the number of boys and 'G' be the number of girls. Then the equations are given as,

B/G = 3/1

B = 3G                 ....1

B = G + 10          ....2

From equations 1 and 2, then we have

3G = G + 10

2G = 10

G = 5

Then the number of boys is given as,

B = 5 + 10

B = 15

Then the total number of students who went on the field trip will be given as,

⇒ 5 + 15

⇒ 20

The total number of students who went on the field trip will be 20.

More about the solution of the equation link is given below.

https://brainly.com/question/545403

#SPJ5

The common sparrow has a wingspan of 9 to 15 centimeters. Which inequality matches the wingspan of the common sparrow?

Answers

An inequality that matches the wingspan of the common sparrow is       9 ≤ x ≤ 15, where x represents the wingspan of the common sparrow.

In this question, we have been given a statement 'The common sparrow has a wingspan of 9 to 15 centimeters. '

We need to write an inequality that matches the wingspan of the common sparrow.

Let x represents the wingspan of the common sparrow.

According to given statement, the common sparrow has a wingspan of 9 to 15 centimeters.

So, the required inequality would be,

9 ≤ x ≤ 15

Therefore, an inequality that matches the wingspan of the common sparrow is 9 ≤ x ≤ 15, where x represents the wingspan of the common sparrow.

Learn more about an inequality here:

https://brainly.com/question/19003099

#SPJ1


A square park has a diagonal walkway from one, corner to another. If the walkway is 120 meters long, what is the approximate length of each side of the park?
F 60 m
G 85 m
H 170 m
J 240m

Answers

The approximate length of each side of the park is 85m .

Pythagoras Theorem states that the sum square of two sides of triangle is equal to the  square of longest side.

According to the question

given that the park is a square

and in square the longest side is it's diagonal and the diagonal is  given to be 120m.

In square all sides of square is same .

let the side be x.

By Applying Pythagoras Theorem in the given ΔABC

[tex]AB^{2} +BC^{2} =AC^{2}[/tex]

Substituting the values  we get

[tex]x^{2} +x^{2} =120^{2}[/tex]

[tex]2x^{2} =120^{2} \\ \\ 2x^{2} =14400\\ \\ x^{2} =7200[/tex]

[tex]x=\sqrt{7200} =60\sqrt{2}[/tex] = 84.85 ≅ 85

Therefore ,  the approximate length of each side of the park is 85m .

Learn more about Probability here https://brainly.com/question/19363111

#SPJ4

A plane is flying at a speed of 150 miles per hour. The pilot plans to fly at this speed for the next 160 miles, plus or minus 25 miles. Write an absolute value equation to find the minimum and maximum number of hours the plane will travel at that speed. (Please show an equation with absolute value bars).

Answers

The following is the absolute value equation for figuring out the maximum and minimum period of time: t = |d/v| + |25/v|.

What is relation between speed and distance?A moving body's speed is the distance it travels in one unit of time.If a distance is in kilometers and the time is in hours, the speed is in kilometers per hour.If a distance is measured in meters and the time is measured in seconds, the speed is measured in meters per second.

The parameters provided;

The plane's speed, v, is 150 miles per hour.The pilot's flight distance is d = 160 ± 25 miles.

The number of hours required for the plane to travel just at given values is determined as follows:

Time= distance / speed

The equation for calculating the maximum number of hours is as follows:

t = (d + 25)/v = (160 + 25)/150

t = 1.23 hours.

The equation and for shortest number of hours is as follows:

t = (d - 25)/v = (160 - 25)/150

t = 0.9 hours.

Thus, the absolute value equation for determining the maximum and minimum amount of time is as follows:

t = |d/v| + |25/v|.

To know more about speed and distance, here

https://brainly.com/question/4931057

SPJ9

W/6 + 7.2 = -2.4

Solve for W

Answers

Answer:

W = -57.6         PS: I'm in 8th grade.

Step-by-step explanation:

W/6 + 7.2 = -2.4   Step 1: Use Inverse operations (subtract 7.2 on both sides)

W/6 = -2.4 - 7.2    Step 2: Combine Like terms (-2.4 - 7.2)

W/6 = -9.6            Step 3: Use Inverse Operations (multiply by 6 on both sides)

W = -9.6 x 6         Step 4: Simplify

W = -57.6            

W/6 + 7.2 = -2.4

W/6 = -2.4 - 7.2

W/6 = -9.6

W = -9.6 times 6

W = -57.6

Write a quadratic equation that passes through the points -2,8 1,14 0,10

Answers

By solving a system of equations we can see that the quadratic equation is:

y = x^2 + 3x + 10

How to write a quadratic equation that passes through the given points?

A general quadratic equation is given by:

y = a*x^2 + b*x + c

We want this quadratic equation to pase through the points (-2, 8), (1, 14), and (0, 10).

using the last point, we know that when x = 0, we must have y = 10, then:

10  = a*0^2 + b*0 + c

10 = c

So our quadratic equation is:

y = a*x^2 + b*x + 10

Now we use the other two points to write a system of equations:

8 = a*(-2)^2 + b*(-2) + 10

14 = a*(1)^2 + b*1 + 10

If we simplify these, we get:

-2 = 4*a - 2b

4 = a + b

Isolating a in the second equation we get:

a = 4 - b

Now we replace that in the other equation:

-2 = 4*(4 - b) - 2b

-2 = 16 - 4b -2b

-2 - 16 = -6b

-18/-6 = b = 3

Now that we know the value of b, we replace it in the equation for a:

a = 4 - b = 4 - 3 = 1

Then the quadratic equation is:

y = x^2 + 3x + 10

If you want to learn more about quadratic equations:

https://brainly.com/question/1214333

#SPJ1

(x+4)(2x+9) express as a tirnomoal

Answers

Answer: [tex]2x^{2} +17x+36[/tex]

Step-by-step explanation:

FOIL:
[tex]2x^{2} +8x+8x+36[/tex]

Combine like terms:

[tex]2x^{2} +17x+36[/tex]

2x^2+17x+36 is the answer

Find two quadratic functions, one that opens upward and one that opens downward, whose graphs have the given x-intercepts. (There are many correct answers.)
(-3,0), (8,0)

Answers

Using the Factor Theorem, the quadratic functions are given as follows:

Opens upward: f(x) = x² - 5x - 24.Opens downward: f(x) = -x² + 5x + 24.

What is the Factor Theorem?

The Factor Theorem states that a polynomial function with roots [tex]x_1, x_2, \codts, x_n[/tex] is given by:

[tex]f(x) = a(x - x_1)(x - x_2) \cdots (x - x_n)[/tex]

In which a is the leading coefficient.

For this problem, the roots are given as follows:

[tex]x_1 = -3, x_2 = 8[/tex]

Hence:

f(x) = a(x + 3)(x - 8)

f(x) = a(x² - 5x - 24).

It opens upward with a positive leading coefficient, that is, a > 0, hence one example is a = 1 as follows:

f(x) = x² - 5x - 24.

It opens downward with a negative leading coefficient, that is, a < 0, hence one example is a = -1 as follows:

f(x) = -x² + 5x + 24.

More can be learned about the Factor Theorem at https://brainly.com/question/24380382

#SPJ1

Find the measure of b

Answers

Answer:

b = 99

Step-by-step explanation:

b and 81° are same- side interior angles and sum to 180° , that is

b + 81 = 180 ( subtract 81 from both sides )

b = 99


Find the distance between each pair of points. Round to the nearest tenth. J(-2,6) and K(1,4)

Answers

The distance between points J(-2 , 6) and K(1 , 4) will be equal to 3.6.

Two points J(-2 , 6) and K(1 , 4) are given .

We have to find out the distance between two points.

What is the distance formula ?

The distance formula is [tex]\sqrt{(x_{1}-x_{2})^{2} + (y_{1}-y_{2})^{2} }[/tex] where two points are ([tex]x_{1}[/tex] , [tex]y_{1}[/tex] ) and ([tex]x_{2}[/tex] , [tex]y_{2}[/tex]).

As per the question ;

J ([tex]x_{1}[/tex] , [tex]y_{1}[/tex] ) = J (-2 , 6) and K ([tex]x_{2}[/tex] , [tex]y_{2}[/tex]) = K (1 , 4)

and

The distance formula is ;

[tex]\sqrt{(x_{1}-x_{2})^{2} + (y_{1}-y_{2})^{2} }[/tex]

So ,

The distance between points J(-2 , 6) and K(1 , 4) will be ;

= [tex]\sqrt{(-2-1)^{2} + (6-4)^{2} }[/tex]

= [tex]\sqrt{(-3)^{2} + (2)^{2} }[/tex]

= [tex]\sqrt{(9)+ (4)}[/tex]

= √13

= 3.6 ( round to nearest tenth)

Thus , the distance between points J(-2 , 6) and K(1 , 4) will be equal to 3.6.

To learn more about distance click here ;

https://brainly.com/question/7243416

#SPJ4


Find the distance between each pair of points. Round to the nearest tenth. A(1,5) and B(-2,-3)

Answers

The distance between X(5,4) and Y(2,1) is 4.24 rounded to the nearest tenth.

How to find the distance between two points?

Let's consider we have two points (x₁, y₁) and (x₂, y₂) the distance between these two points is given by the formula;

[tex]d = \sqrt {\left( {x_1 - x_2 } \right)^2 + \left( {y_1 - y_2 } \right)^2 }[/tex]

The distance between two points (x₁, y₁) and (x₂, y₂)  is given by ;

[tex]d = \sqrt {\left( {x_1 - x_2 } \right)^2 + \left( {y_1 - y_2 } \right)^2 }[/tex]

So,

Distance between A(1,5) and B(-2,-3)

[tex]d = \sqrt {\left( {1 + 2 } \right)^2 + \left( {5 + 3 } \right)^2 }[/tex]

d = 8.544

Roud to nearest tenth ⇒ 8.54  units.

Hence "The distance between A(1,5) and B(-2,-3) is  8.54 rounded to the nearest tenth".

To learn more about the distance between two points,

brainly.com/question/24485622

#SPJ4

solve for x 7=(x-4)^2+3

Answers

Answer:

X=6,2

Step-by-step explanation:

find an equation of a line that is perpendicular to y= -3x and passing through (2, -6)

Answers

keeping in mind that perpendicular lines have negative reciprocal slopes, let's check for the slope of the equation above

[tex]y = \stackrel{\stackrel{m}{\downarrow }}{3}x\qquad \impliedby \begin{array}{|c|ll} \cline{1-1} slope-intercept~form\\ \cline{1-1} \\ y=\underset{y-intercept}{\stackrel{slope\qquad }{\stackrel{\downarrow }{m}x+\underset{\uparrow }{b}}} \\\\ \cline{1-1} \end{array}[/tex][tex]~\dotfill\\\\ \stackrel{~\hspace{5em}\textit{perpendicular lines have \underline{negative reciprocal} slopes}~\hspace{5em}} {\stackrel{slope}{\cfrac{3}{1}} ~\hfill \stackrel{reciprocal}{\cfrac{1}{3}} ~\hfill \stackrel{negative~reciprocal}{-\cfrac{1}{3}}}[/tex]

so we're really looking for the equation of a line whose slope is -1/3 and it passes through (2 , -6)

[tex](\stackrel{x_1}{2}~,~\stackrel{y_1}{-6})\hspace{10em} \stackrel{slope}{m} ~=~ - \cfrac{1}{3} \\\\\\ \begin{array}{|c|ll} \cline{1-1} \textit{point-slope form}\\ \cline{1-1} \\ y-y_1=m(x-x_1) \\\\ \cline{1-1} \end{array}\implies y-\stackrel{y_1}{(-6)}=\stackrel{m}{- \cfrac{1}{3}}(x-\stackrel{x_1}{2}) \implies y +6= -\cfrac{1}{3} (x -2) \\\\\\ y+6=-\cfrac{1}{3}x+\cfrac{2}{3}\implies y=-\cfrac{1}{3}x+\cfrac{2}{3}-6\implies y=-\cfrac{1}{3}x-\cfrac{16}{3}[/tex]


State the property that justifies the following statement.
5(3 x+1)=15 x+5

Answers

The property that justifies the following statement, 5(3 x+1)=15 x+5 is the distributive property.

Distributive property can be described as one of the properties of multiplication which states that if we multiply two or more values that are added together with a number then the result will be the same even if we multiply each value separately with that number and then add them together. This can be given as:

x(y + z) = xy + xz

Therefore, as 5 x 3 = 15 and 5 x 1 =5, we can write the equation 5(3x+1) as 15x + 5 as the result will be the same in both circumstances.

The distributive property not only justifies the equations when two or more values are added but also justifies the equations in which they are subtracted which can be given as:

x(y-z) = xy - xz

So, according to the distributive property, the statement, 5(3 x+1)=15 x+5 is valid.

To learn more about the distributive property, click here:

https://brainly.com/question/17015671

#SPJ4


Refer to ®N . Identify each.

a. a chord

Answers

A chord is a segment with endpoints on the circle. EF, DF are chords of the circle.

What is a chord in a circle?

The chord of a circle is defined as the line segment connecting any two points on its circumference. It should be noted that the diameter of a circle is the longest chord passing through its center.

A circle chord is a straight line with both ends on a circular arc. A secant line, or simply secant, is the infinite line extension of a chord. A chord is a segment of a line that connects two points on a curve, such as an ellipse.

A chord is a segment with endpoints on the circle.

Therefore, EF, DF are chords of the circle.

The complete question is:

Identify each.

a chord

To learn more about chords refer to:

brainly.com/question/17023621

#SPJ4

In the fruit bowl there are 6 bananas, 4 apples, and 3 oranges.
a. For every 4,____, there are 3____
b. The ratio of_____to____ is 6:3
c. The ratio of____to____ is 4 to 6.
d. For every 1 orange, there are____bananas

Answers

A. For every 4 apples, there are 3 oranges.

B. The ratio of bananas to oranges is 6:3

C. The ratio of apples to bananas is 4 to 6.

D. For every 1 orange, there are 2 bananas.

Susie and friends rent 3 life jackets and a boat. The life jacket rents for $5.00 each. The boat rents for $25.00 per hour. The total cost is $115.
What is an equation that can be written to represent this situation? Explain your steps.

Answers

X=4 (steps below)

3(5) + 25x = 115
15 + 25x = 115
15 + 25(4) = 115
115 = 115

Solve each equation. x²+11 x=-18

Answers

Answer:

335

Step-by-step explanation:

you put -18 in for x

you multiply -18 by -18 because it's the exponent of 2

then add 11

Suppose you are able to download 1 free song to your tablet daily and each additional download costs $0.59. If your monthly bill is $15.34, how many songs did you download if you download 28 free songs? Write an equation and solve for the unknown variable

Answers

With the help of linear equtions it can be concluded that we downloaded 54 songs in which 28 songs were free and 26 songs were paid.

What is a Linear Equation?

A linear equation is an algebraic equation in which each term has an exponent of one and when graphed produces a straight line. That's why it is considered a 'linear equation.'

Let a represent paid downloaded songs.

Total cost of songs downloaded = a x cost of each additional download.

a x $0.59 = $0.59a

The overall cost of downloaded songs is $15.34.

$15.34 =   $0.59a

Divide both sides of the equation by  $0.59.

a = 26 songs

We downloaded 26 paid songs.

Total songs downloaded = total free songs + total paid songs

Total songs downloaded = 26 + 28 = 54 songs

To know more about linear equations visit:

https://brainly.com/question/13738061

#SPJ9

50pts to whoever can solve these literal equations correctly.

please hurry!!!

Answers

Answer:

I'll go with the last option. c=√Em

Help me please! Late homework

Answers

2)Main Answer: a)1,8,27,64,125,216,343,512

                        b)I,II,III,IV,V,VI,VII,VIII,IX,X,XI                                    

Concept and definitions should be there:

A conjecture is an educated guess that is based on known information. Example. If we are given information about the quantity and formation of section 1, 2 and 3 of stars our conjecture would be as follows.

Given data

a)Next five terms 1,8,27,64

b)Next five terms I,II,III,IV,V

Solving part

using conjecture

a)Next five terms 1,8,27,64,125,216,343,512

Notice that the difference between consecutive terms is 7.

Conjecture: n3, n=1,2,3...

Final Answer:1,8,27,64,125,216,343,512

b))Next five terms I,II,III,IV,V,VI,VII,VIII,IX,X,XI

Conjecture: n, n=i,ii,iii,...

Final Answe:I,II,III,IV,V,VI,VII,VIII,IX,X,XI

To learn about more about the reciprocal of the divisor visit:brainly.com/question/11054655 #SPJ9.

3)Quastion incompleted

4)Main answer :The number 14 is even and therefore is divisible by 2. This is the correct statement.

Given data

The statement which uses deductive reasoning to draw the conclusion is C. The number 14 is even and therefore is divisible by 2.

Solving part

The number 14 is even and therefore is divisible by 2. This is the correct statement.

Final Answer:The number 14 is even and therefore is divisible by 2. This is the correct statement.

To learn about more about the reciprocal of the divisor visit:brainly.com/question/23829807 #SPJ9.

5)Main Answer:X = -2

Concept and definitions should be there:This solution deals with linear equations with one unknown.

Given data

18x-2(3x+1)=5x-16

Solving part

We simplify the equation first:

18x−2(3x+1)=5x−16

18x+(−2)(3x)+(−2)(1)=5x+−16 (Distribute)

18x+−6x+−2=5x+−16

(18x+−6x)+(−2)=5x−16 (Combine Like Terms)

12x+−2=5x−16

12x−2=5x−16

Then we cancel out:

12x−2−5x=5x−16−5x

7x−2=−16

7x−2+2=−16+2

7x=−14

7x/7 = −14/7

x = -2

Final Answer:x = -2

To learn about more about the reciprocal of the divisor visit: brainly.com/question/13309562 #SPJ9.

PLS ANSWER FAST!!!!!


Marisol accumulated 55 hours of vacation time at her work. Over the summer, she used 15 hours of vacation time. How much vacation time did she have left?

Answers

Answer:

40

Step-by-step explanation:

accumulated vacation Minus used vacation = remaining vacation

55  -15 = 40

我喜欢鸡战利品,我可以亲吻它是的,喜欢它很酷

61.3% as a fraction pls

Answers

Answer:

[tex]\frac{613}{1000}[/tex]

Step-by-step explanation:


Find the next two terms in each sequence. Write a formula for the n th term. Identify each formula as explicit or recursive. 4,16,64,256,1024, ......

Answers

The nth term of seuence is 4^n and the formula for finding the nth term of the given sequence is [tex]a_{n} = 4^{n}[/tex] .

According to the given question.

We have a sequence 4, 16, 64, 256, 1024...

As we know that, a sequence or number pattern is an ordered set of numbers or diagrams that follow a rule.

Here,

The first term of the given sequence is 4, or we can say that 4^1 is 4.

The second term of the sequence is 16, or we can say that 4^2 is 16.

The third term of the sequence is 64, or we can say that 4^3 is 64.

The fourth term of teh sequence is 256, or we can say that 4^4 is 256.

So, if we follow the same pattern or the rule we can say that the nth term of the given sequence is 4^n.

Thereofre, the formula for finding the nth term of the given sequence 4,16,64,256,1024, ...... is [tex]a_{n} = 4^{n}[/tex] where n = 1, 2, 3 , 4....

Hence, the nth term of seuence is 4^n and the formula for finding the nth term of the given sequence is [tex]a_{n} = 4^{n}[/tex] .

Find out more inofrmation about sequence here:

https://brainly.com/question/15412619

#SPJ4

Determine whether each sequence is arithmetic. If so, identify the common difference. 11,22,33,44, . . . .

Answers

The common difference of arithmetic sequence is 10.

How can an arithmetic sequence be found?

according to a = 2 and d = 3, the sequence. Solution: We apply the method for finding the nth term to locate a specific term in an arithmetic series. Step 1: An arithmetic sequence's nth term is determined by the formula a = a + (n - 1)d. Therefore, enter the numbers a = 2 and d = 3 into the formula to determine the nth term.

This is an arithmetic sequence.

a = 11

d = a2 - a1

d = 22 - 11

d = 10

To learn more about arithmetic progression from given link

https://brainly.com/question/7882626

#SPJ4

Write each subtraction equation as an addition equation.

a - 9 = 6

p - 20 = -30

z - (-12) = 15

x - (-7) = -10

Answers

Each subtraction equation as an addition equation is  mathematically given as

a - 9 = 6 ==> a=6+9

p - 20 = -30==> p+30=20

z - (-12) = 15 ==>  z+12=15

x - (-7) = -10 ==> x+17=0

This is further explained below.

What is the addition equation.?

Generally, In mathematics, the summation is the process of adding together a string of any form of numbers, which are referred to as operands or summands; the result is the sum or total of the figures.

In conclusion,

a - 9 = 6 ==> a=6+9

p - 20 = -30==> p+30=20

z - (-12) = 15 ==>  z+12=15

x - (-7) = -10 ==> x+17=0

Read more about the addition equation.

https://brainly.com/question/20687498

#SPJ1

find 3 1/16 of 32


pls help by sunday 3:00 aka sep 25 2022

Answers

32/16 = 2

16/16 = 1

When we put that together, we can see that our complete answer is:

2
1
The complete and simplified answer to the question what is 1/16 of 32 is:

2

Answer is 2

28 divided by 263.2

Answers

If it is really 28/263.2 the answer is .10 or 0.1063829787 in full form
But if it’s 263.2/28 that answer would be 9.4

When dividing 28 by 263.2, the approximate quotient is 0.1062 (rounded to four decimal places).

To divide 28 by 263.2, we can perform the division operation as follows:

Dividend ÷ Divisor = Quotient

Here, the dividend is 28, and the divisor is 263.2.

To simplify the division, we can remove the decimal point by multiplying both the dividend and divisor by a power of 10. In this case, we can multiply by 10 to eliminate the decimal point.

28 * 10 = 280

263.2 * 10 = 2632

Now, we can perform the division:

280 ÷ 2632 ≈ 0.10621761658

Hence, when dividing 28 by 263.2, the approximate quotient is 0.1062 (rounded to four decimal places).

In summary, to divide a number by another number, we divide the whole numbers and the decimal numbers separately, considering the appropriate place values, and then combine the results to obtain the final quotient.

To learn more about division click on,

https://brainly.com/question/10734142

#SPJ2

Select appropriate numbers disible by 2,5 and 10 write your answer on your notebook

Answers

In order to know the appropriate number divisible by 2, 5 and 10. We need to have a look at what type of numbers are divisible by either of these number. So, let's discuss one by one

Divisible by 2

For a number to be divisible by 2, it has to be even i.e. 0, 2, 4, 6 etc. If it is a combination of more than 1 digits, then the ending digit should be even i.e. 24, 20 etc.

Divisible by 5

When we move through the table of 5, we see that each number ends in either 5 or 0 i.e. 5, 10, 15, 20 etc. So, for a number to be divisible by 5, it has to end in either 0 or 5.

Divisible by 10

In case of 10, all of the numbers in the table end in 0's. So, for a number to be divisible by 10. It should end in zero. Such as 100, 1000 etc.

Let's have a look at the given numbers and see which ones are divisible by 2, 5 and 10

We'll write "yes" for the number which are divisible and "No" for the number which are not divisible by either of them.

105 - only by 5

183 - No

34 - only by 2

238 - only by 2

54 - only by 2

553 - No

260 - yes

85 - only by 5

450 - yes

365 - only by 5

745 - only by 5

360 - yes

270 - yes

390 -  yes

400 - yes

110 - yes

210 - yes

775 - only by 5

438 - only by 2

565 - only by 5

766 - only by 2

906 - only by 2

321 - No

347 - No

You can learn more about the division rules from

https://brainly.com/question/10703980
#SPJ4

This question is incomplete. You can have a look at the attached picture to know the complete question.

Which equation represents a line which is perpendicular to the line
y = − z − 1?
-
O 8z + 3y = 15
O 3z +8y=-56
O8y-3x = 48
O8x-3y = -24

Answers

None of the equations are correct.

What is an equation?

An equation is a formula in mathematics that expresses the equality of two expressions by linking them with the equals sign. In other languages, the word equation and its cognates may have slightly different meanings. In French, an équation is defined as having one or more variables, whereas in English, an equation is any well-formed formula consisting of two expressions linked by an equals sign.

For perpendicular equations, the product of slope is -1, but none of the options here is have slope whose product with the given equation is -1.

To know more about equations, click in the link

https://brainly.com/question/11408596

#SPJ9

Other Questions
Calculate the volume in milliliters of a 0.875 m sodium sulfate solution containing 8.90 g of sodium sulfate? Eating an apple and having the chemical energy converted into kinetic energy is following the ______ law of thermodynamics. 1. PART A: Which sentence describes the main ideaof the text?OA. The Underworld is a terrifying place thatpeople spend their lives attempting to avoid.O B. Hades and the Underworld are unfairly judgedby the living, despite offering the dead apleasant afterlife.O C. The Underworld is a complex place, whereHades decides how the dead will spend theirafterlife.O D. Hades makes it extremely difficult for peopleto travel to the Underworld, as he wishes tokeep his territory a secret. Write a function rule for each relation below.1)X:-2-1012:Y-2261014 What do I know about this subject? (opinion) [ READ THE FOLLOWING SENTENCES ] The Timucuan Indians were one of the native groups who were living in Florida when Europeans began arriving in the 16th century. The artist Jacques Le Moyne was the first artist to travel to the New World and created drawings to show the people back in Europe. Your task is to analyze several different primary source drawings to determine whether the Timucuan Indians would have been considered a civilization when the Europeans arrived. Six more than the product of a number and 4 is equal to 7. Use the variable b for the unknown number HURRY PLEASE!!!Into what relationship did the states enter through the Articles? How does the region's physical geography relate to its agricultural production? A country with no elections no leaders and no rules is a The account title used for recording the payment of rent in advance for an office building is:_______ A technician that identifies the most accurate list of all the medications patients are taking is a? Dnde est localizado Miami?Africa what do sugar gliders eat? i just got a new sugar glider but dont know what to feed it... any suggestions?? In general terms, a diels-alder reaction occurs between a ________ and a ________ to form a ________ ring as the product. A brick path is being installed around a circular pond. The pond has a circumference of 68 feet. The outer edge of the path is going to be 4 feet from the pond all the way around. What is the approximate circumference of the path? Round to the nearest hundredth. 5km straight north then 5km straight westwhat is the total displacment why did mary todd lincoln miss abraham lincoln inauguration? Who was a French musician and poet that set mostly Courtly Love poetry tomusic? He traveled to different courts and presented decorative copies of his musicand poetry to the noble patrons.Josquin DesprezGuillaume de MachautAntonio VivaldiJohann Sebesatian Bach What is the best way for the following expression to be read?6-(-5)O the opposite of six groups of negative fiveO six groups of negative fiveO five groups of negative sixO the opposite of five groups of six What is the value of x?6O 70809