Which formula is correct formatting for a nested function? =and(b2>3000,c2>2000,"bonus","no bonus") =if(and(b2>3000,c2>2000),"bonus","no bonus") =ifand(b2>3000,c2>2000,"bonus","no bonus") =if(=and(b2>3000,c2>2000),"bonus","no bonus")

Answers

Answer 1

Correct formatting for a nested function is

=IF(AND(B2>3000,02>2000),"Bonus","No Bonus")

A nested If statement is used when 1 or more conditions are to be tested. The result of the nested function depends based on the true value of the function.

i.e. If the nested statement is true, certain operations are to be done otherwise, do something else. In other words, the IF function allows you to make a logical comparison between a value and what you expect by testing for a condition and returning a result if True or False.

The syntax of a nested function goes thus

IF( condition1, value_if_true1, IF( condition2, value_if_true2, value_if_false2 ))

This would be equivalent to the following in Excel

= IF(condition1,"value_if_true",value_if_false)

Base on the above explanation, only option B is right.\

And what it does is that

it checks if cell B2 is greater than 3000 AND cell 02 is greater than 2000.

If both statement are true, "Bonus" will be the output result

If one ore both statement are false, "No Bonus" will be the output result

To learn more about function visit

https://brainly.com/question/21145944

#SPJ4

Answer 2

Answer: B

Step-by-step explanation:

i just did it


Related Questions

what is the simple linear regression model for the response variable of annual salary (as) and explanatory variable of years of education (ed)? multiple choice question.

Answers

The variable that researchers are trying to explain or predict is called the response variable. It is also sometimes called the dependent variable because it depends on another variable.

Variables used to explain or predict a response variable are called explanatory variables.

The students want to predict age using their height, so the explanatory variable is height and the response variable is age.

The values ​​of an ordinal variable have a meaningful order. For example, an education level (with possible values ​​of high school, bachelor's degree, and graduate degree) can be an ordinal variable.

"Hand" belongs to "Clock". "Experience" also belongs to "Year". So if he has 10 years of experience in the industry, no apostrophes are needed. An apostrophe is required if you have more than 10 years of experience.

Learn more about regression here

brainly.com/question/7781679

#SPJ4

There are x melons and y oranges. The product of integers x and y is
539. The number of melons is 11 times of that of oranges, How many
melon(s) is / are there?

Answers

Answer:

77 melons

Step-by-step explanation:

[tex]11x \times x = 539 \\ 11 {x}^{2} = 539 \\ \frac{11x}{11} = \frac{539}{49} \\ {x}^{2} = 49 \\ \sqrt{ {x}^{2} } = \sqrt{49} \\ x = 7[/tex]

The oranges are 7

And the melons are 11 times the number of the oranges hence

11 x 7= 77

Answer:

There are 77 melons

Step-by-step explanation:

See picture below :)

the equation is given: a^2x-a=ax. for some values of a this equation has a unique solution. Solve the equation for these values of a

Answers

The solution of the equation for values of a is 1/(x - 1)

How to solve the equation for these values of a

From the question, we have the following parameters that can be used in our computation:

a^2x - a = ax

Rewrite properly as

a²x - a = ax

Divide through by a

So, we have

ax - 1 = x

Collect the like terms

ax - x = 1

Factor out x

This gives

a(x - 1) = 1

Divide both sides by x - 1

a = 1/(x - 1)

Hence, the solution is 1/(x - 1)

Read more about equations at

https://brainly.com/question/2476251

#SPJ1

Tommy i buying ued book the price of the book are 180. He ue the 30% off tudent dicount and there i a 4 % ale tax. What i the total price

Answers

Using percentages we know that the total price of the book that Tommy will pay is $131.04.

What is the percentage?

In mathematics, a percentage is a number or ratio that is expressed as a fraction of 100.

Although "pct," "pct," and occasionally "pc" are also used as abbreviations, the percent symbol "%" is most usually used to denote it.

A% is a number that has neither dimensions nor a defined unit of measurement.

For instance, if you properly answered 75 out of 100 questions on a test, you would have received a 75% grade (75/100).

So, we know that the price of the book is 180.

Sales tax is 4%. So, the total price:

180/100 * 4 = 7.2$ ⇒ $187.2

Now, there is a 30% discount:

187.2/100 * 30 = $56.16

⇒ 187.2 - 56.16 = $131.04

Therefore, using percentages we know that the total price of the book that Tommy will pay is $131.04.

Know more about percentages here:

https://brainly.com/question/29306119

#SPJ4

a

b

c
whuch is the answer look at the picture

d

Answers

Answer:

Step-by-step explanation:

find the exact length of the curve. y = 4 + 6x3/2, 0 ≤ x ≤ 1

Answers

[tex]\frac{2}{243} (82^\frac{3}{2} -1)[/tex] is the required length of the curve y = 4 + 6[tex]x^\frac{3}{2}[/tex]

Given equation of curve:

y = 4 + 6[tex]x^\frac{3}{2}[/tex]

length of the curve is given by L= [tex]\int\limits^a_b {\sqrt{1+(y^')^2} } \, dx[/tex]

where [tex]y^'[/tex] is derivative of y with respect to x

so [tex]y^'[/tex] = 6*(3/2) * [tex]\sqrt{x}[/tex]

=> 9 [tex]\sqrt{x}[/tex]

given a=1 and b=0

so L= [tex]\int\limits^1_0 {\sqrt{1+(9\sqrt{x})^2 } } \, dx[/tex]

L=  [tex]\int\limits^1_0 {\sqrt{1+81x } } \, dx[/tex]

let 1+81x be t

81dx = dt

as the value of x changes after the substitution of the value.

so now the L changes as:

L= 1/81 [tex]\int\limits{\sqrt{t } } \, dt[/tex]

L=1/81* [tex]\left \{ {{t=82} \atop {t=1}} \right.[/tex]  [tex]\frac{t^\frac{3}{2} }{\frac{3}{2} }[/tex]

the min value of t=1 and max value of t=82

L=[tex]\frac{2}{243} (82^\frac{3}{2} -1)[/tex]

so the exact length of the curve is given by L=[tex]\frac{2}{243} (82^\frac{3}{2} -1)[/tex]

To know more about curve click on below link:

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

#SPJ4

The perimeter of a regular pentagon is 100 centimeters. how long is each side?
a. 100 cm
b. 40 cm
c. 20 cm
d. 80 cm

Answers

The correct option c. 20 cm, is the length of each sides of the regular pentagon.

Explain the term regular pentagon?Every side of a regular pentagon has the same length, and its five angles are all the same size. A pentagon is said to as irregular if its side length as well as angle measurement are not equal.

A quadrilateral with five equal sides is known as a regular Pentagon.

Regular pentagon perimeter equals 5*side

Since we already know that a normal pentagon's perimeter is 100 cm.

Hence, 100 = 5*side

Side = 20 cm

Each side is 20 cm long.

As a result, the side of a regular pentagon is 20 cm long.

To know more about the regular pentagon, here

https://brainly.com/question/11759904

#SPJ4

suppose that the series cn xn has radius of convergence 13 and the series dn xn has radius of convergence 14. what is the radius of convergence of series (cn dn)xn ?

Answers

The radius of convergence of the series sigma cnx9n will be R raised to the power 1/9.

Radius=a straight line extending from the center of a circle or sphere to the circumference or surface: The radius of a circle is half the diameter. the length of such a line.

The radius of convergence of the sum of the two series will be 5.

sigma (cnxn + dnxn) = sigma cnxn + sigma dnxn, and if both the series on the right-hand side converge.

The LHS converges for values of x on which both the series on the RHS converge. Hence, the LHS will converge on the intersection of the convergence of the two RHS series.

( if 5 < |x| < 6, the second series will converge, but the first will not.)

The series sigma cnx9n has radius of convergence R raised to the power 1/9.The series sigma cnxn has radius of convergence R. This means that it converges for |x| < R.The series sigma cnx9n can be written as sigma cn(x9)n

This means that the series converges for |x9| < R.

Therefore, the radius of convergence of the series sigma cnx9n will be R raised to the power 1/9.

learn more about radius here

https://brainly.com/question/24375372

#SPJ4

3-quart carton of milk costs $4.92. What is the price per cup?

Answers

Answer:

The price per cup would be 0.41 cents.

Step-by step explaination:

Answer:

$0.41

Step-by-step explanation:

To find the price per cup of milk, we first need to know how many cups are in a 3-quart carton.

1 quart is equivalent to 4 cups, so a 3-quart carton contains:

[tex]\sf 3\;quarts=3 \times 4 \;cups= 12\;cups[/tex]

Now, we can calculate the price per cup by dividing the total price by the number of cups:

[tex]\begin{aligned}\textsf{Price per cup} &= \dfrac{\textsf{Total price}}{\textsf{Number of cups}} \\\\&=\sf \dfrac{\$4.92}{12}\\\\&=\sf \$0.41\end{aligned}[/tex]

Therefore, the price per cup of milk is $0.41.

proof: fill in the reasons for the proof

Answers

∠1≅∠2 if RECT is the rectangle and M is the midpoint of EC.

What is Triangle?

A triangle is a three-sided polygon that consists of three edges and three vertices.

RECT is the rectangle and M is the midpoint of EC.

we need to prove angle one is congruent to angle two.

By given,RECT is the rectangle and M is the midpoint of EC.

∠E≅∠C

In the rectangle all the angles are 90 degrees.

∠EM≅∠MC.

As M is midpoint, it has equidistant from E and C.

ER≅CT both sides are congruent.

ΔERM≅ΔCTM both are similar triangles.

RM≅TM both sides are congruent.

∠1≅∠2 by SAS postulate.

Hence, RECT is the rectangle and M is the midpoint of EC then ∠1≅∠2

To learn more on Triangles click:

https://brainly.com/question/2773823

#SPJ1

Suppose n represents a power of 10.
What is the value of n when 3562 is rounded to the nearest power of 10?

Answers

Answer:

We get the approximate value of [n] as 5.

What is logarithm? What is a mathematical equation and expression?

A quantity representing the power to which a fixed number (the base) must be raised to produce a given number. We can write -

$$$\log_{b}({b^x})=x$$

A mathematical expression is made up of terms (constants and variables) separated by mathematical operators. A mathematical equation is used to equate two expressions.

A mathematical equation is used to equate two expressions. Equation modelling is the process of writing a mathematical verbal expression in the form of a mathematical expression for correct analysis, observations and results of the given problem.

We have 31,100 is rounded to the nearest power of 10 and [N] represents a power of 10.

We can write -

We can write -10ⁿ = 31100

We can write -10ⁿ = 3110010ⁿ = 311 x 10²

We can write -10ⁿ = 3110010ⁿ = 311 x 10²10ⁿ ⁻ ² = 311

We can write -10ⁿ = 3110010ⁿ = 311 x 10²10ⁿ ⁻ ² = 311log(10ⁿ ⁻ ²) = log(311)

We can write -10ⁿ = 3110010ⁿ = 311 x 10²10ⁿ ⁻ ² = 311log(10ⁿ ⁻ ²) = log(311)(n - 2) log 10 = log (311)

We can write -10ⁿ = 3110010ⁿ = 311 x 10²10ⁿ ⁻ ² = 311log(10ⁿ ⁻ ²) = log(311)(n - 2) log 10 = log (311)n - 2 = log(311)/log(10)

We can write -10ⁿ = 3110010ⁿ = 311 x 10²10ⁿ ⁻ ² = 311log(10ⁿ ⁻ ²) = log(311)(n - 2) log 10 = log (311)n - 2 = log(311)/log(10)n - 2 = 2.5

We can write -10ⁿ = 3110010ⁿ = 311 x 10²10ⁿ ⁻ ² = 311log(10ⁿ ⁻ ²) = log(311)(n - 2) log 10 = log (311)n - 2 = log(311)/log(10)n - 2 = 2.5n = 4.5

We can write -10ⁿ = 3110010ⁿ = 311 x 10²10ⁿ ⁻ ² = 311log(10ⁿ ⁻ ²) = log(311)(n - 2) log 10 = log (311)n - 2 = log(311)/log(10)n - 2 = 2.5n = 4.5n = 5 (approx.)

We can write -10ⁿ = 3110010ⁿ = 311 x 10²10ⁿ ⁻ ² = 311log(10ⁿ ⁻ ²) = log(311)(n - 2) log 10 = log (311)n - 2 = log(311)/log(10)n - 2 = 2.5n = 4.5n = 5 (approx.)Therefore, we get the approximate value of [n] as 5.

To solve more questions on Equations, Equation Modelling and Expressions visit the link below -

brainly.com/question/14441381

14. 8:14
16. There are 16 pints in 2 gallons. Complete the
table to write three ratios of pints to gallons.
Number of
Pints
Number of
Gallons
16
2
I don’t understand what to do

Answers

Answer:

Step-by-step explanation:

Number of pints | 16 | 32| 48|

Number of galll. |  2  | 4 | 6 |

Those are 3 ratios

16:2

32:4

and 48:6

You multiply by 2 to get 3 ratios

The profit function, P(x), for a tamale cart is shown below, where a represents the number of
tamales sold. What is P¹(x) for this situation?
P(x) = 5x² 100; x ≥ 0
TAMALES
Tamales
P¹(x)=√(x+20); -∞ P-¹ (2)=√ ;-100
(z + 100)
P-¹(x)
P-¹ (x) =
2+100
10
(+100)
5
·∞<*<∞
; x>-100

Answers

The inverse function for this problem is defined as follows:

P^(-1)(x) = square root of (x + 100/5), x ≥ -100.

How to obtain the inverse function?

The function in this problem is defined as follows:

P(x) = 5x² - 100, x ≥ 0.

In which P(x) is the profit earned when x tamales are sold.

To obtain the inverse function, first we exchange the variable y = P(x) and x are follows:

x = 5y² - 100

Then the variable y must be isolated as follows:

5y² = x + 100

y² = (x + 100)/5

y = square root of (x + 100/5).

The domain must be the same domain of the square root function, that does not accept negative values hence:

P^(-1)(x) = square root of (x + 100/5), x ≥ -100.

This means that the first option is correct.

Missing Information

The problem is given by the image shown at the end of the answer.

More can be learned about inverse functions at https://brainly.com/question/3831584

#SPJ1

Angie borrowed 20 dollars from victor. She already paid him back d of the dollars. Choose the expression that shows how many dollars Angie still owes victor

Answers

The expression that shows that Angie still owes victor is 20-d.

What is meant by an expression?

In algebra, an expression can be used to represent a value that may or may not be dependent on the values given to the variables that appear in the expression. The semantics associated with the expression's symbols are used to determine its value. The expression's context affects the semantic choice. Depending on the presumed order of operations by the context.

When an expression involves division by 0, for example, the semantic rules may state that it does not indicate any value; yet, despite having an undefined value, these expressions are still well-formed. Expressions generally have a wide range of meanings.

Given,

The number of dollars borrowed by Angie from victor is 20 dollars

And also given that Angie paid d dollars back to victor.

The expression that shows that Angie still owes victor is 20-d.

Therefore, the expression that shows Angie still owes victor is 20-d.

To know more about expression, visit:

https://brainly.com/question/14083225

#SPJ1

At Lara' party, 4 gallon of fruit punch are hared equally among 18 friend. How much fruit punch will each peron get?

Answers

Answer: About 0.2 gallons

Step-by-step explanation: 4/18=0.2 repeating, so each person gets about 0.2 gallons.

Each of her friend will get 4 and a half gallons of juice.

What is division?

Division is one of the four main arithmetical operations by which we find the equal distribution of something.

Given that, At Lara's party, 4 gallon of fruit punch are shared equally among 18 friend.

To find how much each of them got, we will divide total amount of punch  by total number friends

Amount of juice each of them gets, = 18/4 = 4.5

Hence,  Each of her friend will get 4 and a half gallons of juice.

For more references on divisions, click;

https://brainly.com/question/21416852

#SPJ2

Simplify the expression: (6 − 2i)(4 − 5i). a. 34 − 17i b. 14 − 17i c. 34 − 38i d. 14 − 38i

Answers

Answer: d. 14 - 38i















.

[tex]evaluate 2^{-1}(\alpha +\beta)^{2} if \alpha and \beta are the roots of the quadratic equaton x^{2}-4x+1=0[/tex]

Answers

The value of α + β  is 4. Then the value of the expression 2⁻¹ x (α + β)² will be 8.

What are the sum and product of the roots?

Let the equation be ax² + bx + c = 0 and the roots are α and β.

Then the sum of the roots will be

α + β = - b / a

And the product of the roots will be

α · β = c / a

The quadratic equation is given below.

x² - 4x + 1 = 0

The sum of the roots of the equation is given as,

α + β = - (-4) / 1

α + β = 4

Then the value of the expression will be given as,

⇒ 2⁻¹ x (α + β)²

⇒ 2⁻¹ x (4)²

⇒ 16 / 2

⇒ 8

The value of the expression 2⁻¹ x (α + β)² will be 8.

More about the sum and product of the roots link is given below.

https://brainly.com/question/14312273

#SPJ1

misha increased her test score from 60% to 80%. what was the approximate percent increase of misha's test score? 66% 75%

Answers

Answer:

the approximate percent increase of Misha's test score is 33% !


Step-by-step explanation:

Answer: 33.3333%

Step-by-step explanation:

Percent Increase Formula

c = x2-x1/x1

x2- final value

x1- initial value

c= 80-60/60 = 33.3333%

In the entence, the author want to ue alliteration. Which choice provide the bet example of thi?
Ted abolutely aced hi teaching exam

Answers

The choice that provides the best example of alliteration for the given sentence is tested terrifically on teaching. (Option C)

Alliteration is a literary device in which there is a noticeable repetition of initial consonant sounds in consecutive or nearby words in a phrase. It refers to the occurrence of the same sound or letter at the beginning of adjacent or closely connected words. Alliteration is created by repeated sound at the start of the words and not the repeated letter. For example, the phrase “kids’ coats” is alliterative, and the phrase “phony people” is not alliterative. In the given sentence, author can create alliteration by using tested terrifically in place was absolutely aced.

Note: The question is incomplete. The complete question probably is: In the sentence, the author wants to use alliteration. Which choice provides the best example of this? Ted absolutely aced his teaching exam. A) NO CHANGE B) was astounded at how well he did on C) tested terrifically on teaching.

Learn more about Alliteration:

https://brainly.com/question/14376310

#SPJ4

Find the value of the variable

A. 180 degree
B. 25 degree
C. 55 degree
D. 125 degree

Help!!!!!

Answers

Answer:

120°

Step-by-step explanation:

125° + ( y + 5 )° + y = 360°

or, 125° + y + 5° + y = 360°

or, 2y + 130° = 360°

or, 2y = 360° - 130°

or, 2y = 230

or, y = 230/ 2

. y = 115°

. .

. ( y + 5 )°

. . ( 115 + 5 )°

.

. . 120°

Option are wrong.

Solve the equation: logsx + 3logsx = 1.

{-√5, √5)
{√5)
(-√5)
Ø

Answers

Refer to the photo taken. Note: I do not think you posted all the right information to do this problem, my answer is not close to any of the options you provided.

Given: AB = CD
Prove: AC = BD
What reason can be used to justify statement 4 in the proof above?
the reflexive property the symmetric property the transitive property the segment addition property

Answers

Step-by-step explanation:

To prove that AC = BD, we can use the symmetric property. The symmetric property states that if two quantities are equal, then their opposites are also equal.

In this case, we are given that AB = CD. Since AB and CD are opposite quantities (they are the lengths of the diagonals of a rectangle), we can use the symmetric property to conclude that AC = BD.

Therefore, the reason that can be used to justify statement 4 in the proof is the symmetric property.

Identify the measure of angle x please show work because I have too !!

Answers

Answer:

145 degrees

Step-by-step explanation:

the 2 angles are on a flat line so added together they equal 180 degrees

so we can subtract from 35 from 180 to find x

180-35

145

hopes this helps

Complete the square-
x^2-1/2x=8/16

thank you :)))

Answers

Answer: (x- 1/4)^2=9/16

Step-by-step explanation:

x^2 -1/2x =8/16

(x^2-1/2x +1/16)^2= 8/16+1/16)

(x- 1/4)^2=9/16

Wanda sews small and large gloves. It takes her 45 minutes to sew a small pair of gloves and 120 minutes to sew a large pair of gloves. The costs of producing the gloves are $2 for a small pair and $4 for a large pair. Wanda has 16 hours available to sew gloves. The materials to make the gloves must cost at most $40. The system of linear inequalities represents this situation. {45x+120y≤9602x+4y≤40 What does the solution (16, 2) represent?

Answers

All you have to do is follow the attachment I have linked

Resolver:
|3x − 4| = 9 - 5x

Answers

Answer:

Step-by-step explanation:

discuss the continuity of the function. f(x, y) = sin(xy) xy , xy ≠ 0 1, xy = 0

Answers

The function f(x,y) is at origin [tex]\left|\frac{\sin x y}{x y}-1\right| < \varepsilon[/tex].

We can treat this function as h=xy and then it will looks like sin h/h because if we choose any path passing through original it will always continuous so above f(x,y) is continuous

[tex]$$f(x, y)= \begin{cases}\frac{\sin x y}{x y,} & \text { if } x y \neq 0 \\ 1, & \text { if } x y=0\end{cases}$$[/tex]

Choose y=mx path y→0, x→0

[tex]$$\begin{aligned}\lim _{\substack{x \rightarrow 0 \\y=\infty}} f(x, x) & =\lim _{x \rightarrow 0} \frac{\sin m x^2}{m x^2} \\& =\lim _{x \rightarrow 0} \frac{\cos m x^2 \cdot 2 m x}{2 m x}=1\end{aligned}$$[/tex]

Now consider,

[tex]$|f(n, y)-L 1=| \frac{\sin x-1}{n y}-1 \mid < \varepsilon$[/tex]

[tex]$$$\forall \varepsilon > 0$, and $|n| < \delta,|y| < d$$$=\left|\frac{\sin x y}{x y}-1\right| < \varepsilon$$[/tex]

Hence f(x,y) is continues at origin.

For more such questions on continuity

https://brainly.com/question/24898810

#SPJ4

Discuss the continuity of the function:

[tex]$$f(x, y)= \begin{cases}\frac{\sin x y}{x y,} & \text { if } x y \neq 0 \\ 1, & \text { if } x y=0\end{cases}$$[/tex]

The tens digit of a certain two-digit number is 1/3 of the units digit. When the digits
are reversed, the new number exceeds twice the original number by 2 more than the
sum of the digits. Find the original number

Answers

Answer:

Step-by-step explanation

The tens digit of a certain two-digit number is 1/3 of the units digit. When the digits are reversed, the new number exceeds twice the original number by 2 more than the sum of the digits. Find the original number.

Enter the value of x below.
x+6=9​

Answers

Answer:

x = 3

Step-by-step explanation:

x + 6 = 9

Subtract 6 from both sides :

x = 9 - 6

x = 3

Hope this helped and have a good day

Answer:

x = 3

Step-by-step explanation:

x + 6 = 9  Subtract  from both sides of the equation

x + 6 - 6 += 9 - 6

x = 3

Check:

x + 6 = 9

3 + 6 = 9

9 = 9 Checks

Please help with questions 1 2 3 5

Answers

An integer to represent the situation, the temperature was 3° below zero is -3.

What is an Integer?

Integers include all whole numbers and negative numbers. This means if we include negative numbers along with whole numbers, we form a set of integers.

1) The stock market increased 75 points

Integer to represent the given situation is +75 or 75.

2) A loss of 15 yards

Integer to represent the given situation is -15

3) Nancy owes her friend $10

Integer to represent the given situation is -10

4) Frederick is located 290 feet above sea level

Integer to represent the given situation is 290 or +290

5) The temperature was 3° below zero

Integer to represent the given situation is -3.

Therefore, an integer to represent the situation, the temperature was 3° below zero is -3.

To learn more about an integers visit:

https://brainly.com/question/15276410.

#SPJ1

Other Questions
A company has two active lawsuits at the end of the year. In Lawsuit 1, the company feels it is probable that it will win $10,000. In Lawsuit 2, the company feels that it is probable that it will lose $6,000. At the end of the year, the company should report a:Select one:A.Gain for $10,000.B.Loss for $6,000.C.Net gain for $4,000.D.Net Loss for $4,000. please explain your answer and answer it correctly look at the image shown i put 100 points because i want to give whoever helps me with this a good amount. please refresh if you dont see image If BA BD, the value of x is:4.9.10.None of these choices are correct. if you represented earth's history by a line that is 2 m long, how long a segment (in cm) would represent the 400 million years since life moved onto the land? Which of the equations listed below would be parallel to the line divon by y= -4x + 3 on the resonance hybrid for no2, in between the nitrogen atom and each oxygen atom there is: which of the following is not a preventative approach to slowing down the progression of global warming? group of answer choices reducing fossil fuel use removing co2 from smokestack and vehicle emissions repairing leaky gas pipeline infrastructure improving energy efficiency switching from coal to natural gas given the below four faces, darkness or number of dots represents density. lines are used only to distinguish regions and do not represent points. for each figure, could you use partition, hierarchical, density, and other algorithms we learned in class to find the patterns represented by the nose, eyes, and mouth? please list at least 3 different types of algorithms and explain the pros and cons of each. g crushed stone quarries are typically located near cities and towns. group of answer choices true false Under what circumstances would people have to sell their organs to survive be considered a social problem?a if it creates significant problem b it creates issue with he people receivingc if it is unusual and only effects lower class peopled if the transplants save the lives of the people who purchase them. FILL IN THE BLANK. a ___ payable is a short-term liability that occurs when a company purchases goods and does not immediately pay with cash. (enter only one word.) The plane x + y + z = 1 cuts the cylinder x2 + y2 = 1 in an ellipse. We want to find the points on the ellipse that lie closest to the origin. Using Lagrange Multiplier method, set up a system of equations for such points. How moles are present in 0.05g of sodium hydroxide the relative formula mass of sodium hydroxide is 40 FILL IN THE BLANK. hypertension increases ________ causing stroke volume to ________. you are a registered dietician. which of the following clients is most likely to benefit from taking a fish oil supplement? this data table shows how quickly rope will rot away in freshwater and saltwater. what can you conclude about the rates of the rotting reaction? using the following tables, write the sql code which shows all the transactions with more than 8 (in quantity) coca cola (upc the gold rush of 1849 and the influx of about 100,000 settlers into california created the need for law and order in the west. in 1849, californians drafted a constitution for their new state-a constitution that banned slavery. by this time, however, henry clay had proposed yet another compromise for solving the political crisis of the south discussion secession. which of the following was not part of the compromise of 1850? paying dividends to stockholders reduces taxable income because dividends are an expense. t or f the traditional description of the phillips curve in the video suggests a predictable relationship between unemployment and inflation. select the best summary of that relationship. as unemployment falls, there will be