Use the formula to find the surface area of the figure. Show your work.

Use The Formula To Find The Surface Area Of The Figure. Show Your Work.

Answers

Answer 1

Answer:

SURFCE AREA =2pie r squired + 2 pie × r×h

Related Questions

when comparing the two means of independent samples, when are we allowed to pool the variances? question 19 options: when the population variances are known when the population variances are unknown, but assumed equal when the population variances are unknown, but assumed unequal

Answers

When comparing the two means of independent samples, we are allowed to pool the variances when the population variances are unknown, but assumed equal.

Pooling the variances is a statistical technique used when comparing means from independent samples. It involves combining the sample variances from both groups to estimate a common variance. This assumption of equal variances allows for a more accurate estimation of the standard error in the case of equal population variances.

When the population variances are unknown, we can conduct a statistical test, such as the t-test, assuming equal variances. This test uses the pooled variance estimate to calculate the standard error and determine the statistical significance of the mean difference between the two groups.

Know more about means here;

https://brainly.com/question/30112112

#SPJ11

Two cats started to run at the same time from the same point in the same direction, but one was running twice as fast as the other. 50 minutes later, the cats were 750 meters apart. Find the speed of each cat.

Answers

Step-by-step explanation:

  One is twice as fast as the other     speeds are 2 x and x

      rate * time = distance

        (2x -x) * 50 = 750         x = 15 m/min      2x = 30 m/min

       

PLSSS HELP IF YOU TURLY KNOW THISSS

Answers

1.429

This is the answer to your problem

a study was conducted by the director of parking and transportation at a large university. one variable under study is the number of days in a week the student comes to campus. which type of variable is this?

Answers

This variable is a discrete variable as it can only take on three distinct values (0, 1, or more than 1) depending on how many days a student comes to campus in a week.

In other words, it is a categorical variable with three categories. This answer can be explained in a paragraph that discusses the definition of discrete variables and how they apply to the given scenario. The variable in this study, which is the number of days in a week a student comes to campus, is an example of a discrete variable. Discrete variables are variables that have a finite or countable number of possible values, often represented by integers. In this case, the number of days can only be whole numbers ranging from 0 to 7.

To summarize, the number of days a student comes to campus is a discrete variable because it can only take on a countable number of values in the form of whole numbers. This is an important distinction to make when conducting studies or analyzing data, as different statistical methods apply to discrete and continuous variables.

To know more about variable visit:-

https://brainly.com/question/16906863

#SPJ11

a trailer is to be filled with bricks. which measure will help find the number of bricks the trailer will hold?

Answers

To find the number of bricks that a trailer will hold, we need to measure the capacity of the trailer. The most useful measure for this purpose would be volume, which is typically measured in cubic feet or cubic meters.

We would need to know the length, width, and height of the trailer in order to calculate its volume. Once we have that information, we can calculate the total number of cubic feet or cubic meters that the trailer can hold. We can then divide that number by the volume of a single brick to determine the maximum number of bricks that the trailer can hold. It's important to note that we also need to account for any empty space or gaps between the bricks in our calculation, since these will affect the total number of bricks that can be loaded into the trailer.

To know more about measure visit:

https://brainly.com/question/28913275

#SPJ11

A chore of a circle is l cm long the distance of the circle is h in cm and the radius of the circle is r cm express r in terms of l and b

Answers

To express the radius of a circle, denoted by r, in terms of the length of the chord (l) and the distance of the chord from the center of the circle (h), we can use the following approach:

In a circle, the perpendicular distance from the center to a chord bisects the chord. This means that the distance from the center to the midpoint of the chord is equal to h/2. Now, consider the right triangle formed by the radius (r), the distance from the center to the midpoint of the chord (h/2), and half of the chord length (l/2). According to the Pythagorean theorem, the square of the radius is equal to the sum of the squares of the other two sides of the triangle.

Using this information, we can write the equation:

r^2 = (h/2)^2 + (l/2)^2

Simplifying the equation:

r^2 = h^2/4 + l^2/4

Taking the square root of both sides to solve for r:

r = √(h^2/4 + l^2/4)

Therefore, the expression for the radius (r) in terms of the length of the chord (l) and the distance of the chord from the center (h) is r = √(h^2/4 + l^2/4).

Learn more about Pythagorean here: brainly.com/question/24552248

#SPJ11

a) find a power series representation for f (x) =ln(1+x).
What is the radius of convergence?
b)use part (a) to find a power series for f (x) = xln(1+x).
c)use part (a) to find a power series for f(x)ln(x2 + 1)

Answers

a) The radius of convergence is also 1, since it is the same as the radius of convergence of ln(1+x).

a) We can find a power series representation for f(x) = ln(1+x) by using the formula:

ln(1 + x) = ∑(-1)^(n-1) * x^n / n for |x| < 1

So, the power series representation for ln(1+x) is:

ln(1 + x) = x - x^2/2 + x^3/3 - x^4/4 + x^5/5 - ...

The radius of convergence is 1, since the series converges for |x| < 1 and diverges for |x| > 1.

b) To find a power series for f(x) = xln(1+x), we can use the product rule of power series:

xln(1 + x) = x * [x - x^2/2 + x^3/3 - x^4/4 + x^5/5 - ...]

= x^2 - x^3/2 + x^4/3 - x^5/4 + x^6/5 - ...

So, the power series representation for f(x) = xln(1+x) is:

f(x) = xln(1+x) = ∑(-1)^(n-1) * x^(n+1) / n for |x| < 1

c) To find a power series for f(x)ln(x^2 + 1), we can use the product rule of power series again:

f(x)ln(x^2 + 1) = [x - x^2/2 + x^3/3 - x^4/4 + x^5/5 - ...] * ln(x^2 + 1)

= [xln(x^2 + 1)] - [x^2 ln(x^2 + 1)]/2 + [x^3 ln(x^2 + 1)]/3 - [x^4 ln(x^2 + 1)]/4 + [x^5 ln(x^2 + 1)]/5 - ...

We already have a power series for xln(1+x), which is the same as xln(x^2+1) for |x| < 1. So, we can substitute it in the above series:

f(x)ln(x^2 + 1) = ∑(-1)^(n-1) * x^(2n+1) / (2n+1) * [1 - 1/2 + 1/3 - 1/4 + 1/5 - ...]

= ∑(-1)^(n-1) * x^(2n+1) / (2n+1) * ln(x^2 + 1)

The radius of convergence of this power series is also 1, since it is the same as the radius of convergence of ln(1+x) and xln(1+x).

To know more about convergence visit:

brainly.com/question/14394994

#SPJ11

which equation can be used to determine the reference angle, r, if θ = 7π/12?
a. r = θ
b. r = π - θ
c. r = θ - π
d. r = 2π - θ

Answers

The equation that can be used to determine the reference angle, r, if θ = 7π/12 is option (b) r = π - θ.

A reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we need to subtract the angle from either π/2 or π (depending on which quadrant the angle is in).
In this case, 7π/12 is in the second quadrant (between π/2 and π). Therefore, we subtract 7π/12 from π to get the reference angle:

r = π - θ
r = π - 7π/12
r = (12π/12) - (7π/12)
r = 5π/12

So the reference angle, r, for θ = 7π/12 is 5π/12.
Note that option (a) r = θ is incorrect because this would give the same angle as θ, not the reference angle. Option (c) r = θ - π is incorrect because it would give a negative angle, which is not an acute angle. Option (d) r = 2π - θ is incorrect because it would give an angle in the fourth quadrant, which is not the reference angle for an angle in the second quadrant.

To know more about reference angle visit:-

https://brainly.com/question/2588209

#SPJ11

The Gateway Arch in St. Louis was designed by Eero Saarinen and was constructed using the equation y=211.49-20.96 cosh 0.03291765x for the central curve of the arch, where x and y are measured in meters and |x| ≤ 91.20. At what points is the height 100 m?

Answers

To find the points where the height of the Gateway Arch is 100 meters, we need to solve the equation y = 100 for x.

Substituting y = 100 into the equation for the central curve of the arch, we get:

100 = 211.49 - 20.96 cosh (0.03291765x)

Rearranging the equation, we get:

cosh (0.03291765x) = (211.49 - 100) / 20.96

cosh (0.03291765x) = 5.21

Taking the inverse hyperbolic cosine of both sides, we get:

0.03291765x = acosh(5.21)

x = (1/0.03291765) acosh(5.21)

Solving for x using a calculator, we get:

x = ± 64.975

Therefore, the height of the Gateway Arch is 100 meters at the points (64.975, 100) and (-64.975, 100).

To learn more about inverse : brainly.com/question/30339780

#SPJ11

This question is really confusing me, thank you so much if you can explain it to me, I would really appreciate it.

Factor completely.
9j² - 25k6
Enter your answer in the blanks in order from left to right.
(Oj − Okº) (Oj + k)
-
Blank # 1
Blank # 2
Blank # 3
Blank #4
Blank # 5
Blank # 6

Answers

Step-by-step explanation:

(3j - 5k^3) ( 3j + 5k^3)  =  9j^2 - 25k^6

What is the area, in square centimeters, of the trapezoid below?
13.9 cm
18 cm
7 cm
9.3 cm

Answers

Answer:

120.8

Step-by-step explanation:

can you help me with mathhh

Answers

The answer is C because line is above -6

Which inequality is true when the value of x is -15?
x-6> -1
-x-6 < 1
x-6 < −1
-x-6>-1
Submit Answer

Answers

The correct inequality which is true when the value of x is -15 is,

⇒ x - 6 < - 1

⇒ - x - 6 > - 1

We have to given that;

To find inequality which is true when the value of x is -15.

Hence, Substitute x = - 15 in the inequality and find correct inequality as;

⇒ x - 6 > - 1

⇒ - 15 - 6 > - 1

⇒ - 21 > - 1

Which is not true.

⇒ - x - 6 < 1

⇒ - (- 15) - 6 < 1

⇒ 15 - 6 < 1

⇒ 9 < 1

Which is not true.

⇒ x - 6 < - 1

⇒ - 15 - 6 < - 1

⇒ - 12 < - 1

Which is true.

⇒ - x - 6 > - 1

⇒ - (- 15) - 6 > - 1

⇒ 15 - 6 > - 1

⇒ 9 > - 1

Which is true.

Thus, The correct inequality which is true when the value of x is -15 is,

⇒ x - 6 < - 1

⇒ - x - 6 > - 1

Learn more about the inequality visit:

https://brainly.com/question/25944814

#SPJ1

HELP!! Please!! i will write brainuiest.

Answers

12.8 is the answer I think but I’m not sure

Answer:

20

Step-by-step explanation:

16 / 20 = 0.80

0.80 = 80%

Bookwork code: M56
Calculator
not allowed
Select all of the options which are true of the perpendicular bisector of
line AB.
It is a fixed distance from line AB
It meets line AB at 90°
It meets line AB at 180°
It passes through A
It passes through B
It does not meet line AB
It passes through the midpoint of line AB

Answers

Answer: It meets at 90, and it passes through the midpoint.

Step-by-step explanation:

It isn't the first option because there is no distance between the line and it's bisector

It meets at AB because at a 90 degree angle because it perpendicular

Because of that, it can't also meet at a 180 degree angle

because its a bisector, it would not pass through A or B

It must meet line AB to bisect it

And because it bisects the line, it would also pass through the midpoint.

The ratio of the number of strawberries to the numbers to the number of kiwis is 5:4. The ratio of the number of kiwis to the number of plums is 3:2. There are 56 plums. How many strawberries are there?

Answers

There are 3x = 3(28) = 84 kiwis.next, we are told that the ratio of strawberries to kiwis is 5:4.

let's start by using the second piece of information to find the number of kiwis. if the ratio of kiwis to plums is 3:2, then we can represent the number of kiwis as 3x and the number of plums as 2x. we are told that there are 56 plums, so we can solve for x:

2x = 56x = 28 let's represent the number of strawberries as 5y and the number of kiwis as 4y. we already know that there are 84 kiwis, so we can solve for y:

4y = 84

y = 21

Learn more about ratio here:

https://brainly.com/question/13419413

#SPJ11

Find the value of a and b when x = 10
a = 5x*/2
b = 2x*(x – 5)/10x

Answers

When x = 10, b takes the value 1. The values of a and b when x = 10 are a = 25 and b = 1.

To find the values of a and b when x = 10, we can substitute x = 10 into the given expressions for a and b and simplify the equations.

a = 5x/2

Replacing x with 10:

a = 5(10)/2

a = 50/2

a = 25

So, when x = 10, a takes the value 25.

b = 2x*(x - 5)/10x

Replacing x with 10:

b = 2(10)(10 - 5)/(1010)

b = 2(10)(5)/(100)

b = 205/100

b = 100/100

b = 1.

For such more questions on Values:

https://brainly.com/question/843074

#SPJ11

6. two cards are drawn from a standard deck of cards. the first card is not put back into the deck after being drawn. what is the probability that the first card is a diamond or the second card is face card?

Answers

Therefore, the probability that the first card is a diamond or the second card is a face card is approximately 0.3039.

We can solve this problem by using the addition rule of probability.

The probability of the first card being a diamond is 13/52 (since there are 13 diamonds in a standard deck of 52 cards). The probability of the second card being a face card is 12/51 (since there are 12 face cards left in the deck after the first card is drawn).

To find the probability that either event occurs, we add the probabilities and subtract the probability of both events happening together (since we only want to count that once):

P(diamond or face card) = P(diamond) + P(face card) - P(diamond and face card)

P(diamond or face card) = 13/52 + 12/51 - (3/51) [since there are 3 face cards that are also diamonds]

Simplifying the expression, we get:

P(diamond or face card) = 0.3039

To know more about probability,

https://brainly.com/question/31163003

#SPJ11

y=|1/2x-2|+3

one unit to the right

please help

Answers

The Transformation of the original equation y=|1/2x-2|+3 one unit to the right results in the new equation y=|1/2(x-1)-2|+3

To shift the graph of the equation y=|1/2x-2|+3 one unit to the right, we can use a transformation of the form y=|1/2(x-1)-2|+3. This transformation will shift the graph one unit to the right by replacing x with (x-1) in the original equation.

To graph the transformed equation, we can start by finding the x- and y-intercepts. To find the y-intercept, we set x=0:

y=|1/2(0-1)-2|+3

y=|1/2(-1)-2|+3

y=|-1/2-2|+3

y=|-5/2|+3

y=5/2+3

y=11/2

Therefore, the y-intercept is (0, 11/2).

To find the x-intercept, we set y=0:

0=|1/2(x-1)-2|+3

-3=|1/2(x-1)-2|

-3=1/2(x-1)-2 or -3=-1/2(x-1)-2

-1=1/2(x-1) or -1=-1/2(x-1)

-2=x-1 or 0=x-1

x=-1 or x=1

Therefore, the x-intercepts are (-1, 0) and (1, 0).

Next, we can plot these points and draw the graph. The graph is symmetric about the vertical line x=1, as the absolute value function has this property.

Overall, the transformation of the original equation y=|1/2x-2|+3 one unit to the right results in the new equation y=|1/2(x-1)-2|+3.

To know more about Transformation .

https://brainly.com/question/10904859

#SPJ11

Write x2 + 4x − 5 = 0 in the form of (x − a)2 = b, where a and b are integers.

a
(x + 4)2 = 9

b
(x + 4)2 = 5

c
(x + 2)2 = 9

d
(x + 2)2 = 3

Answers

Answer:

C. (x+2)2=3

Step-by-step explanation:

Take the root of both sides and solve.

Both x2+4x-5=0 and (x+2)2=3 have the solution of x=1,-5

have a great day and thx for your inquiry :)

A cylinder has a surface area of approximately 256.224 m². If the diameter of the cylinder's base is 8 m, what is the height of the cylinder?
Round to the nearest tenth.

Answers

for future problems just look up cone/cylinder/sphere calculator for a faster solution. sorry for not providing answer.

The height of the cylinder is approximately 7.94 meters when rounded to the nearest tenth.

How did this do?

The surface area of a cylinder can be calculated using the formula:

SA = 2πr^2 + 2πrh

where r is the radius of the base and h is the height of the cylinder.

We are given the diameter of the cylinder's base, which is 8 m. The radius is half the diameter, so:

r = 8 m / 2 = 4 m

Substituting this value for r, and the given value for SA into the formula, we get:

256.224 m² = 2π(4 m)^2 + 2π(4 m)h

Simplifying this equation:

256.224 m² = 32π + 8πh

256.224 m² - 32π = 8πh

h = (256.224 m² - 32π) / (8π)

h ≈ 7.94 m (rounded to the nearest tenth)

If angle 5=91-2x and angle 10=5x find the value of x

Answers

The value of x for the same angle based on the information is 13.

How to calculate tie angle

In Plane Geometry, a figure which is formed by two rays or lines that shares a common endpoint is called an angle

Since angles 5 and 10 are the same, we can set them equal to each other:

91 - 2x = 5x

Simplifying this equation, we can add 2x to both sides:

91 = 7x

Then, we can divide both sides by 7 to solve for x:

x = 13

Therefore, the value of x for the same angle is 13.

Learn more about angle on

https://brainly.com/question/25716982

#SPJ1

HELP PLEASE ASAP, will give BRAINLIEST to correct answer!

Answers

The statements about the given parabola that are true are:

A. The focus is ( - 2 , 1 / 2).B. The vertex is (- 2 , 4 ).C. The directrix is y = 15 / 2.
How to find the statements on the parabola ?

The form of a parabola is :

y = a ( x - h ) ² + k

This means that the statement that the vertex is (-2, 4) is true because the vertex is ( h, k ).

The focus is ( h,  k - p ) which would be ( -2 , 1 / 2 ). This is shown in option A.

The Directrix is:

y = 4 + 7/2

= 15 / 2

This is shown in option C.

Find out more on the focus at https://brainly.com/question/25651698

#SPJ1

It’s proportions

Need help with the first four

Answers

Answer:

1: $85

2: $3.10

3: $9.75

4: $3.78

Step-by-step explanation:

1: 2 tickets = $34

 1 ticket = $17   (34 divided by 2)

17 x 5 = $85

2: 3 can = $.93

   0.93 / 3 = $0.31

0.31 x 10 = $3.10

3: 3 copies = $5.85

  5.85 / 3 = $1.95

$1.95 x 5 = $9.75

4: 4 containers = $2.52

2.52 / 4 = $0.63

0.63 x 6 = $3.78

Can somebody pls answer this question fast​

Answers

The solution of the expression is,

⇒ 0 + (7/11)√5

We have to given that;

Expression is,

⇒ (7 + √5) / (7 - √5) - (7 - √5) / (7 + √5)

Take LCM we get;

⇒ (7 + √5)² - (7 - √5)² / (7 - √5) (7 + √5)

⇒ (49 + 5 + 14√5) - (49 + 5 - 14√5) / (7² - √5²)

⇒ (28√5) / (49 - 5)

⇒ 28√5 / 44

⇒ 7√5 / 11

⇒ 0 + (7/11)√5

Thus, The solution of the expression is,

⇒ 0 + (7/11)√5

Learn more about the mathematical expression visit:

brainly.com/question/1859113

#SPJ1

HELP NOW IT IS 6th GRADE MATH HELPPPPPP

Answers

Answer:

S=2t

or

T=1/2 S

Which graph best represents the solution set for this system of inequalities? y < − 1 /2 x − 1

Answers

Step-by-step explanation:0

The slope is 1/2, and the y-intercept is (0,-1).

The area shaded is what x could be

please answer the question in the image

Answers

[tex]\textit{area of a sector of a circle}\\\\ A=\cfrac{\theta r^2}{2} ~~ \begin{cases} r=radius\\ \theta =\stackrel{radians}{angle}\\[-0.5em] \hrulefill\\ r=6\\ \theta =\frac{\pi }{6} \end{cases}\implies A=\cfrac{(\frac{\pi }{6})(6)^2}{2} \\\\\\ A=3\pi \implies A\approx 9.42~m^2[/tex]

john drives his car a distance of 16 miles to work, at a rate of m miles per hour. if, on a certain day, the car stops after only v miles, how many hours will it take john to travel the rest of the way, at the same rate?

Answers

Answer:

time left = (16 - v) / m

----------------------------

Use the formula:

distance = rate x time.

We know that John drives a distance of 16 miles to work at a rate of m miles per hour.

So, the time it takes him to travel the full distance is:

time = distance / rate time = 16 / m

On a certain day, the car stops after only v miles. So, the distance John still needs to travel is:

distance left = 16 - v

We also know that he will be traveling at the same rate, so we can use the formula again:

distance left = rate x time left 16 - v = m x time left

To find the time left, we can rearrange the formula:

time left = (16 - v) / m

in general, how does the number of zeroes (or x-intercepts) relate to the highest power of a polynomial? be specific. can you make a statement about the minimum number of zeroes as well as the maximum?

Answers

The number of zeroes or x-intercepts of a polynomial function is related to its highest power, which is determined by the degree of the polynomial. Let's consider a polynomial of degree "n" where "n" is a positive integer.

How to explain the information

The minimum number of zeroes or x-intercepts a polynomial can have is zero. This occurs when all the terms of the polynomial have non-zero coefficients and there are no factors that would cause the polynomial to equal zero. For example, a polynomial of degree 2, such as f(x) = x^2 + 1, has no zeroes.

The maximum number of zeroes or x-intercepts a polynomial of degree "n" can have is "n". This is known as the Fundamental Theorem of Algebra, which states that a polynomial of degree "n" can have at most "n" distinct zeroes.

Learn more about intercept on

https://brainly.com/question/1884491

#SPJ1

Other Questions
PLEASE HELP, DESPERATE.There are several climate zones in the world. Climate zones are classified based on their average, maximum, minimum, and range of temperatures and the amount of precipitation they receive annually and seasonally. The weather of a region can change daily, but weather shows the general pattern of a climate over long periods of time. Latitude, elevation (or altitude), winds, proximity to bodies of water, and aspect (slope) are the five major factors that affect climate.A. Take a look at the map below. Draw in the equator in the appropriate place on the map. Split the map into six horizontal sections from top to bottom, three above the equator and three below the equator. Color in the major climate zones using the key below.Polar: BlueTropical: GreenTemperate: RedB. Then fill in the table with at least three characteristics of each climate zone. Focus on what makes each climate zone distinct from the other zones. When should an organization's managers have an opportunity to respond to the findings in an audit? A. Managers should write a report after receiving the final audit report. B. Managers should include their responses to the draft audit report in the final audit report. C. Managers should not have an opportunity to respond to audit findings. D. Managers should write a letter to the Board following receipt of the audit report. what is the difference between a beacon and an rfid tag? a. rfid tags determine the location of products and people; beacons convey that information to marketers. b. beacons determine the location of products and people; rfid tags convey that information to marketers. c. beacons determine where products are; rfid tags determine where people are. d. beacons determine where people are; rfid tags determine where products are. Is the Turkish language slowly declining? If yes, why Find the center and vertices if the ellipse x^2/49 +y^2/4=1 Which rule of perceptual organization shows that we fill in gaps to create whole objects? A. Proximity B. Continuity C. Figure-ground. D. Closure. Cochlea. what component can mask internal engine oil leaks? need someone to just pick 10 and put them in german.. thanks :D (50 points)Record yourself asking any ten of the following questions, in German. Be sure to indicate which question you are translating; to do so, just mention the number. So, if you are going to do 'When?', just say: "2. [then give your translation].Which one?When?Do You understand?Why? (for what reason)What?How much?Where to?How do you say ... ? Who?To whom?Which?Where (at)? The angle of elevation from the bottom of the ski lift to the top of the mountain is 62. If the vertical height of the mountain is 1,760 feet, what is the total distance traveled on the ski lift from the bottom to the top of the mountain?The angle of elevation from the bottom of the ski lift to the top of the mountain is 62. If the vertical height of the mountain is 1,760 feet, what is the total distance traveled on the ski lift from the bottom to the top of the mountain? the major consequence of the press's increased emphasis on conflict and image is .question 75 options:a) increased cynicism by the public toward both the media and politicsb) increased dependence on the media as the only source of truth about the political worldc) increased cynicism by the public toward the media and increased sympathy for politiciansd) increased appreciation by the public for the importance of the political process Question 2Name one major difference and one similarity between Alena and Lord Walker. Cite specific evidence from the text to support your answer. when does light behave as a wave? when does it behave as a particle? which of the following devices are said to be parts of a specialty wlan infrastructure yuor ablity to raed thsi sntenece desipte its mnay mssipllengis is deu to ____. darwin was very interested in the observation that animals on distant and isolated landmasses appeared to be related to animals on the mainlands. however, despite their similar appearance, the animals were indeed not related. which of the following types of evidence would help darwin make sense of his observations? Which of the following statements will print the maximum value an int variable may have?a. system.out.printin{MAX_VALUE} ;b. system.out.printin(double.MAX_VALUE};c. system.out.printin(Double.MAX_VALUE};d. system.out.printin(Double.MAXIMUM_VALUE}; a key advantage of random assignment is that it makes ________ about the same in each group. Which of the following is a core activity according to the value chain model?a. firm infrastructureb. customer servicec. human resourcesd. procurement how do you calculate the monthly rate for annual taxes using a statutory year? unset starred question divide by 12 divide by 360 divide by 365 multiply by 12 Area of a regular polygon, I need the work