.
1 4
Divide - 2 .
8 5
-65

Answers

Answer 1

Answer:

-69.91 to 2 d.p

Step-by-step explanation:

i think i am not sure


Related Questions

One company makes inflatable swimming pools that come in four sizes of rectangular prisms.

The length of each pool is twice the width and twice the depth.

The depth of each pool is a whole number from 3 to 6 feet.

If the pools are filled all the way to the top, what is the volume of each pool?

Answers

Answer:

Pool 1:  2(3)*3*3= 54 ft^3

pool 2: 2(4)*4*4= 128 ft^3

Pool 3: 2(5)*5*5= 250 ft^3

pool 4:  2(6)*6*6= 432 ft^3

Step-by-step explanation:

length can be modeled by twice the width or twice the depth which means that deapth=width,

both the width and the depth are equal, hence

L= 2x

W=X

x=3,4,5,6 (which are values for depth as well as width)

susbtitute values:

Pool 1:  2(3)*3*3= 54 ft^3

pool 2: 2(4)*4*4= 128 ft^3

Pool 3: 2(5)*5*5= 250 ft^3

pool 4:  2(6)*6*6= 432 ft^3

Form an equation in u and show it simplifies to 2u^2-20u+36=0

Form an equation in u and show it simplifies to 2u^2-20u+36=0

Answers

(u - 5 + (7))(u - 5 - (7)) = 0 is the equation we created in u that simplifies to 2u2 - 20u + 36 = 0.

What exactly are equations, and what varieties exist?

The two forms of equations are identity equations and conditional equations. The variables all have the same identity for all conceivable values.

Creating an equation in u that can be solved for 2u² - 20u + 36 = 0

It indicates that the following are the solutions for x for a quadratic equation of the form ax² + bx + c = 0:

x = (-b±√(b²-4ac))/2a

By dividing both sides by 2, we can rewrite the equation 2u2 - 20u + 36 = 0 as follows:

u² - 10u + 18 = 0

u = (-(-10) ± √((-10)² - 4(1)(18))) / 2(1)

Simplifying this expression, we get:

u = (10 ± √(100 - 72)) / 2

u = (10 ± √(28)) / 2

u = (10 ± 2√(7)) / 2

u = 5 ± √(7)

A quadratic equation with roots r1 and r2 can be expressed as: This allows us to merge the two solutions into a single equation.

(x - r1)(x - r2) = 0

By substituting in the two answers we discovered for u, we obtain:

(u - 5 + √(7))(u - 5 - √(7)) = 0

Extending this phrase results in:

u² - 10u + 18 = 0

To know more about equation visit:-

https://brainly.com/question/29030053

#SPJ1

Estimate ΔyΔy using differentials.
y=cos(5x),=/30,x=0.055
(Give your answer to three decimal places.)

Answers

The estimated change in yy using differentials is -0.00679. This means that if xx is increased by 0.005, then yy is estimated to decrease by 0.00679. The differential of yy is dy=-5sin(5x)dxdy=−5sin⁡(5x)dx. We are given that y=cos(5x)=π/30y=cos⁡(5x)=π/30 and x=0.055x=0.055.

We want to estimate ΔyΔy, which is the change in yy when xx is increased by 0.005. We can use the differential to estimate ΔyΔy as follows:

Δy≈dy≈dy=-5sin(5x)dx

Plugging in the values of y, x, and dxdx, we get:

Δy≈-5sin(5(0.055))(0.005)≈-0.00679

Therefore, the estimated change in yy using differentials is -0.00679.

To learn more about differential click here : brainly.com/question/31383100

#SPJ11

Question 1 (2 x 12 = 24 marks) Analyze and discuss the performance (in Big-O notation) of implementing the following methods over Singly Linked List and Doubly Linked List Data structures: To be submitted through Turnitin.Maximum allowed similaritv is 15% Operation Singly Linked List Doubly Linked List add to start of list Big-O notation Explanation add to end of list Big-O notation Explanation add at given index Big-O notation Explanation

Answers

In analyzing the performance of implementing the given methods over Singly Linked List and Doubly Linked List data structures, we consider the Big-O notation, which provides insight into the time complexity of these operations as the size of the list increases.

Add to Start of List:

Singly Linked List: O(1)

Doubly Linked List: O(1)

Both Singly Linked List and Doubly Linked List offer constant time complexity, O(1), for adding an element to the start of the list.

This is because the operation only involves updating the head pointer (for the Singly Linked List) or the head and previous pointers (for the Doubly Linked List). It does not require traversing the entire list, regardless of its size.

Add to End of List:

Singly Linked List: O(n)

Doubly Linked List: O(1)

Adding an element to the end of a Singly Linked List has a time complexity of O(n), where n is the number of elements in the list. This is because we need to traverse the entire list to reach the end before adding the new element.

In contrast, a Doubly Linked List offers a constant time complexity of O(1) for adding an element to the end.

This is possible because the list maintains a reference to both the tail and the previous node, allowing efficient insertion.

Add at Given Index:

Singly Linked List: O(n)

Doubly Linked List: O(n)

Adding an element at a given index in both Singly Linked List and Doubly Linked List has a time complexity of O(n), where n is the number of elements in the list.

This is because, in both cases, we need to traverse the list to the desired index, which takes linear time.

Additionally, for a Doubly Linked List, we need to update the previous and next pointers of the surrounding nodes to accommodate the new element.

In summary, Singly Linked List has a constant time complexity of O(1) for adding to the start and a linear time complexity of O(n) for adding to the end or at a given index.

On the other hand, Doubly Linked List offers constant time complexity of O(1) for adding to both the start and the end, but still requires linear time complexity of O(n) for adding at a given index due to the need for traversal.

To learn more about Big-O notation visit:

brainly.com/question/30452896

#SPJ11

Express the confidence interval 15.8% ± 5.4% in interval form.Answer using decimals rounded to three places, not as percentages

Answers

Okay, here we have this:

Considering the provided confidence interval we are going to express it in interval form, so we obtain the following:

So let's first convert the interval from percent to decimals:

Confidence interval=15.8% ± 5.4%

Confidence interval=0.158 ± 0.054

And the interval form will be obtained by leaving the result using the lesser on the left side, and the result using the more on the right side:

Confidence interval=[0.158-0.054, 0.158+0.054]

Confidence interval=[0.104, 0.212]

Finally we obtain that the confidence interval in interval form is equal to [0.104, 0.212].

The average age of 6 men is 35 years and the average age of four of them is 32 year.
Find the ages of the remaining two ment one is 3 years older than the other.​

Answers

Let's denote the ages of the two remaining men as x and x + 3 (since one is 3 years older than the other).

We know that the average age of 6 men is 35 years. So, the sum of their ages is 6 * 35 = 210 years.

We also know that the average age of four of them is 32 years. So, the sum of their ages is 4 * 32 = 128 years.

To find the sum of the ages of the two remaining men, we subtract the sum of the ages of the four men from the sum of the ages of all six men:

210 - 128 = 82 years.

Now, we can set up an equation to solve for the ages of the remaining two men:

x + (x + 3) = 82.

Combining like terms, we get:

2x + 3 = 82.

Subtracting 3 from both sides:

2x = 79.

Dividing both sides by 2:

x = 39.5.

So, one of the remaining men is 39.5 years old, and the other is 39.5 + 3 = 42.5 years old.

What does the slope represent in this situation

Answers

Answer:The slope represents ur mom

Step-by-step explanation:

3. As shown in the diagram below, parallel lines I and m
are cut by transversal n. What is the value of x?
12
(6x + 42)
(18x-12)
12

3. As shown in the diagram below, parallel lines I and mare cut by transversal n. What is the value of

Answers

Given info:- L and M are parallel lines. Transverse N cuts them at ∠(6x + 42)° and ∠(18x - 12)°. Then find the value of x?

Explanation:-

Since L and M are parallel lines,

.°. ∠(6x + 42)° + ∠(18x - 12)° = 180° [s of a linear pair]

6x + 24° + 18x - 12° = 180°

→ 6x + 8x + 24° - 12° = 180°

→ 14x - 12° = 180°

→ 14x = 180° - 12°

→ 14x = 168°

→ x = 168÷14 = 168/14 = 12°

Therefore, the value of “x” is 12°.

Read more:

Similar Questions

Lines l, m, and n are parallel. What is the value of x?Lines l, m, and n are parallel. Parallel lines labeled, top to bottom, l, m, and n. A transversal forms a...

https://brainly.com/question/1053836?referrer

3. As shown in the diagram below, parallel lines I and mare cut by transversal n. What is the value of

7) What does a multiplier of \( 1.2 \) mean?

Answers

A multiplier of 1.2 means the value is multiplied or increased by a factor of 1.2.

A multiplier is a term used to represent a factor by which a value is multiplied or increased. It is a numeric value that indicates the extent of the increase or expansion of a given quantity. Multiplication by a multiplier results in scaling or changing the magnitude of the original value.

A multiplier of 1.2 indicates that a value will be increased by 20% or multiplied by a factor of 1.2. This means that when the multiplier is applied to the original value, the resulting value will be 1.2 times the original.

Read more about multipliers:

brainly.com/question/15883095

Factorise 15x+25

thank you for any help​

Answers

Answer: 5(3x+5)

Step-by-step explanation:

To factor this expression we need to pull out the greatest common factor of the 2 numbers, 15 and 25. This factor is 5.

Now divide both numbers by 5 and put a 5 on the outside of the new expression to look like: \(5(3x+5)\) and this is as far as it can be factored.

The answer is this:
5(3x+5)

Which is different?
How much does it take to fill the cylinder?
What is the capacity of the cylinder?
How much does it take to cover the cylinder?
How much does the cylinder contain?
Find “both” answers

Answers

The both answers are- How much does it take to fill the cylinder? and How much is needed to completely fill the cylinder?

what is cylinder ?

The cylindrical, which is routinely a two half solid, is one of the most basic curved geometric patterns. In simple geometry, it is known as a pyramid with a ring as its basis. The term "cyl" is also used to refer to a continuously curved surface in a broad range of contemporary areas of mathematics and geometry. A "cylinder" is a four structure made up of sloping surfaces with circle tops and bases. A canister is a muti solid figure with three grounds that have two identical circles connected at its height, which is defined by the separation of the structures from the centre. Examples of canisters are chilled drinks cans and toilet tissue wicks.

given

All four statements stats about cylinders .

How much does it take to cover the cylinder? and How much does it take to fill the cylinder? are both not showing volume or capacity of cylinder.

To know more about cylinder visit:

https://brainly.com/question/16134180

#SPJ1

Find the HCF of
\( 4x {}^{2} y \: and \: 12xy {}^{3} \)

Answers

Answer:

I hope the pic i gave is helpful!!!

Find the HCF of[tex] 4x {}^{2} y \: and \: 12xy {}^{3} [/tex]

1. Function w gives the weight of a cat, in kilograms, when it is m months old.
Which statement represents the meaning of the equation w(7) = 4 in this situation?

Answers

Answer:

at 7 months old, the cat weighs 4 kilograms

Step-by-step explanation:

all functions have an input and output. in this case, the question tells us that the information you put into the function is how many months old the kitten is, which is your input, 7. your output is the weight of the kitten in kilograms, so 4.

Yan, a middle-aged woman who immigrated to the U.S. from China, and Tracy, a white young woman in her mid twenties, share an office at a university, where they work together as research assistants. Tracy seems to keep her distance from Yan (and vice versa) outside of work-related tasks because they appear to have vastly different world views. Their boss should

Answers

Their boss should promote and facilitate open communication and understanding between Yan and Tracy to foster a more inclusive and collaborative work environment.

In a diverse workplace, it is crucial for the boss to encourage inclusivity and bridge the gap between individuals with different world views. By promoting open communication and understanding, the boss can create opportunities for Yan and Tracy to learn from each other and gain a broader perspective.

This can be achieved through team-building exercises, diversity training, or creating a supportive space for discussions on cultural differences. The goal is to foster a work environment where individuals feel comfortable expressing their views, learning from others, and working together towards common goals. By addressing the perceived distance between Yan and Tracy, the boss can help create a more inclusive and harmonious work atmosphere.

To learn more about communication: - brainly.com/question/29811467#SPJ11

It is recommended to drink 8 glasses of water per day. A glass of water contains approximately 237 mL. If Carmelo drank 7 glasses, approximately how many liters of water did he drink?
H. 3,059 L
B. 16. 59L
C. 1,359 L
D. 1,659 L

Answers

Answer:

d Because I just took the test and got it right

A scatter plot suggests a negative linear association. Which could be the scenario represented by this scatter plot?

Answers

Answer:

Step-by-step explanation:

The scenario represented by the given scatter plot is the score of one observation is high, we expect the score of the other observation to be low, and vice versa.

What is scatter plot?

A scatter plot is a set of points plotted on a horizontal and vertical axes. Scatter plots are important in statistics because they can show the extent of correlation, if any, between the values of observed quantities or phenomena called variables.

When the points on a scatterplot graph produce a upper-left-to-lower-right pattern, we say that there is a negative correlation between the two variables. This pattern means that when the score of one observation is high, we expect the score of the other observation to be low, and vice versa.

Hence, the scenario represented by the given scatter plot is the score of one observation is high, we expect the score of the other observation to be low, and vice versa.

Learn more about scatter plot, click;

https://brainly.com/question/13984412

#SPJ3

a hall 100 feet in length is to be designed as a whispering gallery. If the foci are located 25 feet from the​ center, how high will the ceiling be at the​ center?

Answers

Answer:

how high will the ceiling be at the center? ≈43.3 ft above the center

Step-by-step explanation:

standard form of equation for an ellipse with horizontal major axis and center at the origin:

x^2/a^2+y^2/b^2=1, a>b

for given problem:

a=50

a^2=2500

c=25

c^2=625

c^2=a^2-b^2

b^2=a^2-c^2=2500-625=1875

b=√1875≈43.3 ft

≈43.3 ft above the center

Height of celling from center is 43.3 feet (Approx.)

Given that;

Length of hall = 100 feet

Foci length from center = 25 feet

Find:

Height of celling from center

Computation:

Half length of hall = 100 / 2 = 50 feet

Height of celling from center = √Half Length of hall² - Foci length from  center²

Height of celling from center = √50² - 25²

Height of celling from center = √2500 - 625

Height of celling from center = √1875

Height of celling from center = 43.3 feet (Approx.)

Learn more:

https://brainly.com/question/10726356?referrer=searchResults

if the floor suddenly become frictionlessdetermine the angularacceleration of the ladder as it begins to fall

Answers

The angular acceleration of the ladder when the floor suddenly becomes frictionless is equal to the acceleration due to gravity, 9.8 m/s2.

This is because when the angular acceleration is directly proportional to the force acting on the object and inversely proportional to the moment of inertia of the object. When the ladder is placed on a frictionless surface, the ladder would continue to fall down due to the gravitational force. As there is no friction to oppose the motion, the angular acceleration of the ladder as it begins to fall is equal to the acceleration due to gravity, which is 9.8 m/s^2, the only force acting on the ladder is the force of gravity.

Learn more about angular acceleration on a frictionless surface here, https://brainly.com/question/31059433

#SPJ11

for each of these relations on the set {1,2,3,4}, decide whether it is reflexive, whether it is symmetric, and whether it is transitive. Which of these relations are equivalence relations?(a) {(2,2),(2,3),(2,4),(3,2),(3,3),(3,4)}. (b) {(1,1),(1,2),(2,1),(2,2),(3,3),(4,4)}. (c) {(2,4),(4,2)}.

Answers

The relation is not an equivalence relation. (a) {(2,2),(2,3),(2,4),(3,2),(3,3),(3,4)}:

Reflexive: (2,2), (3,3) are present, but (1,1) and (4,4) are not present. Hence, not reflexive.

Symmetric: (2,3) is present, but (3,2) is also present. Hence, not symmetric.

Transitive: No counterexample to transitivity exists. Hence, it is transitive.

Therefore, the relation is not an equivalence relation.

(b) {(1,1),(1,2),(2,1),(2,2),(3,3),(4,4)}:

Reflexive: (1,1), (2,2), (3,3), (4,4) are present. Hence, reflexive.

Symmetric: (1,2) is present, but (2,1) is also present. Hence, symmetric.

Transitive: No counterexample to transitivity exists. Hence, it is transitive.

Therefore, the relation is an equivalence relation.

(c) {(2,4),(4,2)}:

Reflexive: (2,2) and (4,4) are not present. Hence, not reflexive.

Symmetric: (2,4) is present, but (4,2) is not present. Hence, not symmetric.

Transitive: No counterexample to transitivity exists. Hence, it is transitive.

Therefore, the relation is not an equivalence relation.

Learn more about equivalence relation

https://brainly.com/question/14307463

#SPJ4

a vehicle factory manufactures cars. the unit cost (the cost in dollars to make each car) depends on the number of cars made. if cars are made, then the unit cost is given by the function . how many cars must be made to minimize the unit cost? c(x)

Answers

The number of cars that must be made to minimize the unit cost is 300 cars which is determined by differentiation.

Differentiation is a mathematical process that determines the instantaneous rate of change of a function based on one of its variables. The most common example is velocity, which is the rate of change of displacement with respect to time. Anti-differentiation is the inverse of finding a derivative.
Differentiation is used to calculate the rate of change of quantities in real time.

Since, we have been given the cost function to be function \((cx)= 1.1^{2} - 660x+107,357\) then we have to find the first differentiation in order to get the value and this will be:-

\((cx)= 1.1^{2} -660x+107,357\\2.2x=660\\x=\frac{660}{2.2} \\x=300\)

Therefore, the number of cars that must be made to minimize the unit cost is 300 cars.

Go through the given link below to know more about differentiation:-

https://brainly.com/question/954654

#SPJ4

plz help will give brainliest!!

plz help will give brainliest!!

Answers

Answer:

66 R30

Step-by-step explanation:

:) :) :/ probably wrong

Answer:

66.4918032787

Step-by-step explanation:

I'm afraid that my answer isn't an answer choice you have, but if I were you, I'd go with 66, as it's the closest.

As for how I got my answer, you can just use a calculator.

Solve.
-25 - (-5) = 0
PLLLSSS

Answers

Answer:

-20=0

Step-by-step explanation:

Answer: -20=0

Step-by-step explanation:

-25 - (-5) = 0

-25+5=0

-20=0

If a triangle was rotated about the y-axis, as seen in the picture below, what 3-d shape would be created

If a triangle was rotated about the y-axis, as seen in the picture below, what 3-d shape would be created

Answers

Answer:

Cone will be created by rotating the triangle about the y-axis.

Step-by-step explanation:

If the given triangle is rotated about the y-axis, 3-D image formed will be a cone,

Radius of the circular base of the cone = 3 units

Height of the cone = 4 units

If a triangle was rotated about the y-axis, as seen in the picture below, what 3-d shape would be created

Find the 4th term In the sequenceA1= 0A2= -6An= 2(an-1-3)

Answers

The 4th term in the sequence is 30. Let's compute the sequence up to the fourth term.

To find the fourth term in the sequence defined by the recursive formula A₁ = 0, A₂ = -6, and Aₙ = 2(Aₙ₋₁ - 3), we can use the given formula to calculate each subsequent term.

Given,

A₁ = 0

A₂ = -6

Aₙ = 2(aₙ₋₁ - 3)

To find the 4th term in the sequence, we need to find A₄.

Using the recursive formula, we get;

A₃ = 2(A₂ - 3)

A₃ = 2(-6 - 3)

= -18 - -36 = 18

A₄ = 2(A₃ - 3)

A₄ = 2(18 - 3)

= 30

Therefore, the 4th term in the sequence is 30.

To know more about recursive formula, visit:

https://brainly.com/question/32794966

#SPJ11          

Physical science
Your dog takes off from your house after seeing a cat run across the street. If your dog started from rest and achieved 5.5 m/s in 3 seconds, what is the acceleration of your dog?

Answers

The acceleration of the dog is approximately 1.83 meter per second² .

Acceleration is defined as the rate of change of velocity . The change in velocity per unit time is acceleration.

The formula to calculate acceleration is given by acceleration = velocity ÷ time.Negative acceleration is called deceleration.Acceleration can be uniform or non-uniform.

In the given problem the dog started from rest and achieved the final velocity of 5.5 m/s.

Let us use Newton's laws to write the equation:

v = u + at , where v is the final velocity , u is the initial velocity , a is acceleration and t is time.

The dog starts from rest so the initial velocity is 0.

given v=5.5 /s and t = 3 seconds

putting the values we get:

v = u + a t

or , 5.5 = 0 + 3a

or, a = 5.5/3 meters per seconds²

or, a = 1.8333... m/s²

or, a ≈ 1.83 m/s²

The acceleration of the dog is 1.83 m/s²

to learn more about acceleration visit:

https://brainly.com/question/11167329

#SPJ1

number 9 help, please

number 9 help, please

Answers

Answer:

Unique

Step-by-step explanation:

#79 will give brainliest please help!​

#79 will give brainliest please help!

Answers

Step-by-step explanation:

this means the factors of the various terms of x and the constant.

a = 4

b = 1

c = 9

and yes, if there would be negative factors, the signs wold be part of a, b and c too.

overall, this is then used to solve the quadratic equation.

the general solution is

x = (-b ± sqrt(b² - 4ac))/(2a)

Because age cannot be an independent variable, research on aging uses a(n) ______________ type of design.

Answers

Research on aging uses a **longitudinal** design.

A longitudinal design is a research design in which the same participants are studied over time. This is in contrast to a **cross-sectional** design, in which different participants are studied at different times.

Because age cannot be manipulated as an independent variable, research on aging must use a longitudinal design. This allows researchers to track changes in participants' behavior, cognition, and other factors as they age.

Longitudinal studies can be expensive and time-consuming to conduct, but they can provide valuable insights into the aging process. For example, longitudinal studies have shown that cognitive decline is not inevitable with age, and that certain lifestyle factors, such as exercise and social engagement, can help to protect against cognitive decline.

Here are some examples of longitudinal studies on aging:

* The Baltimore Longitudinal Study of Aging, which has been following a group of adults for over 70 years.

* The Framingham Heart Study, which has been following a group of adults for over 70 years.

* The Study of Adult Development and Aging, which has been following a group of adults for over 80 years.

These studies have provided valuable insights into the aging process, and they continue to be an important source of information for researchers and policymakers.

to learn more about independent variable click here:

brainly.com/question/28351996

#SPJ11

What are the roots of the polynomial equation x superscript 4 baseline x cubed = 4 x squared 4 x? use a graphing calculator and a system of equations.

Answers

Therefore, the roots of the polynomial equation \(x^4 - x^3 = 4x^2 + 4x\) are infinite, and it is not possible to find them precisely using a graphing calculator or a system of equations.

To find the roots of the polynomial equation \(x^4 - x^3 = 4x^2 + 4x\), we can utilize a graphing calculator and a system of equations. Here's how you can proceed: Rewrite the equation to bring all terms to one side:

\(x^4 - x^3 - 4x^2 - 4x = 0\)

Enter the equation into a graphing calculator or any equation-solving software. Look for the x-intercepts or roots of the equation on the graphing calculator. These are the values of x where the graph intersects the x-axis. Alternatively, we can solve the equation using a system of equations. Let's set up the system:

Consider the original equation:\(x^4 - x^3 = 4x^2 + 4x.\)

Rearrange the equation to bring all terms to one side:

\(x^4 - x^3 - 4x^2 - 4x = 0\)

Introduce a new variable, y, to create a system of equations:

\(x^4 - x^3 - 4x^2 - 4x = 0 (Equation 1)\)

\(y = x^4 - x^3 - 4x^2 - 4x (Equation 2)\)

Now, we can solve this system of equations by eliminating y. Subtract Equation 2 from Equation 1:

0 = 0

The result is always true, indicating that there is an infinite number of solutions. This suggests that the equation has infinitely many roots.

To know more about equation,

https://brainly.com/question/32639317

#SPJ11

You want to order a pizza for dinner. The pizza shop has a deal where you can buy a three-topping pizza for 11.99 . If the pizza shop has 30 different toppings that you can put on your pizza, how many different pizzas could you get for 11.99?

Answers

Answer:

10

Step-by-step explanation:

because each pizza is 11.99 and you can get three toppings, so 30 divided by 3 is 10, so you can get three different pizza.

Answer:

I think 10 pizzas.

Step-by-step explanation:

Other Questions
Help anyone can help me do this question,I will mark brainlest. Which is the graph of x - y = 1 What are 5 ways to Minimise microbial contamination? How were state constitutions important to the writing of the United States Constitution? None of the state constitutions contained guarantees of personal rights and freedoms. Lessons learned in setting up state governments were helpful in setting up the United States government. Small and large states came to the Constitutional Convention agreeing on how to set up a congress. Most states had learned that having a strong central government was a mistake. discussing the importance of brain development, Now that you know why it is so important, how would you explain this to a parent or a caregiver? What could you or would you say to help them better understand the importance of activities and exercises to help the brain develop. Please give two (2) examples of what you would suggest. Your response must be a paragraph in length. Find the differential of the function w=x^(4)sin(y^(4)z^3) which two words if added to the blanks would give this peom a rhyme scheme of abca What are the 5 factors that can influence cardiac risk? The gas company brought over 200 L of gas pressurized at 5 atm. It was put into your 600 L tank. What is the gas' new pressure?hint: you can leave the volume in L since both are using the same unit Find the equation of the axis of symmetry: B-2 bombers use a fly-by-wire system. What does this mean, and why is it used? Little, d. M. , and thulborn, k. R. -2005. Correlations of cortical activation and behavior during the application of newly learned categories. Brain res. Cogn. Brain res. 25, 3347. Doi: 10. 1016/j. Cogbrainres. 2005. 4. 15 What language is a private affair filmed in? Write Five metaphors about something you do outside of school.(make it up) the federal reserve mandates that banks must keep a certain percentage of money on hand at particular times. what is this referred to as? y = 4x - 2y = 4x + 5 Question 15 (2 points)Underground ceremonial chambers that the Anasazi built are called what In which situation could the quotient of -36 3 be used to answer the question?A The balloon rose 36 feet every second. How many feet did the balloon rise in 3 seconds?B Lidia took $36tomatoes off of her tomato plants over $3days. How much did the amount of tomatoes on her tomato plants change each day?C In a soccer game there are 3 goals in 36 minutes. What is the rate of goals scored?D There are 36 apples in a bag. 3 apples are eaten. How many apples are left? Use an appropriate Taylor series to find the first four nonzero terms of an infinite series that is equal to In (2/3)Write the first four nonzero terms for the series in order. In (3/2) = ( + + + +(Simplify your answers.) per yeac. The reicerant cach fows in this analyzia are detaied in the acconpanying imeline. What is the Net Present Value (NIP) of thin ivediment opporkinty? A. $20,425 . $05.109 c. 570,423 D. 515.101 A. 2.0000 F. None of the above opbons is within $26 of the NPY of this investrant opponturvy