Which value is an output of the function? –6 –2 4 7

Answers

Answer 1

Answer:

- 2

Step-by-step explanation:

Note that the values of x represent the input, while the values of f(x) represent the output.

From the column for f(x)

The only value on the list that is an output is - 2

Answer 2

Answer:

B.

Step-by-step explanation:

-2


Related Questions

find ℒ{f(t)} by first using a trigonometric identity. (write your answer as a function of s.) f(t) = sin(6t 5)

Answers

The radius of convergence, R is (6cos(5)) / (s² + 36) + (sin(5)s) / (s² + 36).

To simplify the function f(t) = sin(6t + 5), we can utilize the trigonometric identity known as the sum-to-product formula, which states:

sin(a + b) = sin(a)cos(b) + cos(a)sin(b).

In our case, a = 6t and b = 5, so we can rewrite f(t) as follows:

f(t) = sin(6t + 5) = sin(6t)cos(5) + cos(6t)sin(5).

Using this property, we can find the Laplace transform of f(t) by taking the Laplace transform of each term separately and adding them together.

L{f(t)} = L{sin(6t)cos(5)} + L{cos(6t)sin(5)}.

To find the Laplace transform of each term, we can use the standard Laplace transform pairs. The Laplace transform of sin(at) is given by:

L{sin(at)} = a / (s² + a²),

and the Laplace transform of cos(at) is given by:

L{cos(at)} = s / (s² + a²).

Applying these formulas to each term, we get:

L{f(t)} = L{sin(6t)cos(5)} + L{cos(6t)sin(5)}

= (6 / (s² + 6²)) * cos(5) + (s / (s² + 6²)) * sin(5).

Simplifying further, we have:

L{f(t)} = (6cos(5)) / (s² + 36) + (sin(5)s) / (s² + 36).

Thus, we have found the Laplace transform of f(t) in terms of s as:

L{f(t)} = (6cos(5)) / (s² + 36) + (sin(5)s) / (s² + 36).

This is the Laplace transform of the given function f(t) using a trigonometric identity to simplify it before applying the transform.

To know more about trigonometric identity here

https://brainly.com/question/12537661

#SPJ4

Let f be the function given by f(x)=2x3+3x2+1. What is the absolute maximum value of f on the closed interval [â3,1] ?

Answers

The absolute maximum value of f(x)=2x³ +3x² +1 on the closed interval [-3, 1] is 6, which occurs at x=1.

To find the absolute maximum value of the function f(x) on the closed interval [-3, 1], we need to evaluate the function at the endpoints of the interval and at any critical points in the interior of the interval.

First, we evaluate the function at the endpoints of the interval

f(-3) = 2(-3)³ + 3(-3)² + 1 = -17

f(1) = 2(1)³ + 3(1)² + 1 = 6

Next, we find the critical points of the function f(x) by taking its derivative and setting it equal to zero

f'(x) = 6x² + 6x

6x(x+1) = 0

x = 0 or x = -1

Now we evaluate the function at these critical points

f(0) = 1

f(-1) = 2(-1)³ + 3(-1)² + 1 = 2

Therefore, the absolute maximum value of f(x) on the closed interval [-3, 1] is 6, which occurs at x=1.

Learn more about absolute maximum value here

brainly.com/question/29449130

#SPJ4

The given question is incomplete, the complete question is:

Let f be the function given by f(x)=2x³ +3x² +1. What is the absolute maximum value of f on the closed interval [-3,1] ?

Write the prime factorization of 21. Use exponents when appropriate and order the factors from least to greatest (for example, 2235).

Answers

The prime factorization of the number 21 is:

21 = 3*7

How to write the prime factorization?

We want to write the prime factorization of 21.

To do so, we just need to divide the number by prime numbers.

The first prime number we can try is 2, if we divide by 2 we get:

21/2 = 10.5

This is not an integer, so 2 is not a factor.

The next one is 3:

21/3 = 7

Now we can rewrite:

21 = 3*7

Where 3 and 7 are prime numbers, so that is the prime factorization.

Learn more about prime factorizations:

https://brainly.com/question/1081523

#SPJ1

Jacob has a rectangular garden with an area of 56 square feet.The length of the garden is 8 feet.What is the width if the garden?

Answers

Answer:

The width of the garden is 7 feet.

Step-by-step explanation:

If the area is 56 feet, and the length is 8 feet, we can put this into the area equation.

Area = width * length

A = wl

Substitute variables.

56 = 8w

Divide by 8.

7 = w, or w = 7.

The width of the garden is 7 feet.

To get the total number of iterations in a nested loop, add the number of iterations in the inner loop to the number of iterations in the outer loop.
True
False

Answers

It is False that by adding the number of inner loops , we get the total number of iterations.

A loop is defined as a segment of code that executes multiple times. Iteration refers to the process in which the code segment is executed once. One iteration refers to 1-time execution of a loop. A loop can undergo many iterations.

There are 3 types of iteration: tail-recursion, while loops, and for loops. We will use the task of reversing a list as an example to illustrate how different forms of iteration are related to each other and to recursion. A recursive implementation of reverse is given below.

To learn more about iteration of loops

brainly.com/question/14266710

#SPJ4

a parabola opening up or down has vertex (-3,2) and passes through (-7, 2/3) . write its equation in vertex form.

Answers

The equation of the parabola in vertex form is y = (-1/12)(x + 3)^2 + 2, which opens downwards since the leading coefficient is negative.

The equation of the given parabola in vertex form is y = a(x + 3)^2 + 2, where a is a constant that depends on whether the parabola opens up or down.

To determine the value of a, we can use the fact that the parabola passes through (-7, 2/3). Substituting these values into the equation, we get:

2/3 = a(-7 + 3)^2 + 2

2/3 = 16a + 2

16a = -4/3

a = -1/12

Therefore, the equation of the parabola in vertex form is

y = (-1/12)(x + 3)^2 + 2.

The vertex form of a parabola is y = a(x - h)^2 + k, where (h, k) is the vertex of the parabola. In this case, we are given that the vertex is (-3, 2), so we can write the equation as y = a(x + 3)^2 + 2.

To find the value of a, we use the fact that the parabola passes through (-7, 2/3). Substituting these values into the equation, we get 2/3 = a(-7 + 3)^2 + 2. Simplifying this equation, we get 2/3 = 16a + 2, which we can solve for a to get a = -1/12.

Therefore, the final equation of the parabola in vertex form is y = (-1/12)(x + 3)^2 + 2, which opens downwards since the leading coefficient is negative.

Learn more about parabola:

brainly.com/question/31142122

#SPJ11

sry can yall help me on this pls?

sry can yall help me on this pls?

Answers

Answer:

x = 6

Step by step:

Multiply both sides by -8

72=x+66

Then subtract 66 from both sides

6=x

And that’s all

Hope this helps !

A manager of a deli gathers data about the number of sandwiches sold based on the number of customers who visited the deli over several days. The

table shows the data the manager collects, which can be approximated by a linear function.

Customers

104

70

111

74

170

114

199

133

163

109

131

90

Sandwiches

If, on one day, 178 customers visit the deli, about how many sandwiches should the deli manager anticipate selling?

Answers

To estimate the number of sandwiches the deli manager should anticipate selling when 178 customers visit the deli, we can analyze the given data and approximate it using a linear function.

By observing the table, we notice that the number of sandwiches sold varies with the number of customers. This indicates a relationship between the two variables.

To estimate the number of sandwiches, we can fit a line to the data points and use the linear function to make predictions. Using a statistical software or a spreadsheet, we can perform linear regression analysis to find the equation of the best-fit line. However, since we are limited to text-based interaction, I will provide a general approach.

Let's assume the number of customers is the independent variable (x) and the number of sandwiches is the dependent variable (y). Using the given data points, we can calculate the equation of the line.

After calculating the linear equation, we can substitute the value of 178 for the number of customers (x) into the equation to estimate the number of sandwiches (y).

Please provide the data points for the number of sandwiches sold corresponding to each number of customers so that I can perform the linear regression analysis and provide a more accurate estimate for you.

Learn more about selling here

https://brainly.com/question/29136043

#SPJ11

Adams father drove his car at speed of 65.2 miles per hour to go to a business conference. If his trip took 1.8 hours how many miles did he drive?

Answers

Multiply 65.2 and 1.8

what is the volume of 8m 2.4m 1.5m​

Answers

Answer:

To find the volume of a rectangular prism with length 8m, width 2.4m, and height 1.5m, we can use the formula:

Volume = length x width x height

Substituting the given values, we get:

Volume = 8m x 2.4m x 1.5m

Volume = 28.8 cubic meters

Therefore, the volume of the rectangular prism is 28.8 cubic meters.

Volume = L x H x B

8 x 2.4 x 1.5
= 28.8m cubed

10.1 approximately how many more calories are there in 2 slices of bacon than there are in 3 slices of trasted turkey? why is there a difference?

Answers

Therefore, Two slices of bacon had 96 less calories than three slices of roasted turkey.

What does equation mean?

a formula that illustrates the connection between two expressions on either side of a sign. It usually only has one variable and an equal sign. like this: 2x – 4 = 2.

Here,

One piece of bacon has 42 calories in it.

There are 60 calories in 1 slice of turkey.

2 slices of bacon are 2 calories each (42)

So 84 calories in 2 slice of bacon

3 slices of roasted turkey have 3 calories each slice (60)

Three slices of roasted turkey have 180 calories each.

180-84 is the difference in the amount of calories.

96 calories are added due to the calorie difference.

Two slices of bacon had 96 less calories than three slices of roasted turkey.

To know more about equation , visit

https://brainly.com/question/10413253


#SPJ4

3) Here is a recursive function for sequence f: f(1)=23,f(n)=f(n−1)−7. The explicit formula for the term is f(n)=23−7(n−1). a. Explain how you know that these definitions represent the same sequence. b. Select a definition to calculate f(20), and explain why you chose it.

Answers

Using the recursive and explicit formula

first three terms are 23,16, 9 and it is same for both . So they have same sequences .

Recursive function can be applied using previous term . So we use Explicit formula to find f(20)

f(20)=-110

Given :

Recursive function for sequence f: f(1)=23,f(n)=f(n−1)−7

explicit formula for the term is f(n)=23−7(n−1).

Lets find out first three terms using both the formulas

Recursive function , Replace n=2,3 to find out second and third terms

\(f(1)=23,f(n)=f(n-1)-7\\n=2\\ f(2)=f(2-1)-7\\f(2)=f(1)-7=23-7=16\\n=3\\f(3)=f(2)-7=16-7=9\)

So first three terms are 23,16, 9

Lets do the same using explicit formula but we take n=1,2,3

\(f(n)=23-7(n-1)\\n=1\\f(1)=23-7(1-1)=23\\f(2)=23-7(2-1)=16\\f(3)=23-7(3-1)=9\)

First three terms using explicit formula is 23,16,9

From these we can see that  these definitions have same sequence.

Now we find out f(20). To find f(20) we use explicit formula because to use recursive function we need f(19) to find f(20)

Recursive function can be applied using previous term

\(f(n)=23-7(n-1)\\n=20\\f(20)=23-7(20-1)\\f(20)=-110\)

The value of f(20)=-110

Learn more : brainly.com/question/17139881

Obtain numerical solution of the ordinary differential equation y' = 3t−10y²
with the initial condition: y(0)= −2 by Euler method using h=0.5 Perform 3 steps.
Solution of all problems MUST contain general formula and all intermediate results. Perform numerical computations using 4 digits after decimal point.

Answers

The Euler method with a step size of h = 0.5, the approximate numerical solution for the ODE is y(1.5) ≈ -1.1198 x 10^9.

To solve the ODE using the Euler method, we divide the interval into smaller steps and approximate the derivative with a difference quotient. Given that the step size is h = 0.5, we will perform three steps to obtain the numerical solution.

we calculate the initial condition: y(0) = -2.

1. we evaluate the derivative at t = 0 and y = -2:

y' = 3(0) - 10(-2)² = -40

Next, we update the values using the Euler method:

t₁ = 0 + 0.5 = 0.5

y₁ = -2 + (-40) * 0.5 = -22

2. y' = 3(0.5) - 10(-22)² = -14,860

Updating the values:

t₂ = 0.5 + 0.5 = 1

y₂ = -22 + (-14,860) * 0.5 = -7492

3. y' = 3(1) - 10(-7492)² ≈ -2.2395 x 10^9

Updating the values:

t₃ = 1 + 0.5 = 1.5

y₃ = -7492 + (-2.2395 x 10^9) * 0.5 = -1.1198 x 10^9

Therefore, after performing three steps of the Euler method with a step size of h = 0.5, the approximate numerical solution for the ODE is y(1.5) ≈ -1.1198 x 10^9.

Learn more about  Euler method here:

https://brainly.com/question/30459924

#SPJ11

Z 1

,Z 2

,…,Z n

be a random sample from a size n has been selected from a standard normal . Find the value of c for each case from the following 1) P(Z 1

2
+Z 2

2
+Z 3

2
>c)=0.025 2) P(Z 1

2
+Z 2

2
+Z 3

2
+Z 4

2
is the sample variance

Answers

The value of c for each case is:

Case 1: c = 7.815. Case 2: c = S2/σ2 < 9.488/(n - 1).

Therefore, the value of c has been found for both cases.

We need to calculate the value of c for the following two cases.

Case 1:

P(Z12 + Z22 + Z32 > c) = 0.025

Let S2 = Z12 + Z22 + Z32

We know that S2 follows chi-square distribution with degree of freedom 3 for standard normal population.

Hence, we can write P(S2 > c) = 0.025 as

P(χ23 > c) = 0.025

The area to the right of c under χ23 distribution is 0.025.Using the Chi-Square Distribution Table, we get

χ23,0.025 = 7.815

So, the value of c is7.815.

Case 2:

P(Z12 + Z22 + Z32 + Z42) = sample variance

We know that (n - 1)S2/σ2 follows chi-square distribution with degree of freedom n - 1 where σ2 is the population variance.

Hence, we can write

P((n - 1)S2/σ2 < c) = 0.025asP(χ2n-1 < c) = 0.025

The area to the left of c under χ2n-1 distribution is 0.025.

Using the Chi-Square Distribution Table, we get

χ24,0.025 = 9.488So, the value of c is (n - 1)S2/σ2 < 9.488

Dividing both sides by (n - 1), we get

S2/σ2 < 9.488/(n - 1)

Thus, the value of c is S2/σ2 < 9.488/(n - 1).

Learn more about chi-square distribution from:

https://brainly.com/question/31781623

#SPJ11

which point has coordinates

Answers

Answer:

The coordinates of a point are a pair of numbers that define its exact location on a two-dimensional plane. Recall that the coordinate plane has two axes at right angles to each other, called the x and y axis.

Consider the points below. P(θ),−4,0),Q(5,1,−2),R(6,4,1) (a) Find a nonzero vector orthogonal to the plane through the points P,Q, and R. (b) Find the area of the triangle PQR.

Answers

(a) A nonzero vector orthogonal to the plane through the points P, Q, and R is (9, -17, 35). (b) The area of triangle PQR is \(\sqrt\)(811) / 2.

(a) To determine a nonzero vector orthogonal to the plane through the points P, Q, and R, we can first find two vectors in the plane and then take their cross product. Taking vectors PQ and PR, we have:

PQ = Q - P = (5, 1, -2) - (-4, 0, 0) = (9, 1, -2)

PR = R - P = (6, 4, 1) - (-4, 0, 0) = (10, 4, 1)

Taking the cross product of PQ and PR, we have:

n = PQ x PR = (9, 1, -2) x (10, 4, 1)

Evaluating the cross product gives n = (9, -17, 35). Therefore, (9, -17, 35) is a nonzero vector orthogonal to the plane through points P, Q, and R.

(b) To determine the area of triangle PQR, we can use the magnitude of the cross product of vectors PQ and PR divided by 2. The magnitude of the cross product is given by:

|n| = \(\sqrt\)((9)^2 + (-17)^2 + (35)^2)

Evaluating the magnitude gives |n| = \(\sqrt\)(811).

The area of triangle PQR is then:

Area = |n| / 2 = \(\sqrt\)(811) / 2.

To know more about nonzero vector refer here:

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

#SPJ11

WHAT IS THE SLOPE (NEED HELP DROM A PRO)
WILL MARK BRAINIEST IF ANSWER IS CORRECT!

WHAT IS THE SLOPE (NEED HELP DROM A PRO)WILL MARK BRAINIEST IF ANSWER IS CORRECT!

Answers

Slope is -5/3, or d, plz give me brainliest

What numbers would make 4a ≤ 16 true?

Answers

Answer: a ≤ 4 or (-∞, 4]

Step-by-step explanation:

Here we have the inequality:

4a ≤ 16

this means that the left sides is less or equal than the right side.

First, find the equal part:

4*a = 16

a = 16/4 = 4

So the maximum possible value of a is 4.

Now, all the values of a smaller than 4 also make the inequality true (even the negative values) so the possible values of a are:

a ≤ 4 or (-∞, 4]

Answer:

Any number that is less or equal to 4 makes this inequality true.

Step-by-step explanation:

In order to calculate the numbers that make this inequality valid, we need to solve it for "a". This can be done in the same manner as we would solve an equation, although we must pay attention to the inequality. This is done below:

\(4*a \leq 16\\a \leq 16/4\\a \leq 4\)

Any number that is less or equal to 4 makes this inequality true.

Diameter ROQ of circle O is extended through Q to point P, and
tangent PA is drawn. If m RA = 100°, what is m/P?
(1) 10°
(2) 20°
(3) 40°
(4) 50°

Answers

The measure of angle P on the circle with the tangent in this problem is given by the following option:

(4) 50°.

How to obtain the measure of angle P?

In this problem, what we have is the intersection of a tangent and a chord, hence the measure of the angle formed by the chord and the tangent is half the measure of the intercepted arc.

From the diagram given by the image shown at the end of the answer, we have that the length of the intercepted arc is given as follows:

m < RA = 100º.

Then the measure of angle P is of half the length of the intercepted arc, which is given as follows:

m < P = 0.5 x m < RA = 0.5 x 100º = 50º.

Which means that option 4 is the correct option for the measure of angle P.

More can be learned about angle measures at https://brainly.com/question/25716982

#SPJ1

Diameter ROQ of circle O is extended through Q to point P, andtangent PA is drawn. If m RA = 100, what

What expression is equivalent to -12(3x-3/4)

Answers

Answer:

Step-by-step explanation:

I DONT KNOW THE ANSWER

Answer:

The expression -12(3x-3/4) is equivalent to -36x+9.

To simplify the expression, we can first distribute the -12:

-12(3x-3/4) = -12*3x - 12*(3/4)

Then, we can simplify the fractions:

-12*3x - 12*(3/4) = -36x - 9

Therefore, the expression -12(3x-3/4) is equivalent to -36x+9.

Step-by-step explanation:

calculate the total surface area of a cylinder whose radius is 7cm and height is 21cm.
1212
1227
1232
1242

Answers

Answer:

C. 1232

Step-by-step explanation:

A=2πrh+2πr2=2·π·7·21+2·π·72=1232.

Answer:

The answer is 1232cm^2

Step-by-step explanation:

Formula for total surface area of a cylinder is=2\(\pi\)r²+2\(\pi\)rh

radius=7 cm

height=21 cm

∴TSA= 2 x 3.14 x 7² + 2 x 3.14 x 7 x 21

TSA= 2 x 3.14 x 49 + 2 x 3.14 x 7 x 21

TSA=1232cm².

You can also use 22/7 for pile/\(\pi\) instead of 3.14.

It's your choice.

Thanks.

This type of research is intended to be carried out by any professional, in any type of school, to investigate a problem. The findings are limited in their generalizability. a. Historical research. b. Survey research. c. Action research. d. Ethnographic study.

Answers

The correct option is:

c. Action research

What type of research is conducted by professionals in any type of school to investigate a problem, with findings that may have limited generalizability?

The type of research conducted by professionals in any type of school to investigate a problem, with findings that may have limited generalizability, is known as action research.

c. Action research.

Action research is a type of research that is intended to be carried out by professionals in any type of school setting to investigate a specific problem or issue. The focus of action research is on practical solutions and making improvements within a particular context.

To learn more about the type of research from the given link

brainly.com/question/968894

#SPJ4

a die is tossed 180 times with the following results: x 1 2 3 4 5 6 f 28 36 36 30 27 23 is this a balanced die? use a 0.01 level of significance

Answers

Based on the chi-square test, there is no significant evidence to suggest that the die is not balanced.

We have,

To determine if the die is balanced, we can perform a chi-square test of goodness of fit.

The null hypothesis is that the die is balanced, and the alternative hypothesis is that the die is not balanced.

First, let's calculate the expected frequencies for each outcome assuming the die is balanced. Since there are 180 tosses in total, each outcome is expected to have an equal probability of 1/6.

Expected frequency for each outcome

= (Total tosses) x (Probability of each outcome)

Expected frequency for each outcome = (180) x (1/6)

Expected frequency for each outcome = 30

Now, we can calculate the chi-square test statistic using the formula:

χ² = Σ [(Observed frequency - Expected frequency)² / Expected frequency]

Let's calculate the chi-square test statistic:

χ² = [(28 - 30)² / 30] + [(36 - 30)² / 30] + [(36 - 30)² / 30] + [(30 - 30)² / 30] + [(27 - 30)² / 30] + [(23 - 30)² / 30]

χ² = [(-2)² / 30] + [(6)² / 30] + [(6)² / 30] + [(0)² / 30] + [(-3)² / 30] + [(7)² / 30]

χ² = 4/30 + 36/30 + 36/30 + 0/30 + 9/30 + 49/30

χ² = 134/30

χ² ≈ 4.467

Next, we need to compare the calculated chi-square value to the critical chi-square value at a significance level of 0.01 and degrees of freedom equal to the number of outcomes minus 1 (6 - 1 = 5).

Looking up the critical chi-square value in a chi-square distribution table with 5 degrees of freedom and a significance level of 0.01, we find it to be approximately 15.086.

Since the calculated chi-square value (4.467) is less than the critical chi-square value (15.086), we fail to reject the null hypothesis.

Therefore, we do not have sufficient evidence to conclude that the die is not balanced at a 0.01 level of significance.

Thus,

Based on the chi-square test, there is no significant evidence to suggest that the die is not balanced.

Learn more about the chi-square test here:

https://brainly.com/question/30760432

#SPJ1

If the measure of angle B=35 degrees, a=43, and c=19 then find the measure of angle A

Answers

Answer:  123.3364311 degrees approximately

Round that value however your teacher instructs.

==========================================================

Explanation:

Use the law of cosines to find side b

\(b^2 = a^2 + c^2 - 2*a*c*\cos(B)\\\\b^2 = 43^2 + 19^2 - 2*43*19*\cos(35)\\\\b^2 \approx 871.5055596\\\\b \approx \sqrt{871.5055596}\\\\b \approx 29.521273\\\\\)

Now use the law of sines to find angle A.

\(\frac{\sin(A)}{a} = \frac{\sin(B)}{b}\\\\\frac{\sin(A)}{43} \approx \frac{\sin(35)}{29.521273}\\\\\sin(A)\approx 43*\frac{\sin(35)}{29.521273}\\\\\sin(A) \approx 0.8354581\\\\A \approx \sin^{-1}(0.8354581) \text{ or } A \approx 180-\sin^{-1}(0.8354581)\\\\A \approx 56.6635689^{\circ} \text{ or } A \approx 123.3364311^{\circ}\\\\\)

Due to the side angle side (SAS) congruence theorem, we know that only one triangle is possible (notice angle B is between sides 'a' and c). This means only one of those values for angle A is possible.

The question is: Which one?

Well if you were to use the converse of the pythagorean theorem, then you'll find that the triangle is obtuse.

For any obtuse triangle, the longest side is always opposite the obtuse angle (aka the angle over 90 degrees). The side a = 43 is the longest side of this particular triangle.

This means angle A must be obtuse and the only possibility is that angle A = 123.3364311 degrees approximately.

a swimming pool is circular with a 40-ft diameter. the depth is constant along east-west lines and increases linearly from 5 ft at the south end to 10 ft at the north end. find the volume of water in the pool. (round your answer to the nearest whole number.)

Answers

The volume of water in the pool is 10230 cubic feet.

Given : Swimming pool is circular with a 40-ft diameter. The depth is constant along east-west lines and increases linearly from 5 ft at the south end to 10 ft at the north end.

To find : The volume of water in the pool?

Swimming pool is circular with a 40-ft diameter.

The radius of the pool is 40/20 = 20 ft

The depth is constant along east-west lines and increases linearly from 5 ft at the south end to 10 ft at the north end.

Depth average is:

Da = 5+10/2

= 7.5

The volume is given by:

V = π × r² × Da

V = 3.41 × (20)² × 7.5

V = 10230 ft²

The volume of water in the pool is 10230 ft² cubic feet.

Learn more about Linear equations here:

brainly.com/question/13729904

#SPJ4

PLEASE HELP ME ASAP!!

PLEASE HELP ME ASAP!!

Answers

Answer: 121 meters

Step-by-step explanation:

In picture

PLEASE HELP ME ASAP!!

Each exterior angle in a regular polygon has a measure
of 18. How many sides does the polygon have?
O 18
0 20
0 36
O 10
1
2

Answers

Answer:

20

Step-by-step explanation:

20

Step-by-step explanation:

The total exterior angles of the polygon equals to 360°.

360÷18(the size of the angles each side has)

thus answer =20

how to find the area between two z scores on ti-84

Answers

To find the area between two z-scores on the TI-84, use the "normalcdf" function with the lower and upper z-scores as the first two arguments, and the mean (if not 0) as the third argument.

To find the area between two z-scores on the TI-84 calculator, you can use the "normalcdf" function. First, you need to determine the lower and upper z-scores that define the area you want to find.  For example, if you want to find the area between z=-1.5 and z=1.5, you would enter "normalcdf(-1.5, 1.5)" into the calculator. The answer will give you the area between those two z-scores. It's important to note that the "normalcdf" function requires three arguments: the lower z-score, the upper z-score, and the mean (which is assumed to be 0 if not specified). Therefore, when using this function, make sure to include all three values.

To know more about area visit :-

https://brainly.com/question/30579390

#SPJ11

Which summation formula represents the series below?
5+ 7+ 9+ 11

Which summation formula represents the series below?5+ 7+ 9+ 11

Answers

Answer:

second one

Step-by-step explanation:

it is the second one , it has three expression starts with 5

when n=0 :2n+5=2(0)+5=5

n=1 : 2n+5=7

n=2: 2n+5=4+5=9

n=3: 2n+5=11

Answer: B

Step-by-step explanation:

Which summation formula represents the series below?5+ 7+ 9+ 11

3) Find the optimal values of x and y using the
graphical solution method:
Min x + y
subject to: x + y ≥ 7 5x + 2y ≥ 20
x ≥ 0, y ≥ 0

Answers

The optimal values of x and y are x = 4 and y = 3.

To find the optimal values of x and y using the graphical solution method, we need to graph the given inequalities and identify the feasible region.

The first inequality, x + y ≥ 7, represents a line with a slope of -1 passing through the point (0, 7). To graph it, we can plot this point and draw the line extending to the right and upwards. The feasible region lies above or on this line.

The second inequality, 5x + 2y ≥ 20, represents a line with a slope of -5/2 passing through the point (0, 10). Again, we can plot this point and draw the line extending to the right and upwards. The feasible region lies above or on this line.

The third condition, x ≥ 0 and y ≥ 0, indicates that x and y must be non-negative. This restricts the feasible region to the positive quadrant of the graph.

The intersection of the feasible regions determined by the two inequalities forms a region bounded by a triangle. We need to find the point within this region that minimizes the objective function x + y.

To find the optimal values, we can evaluate the objective function at the vertices of the feasible region:

Vertex A: (0, 7)

Objective function value: x + y = 0 + 7 = 7

Vertex B: (4, 3)

Objective function value: x + y = 4 + 3 = 7

Vertex C: (4, 5)

Objective function value: x + y = 4 + 5 = 9

The minimum value of the objective function occurs at vertices A and B, where the value is 7. Therefore, the optimal values of x and y are x = 4 and y = 3.

Learn more about optimal values

brainly.com/question/31326259

#SPJ11

Other Questions
____ refers to how you transform a physical, sensory input into a kind of representation that can be placed into memory.a. Encodingb. Storagec. Retrievald. Transfer T/F the papacy reached the height of its power in the middle ages. A bouncy ball is thrown into the air. The height of the bouncy ball above ground can be represented by the function h(t)= 16t^2+46t+6, where h is the height (in feet) of the ball above the ground, and t is the time (in seconds) that has passed since the ball was thrown. How many seconds will it take the ball to reach the ground how do you describe a successful person? own answer summarize the difference between individual ethics and organizational ethics. what do you think is the source of each type of ethics? Complete the text with the correct preposition :Im peter an I live _ germany. _ summer I like to trevel _ Italy, because many people like there . Last summer I took a plane _ munich to rome . _ the airport we went to our hotel _ bus . We stopped _ a small restaurant for a quick meal . The driver parked the bus _ the restaurant nobrody could find the bus and the driver , so we waited _ the restaurant _ 1 hour . The driver was walking _ the small park _ the restaurant which we did not know . So me were very angry _ him . But my holidys were great . We sat _ compfires and went to dance . Easy question right here! If the compass direction of a resultant vector is reported as 27 degrees southof west, what is the global angle of the vector? Is it possible for a presidential candidate to win the majority of votes in the country but not become president?A) No, this is not possible.B) Yes, this is possible. A candidate only has to win in the state of Florida to become president.C) Yes, this is possible. A candidate only has to win the electoral college to become president. which is the smallest unit of measurement? (out of these) centimetre micrometre millimetre nanometre A discussion for school is just a type of conversation. And like the conversations you have with your friends, discussions involve listening to others and responding to what they say.But have you ever noticed how sometimes people don't really listen? They just wait for their turn to talk. In conversations like that, words just fly back and forth like a table tennis ball.To get the most from a conversation or discussion, practice what's called active listening. Active listening means really paying attention to what the other person is saying, without trying to plan what you're going to say next. If you're having the conversation in person, make eye contact with the person who's speaking to let them know you're listening. Ask clarifying questions if you're not sure exactly what another person is saying, or if you want to be sure you understand their point correctly. Once the other person has finished speaking, respond appropriately.Responding appropriately first means being respectful. It also means showing that you've paid attention to what the person has said, building on their ideas and contributing your own ideas.When all participants in a conversation or discussion practice active listening and appropriate responding, everyone's voice and ideas are heard, and everyone gets the most out of the discussion.A discussion for school is just a type of conversation. And like the conversations you have with your friends, discussions involve listening to others and responding to what they say.But have you ever noticed how sometimes people don't really listen? They just wait for their turn to talk. In conversations like that, words just fly back and forth like a table tennis ball.To get the most from a conversation or discussion, practice what's called active listening. Active listening means really paying attention to what the other person is saying, without trying to plan what you're going to say next. If you're having the conversation in person, make eye contact with the person who's speaking to let them know you're listening. Ask clarifying questions if you're not sure exactly what another person is saying, or if you want to be sure you understand their point correctly. Once the other person has finished speaking, respond appropriately.Responding appropriately first means being respectful. It also means showing that you've paid attention to what the person has said, building on their ideas and contributing your own ideas.When all participants in a conversation or discussion practice active listening and appropriate responding, everyone's voice and ideas are heard, and everyone gets the most out of the discussion. The cost of installing lights in a company's parking lot should be recorded as a cost of A. land improvements B. leaseholds C. leasehold improvements D. land find f(x) given that it is a third degree polynomial equation with roots x = 0,6,-5, and the coefficient of the x' term is 2. Input the time in hours. Calculate and print the time in minutes and seconds. [I hr = 60 minutes] In a 3-month-old infant, fluid and electrolyte imbalance can occur quickly, primarily because an infant has? Which statement is one component of the cell theory?COAll living and nonliving things consist of one or more cells.O Cells and living organisms are spontaneously created.Cells are the most complex unit of structure and function in living things.A cell is the basic unit of structure and function of all organisms. Which graph represents the solution of 3y-96x? large amount of fat around the waist In how many ways can the letters of the word VACCINATION be arranged so that the two Cs do not appear together 9. Discussion. Discuss the reasonableness of your answers. (2 points: 1 point for each part) a) Is the answer you found reasonable? Does it seem like enough time? b) Would a negative solution such as (5, 10) be acceptable in this situation? Why or why not?