Write the equation of the line in fully simplified slope-intercept form.
5
4
3
2
1
-12-11-10-9-8
5
5
1 2 3 4 5 6 7 8 9 10 11 12
3-2-2
-2
-3
- 4
-5
-6
-7
-8
= "
-10
-12

Write The Equation Of The Line In Fully Simplified Slope-intercept Form.54321-12-11-10-9-8551 2 3 4 5

Answers

Answer 1

Answer:

y = - x + 6

Step-by-step explanation:

The equation of a line in slope- intercept form is

y = mx + c ( m is the slope and c the y- intercept )

Calculate m using the slope formula

m = [tex]\frac{y_{2}-y_{1} }{x_{2}-x_{1} }[/tex]

with (x₁, y₁ ) = (0, 6) and (x₂, y₂ ) = (6, 0) ← 2 points on the line

m = [tex]\frac{0-6}{6-0}[/tex] = [tex]\frac{-6}{6}[/tex] = - 1

The line crosses the y- axis at (0, 6 ) ⇒ c = 6

y = - x + 6 ← equation of line


Related Questions

A postwoman recorded how many letters she delivered to each of the houses on her post round
What is the mean number of letters given to each house?
Give your answer as a decimal.

Answers

By using mean formula, the mean number of letters given to each house is 2.1.

what is mean?

The mean, also known as the average, is a statistical measure that represents the central tendency of a set of data. It is calculated by adding up all the values in the data set and dividing by the number of values.

what is central tendency?

Central tendency is a statistical measure that describes the center of a data set. It is a way to summarize the data and to describe the typical or most common values in the data set.

1x14+2x17+3x0+4x9=84

14+17+9=40

mean = 84/40 = 2.1

To learn more about mean visit:

https://brainly.com/question/28670966

#SPJ1

Winter Wonderland charges children $0.50 per ride down the sledding hill plus an entrance fee. Todd sled down the hill 16 times and paid $18 for his time at winter wonderland.


What is the equation in y=mx+b form?

Answers

The equation of the amount to be paid by anyone using the ride in slope intercept form is; y = 0.5x + 10

How to write an equation in slope intercept form?

The general form of the equation of a Line in slope intercept form is;

y = mx + b

where;

m is slope

b is y-intercept

Now, we are told that;

Amount charge by Winter Wonderland per child = $0.50

We are told that there is a separate entrance fee.

Amount of times todd sled down the hill = 16 times

Amount paid by todd = $18

Thus, using the slope intercept form, we have;

18 = 0.5(16) + b

18 = 8 + b

b = 10

Thus, the equation of this amount to be paid in slope intercept form is;

y = 0.5x + 10

Read more about Slope Intercept form at; https://brainly.com/question/1884491

#SPJ1

Thank you to whoever replies<33​

Answers

Answer:

between 1 and 10 percent

How do you find the inverse of x and y intercepts?

Answers

When the original graph is mirrored around the line y = x, the inverse function's graph may be determined, the domain of the inverse, f-1(x), corresponds to the range of the original function (x), the x intercept of f-1(x) is the y intercept of f, and the range of the inverse f-1(x) is the domain of f(x) (x).

What is a intercept theorem?

The intercept theorem, also referred to as Thales' theorem, the basic proportionality theorem, or the side splitter theorem, is a crucial concept in basic geometry that discusses the ratios of different line segments that are produced when two intersecting lines are intercepted by a pair of parallels.

It is equivalent to the ratios in similar triangles theorem. It is typically credited to the Greek mathematician Thales. Despite the fact that its first known demonstration may be found in Euclid's Elements, it was known to the ancient Babylonians and Egyptians.

Similarity and the intercept theorem go hand in hand. It is equivalent to the idea of similar triangles in that it may be used to demonstrate both the qualities of similar triangles and the intercept theorem.

Hence, When the original graph is mirrored around the line y = x, the inverse function's graph may be determined, the domain of the inverse, f-1(x), corresponds to the range of the original function (x), the x intercept of f-1(x) is the y intercept of f, and the range of the inverse f-1(x) is the domain of f(x) (x).

To learn more about intercept theorem refer to:

https://brainly.com/question/16370160

#SPJ4

How do you find the second largest number in an array in Java?

Answers

The idea is to sort the array in descending order and then return the second element which is not equal to the largest element from the sorted array.

What is Java long answer?

In order to have as few implementation dependencies as feasible, Java is a high-level, class-based, object-oriented programming language.

// Java program to find second largest element in an array

import java.util.*;

class GFG{

// Function to print the

// second largest elements

static void print2largest(int arr,int arr_size)

{

int i, first, second;

// There should be

// atleast two elements

if (arr_size < 2)

{

  System.out.printf(" Invalid Input ");

  return;

}

// Sort the array

Arrays.sort(arr);

// Start from second last element

// as the largest element is at last

for (i = arr_size - 2; i >= 0; i--)

{

  // If the element is not

  // equal to largest element

  if (arr[i] != arr[arr_size - 1])

  {

   System.out.printf("The second largest " +

                      "element is %d\n", arr[i]);

   return;

  }

}

System.out.printf("There is no second " +

                  "largest element\n");

}

// Driver code

public static void main(String[] args)

{

int arr[] = {12, 35, 1, 10, 34, 1};

int n = arr.length;

print2largest(arr, n);

}

}

The idea is to sort the array in descending order and then return the second element which is not equal to the largest element from the sorted array.

To know more about JAVA, check out:

https://brainly.com/question/25458754

#SPJ4

How do you find the length of a leg of an isosceles right triangle?

Answers

The length of a leg of an isosceles right triangle can be found using the concept of Pythagoras' theorem by the formula sqrt (hypotenuse ^ 2 / 2) = x.

Since, two sides of an isosceles triangle are equal, let us consider the two equal sides as 'x' and let the hypotenuse of the triangle be 'h'.

Being a right triangle, by Pythagoras' theorem,

h ^ 2 = x ^ 2 + x ^ 2

h ^ 2 = 2x ^ 2

Hence, we can find the length of a leg of an isosceles triangle by:

sqrt (h ^ 2 / 2) = x

To know more about isosceles triangle:

https://brainly.com/question/13020541

#SPJ4

How do you know when a graph is inequality?

Answers

When plotting an inequality on a graph, treat the <, ≤, >, or ≥sign as an equals sign.

What is a graph of inequality?

Treat the <, ≤, >, or ≥ sign as a = sign when putting an inequality on a graph.

Graph the equation as a dotted line if the inequality is either < or >. 

Graph the equation as a solid line if the inequality is either ≤ or ≥.

How to Graph Linear Inequalities: Steps

(A) Always begin by separating the variable y from the inequality's left side.

(B) Symbolizing equality instead of inequality is step two.

(C) In the X, Y, XY, XY plane, graph the boundary line from step 2.

(D) The final step is to shade a portion or one side of the borderline.

Therefore, when plotting an inequality on a graph, treat the <, ≤, >, or ≥sign as an equals sign.

Know more about the graph of inequality here:

https://brainly.com/question/11234618

#SPJ4

The crane can be adjusted for any angle 00 ≤ θ ≤ 900 any extension 0 ≤ x ≤ 5 m. For a suspended mass of 120 kg, determine the moment developed at A as a function of x and θ. What values of both x and θ develop the maximum possible moment at A? Compute this moment. Neglect the size of the pulley at B.

Answers

As per the given suspended mass, the function that makes values of both x and θ develop the maximum possible moment at A is written as  14715 Nm (clockwise)

While looking into the given question, we have identified the following values, adjusted for any angle 00 ≤ θ ≤ 900 any extension 0 ≤ x ≤ 5 m.

Now, Let us consider an equation to calculate the moment using θ and x as variables around point A.

=> ((9−1.5) + x) (cosθ) (120) (9.81)

When we simplifying the given equation gives us:

=> MA ​= (7.5+x) 1177.2 cosθ

 Here the maximum moment will develop if θ = 0 and x=5 m.

Now, by substituting these values gives us:

=> MA​=(7.5+x)1177.2cosθ

=> MA​=(7.5+5)1177.2cos00

Therefore, the value of MA is written as, 14715 Nm (clockwise)

To know more about equation here

https://brainly.com/question/10413253

#SPJ4

(a)
Davin is raising money for a school trip by selling candy bars and packs of cookies. The price of each candy bar is $1.50 and the price of each pack of cookies is $1.25. Yesterday, Davin made $30 from selling a total of 22 candy bars and packs of cookies.



Create a system of equations to represent the number of candy bars sold, xx , and the number of pack of cookies sold, yy .



Equation 1:




Equation 2:

Answers

x=1.5x y=1.25x or like y=1.25/1.5x

The two equations are 1.5x+1.25y = 30 and x+y = 22 and values of x and y are 10 and 12 respectively.

What is an equation?

An equation is a formula that expresses the equality of two expressions, by connecting them with the equals sign =.

Given that, Davin is raising money for a school trip by selling candy bars and packs of cookies. The price of each candy bar is $1.50 and the price of each pack of cookies is $1.25. Yesterday, Davin made $30 from selling a total of 22 candy bars and packs of cookies.

Let x represent the number of candy bars sold, and y be the number of pack of cookies sold,

Establishing the equations,

1.5x+1.25y = 30

x+y = 22

Solving the equations, we get.

x = 10 and y = 12

Hence, the number of candy bars sold 10 and the number of pack of cookies sold is 12

For more references on equations, click;

https://brainly.com/question/29657983

#SPJ2

Write an equation or expression for the following. The quotient of twelve and a number is four times the number increased by one ​

Answers

Answer: quotient deals with addition and times deal with multiplication

12/(n*4+1)

The stationary section is on isle 14, one row over from the scents and perfumes.

Answers

The correct spelling are of the following words is Caucion :caution ,Isle :aisle and Cents :sents

The scent of her perfume is the signifier, and the feminine and romantic association she makes with the scent is the signified.

In linguistics, the concepts of signifier and signified are seen in Saussure's theory of the sign. A sign is formed by the pair signifier/signified. Signifier is a word, an image, anything that has a material form. Signified is the meaning attributed to the signifier by an individual. That means the same signifier can have different signifieds according to the each person. For Mary, the signifier "floral perfume" presents as its signified the "feminine and romantic" feeling. To a different person -  myself, for instance -, a floral perfume does not have the same meaning. I do not see it as romantic or feminine. Instead, because the sweet smell gives me a headache, that has become my signified for it.

The stationary section is on isle 14, one row over from the perfumes and cents.

Hence Caucion :caution

Isle :aisle

Cents :sents

the complete question is

Correct the misspellings in these sentences.

Please use caucion when entering this area as the floor can be slippary.

The stationary section is on isle 14, one row over from the perfumes and cents.

Hence Caucion :caution

Isle :aisle

Cents :sents

learn more about of spelling here

https://brainly.com/question/15225461

#SPJ4

Which outcome did the Battle of San Antonio de Béxar have?
A. Mexican troops forced the Texans to retreat.
B. Both sides withdrew from the town.
C. Texans captured San Antonio.
D. Mexican soldiers demolished the Alamo.​

Answers

Answer:

b

Step-by-step explanation:

both sides withdrew

A group of Tibetan monks created a sand mandala at an art museum. The mandala was in the shape of a circle with a radius of 2.5 ft What was the was the area of the sand mandala use 3.14 for pie

Answers

Answer: 19.625 ft^2

Step-by-step explanation: To calculate the area of a circle you have to use Area=pi*r^2, so the radius is 2.5 ft, Area = 3.14*2.5^2 = 19.625 ft^2

Answer:

19.625 ft^2

Step-by-step explanation:

Done the I-ready.

How to solve systems of equations by substitution with 3 variables?

Answers

To solve the system of equations using substitution method for three variables minimum three equations are required using following steps:

1. Get the value third variable in form of other two and substitute in other two equations.

2. Now get the value of second variable in first variable and get the value of all three variables.

Let us consider three system of equations in three variable are :

x + y + z = 0   __(1)

2x + 3y + z = 2 __(2)

3x + 2y + 2z = 1  ____(3)

Get the value of z in form of x and y from (1) and substitute in (2) and (3)

z = -(x + y)

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

⇒x +2y = 2   __(4)

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

⇒3x + 2y -2x -2y =1

⇒x = 1

Now substitute in (4)

1 + 2y = 2

⇒ y = 1/2

Now substitute the value of x and y in (1)

z = - ( 1 + 1/2)

⇒z = -3/2

Learn more about system of equation here

brainly.com/question/12895249

#SPJ4

What is the equation of a line of slope 1 by 3 and y-intercept 5?

Answers

The equation of line with slope 1/3 and intercept 5 is y = 1/3 x + 5.

What is equation of a straight line ?

The general equation of a straight line is y = mx + c, where m is the gradient or slope, and y = c is the value where the line cuts the y-axis. This number c is called as intercept.

According to the questions,

slope = m = 1/3

and

y-intercept = c= 5

We know that,

The general equation of a straight line is y = mx + c

y = 1/3 x+ 5

The required equation of a line is y = 1/3 x+ 5

To learn more on equation of straight line click :

https://brainly.com/question/29223887

#SPJ4

The pictograph below shows the sales of syrup drink at a stall: Sales of Syrup at a Stall/Monday: 6 glasses Tuesday: 4 glasses /Wednesday: 5 glasses Thursday: 4 glasses Key: represents 10 glasses of syrup (a) Mod/Mode​

Answers

Answer: 40 glasses of syrup

Step-by-step explanation:

Mode is the most common value in the dataset.

100 POINTS HELP PLEASE WILL MARK BRAINLIESTSSSS

Answers

Answer:

B

Step-by-step explanation:

Credits increase the value of liability, equity, revenue and gain accounts.

Answer:

A. Decrease in assets

Step-by-step explanation:

In this case, the business sold the truck, which represents a decrease in the business's assets. Therefore, the Truck account is credited and the Cash account is debited.

What is the f/x function called?

Answers

The domain and scope of the identity function are the same. Equation for the identity function is  f(x) = x, or y = x.

What is function?

An statement, rule, or law in mathematics that specifies the connection between an independent variable and a dependent variable (the dependent variable). A relationship between a group of inputs and one output each is referred to as a function. In plain English, a function is an association between inputs in which each input is connected to precisely one output. Y=X2 is an illustration of this. You only receive one output for y if you enter anything for x. The fact that x is the input value leads us to argue that y is a function of x.

identity function are the same.

Equation for the identity function is

f(x) = x, or y = x.

To know more about functions visit:
https://brainly.com/question/28193995

#SPJ4

What is the slope of the line containing (-2, 5) and (4,-4)?

A. -2

B. 2

C. 3/2

D. -3/2

Answers

Answer:

C -3/2

Step-by-step explanation:

The slope is the change in y over the change in x.  You find the change by subtracting

The y's are -4 and 5 (-2,5) (4,-4)

The x's are 4 and -2 (-2,5) (4,-4)

[tex]\frac{-4 -5}{4 - -2}[/tex] = [tex]\frac{-9}{4+2}[/tex]  Subtracting a negative is the same as adding a positive

[tex]\frac{-9}{6}[/tex]  Divide the numerator and denominator by 3

[tex]\frac{-3}{2}[/tex]

The length of a rectangle exceeds its width by 3 and a half feet. The area of the
rectangle is 65 square feet. Find its length.

Answers

Answer:

19.25 feet

Step-by-step explanation:

Let x be the width of the rectangle in feet. Then, the length of the rectangle is x + 3.5 feet. Since the area of a rectangle is equal to its length times its width, we know that the area of the rectangle is (x + 3.5) * x = 65 square feet.

We can solve for x by setting up the equation (x + 3.5) * x = 65 and then solving for x. This gives us the following:

x^2 + 3.5x - 65 = 0

To solve this quadratic equation, we can use the quadratic formula:

x = (-b +/- sqrt(b^2 - 4ac)) / 2a

In this case, a = 1, b = 3.5, and c = -65, so we have:

x = (-3.5 +/- sqrt(3.5^2 - 4(1)(-65))) / 2(1)

Solving for x, we get:

x = (-3.5 +/- sqrt(12.25 + 260)) / 2

Therefore, the width of the rectangle is x = (-3.5 +/- 19.25) / 2 = -0.75 or 15.75 feet. Since the length of the rectangle is x + 3.5 feet, this means that the length of the rectangle is (-0.75 + 3.5) feet or (15.75 + 3.5) feet, which is equal to 2.75 feet or 19.25 feet.

However, we know that the length of the rectangle must exceed its width by 3.5 feet, so the only solution that is physically possible is x = 15.75 feet and the length of the rectangle is 19.25 feet. Therefore, the length of the rectangle is 19.25 feet.

What is the standard deviation of 25?

Answers

Variance's square root is always the standard deviation. √25 thus equals 5.

Describe the term standard deviation?Both the standard deviation and the variance are indicators of how far data deviates from the mean. Because the results are all in data form or units, S.D. provides accurate results. Variance produces squared data findings, making it challenging to compare to actual data. Therefore, it makes sense to compare findings using S.D. rather than variance.

Saying that the median is 7, the mode is 2, and the variance is squared does not make much sense.

However, it makes sense to state that the data's median, mode, and standard deviation are 7, 2, and 4, respectively.

Variance produces squared findings that make it impossible to compare to actual data without. You can only understand differences from getting S.D.

Thus,

√25 = 5.

Variance's square root is always the standard deviation.

To know more about the standard deviation, here

https://brainly.com/question/12402189

#SPJ4

solve please solve my problems of math ​

Answers

Answer:

A = πx² cm²

Step-by-step explanation:

the area (A) of a circle is calculated as

A = πr² ( r is the radius)

Given circumference C = 2πx , and C is calculated as

C = 2πr , then equating gives

2πr = 2πx ( divide both sides by 2π )

r = x

Then

A = πr² = πx² cm²

hm someone help me pls​

Answers

Answer:

A' = (1, -1)

B' = (2, 1)

C' = (4, 0)

D' = (3, -4)

Step-by-step explanation:

don't speak this language. however, I assume it says translate the quadrilateral by the column vector.

A = (-4, 3)  ∴  A' = (1, -1)

B = (-8, 5)  ∴  B' = (2, 1)

C = (-1, 4)  ∴  C' = (4, 0)

D = (-2, 0)  ∴  D' = (3, -4)

What is â…” equal to?

Answers

The fractional notation ¾ is equal to 0.75.

â…” is a fractional notation that refers to the fraction 3/4, which is equal to 0.75. To understand this fraction, the denominator (bottom number) must be multiplied by the numerator (top number). In this case, 4 multiplied by 3 is equal to 12. Then, divide the numerator by the denominator to find the fractional value. In this example, 3 divided by 4 is equal to 0.75, which is the same as 3/4.

The formula for finding a fractional value is:

Fractional Value = Numerator / Denominator

To calculate the fractional value of 3/4, the numerator is multiplied by the denominator to get 12. Then, the numerator is divided by the denominator to get the fractional value:

Fractional Value = 3 / 4

Fractional Value = 3 * 4 / 4

Fractional Value = 12 / 4

Fractional Value = 0.75

Therefore, the fractional notation ¾ is equal to 0.75.

Learn more about Fractional Value here:

https://brainly.com/question/17170979

#SPJ4

Zalika spins a coin and throws a dice with eight faces numbered from 1 to 8. a Draw a sample space diagram. b Find the probability of scoring: i a head and an even number ii a tail and a prime number iii a head but not an 8.​

Answers

The ranked probability score (RPS) is a metric used to assess how well predicted events match probability distributions.

How would you rate the probability?The likelihood of getting a four when a specific die is thrown is 1/3. Scores of 1, 2, 3, and 6 each have a 1/6 probability.The ranked probability score (RPS) is a metric used to assess how well predicted events match probability distributions. When determining how near the forecast distribution is to the observed value, both the position and spread of the distribution are considered.If you look at the table, you will see that a "Z" score of 0.0 indicates a probability of 0.50, or 50%, and a "Z" value of 1, which indicates one standard deviation above the mean, indicates a probability of 0.8413, or 84%.According to the probability formula, the likelihood that an event will occur is equal to the proportion of favorable outcomes to all outcomes. Number of favorable outcomes/Total Number of outcomes determines the probability that an event will occur, P(E).

To learn more about the probability refer to:

https://brainly.com/question/25870256

#SPJ1

What is y =- 4 on a graph?

Answers

Answer:

I think it's a vertical line.

A cannonball is shot with a velocity of 90 m/s. If its vertical velocity at the top of its arc is 0 m/s and the horizontal velocity at the top of its arc is 45 m/s, at what angle was it shot?

Answers

The measure of the angle when a cannonball is shot will be 60°.

What is a vector?

The quantity which has magnitude, and direction, and follows the law of vector addition is called a vector.

A cannonball is shot with a speed of 90 m/s. Assuming its upward speed at the highest point of its curve is 0 m/s and the flat speed at the highest point of its bend is 45 m/s.

We know that in projectile motion, the horizontal velocity does not change.

Let 'x' be the angle it shot. Then the cosine of the angle x is the ratio of horizontal velocity to the resultant velocity when it is shot. Then we have

cos x = 45 / 90

cos x = 1/2

cos x = cos 60°

x = 60°

The proportion of the point when a cannonball is shot will be 60°.

More about the vector link is given below.

https://brainly.com/question/13188123

#SPJ1

What is the slope of 3x 5y =- 9?

Answers

3x - 5y=-9 has a [tex]\frac{-3}{5}[/tex] slope.

A line's steepness can be determined by looking at its slope. To find the slope of a line, you need to have the equation of the line in the form y = mx + b, where m is the slope and b is the y-intercept (the point at which the line crosses the y-axis).

To put the equation 3x - 5y = -9 in this form, you can start by isolating the y term on one side of the equation:

3x - 5y = -9

-5y = -3x - 9

y = (-3/5)x - (9/5)

The slope of the line is therefore -3/5.

The complete question is:-

What is the slope of 3x - 5y =- 9?

To learn more about slope, refer:-

https://brainly.com/question/3605446

#SPJ4

What are the 5 types of polynomial?

Answers

Answer:

Monomial, Binomial,Trinomial,Quadratic equation,Linear equations

Step-by-step explanation:

Graph the equation on the coordinate plane. y= −4/5x Select two points on the line to graph the line.

Answers

To graph the equation y= −4/5x on the coordinate plane, we can plot two points that satisfy the equation and then draw a straight line through those points. For example, we could choose the points (-1, 4/5) and (2, -8/5), which both satisfy the equation. To plot these points, we first locate the point (-1, 4/5) on the coordinate plane. This point is 1 unit to the left of the y-axis, and 4/5 units above the x-axis. We can then draw a straight line through this point and the point (2, -8/5), which is 2 units to the right of the y-axis and 8/5 units below the x-axis. This line will be the graph of the equation y= −4/5x.

Here is a visual representation of the process:

 (0,0)

  |

  |

  |

  |     (2, -8/5)

  |     *

  |

  |     (1, 4/5)

  |     *

  |

  |

  |

  |

  +-----------------------------------> (x, y)

Other Questions
Shelton measures a temperature of a solution to be 20O degrees C and stirs 5 grams of a substance into the solution. this substance disappears and 10 minutes later the substance of the solution is 80O degrees C.based on his observation, can Shelton conclude a chemical reaction has occurred?A) yes because the substance dissolved in the solutionB) no because the volume of the solution did not changeC) no because there are no color changing solutionD) yes because heat was produced Find the value of x in the triangle below Plz need help i cant do it Maya is building a sandbox that is 48 inches wide. The length of the sandbox is four times the wldth of the sandbox. What is the perimeter of the sandbox? Read the paragraph below. What is the paragraphs main message?This weekend I got a chance to ride an elephant. It was something everyone should try. People in the U.S. are used to riding horses or ponies, but an elephant ride is unusual. Elephants are much bigger than horses--to get on, I had to climb a ladder. But even though I was up so high, I wasnt scared at all. The elephant, Mimi, was gentle and moved slowly. Her back was so wide I wasnt scared of falling off. When she walked, I was able to see a long way from her high back. It was a great experience.Elephants are very large.No one should ever ride an elephant.Riding an elephant is a great experience.The elephant was named Mimi. Which of the waves has the smallest amplitude?A. The blue waveB. The orange waveC. The green waveD. The red wave summative assignment!!! need help ASAP We say that the mass comes to rest if, after a certain time, the position of the mass remains within an arbitrary small distance from the equilibrium position. Will the mass ever come to rest Please help me it's urgent please help me its due the word occupied as used in the passage means to reside or live in paraphrase the term owner-occupied home by The Way I need a Real Answer Not a Link! 2. What evidence in the text supports the inference that Sully was an expert sailor?Scoot thought he was a good teacherHe'd been around boats for most of his life.He'd borrowed the boat from a family friend.He thought the Sea Dog was the best in her category.HELP ILL GIVE BRAINLIEST Write a program that accepts an integer value called multiplier as user input. Create an array of integers with ARRAY_SIZE elements. This constant has been declared for you in main, and you should leave it in main. Set each array element to the value i*multiplier, where i is the element's index. Next create two functions, called PrintForward() and PrintBackward(), that each accept two parameters: (a) the array to print, (b) the size of the array. The PrintForward() function should print each integer in the array, beginning with index 0. The PrintBackward() function should print the array in reverse order, beginning with the last element in the array and concluding with the element at index 0. (Hint: for help passing an array as a function parameter, see zybooks section 6.23) As output, print the array once forward and once backward. Explain why both unisexual and bisexual flowers can self pollinate. BRAINLIEST IMMEADEITLY IF CORRECT AND 15 POINTS!!!!!!!!!!!!!!!Martha likes to bowl and wants to compare the total costs for two bowling alleys. - Ten Pin Alley charges $5 for shoe rental and $2 per game.- Northbrook Lanes charges $3 per game.If x represents the number of games played, which inequality represents the situation when the cost at Northbrook Lanes is more than the cost at Ten Pin Alley?A. 3x < 5x + 2B. 3x = 5x + 2C. 3x 5x + 2D. 3x > 5 + 2x Please guys helppp ;( F(x)=mx+ b, f(-2)=3 and f(4)=1 , what is the value of m and b what is the most significant difference between freshwater aquatic ecosystems and marine ecosystems? Can someone tell me the alphabet in german or what's the alphabet in german? Explain what Fahd did wrong in the scenario below. Fahd is running ten programs at once on his laptop when it suddenly freezes up. To fix this problem, Fahd buys a new battery for his laptop. Ashik claims that the graph on the right is the correct interpretation of the scatterplot, but his friend Shelby claims that the graph on the left is correct. Shelbys Graph Ashiks GraphA graph titled Shelby's Graph has points that form a curved line. A line with negative slope is drawn. A graph titled Ashik's Graph has points that form a curved line. A curved line is drawn to connect the points.Who is correct and why?Shelby is correct because the line of best fit has a negative slope and the trend shows a decrease in y values as the x values increase.Shelby is correct because the line of best fit matches the points as closely as possible with a weak correlation.Ashik is correct because the points are a strong correlation to this nonlinear association.Ashik is correct because points with a weak correlation can never have linear association.