Reasoning A cylindrical water tank holds 26 litres when full. The water tank is 36 cm tall.
Work out the radius of the tank to 2 d.p.
(4 marks)

Answers

Answer 1

Answer:

r = 15.16 cm

Step-by-step explanation:

Mathematically, we need a consistent unit

26 liters = 26,000 cm^3 as 1000 cm^3 = 1 L

The volume of a cylinder is;

V = pi * r^2 * h

26,000 = 3.142 * r^2 * 36

r^2 = 26,000/(3.142 * 36)

r^2 = 229.86

r = √229.86

r = 15.16 cm


Related Questions

the null hypothesis for the single factor anova states that all means are equal.
T/F

Answers

The null hypothesis for the single factor ANOVA states that all means are equally true.

The null hypothesis for a single-factor ANOVA (analysis of variance) states that all means are equal.

The alternative hypothesis, on the other hand, suggests that at least one of the means is different from the others.

The purpose of the ANOVA test is to determine whether there is sufficient evidence to reject the null hypothesis and conclude that there are significant differences between the means. A statistical formula used to compare variances across the means (or average) of different groups.

Hence, the statement is true .

To know more about null hypothesis click here :

https://brainly.com/question/30821298

#SPJ4

Which equation describes the line graphed above?

Which equation describes the line graphed above?

Answers

D is the answer 2/3 rise over run and then it is sitting on the positive 4 on the y axis

The perimeter of a rectangle is 52 cm. If its width is 2 cm more than one-third of its length, find the dimensions of rectangle.

Answers

Let's call the length of the rectangle "L" and the width "W".

From the problem, we know that:

- The perimeter of a rectangle is 2(L + W), so 2(L + W) = 52 (since "The perimeter of a rectangle is 52 cm")
- The width is 2 cm more than one-third of the length, so W = (1/3)L + 2 (since "Its width is 2 cm more than one-third of its length")

We can use substitution to solve for one of the variables. Substituting the second equation into the first equation, we get:

2(L + (1/3)L + 2) = 52

Simplifying the left side, we get:

2(4/3 L + 2) = 52

Multiplying both sides by 1/2, we get:

4/3 L + 2 = 26

Subtracting 2 from both sides, we get:

4/3 L = 24

Multiplying both sides by 3/4, we get:

L = 18

Now that we know L, we can use the second equation to solve for W:

W = (1/3)L + 2
W = (1/3)(18) + 2
W = 8

Therefore, the dimensions of the rectangle are 18 cm by 8 cm.

Consider the given pseudo code. Write the function T(n) in terms of the number of operations, and then give the asymptotic (big Oh) complexity of the algorithm, show all the work you do. [ write the summation formula and solve it, or use the "Look for pattern"method. a. Matrix Multiplication

Answers

The function T(n) in terms of the number of operations is:

T(n) = 2n^3 + 3n^2 + 2n + 1 and the asymptotic complexity of the matrix multiplication algorithm is O(n^3).

To analyze the provided pseudo code for matrix multiplication and determine the function T(n) in terms of the number of operations, we need to examine the code and count the number of operations performed.

The pseudo code for matrix multiplication may look something like this:

```

MatrixMultiplication(A, B):

   n = size of matrix A

   C = empty matrix of size n x n

   for i = 1 to n do:

       for j = 1 to n do:

           sum = 0

           for k = 1 to n do:

               sum = sum + A[i][k] * B[k][j]

           C[i][j] = sum

   return C

```

Let's break down the number of operations step by step:

1. Assigning the size of matrix A to variable n: 1 operation

2. Initializing an empty matrix C of size n x n: n^2 operations (for creating n x n elements)

3. Outer loop: for i = 1 to n

- Incrementing i: n operations  

- Inner loop: for j = 1 to n

- Incrementing j: n^2 operations (since it is nested inside the outer loop)

- Initializing sum to 0: n^2 operations

- Innermost loop: for k = 1 to n

- Incrementing k: n^3 operations (since it is nested inside both the outer and inner loops)

- Performing the multiplication and addition: n^3 operations

- Assigning the result to C[i][j]: n^2 operations

- Assigning the value of sum to C[i][j]: n^2 operations

Total operations:

1 + n^2 + n + n^2 + n^3 + n^3 + n^2 + n^2 = 2n^3 + 3n^2 + 2n + 1

Therefore, the function T(n) in terms of the number of operations is:

T(n) = 2n^3 + 3n^2 + 2n + 1

To determine the asymptotic (big O) complexity of the algorithm, we focus on the dominant term as n approaches infinity.

In this case, the dominant term is 2n^3. Hence, the asymptotic complexity of the matrix multiplication algorithm is O(n^3).

To know more about asymptotic complexity refer here:

https://brainly.com/question/30214690#

#SPJ11

Multiple the binomials (simplify) (w-4)(w+6)

Answers

Answer:

\(w^2+2w-24\)

Step-by-step explanation:

To multiply the binomials, use the distributive property of multiplication:

\(\begin{gathered} (w-4)(w+6)=w^2+6w-4w-24 \\ \text{ Compute like terms:} \\ w^2+2w-24 \end{gathered}\)

Write an equation to relate the flow of water from the 8-inch pipe (1600) to the flow of water from the 4-inch pipe (2400). enter your answer in simplest form.

Answers

The equation to relate the flow of water from the 8-inch pipe (1600) to the flow of water from the 4-inch pipe (2400) is 2400.

To relate the flow of water from the 8-inch pipe to the flow of water from the 4-inch pipe, we can use the equation of continuity, which states that the product of the cross-sectional area of a pipe and the velocity of the fluid is constant.

Let's assume that the velocity of water flowing through the 8-inch pipe is V1 and the velocity of water flowing through the 4-inch pipe is V2. The cross-sectional area of the 8-inch pipe is A1 = π\((8/2)^2\) = 64π square inches, and the cross-sectional area of the 4-inch pipe is A2 = π\((4/2)^2\) = 4π square inches.

According to the equation of continuity, A1 * V1 = A2 * V2.

Substituting the given values, we have:

64π * V1 = 4π * V2

Simplifying, we get:

16V1 = V2

So, the equation to relate the flow of water from the 8-inch pipe (1600) to the flow of water from the 4-inch pipe (2400) is:

1600 * 16 = 2400

Learn more about cross-sectional area

https://brainly.com/question/30899946

#SPJ11

write s=∑n=4[infinity]1n(n−1) as a telescoping series and find its sum.

Answers

The sum of the series s = ∑n=4^∞ 1/(n(n−1)) is 1/4.

To write the series s = ∑n=4^∞ 1/(n(n−1)) as a telescoping series, we need to manipulate the terms to cancel each other out and simplify the expression.

We can rewrite the series as:

s = ∑n=4^∞ (1/n - 1/(n-1))

Expanding the summation:

s = (1/4 - 1/3) + (1/5 - 1/4) + (1/6 - 1/5) + ...

Notice that the term -1/(n-1) in each subsequent term cancels out with the 1/n term in the next term, except for the first term (1/4 - 1/3).

We can simplify the expression by canceling out the terms:

s = 1/4 - 1/3 + 1/5 - 1/4 + 1/6 - 1/5 + ...

The consecutive terms cancel out, leaving only the first term:

s = 1/4

Therefore, the sum of the series s = ∑n=4^∞ 1/(n(n−1)) is 1/4.

Learn more about series here:

https://brainly.com/question/11346378

#SPJ11

Joy's math certificate is 10 inches tall and 13 inches wide. Joy wants to put the certificate in a fancy frame that costs $3.00 per inch. How much will it cost to frame Joy's math certificate?

Answers

In perimeter, The cost to frame Joy's math certificate in a fancy frame is $138.00.

The dimensions of Joy's math certificate are 10 inches tall and 13 inches wide.

Joy wants to frame it in a fancy frame that costs $3.00 per inch.

To determine the total cost of framing the certificate, we need to find its perimeter and then multiply that by the cost per inch.

The perimeter of the certificate is:

Perimeter = 2 × (height + width)

Substituting the given values, we get:

Perimeter = 2 × (10 + 13)Perimeter = 46 inches

Therefore, the total cost of framing Joy's math certificate is:

Total cost = Perimeter × Cost per inch

Total cost = 46 × 3.00Total cost = $138.00

Thus, the cost to frame Joy's math certificate in a fancy frame is $138.00.

Know more about perimeter:

https://brainly.com/question/30252651

#SPJ11

Find the hourly rate of pay for each of the following jobs: a) Tamara owns a salon and earns R1050 for 6 hours and 15 minutes of work. ​

Answers

Answer:

  ₹168 per hour

Step-by-step explanation:

The hourly rate at which Tamara is paid can be found by dividing her ₹1050 pay by the 6:15 hours that she worked.

Hours

We know there are 60 minutes in an hour, so the fraction of an hour represented by 15 minutes is ...

  (15 min)/(60 min/h) = (15/60) h = 1/4 h = 0.25 h

Added to the 6 whole hours Tamara worked, her pay is for 6.25 hours.

Hourly rate

The pay per hour is found by dividing pay by hours.

  ₹1050/(6.25 h) = ₹168/h

Tamara's hourly rate of pay is ₹168 per hour.

L 4.6.3 Test (CST): Linear Equations
me.
OA. y+4= -3(x-3)
OB. y-4=-3(x+3)
OC. y-4=3(x+3)
OD. y+4=3(x-3)
(3,-4)

Answers

The correct option is OA. y+4= -3(x-3). L 4.6.3 Test (CST): Linear Equations Solution: We are given that a line passes through (3,-4) and has a slope of -3.

We will use point slope form of line to obtain the equation of liney - y1 = m(x - x1).

Plugging in the values, we get,y - (-4) = -3(x - 3).

Simplifying the above expression, we get y + 4 = -3x + 9y = -3x + 9 - 4y = -3x + 5y = -3x + 5.

This equation is in slope intercept form of line where slope is -3 and y-intercept is 5.The above equation is not matching with any of the options given.

Let's try to put the equation in standard form of line,ax + by = c=> 3x + y = 5

Multiplying all the terms by -1,-3x - y = -5

We observe that option (A) satisfies the above equation of line, therefore correct option is OA. y+4= -3(x-3).

Thus, the correct option is OA. y+4= -3(x-3).

For more question on equation

https://brainly.com/question/17145398

#SPJ8

Stereo Inc. sells a stereo system for $400 down and monthly payments of $90 for the next 4 years. If the interest rate is 2.75% per month, find:
a) The cost of the stereo.
Answer = $
b) The total amount of interest paid.
Answer = $

Answers

a) The cost of the stereo system is $4,760.

b) The total amount of interest paid is $1,760.

To find the cost of the stereo system, we need to calculate the sum of the down payment and the total of monthly payments over 4 years. The down payment is $400, and the monthly payment is $90 for 48 months (4 years). Thus, the total cost of the stereo system is $400 + ($90 × 48) = $4,760.

To calculate the total amount of interest paid, we need to subtract the initial principal amount (down payment) from the total cost of the stereo system. The initial principal amount is $400, and the total cost is $4,760. Therefore, the total interest paid is $4,760 - $400 = $1,760.

In summary, the cost of the stereo system is $4,760, and the total amount of interest paid is $1,760.

Learn more about initial principal here:

https://brainly.com/question/26100282

#SPJ11

how many ways can the letters of a word be arranged in a row if two letters must remain next to each other

Answers

To determine the number of ways that the letters of a word can be arranged in a row if two letters must remain next to each other, we can treat these two letters as a single unit. Therefore, the problem reduces to finding the number of ways to arrange this new "unit" and the remaining letters.

So, to answer the question directly, the number of ways that the letters of a word can be arranged in a row if two letters must remain next to each other is (n-1) x 2!
To solve this problem, we will treat the two letters that must remain next to each other as a single unit, and then find the total number of arrangements. Here's the step-by-step explanation:

1. Combine the two letters that must remain next to each other into a single unit. This will temporarily reduce the total number of items to arrange by one.

2. Count the total number of items (including the combined unit) that you need to arrange.

3. Calculate the factorial of the total number of items. This will give you a number of ways to arrange these items in a row.

4. Finally, since the two letters inside the combined unit can be arranged in two ways (either the first letter comes first or the second letter comes first), multiply the result from step 3 by 2.

By following these steps, you will get the total number of ways the letters of a word can be arranged in a row with the constraint that the two specified letters must remain next to each other.

To know more about problem reduces:- https://brainly.com/question/30790182

#SPJ11

Solve for p in the literal equation 9p + 7r = q.

Answers

Answer:

p = \(\frac{q-7r}{9}\)

Step-by-step explanation:

Given

9p + 7r = q ( subtract 7r from both sides )

9p = q - 7r ( isolate p by dividing both sides by 9 )

p = \(\frac{q-7r}{9}\)

Answer: p = q - 7r   ÷    9

what is y=1/4x-6 graphed

Answers

Answer:

Step-by-step explanation:

what is y=1/4x-6 graphed

Select the correct answer. Identify the expression equivalent to 4(x + x + 7) - 2x + 8 - 4 by substituting x= 1 and x = 2.

A. 6x + 11
B. 3(x + 7)
C. 2(3x + 16)
D. 3x + 16​

Answers

Answer:

C is correct

Step-by-step explanation:

I'm not sure what the substituting part has to do anything, but here is how I got the answer

4(x+x+7)-2x+8-4

4(2x+7)-2x+4

8x+28-2x+4

6x+32

Factor and you get

2(3x+16), which is answer choice C

You can check that the answer is right by plugging in x=1 and x=2 into the original equation and the answer choice, which may be what that is asking.

Answer to thisssssss

Answer to thisssssss

Answers

Answer:

\(\huge\boxed{P\approx267.75m}\)

Step-by-step explanation:

Look at the picture in the attachment.

x it's the quarter of  the circle with the radius r = 75m.

The formula of a circumference of a circle:

\(C=2\pi r\)

Therefore

\(x=\dfrac{1}{4}\cdot2\pi r=\dfrac{1}{2}\pi r\)

Substitute r = 75m:

\(x=\dfrac{1}{2}\pi\cdot75=37.5\pi(m)\)

The PERIMETER of the shaded region:

\(P=2\cdot75+37.5\pi=(150+37.5\pi)m\\\\\pi\approx3.14\)

substitute

\(P\approx150+37.5\cdot3.14=150+117.75=267.75(m)\)

Answer to thisssssss

Geometry homework
-foundation’s of geometry-
I need help

Geometry homework -foundations of geometry-I need help

Answers

Answer:

m<2=m<5=50

m<4=85

m<6=45

Step-by-step explanation:

Answer:

1:85 2:50 3:45 4:85 5:50 6:45

Step-by-step explanation:

pls give brainliest

1 should be like 4 and 3 should be like 6.

Like 6+1 is 130 so 2 is 50

Which expressions represent the derivative of the function y = f(x) ? Select all that apply.A) lim X-0 f(x + h) - f(x) h dy dx l'(x) O S(x) + f(h) xth dh dx lim 10 f(x) + f(h) x+h O f(x + h) - f(x) h lim 1-0 F(x +h)-f(x) h

Answers

The expressions that represent the derivative of the function y = f(x) are:

- dy/dx

- f'(x)

- lim(h→0) [f(x+h) - f(x)]/h

- lim(h→0) [f(x) - f(x-h)]/h

So, the correct options are:

- dy/dx

- f'(x)

- lim(h→0) [f(x+h) - f(x)]/h

- lim(h→0) [f(x) - f(x-h)]/h

Option (C) and option (D) are the same expressions, just with a different notation.

To learn more about function   refer below

https://brainly.com/question/14002287

#SPJ11

do the step by step process thank u soooooo much

do the step by step process thank u soooooo much

Answers

Answer:

Surface area: 199.27 cm

Volume: 129.8 cm³

Step-by-step explanation:

do the step by step process thank u soooooo much
do the step by step process thank u soooooo much
do the step by step process thank u soooooo much
do the step by step process thank u soooooo much

If you count to 100 by 2, how many numbers will you say?

Answers

50 would be the answer 100 divided by 2 I believe

Answer:

If you start at 0, 51.  If you start with 2, 50.

Step-by-step explanation:

The amount of numbers that will be said are simply 100/2 which is 50 since counting by two is the same as the amount of even numbers up to 100.  If you start at 0, simply add an additional count, making 51.

Cheers.

A data warehouse allows users to specify certain dimensions, or characteristics. True or false

Answers

True, a data warehouse allows users to specify certain dimensions or characteristics.

In a data warehouse, dimensions represent the different aspects or characteristics by which data can be categorized or analyzed. These dimensions can include various attributes or variables that provide context and organize the data.

Users of a data warehouse can specify these dimensions based on their analytical needs and the nature of the data being stored.

For example, in a sales data warehouse, common dimensions may include product, customer, time, and location.

By specifying these dimensions, users can slice and dice the data based on different criteria and gain insights from various perspectives.

By defining dimensions, users can navigate through the data warehouse and perform multidimensional analysis using tools such as OLAP (Online Analytical Processing).

Dimensions provide a structure for organizing and querying data in a way that facilitates analysis and reporting.

In summary, a data warehouse allows users to specify dimensions or characteristics that help organize and analyze the data stored in the warehouse. These dimensions provide a framework for users to navigate and explore the data from different perspectives.

To know more about variable click here

brainly.com/question/2466865

#SPJ11

a bagel store sells 6 different types of bagels. in how many ways can you buy 20 bagels with at least one bagel of each kind?

Answers

The number of ways to buy 20 bagels with at least one bagel of each kind from a bagel store that sells 6 different types of bagels is 3060.

To calculate the number of ways to buy 20 bagels with at least one bagel of each kind from a bagel store that sells 6 different types of bagels, we can use the concept of stars and bars.

First, we need to ensure that we have at least one of each type of bagel. So, we take one bagel of each type, which leaves us with 14 bagels to buy.

Now, we can use stars and bars to distribute the remaining 14 bagels among the 6 types of bagels. We represent the 14 bagels as stars and the 5 possible locations between the types of bagels as bars.

Using this method, we need to distribute 14 stars among 5 bars, which can be done in

(14+5-1) choose (5-1) = 18 choose 4 = 3060 ways.

Therefore, the number of ways to buy 20 bagels with at least one bagel of each kind from a bagel store that sells 6 different types of bagels is 3060.

Learn more about ways :

https://brainly.com/question/11823283

#SPJ4

PLEASE HELP!!! I’ll give brainlest

PLEASE HELP!!! Ill give brainlest

Answers

The answer to your question is g(x)= -3f(x).

3) A lottery ticket says that the chances of winning are 1 in 8. Suppose you buy 10 of these lottery tickets. Find the probability that at least one of them will be a winner

Answers

The probability of at least one of your 10 lottery tickets being a winner is approximately 0.638 or 63.8%.

The probability of winning on a single lottery ticket is 1/8, which means that the probability of not winning is 7/8. If you buy 10 of these lottery tickets, the probability of not winning on any of them is:

(7/8)^10 = 0.362

This means that there is a 36.2% chance that none of your tickets will be a winner. To find the probability that at least one of your tickets will be a winner, we can use the complementary probability:

P(at least one winner) = 1 - P(no winners)

P(at least one winner) = 1 - 0.362

P(at least one winner) = 0.638

Find out more about probability

brainly.com/question/29121185

#SPJ4

I need help. Question 4 say a. Jupiter has a lot of moons. Here are the periods and distances of the Galileanmoons, which were discovered in 1610:

I need help. Question 4 say a. Jupiter has a lot of moons. Here are the periods and distances of the

Answers

Using a worksheet, we can get different polynomial models. For example, a second-degree polynomial:

We can see that the model is good, however, if we try with a third-degree polynomial, we get the following:

The adjustment is perfect. Thus, the third-degree polynomial fits best.

If we get the graph of the square root of the period and time, we get the following:

As we can see, in this case, the second-degree polynomial fits best than the second-degree polynomial of the data without the square root.

However, if we display the third degree of the square root of the data, we can see in the image below that the model fits as best as the data without root.

Therefore, the only ones we can compare are the second-degree polynomials (as the third degree are both the same), that when compared, the model that best fits is the one with the square root of the data.

I need help. Question 4 say a. Jupiter has a lot of moons. Here are the periods and distances of the
I need help. Question 4 say a. Jupiter has a lot of moons. Here are the periods and distances of the
I need help. Question 4 say a. Jupiter has a lot of moons. Here are the periods and distances of the
I need help. Question 4 say a. Jupiter has a lot of moons. Here are the periods and distances of the

A researcher observes and records the height of a weight moving up and down on the end of a spring. At the beginning of the observation the weight was at its highest point. From its resting position, it takes 20 seconds for the weight to reach its highest position, fall to its lowest position, and return to its resting position. The difference between the lowest and the highest points is 6 in. Assume the resting position is at y = 0.

Answers

Do you not click on the website

a random sample x1,x2 ...,xn of size n is taken from a poisson distribution with a mean of λ, 0 < λ < [infinity]. (a) show that the maximum likelihood estimator for λ is bλ

Answers

To find the maximum likelihood estimator (MLE) for λ, we need to maximize the likelihood function L(λ) with respect to λ of the Poisson distribution

First, let's write the probability density function (PDF) of the Poisson distribution:
P(X = k) = (e^(-λ) * λ^k) / k!

The likelihood function can be defined as the product of the probabilities for each observation in the random sample. Since the sample is independent and identically distributed, we can write the likelihood function as:
L(λ) = P(x1, x2, ..., xn | λ) = P(x1 | λ) * P(x2 | λ) * ... * P(xn | λ)

Taking the logarithm of the likelihood function (log-likelihood) will simplify the calculations. The log-likelihood function is:
log(L(λ)) = log(P(x1 | λ)) + log(P(x2 | λ)) + ... + log(P(xn | λ))

Now, let's calculate the derivative of the log-likelihood function with respect to λ:
d/dλ log(L(λ)) = d/dλ (log(P(x1 | λ)) + log(P(x2 | λ)) + ... + log(P(xn | λ)))
= d/dλ (log(P(x1 | λ))) + d/dλ (log(P(x2 | λ))) + ... + d/dλ (log(P(xn | λ)))

To find the MLE, we set the derivative equal to zero and solve for λ:
d/dλ log(L(λ)) = 0

The derivative of log(P(x | λ)) with respect to λ can be calculated using the logarithmic differentiation technique. After taking the derivative, we equate it to zero and solve for λ.

By solving the equation, we will obtain the MLE for λ.

Learn more about Poisson distribution: https://brainly.com/question/9123296

#SPJ11

(1/8) to the power of -1/3

Answers

Answer:

2

Step-by-step explanation:

(1/8) to the power of -1/3

=> 2.66

Please help!! FAST!!

Please help!! FAST!!

Answers

Follow the order of operations!!
1. Parentheses
2. Exponents
3. Multiplication
4. Division
5. Addition
6. Subtraction

that is in order. follow these and you should figure it out yourself :)

what is the measure of angle X

what is the measure of angle X

Answers

Answer:

The answer for x is 28°

Step-by-step explanation:

x+62=90°

x=90-62

x=28°

Other Questions
A Both data sets show additive relationships in data set I y is 5.5 more than X and in data set II y is five more than XB Data set I shows a multiplicative relationship in which y is 5.5 more than xC both data sets show multiplicative relationships In data set I y is 5.5 times x and in data set II y is 5 times xD Data set I shows an additive relationship in which y is 4.5 more than x data set II shows a multiplicative relationship in which Y is five times X A cable is 8.7 m long.use the facts to find how long this is in decimeters The control badge measures background exposure during the1. Transportation of badges2. Handling of badges3. Storage of badgesA1 onlyB1 and 2 onlyC1 and 3 onlyD1, 2, and 3 Name and explain several Practical (Hands-Onand typically not desk-based careers) oriented jobs that are linkedto Mechanical Engineering andSustainability? A data set is normally distributed with a mean of 27 and a standard deviation of 3.5. About what percent of the data is greater than 34? (f) How does stomach help in digestion?in brief what is thi ssssssssssssssssssss convert 27/841/1841/15and 29/12into Mixed numbers show steps please The country that attracted the most international tourists in 2010 was _____. the United States France England Spain Does this make sense? "The sky appeared sunless as clouds began to hover together like an army preparing for battle."Yes or no, and explain why it's either. DEBT OR EQUITY: Suppose Proton Lighting needs to raise money to finance its new manufacturing facility, but their CFO does not want to part with any of the firm's equity. In this case, Proton Lighting would likely issue WHAT securities to obtain the funding. The formula d=1/2n+26 relates the nozzles pressure n (in pounds per square inch) of a free hose and the maximum horizontal distance the water reaches d (in feet). How much pressure is needed to reach a fire 50 feet away? PLZ HELP!!Question: How does an author choose to write an autobiography?1.) by creating a proxy to represent him or herself2.) by creating a narrator to separate the reader from the writer3.) by creating a fictional representation of him or herself4.) the writer is the subject, therefore there is no separation between the teller of the story and the writer Find the surface area of the prism.3 m4 m5 m10 m Which system takes in food and breaks it down into smaller molecules.A: Respiratory B: Circulatory C: Digestive D: Lymphatic at hudson food company, managers permit experimentation, risk taking, and tolerate failure. which step of supporting innovation does this represent? The lDemocratic party claimed it was fighting for Social and economicequality. Look at the provisions in the 1954 Democratic party platform.Explain how they provide for greater social and economic equality In Section 7 of his writing on "Self-Reliance," Ralph Waldo Emerson points out that your goodness A. should apply to the bountiful cause of Abolition. B. shouldn't sway another person more than it is right to do so. C. must have an edge to it -- must have truth in it -- or else it is not really goodness. Here is your goal for this assignment:Write an essay that explains your position on Seward's ProposalImagine you are a member of Congress in 1867 and debating William Seward's proposal for the purchase of Alaska. You are asked to explain how you plan to vote on the proposal. Prepare a speech of 350 words explaining either your support for or opposition to the proposal. Thoroughly explain and justify your support for or opposition to the purchase. Use proper grammar, spelling, and punctuation as you write your speech. Note: Be sure to write your speech as if you are a member of Congress in 1867, not someone who lives in the present day.Proper documentation includes both parenthetical citations within the body of your report anytime you summarize or quote a source, as well as a works cited page. RACCOONS A scientist is studying the population of raccoons in a town. The population at the beginning of the study was about 120. The scientist discovers that the number of raccoons increases by about 1. 3% each year. Estimate how many raccoons are in the park after 9 years. Round your answer to the nearest whole number