does this method require a parameter? if so, what type of parameter is required? what happens if you pass a different type of parameter instead? (try it

Answers

Answer 1

The type parameters act as placeholders for the types of the arguments passed to a method. The type parameter names throughout the method declaration must match those declared in the type parameter list.

Pass an array as a pointer to pass it as a parameter to a function (since it is a pointer). For instance, the following method sets array A's first n cells to 0.

In C++, an entire array cannot be provided as an argument. However, by mentioning the array's name, you can supply a pointer to an array without an index.

Only the array name is supplied as a parameter to pass a full array to a function. calculateSum(num), result But take note of how [] is used in the function specification. This tells the compiler that you are handing the function a one-dimensional array.

When we provide an array to a function as an argument, we are actually passing the address of the array in memory, which is the reference. To pass an array to a function, simply pass the array as the function's parameter (like normal variables).

Know more about parameter here:

brainly.com/question/19570024

#SPJ4


Related Questions

a spherical balloon is inflated with gas at the rate of 800 cubic centimeters per minute. how fast is the radius of the balloon increasing at the instant the radius is (a) 30 centimeters and (b) 60 centimeters?

Answers

The rate of increase of the radius of the balloon at the instant when the radius is 30 cm is 0.0167 cm/min and when the radius is 60 cm, it is 0.0021 cm/min.

(a) At the instant when the radius of the balloon is 30 cm, the rate of increase of the radius of the balloon is

Rate of Increase of radius = (Change in Volume/ Change in Time) / (4/3 × π × (radius)^3)

= (800 cm3/min) / (4/3 × π × (30 cm)^3)

= 0.0167 cm/min

(b) At the instant when the radius of the balloon is 60 cm, the rate of increase of the radius of the balloon is

Rate of Increase of radius = (Change in Volume/ Change in Time) / (4/3 × π × (radius)^3)

= (800 cm3/min) / (4/3 × π × (60 cm)^3)

= 0.0021 cm/min

Learn more about radius here:

https://brainly.com/question/29249909

#SPJ4

What is the y-intercept of the line of best fit?

What is the slope of the line of best fit for this scatter plot?

What is the equation of the line of best fit?

NEED HELP ASAP

Answers

Answer:

slope: 1/2

Step-by-step explanation:

(2,7) and (4,6) are the points

the formula for finding slope when there are two points is

y2-y1/x2-x1

6-7/4-2=1/2

What does 3/4 + 1/2 =
What does 1/2 x 1/2 =
Determine the coordinates for the midpoint of a segment with the following endpoints: (12,-8) and (8,-4). Answer ___________
A. (-10,6)
B. (6,-10)
C. (-6,-10)
D. (10,-6)

Answers

The value of 3/4 + 1/2 is 5/4, 1/2 x 1/2 =1/4 and Midpoint of a segment with the endpoints (12,-8) and (8,-4) is (10, -6

What is Fraction?

A fraction represents a part of a whole.

We have to find the value of 3/4 + 1/2

LC of 4 and 2 is 4

(3+2)/4

3/4 + 1/2 =5/4

1/2 x 1/2 =1/4

Midpoint of a segment with the endpoints: (12,-8) and (8,-4).

Midpoint=(12+8/2, -8-4/2)

=(10, -6)

Hence, the value of 3/4 + 1/2 is 5/4, 1/2 x 1/2 =1/4 and Midpoint of a segment with the endpoints (12,-8) and (8,-4) is (10, -6)

To learn more on Fractions click:

https://brainly.com/question/10354322

#SPJ1

Combine as indicated by the signs.

(2x) / (y^(2)-x^(2))- (x)/(y-x)

Answers

The expression can be combined as  [2x - xy - x²] / [y²-x²]

How to combine the expression as indicated by the signs?

An expression is the collection of numbers, variables and functions by using signs like addition, subtraction, multiplication, and division.

Given: 2x/(y²-x²) - x/(y-x)

2x/(y²-x²) + x/(y-x) = 2x/(y-x)(y+x) - x/(y-x)

The LCM of (y-x)(y+x) and (y-x) is (y-x)(y+x)

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

                             = [2x - x(y+x)] / [(y-x)(y+x)]

                             = [2x - xy - x²] / [(y-x)(y+x)]

                             = [2x - xy - x²] / [y²-x²]

Note:  y²- x² = (y-x)(y+x)

Thus, the expression can be combined as  [2x - xy - x²] / [y²-x²]

Learn more about expression on:

brainly.com/question/723406

#SPJ1

Which of these statements is true?

Answers

Answer

third choice

Step-by-step explanation:

Answer:

it would be the 3rd answer

Which point is located on the y-axis?
0,-3
-3,0
-3,3
3,-3

Answers

Answer:

(0, - 3 )

Step-by-step explanation:

Any point on the y- axis has an x- coordinate of zero

the only point with an x- coordinate of zero is (0, - 3 )

Peter is making an "x marks the spot" flag for a treasure hunt. The flag is made of a square white flag with sides of 121212 centimeters. He will make the "x" by stretching red ribbon diagonally from corner to corner. How many centimeters of ribbon will peter need to make the "x"? round your answer to the nearest centimeter. Centimeters.

Answers

Peter will need approximately 169169 centimetres of red ribbon to make the "x" on his flag. Rounded to the nearest centimetre, this is 169200 centimetres.

To find the length of the red ribbon needed to make the "x" on the flag, we need to find the length of the diagonal of the square. The diagonal of a square is a line segment that connects two opposite corners of the square and passes through the centre of the square.

The diagonal of a square can be found using the Pythagorean theorem, which states that in a right triangle, the square of the length of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the lengths of the other two sides. In the case of a square, the two shorter sides of the right triangle are equal in length to the sides of the square, so the Pythagorean theorem can be written as:

[tex]a^2 + a^2 = c^2[/tex]

Where "a" is the length of a side of the square and "c" is the length of the diagonal.

To find the length of the diagonal of Peter's flag, we can substitute 121212 for "a" in the equation above:

[tex](121212)^2 + (121212)^2 = c^2[/tex]

Solving for "c" gives us:

c = 169169 centimetres

Therefore, Peter will need approximately 169169 centimetres of red ribbon to make the "x" on his flag. Rounded to the nearest centimetre, this is 169200 centimetres.

To learn more about the triangle, visit:

brainly.com/question/2773823

#SPJ4

DOES ANYONE KNOW THE ANSWER or know if 2 to the square root of 3 divided by b is right?

Answers

Step-by-step explanation:

you did not say what needs to be done.

simplify ?

sqrt(12/b²)

12 = 4×3

4 is a square number (2² = 4).

3 is not.

b² is per definition a square "number".

in a multiplication or division we can apply the square root (or any root) individually to the different factors involved.

so,

sqrt(12/b²) = sqrt(12)/sqrt(b²) = sqrt(4×3)/b =

= 2×sqrt(3)/b

FYI - about your question : if somebody does not know (how to get) the answer, he/she will also not be able to doubtlessly determine, if a specific answer is right ...

The points shown on the graph represent the numbers
in a geometric sequence.

What is the initial value of the sequence?
1
2
3
8

Answers

3 do u get that or still need a tut on how to do it

Calculate the surface area to volume ratio of each prism

Answers

For shape A the area to volume ratio is 101: 66

For shape B the area to volume ratio is 197117.7 : 207034

For shape C the area to volume ratio is 202.71 : 529.2

What is area and volume?

The area is the amount of space occupied by a two-dimensional flat object in a plane. Volume is defined as the space occupied by a three-dimensional object. The unit of area is in square units. The unit of volume is in cubic units.

For shape A, the area = 2(lh+lb+bh)

= 2( 2×12+12×5.5+5.5×2)

= 2 ( 24+ 66+ 11)

= 2 ( 101)

= 202m²

The volume of shape A = l×b×h = 2× 12× 5.5 = 132m³.

Therefore the ratio of area to volume of shape A = 202:132 = 101: 66

For shape B

The area of the cylinder = 2πr(r+h)

= 2×3.14× 28( 28+84.1)

= 197117.7m²

The volume of the cylinder =πr²h = 3.14×28²×84.1

= 207034

Therefore the ratio of area to volume = 197117.7 : 207034

in the third shape

The area = ½bh×2 + lb+lh+bh

=6.8×7.5+ 7.2×6.8+ 7.2×7.5+ 7.5×6.8

= 48.75+48.96+54+51 = 202.71

The volume of the shape= base area × height

= 7.2×6.8×7.5

= 529.2m⅗

Thereore the area to volume ratio is 202.71:529.2

learn more about volume and area from

https://brainly.com/question/28043970

#SPJ1

I need the slope of the line please

Answers

The slope of the line is -6/5

How to determine the slope of the line

It is important to note that the formula for the equation of a line is given as;

y = mx + c

Where;

y is the point on the y -axism is the slope of the linex is the points on the c - axisc is the intercept of the line on the y - axis

The formula for slope of a line is expressed as;

Slope, m = y₂ - y₁/x₂ - x₁

Given the points,

A(-2. 4)

B (3, -2)

Substitute the values

Slope, m = -2 - (4)/3 - (-2)

simply the values

Slope, m = -2- 4/3 + 2

Add or subtract the values

Slope, m = -6/5

Hence, the value is -6/5

Learn more about slope here:

https://brainly.com/question/3493733

#SPJ1

A baby giraffe is about 612 feet tall at birth and grows about 12 foot per month for its first year. The function h=12m+612 represents the total height h of a baby giraffe for any number of months m within its first year. How much taller is the giraffe at the end of month 11 than at the end of month 2? write your answer as a whole number, fraction, or decimal.

Answers

4 and 1/2 ft taller is the giraffe at the end of month 11 than at the end of month 2.

The function h(m) = (1/2)*m + (6 + 1/2) represents the height (on feet) of the giraffe as a function of the number of months, m.

We want to find the difference in the height between month 11 and month 2, then we need to find:

difference = h(11) - h(2)

We can directly calculate this:

difference = [ (1/2)*11 + (6 + 1/2)] - [(1/2)*2 + (6 + 1/2)]

difference = (1/2)*11 - (1/2)*2 = (1/2)*(11 - 2) = (1/2)*(9) = 9/2

And we can write 9 = 9 + 1, then:

difference=9/2 = (8 + 1)/2 = 8/2 + 1/2

difference= 4 + 1/2

Therefore, the giraffe is (4 and 1/2) ft taller in month 11 than in month 2.

To know more about Differences:

https://brainly.com/question/21303389

#SPJ4

You check on manufactured parts in a factory. You need to take measurements to ensure quality. According to the drawing shown, what is the measurement of dimension A? O. 3/4" O. 1" O. 1 1/4" O 1 1/2" O. 1 3/4"

Answers

By understanding the property of circles, it can be concluded that the measurement of dimension A is 1 1/4".

Circle is a geometric shape in which all the constituent points are at a certain distance from the center point. A circle has a diameter that shows the maximum distance between any two points of the circle. Whilst the radius is half the diameter.

Now we take a look at the picture thoroughly.

The width of the manufactured part =

the diameter of the circle on the far left = 2 * the radius

                                                                  = 2 * 1"

                                                                  = 2"

This value is equal to the sum of A, the radius of the circle at the very bottom (1/2"), and the space between this circle and the edge (1/4"). We write it down mathematically:

2" = A + 1/2'' + 1/4''

2" = A + 3/4"

A = 2" - 3/4"

  = 1 1/4"

Thus the measurement of dimension A is 1 1/4".

To learn more about circle, click here: https://brainly.com/question/9221485

#SPJ4

Which is the volume of the rectangular prism? Rectangular prism with 4 units (length) by 3 units (width) by 7 units (height).

Answers

Answer:

V=whl=3·7·4=84

Step-by-step explanation:

a researcher recorded information about the possible speeds of a jackrabbit, a gray fox, and a squirrel. the gray fox’s speed is 35 mph

Answers

1. The jackrabbit runs at a constant rate, as the rate between the output and the input for each point on the table is constant.

2. The squirrel runs at a constant rate, as the graph is that of a linear function with a constant slope.

3. The rate of the jackrabbit is of 44 miles per hour.

4. The rate of the squirrel is of 11 miles per hour.

5. A.

The gray fox ran at a rate of 35 miles per hour.The squirrel ran slower than the gray fox.The jackrabbit ran faster than the gray fox.

B. The jackrabbit ran the fastest.

6. In three hours, the fastest animal will have run 99 miles further than the slowest animal.

7. The point (0,0) means that all the animals, the jackrabbit, the gray fox and the squirrel start from the origin.

What is a proportional relationship?

A proportional relationship is a linear function with an intercept of zero modeled as follows:

y = kx.

In which k is the constant of proportionality.

The rates for the jackrabbit are given as follows:

k = 22/0.5 = 44/1 = 44 miles per hour.

This is also equals to k = 0/0, which can assume any value, and the point (0,0) means that all the animals, the jackrabbit, the gray fox and the squirrel start from the origin.

The rate for the squirrel is given as follows:

k = 11/1 = 11 miles per hour.

(as the graph passes through point (1, 11)).

The difference between the rates of the fastest and of the slowest animal is given as follows:

44 - 11 = 33 miles per hour.

Hence in three hours, the distance is given as follows:

3 x 33 = 99 miles.

More can be learned about proportional relationships at https://brainly.com/question/10424180

#SPJ1

Mariana and her children went into a movie theater and she bought $51.25 worth of
candies and pretzels. Each candy costs $4.75 and each pretzel costs $3.25. She
bought a total of 13 candies and pretzels altogether. Write a system of equations that
could be used to determine the number of candies and the number of pretzels that
Mariana Bought. Define the variables that you use to write the system.

Answers

On solving the provided question, we can say that - by the help of unitary method we have total cost is 4.74* 13 + 3.25 = $64.87

What is unitary method ?

The unit technique is an approach to problem-solving that involves first determining the value of a single unit, then multiplying that value to determine the required value. The unit method, to put it simply, is used to extract a single unit value from a supplied multiple. For instance, 40 pens would cost 400 rupees, or the price of one pen. The process for doing this may be standardized. a single country. anything that has an identity element. (mathematics, algebra) (Linear algebra, mathematical analysis, mathematics of matrices or operators) Its adjoint and reciprocal are equivalent.

he bought =  $51.25 worth of candies and pretzels

ach candy costs  = $4.75 and each pretzel costs  = $3.25.

total cost is 4.74* 13 + 3.25 = $64.87

To know more about unitary method  visit:

https://brainly.com/question/28276953

#SPJ1

Please help with all of these questions

1. solve 2 x 5/8 leave your answer as a improper fraction a. 7/16 b. 10/16 c. 7/8 d. 10/8


2. solve 9 x 2/3 leave your answer as a improper fraction a. 11/27 b. 18/27 c. 11/3 d. 18/3


3. solve 5 x 3/4 leave your answer as a improper fraction a. 15/20 b. 12/5 c. 15/4 d. 8/2

Answers

The solution for each operation, involving multiplication of fractions, is given as follows:

1. 2 x 5/8 = 10/8. (option d).

2. 9 x 2/3 = 18/3. (option d).

3. 5 x 3/4 = 15/4. (option c).

How to multiply fractions?

A fraction has the notation given as follows:

Fraction = x/y.

In which the technical terms of each term are given as follows:

The top term x is the numerator of the fraction.The bottom term y is the denominator of the fraction.

To multiply two fractions, we simply multiply the numerators among themselves, and the denominators among themselves, and then the product of the fractions is given by the multiplication of the numerators divided by the multiplication of the denominators.

For example:

2 x 5/8 = (2 x 5)/(1 x 8) = 10/8.

(as an integer term can be represented by a fraction with denominator one).

More can be learned about multiplication of fractions at https://brainly.com/question/7335118

#SPJ1

7 boys took 48 days to dig a garden. how long will it take 21 boys to dig a garden​

Answers

Answer:

Step-by-step explanation:

144 días

Is it illegal to drive in the left lane in Florida?

Answers

Answer:

No its not but each time a car come you need to move to your side of the lane

Kala is putting money into a savings account. She starts with $750 in the savings account, and each week she adds $70. Let S represent the total amount of money in the savings account (in dollars), and let W represent the number of weeks Kala has been adding money. Write an equation relating S to W. Then use this equation to find the total amount of money in the savings account after 11 weeks.

Answers

Answer:

$1520

Step-by-step explanation:

The total amount of money in the savings account after W weeks is equal to the initial amount of money, $750, plus the amount of money added each week for W weeks. We can represent this relationship with the following equation:

S = 750 + 70W

To find the total amount of money in the savings account after 11 weeks, we can substitute 11 for W in the equation above:

S = 750 + 70(11)

= 750 + 770

= 1520

Therefore, the total amount of money in the savings account after 11 weeks is $1520.

Answer:

$1520

Step-by-step explanation:

S = $750 + $70W

S = $750 + $70(11) = $1520

Which of the following is a like radical to 3x√5?
O x(³√5)
O √5y
O 3 (³√5x)
O y √√5

Answers

3x√5 and 3(³√5x) are like radicals because they both have the same radicand (the number or expression inside the radical symbol) of 5 and the same index (the number that indicates the root being taken) of 3. The only difference is the coefficient (the number multiplying the radical) of 3 in front of the radical symbol, which is a factor that does not affect the radical itself.

x(³√5) and y √√5 are not like radicals to 3x√5 because they have different radicands.

√5y is not a like radical to 3x√5 because it has a different index.

someone please help me​

Answers

The value of the the angle tanPQS is 24.65⁰

How to determine the angle?

You should understand that a cuboid is a polygon with six faces, the four opposite sides form a quadrilateral and diagonals make right triangles.

The image is a cuboid that has similar sides

From the cuboid, the length of PS=QR=5cm

Also, the length PQ = 12 cm

Using Pythagoras rule,

12²-5²=SQ

This means that 144-25 = SQ

Then SQ=√19 = 10.9

Also, from trigonometric ratio,

TanPQS= opposite/adjacent

Tan PQS= 5/10.5

Tan PQS= 0.4587

PQS = tan⁻¹0.4587

In conclusion <PQS=24.65⁰

Learn more about Pythagoras theorem on https://brainly.com/question/343682

#SPJ1

Estimate how long it would take an investment of £100 to double with a compound interest rate of 3%. Then use your answer to see exactly what the answer would be after that many years. T = 72/3 = 24 So it would take approximately 24 years to double an investment at a 3% compound interest rate.

Answers

It would take 23.45 years to double the investment of  £100 with a compound interest rate of 3% to £200.

How to find the number of years to double an investment?

Using the formula A = P(1 + r)^t

Initial amount of investment, P = 100

Final amount(double the investment), A = (2 x 100) = 200

Interest rate, r = 3% = 0.03

Number of years, t = ?

A = P(1 + r)^t

200 = 100 (1 + 0.03)^t = 100(1.03)^t

Divide both sides by 100

200/100 = 100(1.03)^t/100

2 = (1.03)^t

In2 = t In(1.03)

t = In2/In(1.03)

t = 23.45 years

The amount of time it would take to make £200 from £100 is 23.45 years at a compound rate of 3% using the rule of 72 and the simple interest formula.

Learn more on interest rate here: https://brainly.com/question/25720319

#SPJ1

Joseph has a loyalty card good for a 20% discount at his local pharmacy. What would his total in dollars and cents be, after the discount and before tax, if the total cost of all the items he wants to buy is $42.05? Round to the nearest cent.

Answers

Answer:
$33.64

If this help please set brainliest.

Step-by-step explanation:

The total cost of all the items before the discount is $42.05. The discount Joseph receives is 20% of this amount, so the discount he receives is $42.05 * 20% = $8.41.

The total cost after the discount is applied is $42.05 - $8.41 = $33.64. This is the total cost in dollars and cents, before tax, rounded to the nearest cent.

Solve 5x + 3 = 10 in order

Answers

Answer:

5x+3y=10

subtract both sides by 5x

divide everything by 3

y= -5/3x +10/3

hopes this helps

What is the value of the logarithm log 750?

Answers

The logarithmic expression [tex]\log {750}[/tex]  is the lograrithm with base 10 of 750 and it's value is approximately equal to 2.8751


Logarithms are expressed mathematically as [tex]\log_{x}b=y[/tex] where [tex]x[/tex] denotes the base of the logarithm, [tex]b[/tex] denotes a number and [tex]y[/tex] denotes the exponent. The above expression can also be written as [tex]x^{y}=b[/tex]
We will be using two logarithmic properties in this question:

The first one is, [tex]log(mn) = logm + logn[/tex]

And the second one is, [tex]log(m^{n}) = n*logm[/tex]

Whenever the base in the question is not shown then it is assumed to be 10 in mathematics.

∵ This is a base 10 logarithm, we must determine a value of [tex]y[/tex] for expression [tex]10^{y} = 750[/tex]
Since there is no other value of log given we have to use the calculator.

If the value of [tex]log_{}3[/tex] and [tex]log5[/tex] is given then we can solve the question:

[tex]log750 = log_{10} 750[/tex]

⇒[tex]log_{10}(3*5^{2} * 10)[/tex]  

⇒[tex]log 3 + 2log 5 + log 10[/tex]

⇒[tex](0.47712) + 2(0.69897) + 1[/tex]

⇒[tex](0.47712) + (1.39794) + 1[/tex]

[tex]2.8751[/tex]

Learn more about the logarithmic properties :

https://brainly.com/question/30226560

#SPJ4

Citrix Apps Apps CANVAS > Home EPB Intranet 7. -/2 points RogaCalcET4 13.5.017.Tutorial. Find r(t) and v(t) given a(t) and the initial velocity and position. a(t) = tk, v(0) = 4i, r(0) = 2; v(t) = r(t) = Additional Materials Tutorial +-12 points RogaCalcETA 19 rann

Answers

The position value, r(t) is equals to the (t³/6)k + 2j and velocity value, v(t) is equals to ( t²/2 )k + 4i , for a(t) = tk, v(0) = 4i, r(0) = 2j.

Acceleration is defined as the rate of change of the velocity of an object with respect to time. Accelerations are vector quanty.

a = dv/dt

We have the following informations are available,

Initial velocity, v(0) = 4i

Initial position, r(0) = 2j

Acceleration at any time "t",

a(t) = tk

we have to determine the value of v(t) and r(t).

As we know, a(t) = dv(t)/dt = tk

integrating the above equation ,

v(t) = ∫tk dt = ( t²/2 )k + c

at t = 0 , v(0) = 0 + c = 4i ( since, v(0) = 4i

=> c = 4i

So, v(t) = ( t²/2 )k + 4i

Also, velocity is calculated by derivative of postion (r) with respect to time.

=> v(t) = dr(t) /dt

=> r(t) = ∫ v(t) dt

=> r(t) = ∫ ( t²/2 )k dt

integrating value of the right hand side,

r(t) = ( t³/2×3 )k +d

= (t³/6)k + d

At t = 0, r(0) = (0/6)k + d

=> r(0) = d = 2j

so, r(t) = (t³/6)k + 2j

Hence, the required position and velocity are

(t³/6)k + 2j and ( t²/2 )k + 4i.

To learn more about Accelation , refer:

https://brainly.com/question/10307723

#SPJ4

what is the slope of T(4, 2), V(4, -3)

Answers

Answer:

m= slope - - = +. formula is m=y2-y1

Answer:(-5/0) (y,x) (rise/run)

Step-by-step explanation:

Assuming that those are two points, the slope is -5/0.

(y1-y2)       Rise

over         over

(x1-x2)       Run

A toy rocket launch can be represented by a parabolic function. Your most
recent launch for the science fair can be modeled by the function
y = -4(x - 5)² + 125 where y is the height of the rocket and x is the
number of seconds since launch. Graph this function and include all of the
points listed above, then discuss in context what the vertex and x-
intercepts mean in context.

Answers

The graph of the parabola is drawn below. And all the intersection points are shown in the diagram.

What is the equation of the parabola?

Let the point (h, k) be the vertex of the parabola and a be the leading coefficient.

Then the equation of the parabola will be given as,

y = a(x - h)² + k

The equation is given below.

y = -4(x - 5)² + 125

Where y is the height of the rocket and x is the number of seconds since launch.

The vertex of the parabola is at (5, 125).

The graph of the parabola is drawn below. And all the intersection points are shown in the diagram.

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

https://brainly.com/question/20333425

#SPJ1

question1 pls answer

Answers

Answer:

f(3) = 10

Step-by-step explanation:

given f(x) = 12/x + 6,

we want to find f(3)

to do so we plug in x = 3

so,

==> f(3) = 12/3 + 6

==> f(3) = 4 + 6

==> f(3) = 10

Other Questions
A client has received an injection containing thyrotropin-releasing hormone (TRH) and is now being assessed for serum levels of thyroid-stimulating hormone (TSH). Which type of diagnostic testing is this client undergoing Managers work in an internal environment, which includes Match the following examples to the element of culture that they represent. who was the most powerful banker of the late 1800s who gained control of several major railroads and took over Carnegie Steel? If segment KL is congruent to segment MN, then segment MN is congruent to segment KL.? The addition of 3.15 g of Ba open parentheses OH close parentheses subscript 2 times 8 straight H subscript 2 straight O to a solution of 1.52 g of NH subscript 4 SCN in 100 g of water in a Match the neuron type with its function. Drag statements on the right to match the left. Sensory (afferent) neuron Located in PSN; carry impulses away from the CNS Motor (efferent) neuron C-a Located in PNS; carry impulses toward the CNS Interneuron co Located in the CNS: integrate sensory signals Wegener's early proposal of continental drift was not taken seriously because of his _____.A) failure to provide a plausible causeB) lack of attention to Earth's species distributionC) lack of scientific researchD) training as a meteorologistE) inability to read and write Aidan collects leaves for an art project.He picks leaves from 8 different trees.He picks 12 leaves from each tree.He loses 7 leaves on his way home. Illustrated Excel 2016 | Module 2: SAM Project 1bBeth's Cafworking with formulas and functionsGETTING STARTED Open the file IL_EX16_2b_FirstLastName_1.xlsx, available for download from the SAM website. Save the file as IL_EX16_2b_FirstLastName_2.xlsx by changing the "1" to a "2".o If you do not see the .xlsx file extension in the Save As dialog box, do not type it. The program will add the file extension for you automatically. With the file IL_EX16_2b_FirstLastName_2.xlsx still open, ensure that your first and last name is displayed in cell B6 of the Documentation sheet. o If cell B6 does not display your name, delete the file and download a new copy from the SAM website.PROJECT STEPS1. Beth owns a caf chain with stores in four different cities. She wants to analyze her sales of and sales taxes associated with her store's most popular items.Go to the Sales Summary worksheet.Copy the contents of the range A6:A11 and paste them into the range A15:A20 so that Beth can compare the sales of and the sales taxes for the same products.2. In cell B11, create a formula using the SUM function to total the values in the range B6:B10.Using the Fill Handle, copy the formula in cell B11 into the range C11:F11.3. Copy the contents of cell F5 to cell F14.4. In cell E15, create a formula that multiplies the value in cell E6 (Latte sales in Baltimore) by the value in cell E14 (sales tax rate in Baltimore). Use a relative reference to cell E6 and an absolute reference to cell E14 in the formula.Copy the formula you created in cell E15 to the range E16:E19 to determine the sales tax for each item sold in Beth's Baltimore branch.5. Using the Fill Handle, copy the formula in cell B20 to the range C20:F20. 6. Beth wants to open a new store in a different city, and she wants to estimate what her expenses would be.In cell A22, change the text to Average tax rate for all cities (without including a period at the end of the phrase).7. In cell D22, create a formula that uses the AVERAGE function to identify the average tax rate for all cities from the values in the range B14:E14.8. Beth would like to know which products resulted in her collecting the highest and lowest amounts of sales tax.In cell A23, enter the text Highest tax paid across products (without including a period at the end of the phrase).9. In cell D23, create a formula that uses the MAX function to identify the highest value in the range F15:F19.10. In cell D24, create a formula that uses the MIN function to identify the lowest value in the range F15:F19.11. Beth is interested in knowing how much revenue she generated from these popular items in total after deducting taxes.In cell D25 create a formula that subtracts the value in cell F20 (total sales taxes collected) from the value in cell F11 (total sales).12. Beth would also like the final revenue total to be rounded without decimal places. In cell D26, create a formula using the ROUND function that rounds the value in cell D25 to zero decimal places.13. Because Beth already calculated the average tax rate for all cities in cell D22, the range A27:D27 is no longer necessary. Delete the cells in the range A27:D27 and shift the remaining cells up.14. Cell A3 contains a note indicating this document is incomplete. As the worksheet is now finished, clear the contents of cell A3.Your workbook should look like the Final Figure on the following page. Save your changes, close the workbook, then exit Excel. Follow the directions on the SAM website to submit your completed project.Final Figure 1: Sales Summary Worksheet What is the main idea of The Great Wave? 1. Which of the following accounts is NOT an asset account? a. Cash b. Accounts Payable C. Building d. Equipment 2. Which of the following accounts is not a liability account? a. Notes Payable b. Accounts Payable C. Wages Payable d. Fees Earned 3. Increases in stockholders' equity as a result of selling services or products to customers are known as a. expenses. b. revenues. c. assets. d. liabilities. Connor had $42.50 in his wallet Hespent $9.36 at the bookstore and$18.25 at a deli, Choose the bestestimate and the exact amount hehas left. What is the name of the compound Br2S3? Company B needs to hire 30 new employees. Ten percent (10%) of applicants do notmeet the basic business requirements for the job, 12% of the remaining applicants donot pass the pre-screening assessment, 23% of those remaining applicants do notshow up for the interview, and 5% of those remaining applicants fail the backgroundinvestigation. How many applicants need to apply in order to meet the hiring target?3045505260 what will the following code display? int number = 7; cout A spaghetti dinner fundraiser served 500 people and charged $7 for adults and $4.50 for children. Use x to represent the number of adults served and write an expression to show how much money was raised. Then simplify the expression. What are the 4 types of credibility? True or false: fungi are different from animals because they have cell walls and are autotrophs. What aspect should you consider before adding pictures to a document?You should structure the ________ of the document before you search for a relevant picture. #platogangAnswer only if plato/edmentum student or teacher courts apply the ________ analysis to determine the classification of an agent. Courts apply the ________ analysis to determine the classification of an agent.A.consistency-over-formB.fundamentals-over-styleC.substance-over-formD.classification-over-mode