The volume of this cone is 540π. Work out the height,h, of the cone, radius=9cm

Answers

Answer 1

Answer:

h = 20

Step-by-step explanation:

540π = 1/3 . h . π . 9^2

get rid of π

540 = 1/3 . h . 9^2

multiply by 3 to get rid of 1/3

3 . 540 = h . 9^2

1620 = h . 81

divide by 81

1620/81 = h

20 = h

Hope that helps :)


Related Questions

I dont understand this question 2/5÷9/4 is the same as which of the following?​

Answers

Answer:

Step-by-step explanation:

You didn't list anything to choose from.

2/5÷9/4 When you have a division and fraction after it, change the sign to multiplication and flip the fraction.

2/5 * 4/9

8/45

10 POINTTSSS answer fast The formula a = m − n represents the actual cost, a, of an item with original price m after a coupon for n dollars off is applied. Solve the formula for the amount of the coupon. Group of answer choices n=m−a n = a − m n = −m − a n=a+m

Answers

Answer:

n = m - a

Step-by-step explanation:

Given:

a = m − n

Where,

Actual cost of the item = a

Original price of the item = m

Amount of Coupon = n

Solve the formula for the amount of the coupon

Making n the subject

a = m − n

Subtract m from both sides

a - m = m - n - m

a - m = - n

Divide both sides by -1

(a - m) / -1 = -n / -1

- a + m = n

Can also be written as

n = m - a

You have bag filled with 6 red marbles, 4 blue marbles, and 8 yellow marbles. What is the probability of pulling out a red marble?

Answers

Step-by-step explanation:

Simple

Total no of marbles = 6 + 4 + 8 = 18

Probability of red marble = 6 / 18 = 1/ 3

Complete 55%
Record: 1/5 Score: 1 Penalty: None
Tiana Lott
Write Single Inequality from Context
Jan 15, 11:07:31 AM
?
Michael has n nickels and d dimes. He has no more than 20 coins altogether. Write
this situation as an inequality.
Anstrer
Setomít. Arower
>
attentiota
E
Type here to search

Answers

uh what??????? ......

Which of the following is a factor of x3+ 6x2 + 5x – 12?
A.X + 1
B. x - 3
C. x + 2
D. x + 4

Answers

1,3,4 that is the answer

Answer:

The answer is option D.

Step-by-step explanation:

x³ + 6x² + 5x - 12

A factor of the polynomial is the value of x when substituted into the expression will make it zero

Choosing x + 4

x = - 4

We have

(- 4)³ + 6(- 4)² + 5(- 4) - 12

-64 + 96 - 20 - 12 = 0

Since the result is zero

x + 4 is a factor of the polynomial

Hope this helps you

the expected value is equal in mathematical computation to the ____________

Answers

The expected value is the long-term average outcome of a random variable. It is calculated by multiplying each possible outcome by its probability and summing them up. In simpler terms, it represents the average value we expect to get over many trials.

The expected value is a concept in probability and statistics that represents the long-term average outcome of a random variable. It is also known as the mean or average. To calculate the expected value, we multiply each possible outcome by its probability and sum them up.

For example, let's say we have a fair six-sided die. The possible outcomes are numbers 1 to 6, each with a probability of 1/6. To find the expected value, we multiply each outcome by its probability:

1 * 1/6 = 1/62 * 1/6 = 2/63 * 1/6 = 3/64 * 1/6 = 4/65 * 1/6 = 5/66 * 1/6 = 6/6

Summing up these values gives us:

1/6 + 2/6 + 3/6 + 4/6 + 5/6 + 6/6 = 21/6 = 3.5

Therefore, the expected value of rolling a fair six-sided die is 3.5. This means that if we roll the die many times, the average outcome will be close to 3.5.

Learn more:

About expected value here:

https://brainly.com/question/29574962

#SPJ11

find the missing side of the triangle.​

find the missing side of the triangle.

Answers

Answer:

x = 17

Step-by-step explanation:

x ^2 = 8^2+ 15^2

√x^2 =√64+225

x=17

Answer:

17cm.

Step-by-step explaination:

The given triangle is a right angled triangle.

Using Pythagorean Theorem,

a² + b² = c²

Putting the given values in the equation;

(15)² + (8)² = c²

225 + 64 = c²

289 = c²

17² = c² (square root of 289 = 17)

17 = c

c = 17

Therefore, the missing side of the triangle is equal to 17 cm.

Represent 789 and 1036 in BCD. b) Find the decimal number represented in BCD as 100101110001. Question 5: Give the complement and the two's complement of (18)10​

Answers

a. the BCD representation for 1036 would be 0001 0000 0011 0110. b.  the complement of (18)10 is (13)10 in decimal, and the two's complement of (18)10 is (14)10 in decimal.

a) To represent the decimal numbers 789 and 1036 in Binary-Coded Decimal (BCD), we need to convert each decimal digit into its equivalent four-bit binary representation.

For 789:

The BCD representation for each decimal digit is as follows:

- 7: 0111

- 8: 1000

- 9: 1001

So, the BCD representation for 789 would be 0111 1000 1001.

For 1036:

The BCD representation for each decimal digit is as follows:

- 1: 0001

- 0: 0000

- 3: 0011

- 6: 0110

So, the BCD representation for 1036 would be 0001 0000 0011 0110.

b) To find the decimal number represented in BCD as 100101110001, we need to group the bits into four-bit segments and convert each segment into its decimal equivalent.

The BCD representation can be split as follows:

1001 0111 0001

Converting each four-bit segment into decimal:

- 1001: 9

- 0111: 7

- 0001: 1

Combining the decimal digits together, the decimal number represented by 100101110001 in BCD is 971.

Question 5:

To find the complement and two's complement of (18)10, we need to represent the decimal number 18 in binary and then apply the respective operations.

Converting 18 to binary:

18 in binary: 10010

Complement:

To find the complement, we invert each bit of the binary representation.

Complement of 10010: 01101

Two's complement:

To find the two's complement, we first find the complement and then add 1 to it.

Two's complement of 10010: 01101 + 1 = 01110

Therefore, the complement of (18)10 is (13)10 in decimal, and the two's complement of (18)10 is (14)10 in decimal.

Learn more about complement here

https://brainly.com/question/24341632

#SPJ11

which description best explains the domain of ? the elements in the domain of f(x) for which g(f(x)) is defined

Answers

According to the given data the domain of g[f(x)] is all real numbers.

√2 and -√2.

The correct option is 1.

What is domain?

The collection of potential inputs into a function, or the set of input values for which the function is defined, is known as the domain of the function. The collection of things that the machine will accept as inputs is known as the domain in the function machine paradigm.

According to the given information:

We will respond to this question using two functions:

f(x) = x² and g(x)

= x²/ x-2

Because the domain of f(x) is the set among all real numbers,

Except for 2, the domain of g(x) is all real integers.

Now

g[f(x)]= g(x²)

=  x²/ x-2

Except for real numbers, the domain of g[f(x)] is all real numbers.

√2 and -√2.

The following is the best definition of the domain of g[f(x)]:

To know more about domain, visit;

https://brainly.com/question/28135761

#SPJ4

I understand that the question you are looking for is:

Which description best explains the domain of (g(f(x))?

the elements in the domain of f(x) for which g(f(x)) is definedthe elements in the domain of f(x) for which g(f(x)) is not zerothe elements in the domain of g(x) for which g(f(x)) is definedthe elements in the domain of g(x) for which g(f(x)) is not zero

A circle has an area of 1017.87602. What is the diameter? (round to the nearest whole number)

Answers

Answer:

The diameter is 36.

Step-by-step explanation:

Which value in the set {5, 6, 7, 8, 9} is a solution of the equation 20 - f = 13 ? Show your work.

Answers

20-f= 13
-f= 13-20
-f= -7
f=7

You have a box with 5 blue marbles, 4 red marbles, and 9 yellow marbles. You are going to pull out one marble, record its color, put it back in the box and draw another marble. What is the probability of pulling out a blue marble followed by a yellow marble?

Answers

Answer:

I think it's 45/196.

Step-by-step explanation:

Not sure though, no explanation.

The probability of pulling out a blue marble followed by a yellow marble 25% or 0.25 .

What is probability ?

Probability is the branch of mathematics that studies the possible outcomes of given events together with the outcomes' relative likelihoods and distributions.

Based on the given conditions, formulate 9 ×9÷((9 + 5 + 4) ×(9 +5 +4))

Calculate the product or quotient = \(\frac{81}{(9 +5 + 4) * (9 + 5 + 4)}\)

Calculate the sum or difference=  \(\frac{81}{(14 + 4) * (9 +5+4)}\)

Calculate the sum or difference = \(\frac{81}{18 * (9+5+4)}\)

                                                     = \(\frac{81}{18 * (14 + 4)}\)

                                                     =\(\frac{81}{18 * 18}\)

Calculate the product or quotient = \(\frac{81}{324}\)

Cross out the common factor = \(\frac{1}{4}\)

              get the result 25% or 0.25

Therefore, The probability of pulling out a blue marble followed by a yellow marble 25% or 0.25 .

Learn more about probability  brainly.com/question/743546

#SPJ2

Please helpppp !!!!!!!!!!! Will mark Brianliest correct answer !!!!!!!!!!!!!!!!!!!

Please helpppp !!!!!!!!!!! Will mark Brianliest correct answer !!!!!!!!!!!!!!!!!!!

Answers

Answer:

Step-by-step explanation:

This is a duplicate of one I have done for you

BF = 3*HF

BF = 3*6

BF = 18

find the equation of the line that is parellel to the line y=2x+6 and passes through the line (-9,-5)

Answers

Answer:

2x -y+13=0

Step-by-step explanation:

the given equation of the line is ,

\(\implies \rm y = 2x + 6 \)

as we know that the slope of parallel lines are same so the line parallel to the given line will have the same slope as the given line . Comparing it to slope intercept form of the line we have ,

\(\implies \rm m = 2 \ (slope)\)

Now we may use the point slope form of the line to find out the equation of the line as ,

\(\implies \rm y - y_1 = m(x-x_1)\\\)

\(\implies \rm y -(-5) =2\{ x -(-9)\}\\\)

\(\implies \rm y +5 = 2(x+9)\\ \)

\(\implies \rm y +5 = 2x +18\\\)

\(\implies \rm 2x -y+18-5=0\\\)

\(\implies \rm 2x - y +13=0\)

And we are done!

-Rishabh

bradford electric illuminating company is studying the relationship between kilowatt-hours (thousands) used and the number of rooms in a private single-family residence. a random sample of 10 homes yielded the following. number of rooms kilowatt-hours (thousands) number of rooms kilowatt-hours (thousands) 12 9 8 6 9 7 10 8 14 10 10 10 6 5 5 4 10 8 7 7 a. determine the 95% confidence interval, in thousands of kilowatt-hours, for the mean of all six-room homes. (do not round intermediate calculations. round your final answers to 4 decimal places.) b. determine the 95% prediction interval, in thousands of kilowatt-hours, for a particular six-room home. (do not round intermediate calculations. round your final answers to 4 decimal places.)

Answers

a) We can say with 95% confidence that the true mean kilowatt-hours used by all six-room homes falls between 6.005 and 9.195 thousand kilowatt-hours.

b) We can say with 95% confidence that a particular six-room home will use between 3.283 and 11.917 thousand kilowatt-hours.

a. The first question asks us to determine a 95% confidence interval for the mean kilowatt-hours used by all six-room homes. To do this, we need to calculate the sample mean (x) and the sample standard deviation (s) for the kilowatt-hours used by the six-room homes in our sample. We can then use the t-distribution and the formula:

x ± tα/2 (s/√n)

where tα/2 is the t-value for our desired confidence level (in this case, 95% with 9 degrees of freedom), s is the sample standard deviation, and n is the sample size.

Using the data given, we can calculate x = 7.6 and s = 1.551. We can then find the t-value using a t-table or a calculator, which is approximately 2.306. Plugging these values into the formula gives us:

7.6 ± 2.306 x (1.551/√10)

which simplifies to:

(6.005, 9.195)

b. The second question asks us to determine a 95% prediction interval for a particular six-room home. A prediction interval is similar to a confidence interval, but it takes into account both the variability of the sample and the variability of a new observation. To calculate the prediction interval, we can use the formula:

x ± tα/2 (s√1 + 1/n + (x₀ - x)²/((n-1)s²))

where x is the predicted value of kilowatt-hours for a new observation, x₀ is the number of rooms for that observation, and all other variables are the same as in the previous formula.

Using the data given, we can calculate x and s for all six-room homes as before. We can also assume that the predicted value for a new observation with six rooms is simply the sample mean for six-room homes (i.e., x = 7.6). We can then find the t-value using a t-table or a calculator, which is approximately 2.306. Plugging these values into the formula and setting n=10 (the sample size) gives us:

7.6 ± 2.306 x (1.551√1 + 1/10 + (6-7.6)²/((10-1)(1.551)²))

which simplifies to:

(3.283, 11.917)

To know more about confidence interval here

https://brainly.com/question/24131141

#SPJ4

A bag with marbles has red marbles, blue marbles, and yellow marbles. A marble is chosen from the bag at random. What is the probability that it is red?

Answers

33% because divide the 100% by three and there

A recipe calls for 6 cups of flour to make 24 pancakes. How many pancakes
can be made with a single cup of flour?
On the double number line below, fill in the given values, then use
multiplication or division to find the missing value:
cups of flour
pancakes

Answers

4 pancakes 24/6=4 so 4 is the answe

Select the quadrant or axis on which you would find the point (-3,-5).

Answers

Answer:

Quadrant 3

Step-by-step explanation:

Since both x and y are negative, you go to the quadrant which has both negatives, meaning Q3

if paul can paint a fence in 2 hours and fred can paint the same fence in 3 hours paul and fred working together can paint the fence in how many hours

Answers

Paul and Fred working together can paint the fence in 6/5 hours, which is equivalent to 1 hour and 12 minutes.

To determine how many hours Paul and Fred can paint the fence together, we can use the concept of their individual work rates.

Let's denote the work rate of Paul as P (measured in fence per hour) and the work rate of Fred as F (also measured in fence per hour).

From the given information, we know that Paul can paint the fence in 2 hours, so his work rate is:

P = 1 fence / 2 hours = 1/2 fence per hour

Similarly, Fred can paint the same fence in 3 hours, so his work rate is:

F = 1 fence / 3 hours = 1/3 fence per hour

To find the combined work rate of Paul and Fred when they work together, we can add their individual work rates:

P + F = 1/2 + 1/3 = 3/6 + 2/6 = 5/6 fence per hour

Now, to determine the number of hours it takes for Paul and Fred to paint the fence together, we can use the reciprocal of their combined work rate:

1 / (P + F) = 1 / (5/6) = 6/5

So, Paul and Fred working together can paint the fence in 6/5 hours, which is equivalent to 1 hour and 12 minutes.

To know more about equivalent refer here:

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

#SPJ11

Consider the equation y = 1.5x + 2. Find four pairs of x and y values that make
the equation true. Plot the points (x, y) on the coordinate plane.
Based on the graph, can this be a proportional relationship? Why or why not?

Consider the equation y = 1.5x + 2. Find four pairs of x and y values that makethe equation true. Plot

Answers

Answer:

1. (2,5),(1,3.5),(4,8),(6,11)

2. This is not a proportional relationship (explanation below)

Step-by-step explanation:

For the plotting, if you take some random x values and multiply by 1.5 and add 2 to them.  

This can't be a proportional relationship. A proportional relationship means the x and y values' ratios have to stay the same. However, because 2 is added to 1.5x, the equation is not proportional.

The four x and y values that make the equation true are (0,2), (-1.333,0), (1,3.5), and (1,3.5).

What in mathematics is a proportionate relationship?When the ratios of two variables are equal, they form proportional relationships. Another way to think about them is that in a proportionate relationship, one variable is always equal to the constant value of the other.This constant is known as the "constant of proportionality." To find: The four sets of x and y values required to solve the equation. Put the (x, y) coordinates on a coordinate plane.

Therefore,

We select several x and y values,

1) Take x=0,

y = 1.5(0) + 2 =2.

The point is (0,2).

2) Take y=0,

0 = 1.5x + 2

x = -2/1.5 = -1.333

The point is (-1.333,0).

3) Take x=1,

y = 1.5(1) + 2 = 3.5

The point is (1,3.5).

4) Take y=1,

1 = 1.5x +2

1.5x = -1

x = -1/1.5 = -0.666.

The point is (-0.666,1).

The four sets of x and y numbers that make the equation true are (0,2), (-1.333,0), (1,3.5), and (0,2).

To learn more about proportional relationship, refer to:

brainly.com/question/21302696

#SPJ2

Consider the equation y = 1.5x + 2. Find four pairs of x and y values that makethe equation true. Plot

A bank account pays 2% annual (yearly) interest. a. If $500 is put in the account, what will the balance be at the end of five years, assuming no additional deposits or withdrawals are made? b. Write an equation that shows how to correctly determine the answer.​

Answers

The balance at the end of five years is $552.04.

The equation that that represents the balance in the account is $500 x (1.02)^5

What will be the balance of the account?

The amount of money in the bank account would grow at an exponential rate.

The formula for calculating future value:

FV = P (1 + r)^nm

Where:

FV = Future value P = Present value R = interest rate N = number of years

$500 x (1 + 2/100)^5

$500 x (1.02)^5 = $552.04

To learn more about future value, please check: https://brainly.com/question/18760477

#SPJ1

Apply 9. The table shows the amount a restaurant is donating to a local school based on various dinner bills. Is the amount of the donation proportional to the dinner bill? If so, what would be the donation for a dinner bill of $50? If not, explain. Donations Dinner Bill ($) 25 30 35 40 Donation ($ 4.50 5.40 6.30 7.20​

Answers

Answer: Yes, $9.

Step-by-step explanation:

From what I understand, since the table isn't showing: \

Dinner bill $25:$4.50 tip, $30:$5.40, etc..

To find if Bill is proportional, we need to find the rate of each tip to Bill  and see if they match.

$25/$4.50 =5.555555555...

$30/$5.40 =5.555555555...

$35/$6.30 =5.555555555...

$40/$7.20 =5.555555555...

The rate is the same for each one, so yes, the amount of the donation proportional to the dinner bill.

To find the donation for a bill of $50, divide by the rate we found above.

\(Tip=$50/5.555555555=9.000...\)

What’s the answer help please?????

Whats the answer help please?????

Answers

Answer:

midpoint formula is the answer

solve each system using elimination


8x+lly = 20 5x - 11y = -59​

Answers

Answer:

8x+lly=205x-11y=-59u200b

Step-by-step explanation:

i calculated it

Javier is 66 inches tall today. His little brother is 58 inches tall. If his
brother grows at an average rate of 2 inches per year, how long will
it take him to grow as tall as Javier is today?

Answers

Answer:

It will take him 4 years to catch up to Javier

Step-by-step explanation:

58 + 2x = 66

2x = 8

x = 4

4 years

the diagram shows a logo made from 3 circles. Each circle has a centre 0. daisy says exactly 1/3 of the circle is shaded. is daisy correct?

I NEED AN ANSWER QUICK!!!!

the diagram shows a logo made from 3 circles. Each circle has a centre 0. daisy says exactly 1/3 of the

Answers

Daisy is not correct. The shaded part is 3/50 that of the whole circle.

Is Daisy correct?

In order to determine if Daisy is correct, the area of the circle and the area of the shaded part has to be determined.

Area of the circle = = πr²

Where :

π = pi = 22/7

r = radius = 4 + 3 + 3 = 10

10²π = 100π

Area of the shaded part = 3²π = 9π

Ratio of the areas = 9π / 100π

To learn more about the area of a circle, please check: https://brainly.com/question/14351152

#SPJ1

PLEASE HELP!!! Find the value of x.

A. 11
B. 5
C. 25
D. 31

PLEASE HELP!!! Find the value of x.A. 11B. 5C. 25D. 31

Answers

Answer:

C

Step-by-step explanation:

Consider trapezoid ABCD with

A is the midpoint of ED

C is the midpoint of BF

=> AC is the median of trapezoid EBFD

=>(EB+DF) / 2 = AC

=>(13+x) / 2 = 19

=> 13+x = 38

=> x= 25

The value of x is 5.

According to the Triangle Proportionality Theorem, if a line is parallel to one side of a triangle and intersects the other two sides, it divides those two sides proportionally. In mathematical terms, we can express this as:

(a/b) = c

Where the values of a = 13, b = 19

Now, we can substitute the given values into the proportionality equation:

(13/19) = c

Next, we can cross-multiply the equation:

c = 0.68

Then the value of x is calculated by adding 4.32 on it then we get the value of x as

=>  x = 0.68 + 4.32

=> x = 5

Hence the correct option is (b).

To know more about triangle here

https://brainly.com/question/8587906

#SPJ2

The point of concurrency of the angle bisectors of a triangle is known as_____. a) Incentre. b) Centroid. c) Orthocentre. d) None

Answers

The required final answer is option a) Incentre

What is concurrency of the angle?

The point of concurrency of the angle bisectors of a triangle is known as the "Incentre".

It is the center of the circle inscribed within the triangle, which is equidistant from all three sides of the triangle.

The incentre is the point where the angle bisectors of a triangle intersect, forming the incircle, which is the largest circle that can be inscribed inside the triangle.

The incentre is always within the triangle and is equidistant from all three sides of the triangle, making

it a useful tool in construction and design applications. In summary, the incentre is the center of the incircle of a triangle, and it is the point where the angle bisectors of the triangle intersect.

Thus, required answer is "Incentre".

To know more about Triangle visit:

brainly.com/question/2773823

#SPJ4

2 o'clock starts turning on at the same time clock chimes every 15 minutes the other clock chimes every 25 minutes and how many minutes will they chime together

Answers

Answer:

The two clock will chime together in 75 minutes

Step-by-step explanation:

- The two clock will chime together in the multiples of 15 and 25

- Lets find the first common multiple of 15 and 25

∵ 15 = 5 × 3

∴ The prime factors of 15 are 3 and 5

∵ 25 = 5 × 5

∴ The prime factor of 25 is 5

∴ The lowest common multiple of 15 and 25 = 5 × 3 × 5 = 75

∴ The two clocks will chime together every 75 minutes

a person travels to work at an average speed of 40 mph, and returns home at 60 mph. what, in mph, is the average speed for the entire trip?

Answers

Answer:

50

Step-by-step explanation:

A person travels to work at an average speed of 40 mph, and returns home at 60 mph. the average speed for the entire trip is 48 mph.

To find the average speed for the entire trip, we need to use the formula:

average speed = total distance / total time

Let's assume that the distance to work is d.

The time it takes to travel to work is:

time = distance / speed = d / 40

The time it takes to return home is:

time = distance / speed = d / 60

The total distance for the round trip is:

total distance = d + d = 2d

The total time for the round trip is:

total time = d/40 + d/60

We can simplify the total time by finding a common denominator:

total time = (3d/120) + (2d/120) = 5d/120 = d/24

Now we can plug in the values for total distance and total time:

average speed = (2d) / (d/24) = 48 mph

Therefore, the average speed for the entire trip is 48 mph.

To find the average speed for the entire trip, we can use the harmonic mean formula for two rates: average speed = (2 * speed1 * speed2) / (speed1 + speed2). In this case, speed1 is 40 mph (to work) and speed2 is 60 mph (returning home).

Using the formula: average speed = (2 * 40 * 60) / (40 + 60) = (4800) / (100) = 48 mph.

So, the average speed for the entire trip is 48 mph.

To learn more about average, click here:

brainly.com/question/24057012

#SPJ11

Other Questions
an ethernet frame has just arrived on a switch port. the switch examines the destination mac address of the frame. it is a unicast address, but no mapping exists in the cam table for the destination address. assuming that no vlans are configured, what happens next? How would you reposition product adam so it is more appealing to high end customers? A _____ poll deliberately feeds respondents misleading information or leading questions in an effort to get them to express support for a particular candidate or issue.O pushO peer O surveyO direction The Middle East is an example of a : Match the following parts of the earth with the correct definition. 1. solid, outer layer of the earth core 2. layer between the crust and the core asthenosphere 3. semi-liquid region directly beneath the crust mantle 4. made of iron and nickel hydrosphere 5. the water covering the surface of the earth crust 38. The greatest diversity of ethnic groups and languages is found in which listed regiona. North Africa and Southwest Asiab. Latin Americac. East Asiad. Sub-Saharan Africae. All of these have relatively equal ethnic and linguistic diversity Focusing on continually meeting the changing needs of customers to establish mutually beneficial long-term relationships is an example of ______. the choice of solvent can also affect the products obtained in alkene reactions. indicate the preferred product obtained when 1-methylcyclohexene is reacted with bromine in diethyl ether or water solvents. What conflict broke out in Nigeria after independence was declared? The main constituent of gallstones is cholesterol. Cholesterol may have a role in heart attacks and blood clot formation. Its elemental percentage composition is 83.87% C, 11.99% H, and 4.14% O. It has a molecular weight of 386.64 amu. Calculate its empirical and molecular formulas. A cone has a volume of 2411.52 cubic millimeters and a radius of 12 millimeters. What is its height? Use 3.14 and round your answer to the nearest hundredth. Identify (5 points) each of the Big Five factors. Provide an example of someone who exhibits a high level of each trait (5 points). Hint: provide an example for each factor within OCEAN. Here is an example for the C, conscientiousness: Molly always completes all of her work on time and puts in her best effort. How did the geography of China have a negative impact on civilizations within the region?It prevented many civilizations from developing cities.It prevented many civilizations from developing cities.It isolated civilizations from the outside world.It isolated civilizations from the outside world.It forced civilizations to look elsewhere for resources.It forced civilizations to look elsewhere for resources.It left many civilizations vulnerable to attack. I have only 4 questions left Which aspect of mass production allows a broken machine to be fixed quickly using anidentical item?A.specializationB.assembly lineC.division of laborD. interchangeable partsAnswer: Sarah's books has tote bags on sale for $14.65 after a 20% markdown. What is the markdown in dollars? Which of the following shows the given inequality as an equivalent inequality in which the inequality symbol points in the opposite direction?8 - 2 Consider the following game: You roll k fair six-sided dice. For every 6 you roll you win S6, for rolling any other number you lose $1. (a) First assume k 1, so you only roll one six-sided die. Describe the sample space and the random variable for this experiment. (b) Compute the expected value of the random variable for k 1. (c) Now assume k 2, so you roll two six-sided dice. Describe the sample space and the random variable for this experiment. (d) Use linearity of expectation to compute the expected value of the random variable for k 2. Hint: Express your random variable as the sum of two random variables.) (e) Would you play this game? Construct a model of the carbon cycle that explains why the carbon dioxide levels are increasing over time in Mauna Loa. Be sure to use quantitative data from the lab to support your explanation. You may create two or more models to illustrate the changes over time. x+7=2(x-15) solve for x