Write a polynomial f(x) that satisfies the given conditions. Polynomial of lowest degree with zeros of -2 (multiplicity 3), 3 (multiplicity 1), and with f(0) = 120.​

Answers

Answer 1

Answer:

Step-by-step explanation:

Polynomial f(x) has the following conditions: zeros of -2 (multiplicity 3), 3 (multiplicity 1), and with f(0) = 120.

The first part zeros of -2 means (x+2) and multiplicity 3 means (x+2)^3.

The second part zeros of 3 means (x-3) and multiplicity 1 means (x-3).

The third part f(0) = 120 means substituting x=0 into (x+2)^3*(x-3)*k =120

(0+2)^3*(0-3)*k = 120

-24k = 120

k = -5

Combining all three conditions, f(x)

= -5(x+2)^3*(x-3)

= -5(x^3 + 3*2*x^2 + 3*2*2*x + 2^3)(x-3)

= -5(x^4 + 6x^3 + 12x^2 + 8x - 3x^3 - 18x^2 - 36x - 24)

= -5(x^4 + 3x^3 - 6x^2 - 28x -24)

= -5x^4 - 15x^3 + 30x^2 + 140x + 120


Related Questions

In an examination every student took history or geography or both of 500 candidates 60% took history whiles 72% took geography. How many students took both subjects

Answers

Answer:

80 students

Step-by-step explanation:

Answer:

80

Step-by-step explanation:

60% of 500 = 300

72% of 500 = 360

40% of 500 = 200

28% of 500 = 140

300+360 = 660

660 - 2x = 500

660 - 500 = 2x

160 = 2x

2x = 160

x = 80

William invested $12,000 in a bank account that pays 9 percent simple interest. His friend invested the same amount at another bank that pays 8 percent interest compounded quarterly. These two functions, where t is time in years, represent the value of the investments: f(t) = 12(1.02)4t g(t) = 12(1.09)t The functions are graphed, and the point of intersection lies between 0.5 and 1.2. Based on the table, approximately how long will it be until both investments have the same value? Value of t f(t) = 12(1.02)4t g(t) = 12(1.09)t 0.5 12.48 6.54 0.6 12.58 7.84 0.7 12.68 9.16 0.8 12.79 10.46 0.9 12.89 11.87 1.0 12.99 13.08 1.1 13.09 14.39 1.2 13.20 15.70 A. 0.9 year B. 1.0 year C. 1.1 years D. 1.2 years

Answers

Answer: B) 1.0 year

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

Explanation:

We have these two functions

f(t) = 12(1.02)^(4t)g(t) = 12(1.09)t

which represent the amounts for his friend and William in that order. Strangely your teacher mentions William first, but then swaps the order when listing the exponential function as the first. This might be slightly confusing.

The table of values is shown below. We have t represent the number of years and t starts at 0.5. It increments by 0.1

The f(t) and g(t) columns represent the outputs for those mentioned values of t. For example, if t = 0.5 years (aka 6 months) then f(t) = 12.48 and that indicates his friend has 12,480 dollars in the account.

I've added a fourth column labeled |f - g| which represents the absolute value of the difference of the f and g columns. If f = g, then f-g = 0. The goal is to see if we get 0 in this column or try to get as close as possible. This occurs when we get 0.09 when t = 1.0

So we don't exactly get f(t) and g(t) perfectly equal, but they get very close when t = 1.0

It turns out that the more accurate solution is roughly t = 0.9925 which is close enough. I used a graphing calculator to find this approximate solution.

It takes about a year for the two accounts to have the same approximate amount of money.

Answer:

B

Step-by-step explanation:

I need help with question 9

Answers

9514 1404 393

Answer:

  a) yes

  b) see attached

  c) see discussion

  d) neither

  e) increasing (2,5); decreasing (-2, 2)

Step-by-step explanation:

a) The graph passes the vertical line test, so is the graph of a function.

__

b) A table of values is attached

__

c) Generally, this sort of function would be defined piecewise:

  [tex]\displaystyle f(x)=\begin{cases}-\dfrac{1}{2}x+1&\text{for }-2\le x<2\\2x-4&\text{for }2\le x \le5\end{cases}[/tex]

In the attachment, we have shown the use of the "maximum" function to define it. The effect is the same.

__

d) The function has no symmetry about the origin or the y-axis, so is neither odd nor even.

__

e) The function is increasing where the line has positive slope, on the interval (2, 5). The function is decreasing where the line has negative slope, on the interval (-2, 2).

\int (x+1)\sqrt(2x-1)dx

Answers

Answer:

[tex]\int (x+ 1) \sqrt{2x-1} dx = \frac{1}{3}(x+1) (2x - 1)^{\frac{3}{2} } - \ \frac{1}{15}(2x-1)^{\frac{5}{2}} + C[/tex]

Step-by-step explanation:

[tex]\int (x+1)\sqrt {(2x-1)} dx\\Integrate \ using \ integration \ by\ parts \\\\u = x + 1, v'= \sqrt{2x - 1}\\\\v'= \sqrt{2x - 1}\\\\integrate \ both \ sides \\\\\int v'= \int \sqrt{2x- 1}dx\\\\v = \int ( 2x - 1)^{\frac{1}{2} } \ dx\\\\v = \frac{(2x - 1)^{\frac{1}{2} + 1}}{\frac{1}{2} + 1}} \times \frac{1}{2}\\\\v= \frac{(2x - 1)^{\frac{3}{2}}}{\frac{3}{2}} \times \frac{1}{2}\\\\v = \frac{2 \times (2x - 1)^{\frac{3}{2}}}{3} \times \frac{1}{2}\\\\v = \frac{(2x - 1)^{\frac{3}{2}}}{3}[/tex]

[tex]\int (x+1)\sqrt(2x-1)dx\\\\ = uv - \int v du[/tex]                              

[tex]= (x +1 ) \cdot \frac{(2x - 1)^{\frac{3}{2}}}{3} - \int \frac{(2x - 1)^{\frac{3}{2}}}{3} dx \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [ \ u = x + 1 => du = dx \ ][/tex]    

[tex]= \frac{1}{3}(x+1) (2x - 1)^{\frac{3}{2} } - \ \frac{1}{3} \int (2x - 1)^{\frac{3}{2}}} dx\\\\= \frac{1}{3}(x+1) (2x - 1)^{\frac{3}{2} } - \ \frac{1}{3} \times ( \frac{(2x-1)^{\frac{3}{2} + 1}}{\frac{3}{2} + 1}) \times \frac{1}{2}\\\\= \frac{1}{3}(x+1) (2x - 1)^{\frac{3}{2} } - \ \frac{1}{3} \times ( \frac{(2x-1)^{\frac{5}{2}}}{\frac{5}{2} }) \times \frac{1}{2}\\\\= \frac{1}{3}(x+1) (2x - 1)^{\frac{3}{2} } - \ \frac{1}{15} \times (2x-1)^{\frac{5}{2}} + C\\\\[/tex]

Math help please ………….

Answers

Answer:

if the terms are approaching zero then it is convergent.

Therefore the stated series is convergent

Step-by-step explanation:

Question 5
Points 1
duction
st
Which of the following is a polynomial of degree 5?
est
7x+ 5x2-3
0 2x7-5
O x1/7 + 1
0 12x4 - 5x3 + 6x - 4

Answers

Answer:

You can go ahead with this!

Step-by-step explanation:

Option A

Is the write answer

performance task number 2.
answer it correctly and I will mark brainliest.:)​

Answers

Answer:

I cant see the whole image

Step-by-step explanation:

please show it.

Find m angle TUV if m angle TUN=1+38 pi m angle NUV=66^ m angle TUV=105x

Answers

Answer:

m∠TUV = 105

Step-by-step explanation:

From the question given above, the following data were obtained:

m∠TUN = 1 + 38x

m∠NUV = 66°

m∠TUV = 105x

m∠TUV =?

Next, we shall determine the value of x. This can be obtained as illustrated below:

m∠TUV = m∠TUN + m∠NUV

105x = (1 + 38x) + 66

105x = 1 + 38x + 66

Collect like terms

105x – 38x = 1 + 66

67x = 67

Divide both side by 67

x = 67 / 67

x = 1

Finally, we shall determine the value of m∠TUV. This can be obtained as shown below:

m∠TUV = 105x

x = 1

m∠TUV = 105(1)

m∠TUV = 105

If p = 7, q = 2, r = 4; find the value of q (5p - r).

Answers

Answer: 62

Step-by-step explanation:

Given

p = 7, q = 2, r = 4

Solve

q ( 5p - r )

Substitute

(2) (5(7) - (4))

Simplify

(2) (35 - 4)

(2) (31)

62

Hope this helps!! :)

Please let me know if you have any questions

So you start by the multiplication of 5p (5x7) which is 35. then you subtract 4 from 35 to get 31. You then multiply that by 2 to get 62

How do you complete the other two?
I know how to complete the first one but 3D Pythag confuses me so much

Answers

For now, I'll focus on the figure in the bottom left.

Mark the point E at the base of the dashed line. So point E is on segment AB.

If you apply the pythagorean theorem for triangle ABC, you'll find that the hypotenuse is

a^2+b^2 = c^2

c = sqrt(a^2+b^2)

c = sqrt((8.4)^2+(8.4)^2)

c = 11.879393923934

which is approximate. Squaring both sides gets us to

c^2 = 141.12

So we know that AB = 11.879393923934 approximately which leads to (AB)^2 = 141.12

------------------------------------

Now focus on triangle CEB. This is a right triangle with legs CE and EB, and hypotenuse CB.

EB is half that of AB, so EB is roughly AB/2 = (11.879393923934)/2 = 5.939696961967 units long. This squares to 35.28

In short, (EB)^2 = 35.28 exactly. Also, (CB)^2 = (8.4)^2 = 70.56

Applying another round of pythagorean theorem gets us

a^2+b^2 = c^2

b = sqrt(c^2 - a^2)

CE = sqrt( (CB)^2 - (EB)^2 )

CE = sqrt( 70.56 - 35.28 )

CE = 5.939696961967

It turns out that CE and EB are the same length, ie triangle CEB is isosceles. This is because triangle ABC isosceles as well.

Notice how CB = CE*sqrt(2) and how CB = EB*sqrt(2)

------------------------------------

Now let's focus on triangle CED

We just found that CE = 5.939696961967 is one of the legs. We know that CD = 8.4 based on what the diagram says.

We'll use the pythagorean theorem once more

c = sqrt(a^2 + b^2)

ED = sqrt( (CE)^2 + (CD)^2 )

ED = sqrt( 35.28 + 70.56 )

ED = 10.2878569196893

This rounds to 10.3 when rounding to one decimal place (aka nearest tenth).

Answer: 10.3

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

Now I'm moving onto the figure in the bottom right corner.

Draw a segment connecting B to D. Focus on triangle BCD.

We have the two legs BC = 3.7 and CD = 3.7, and we need to find the length of the hypotenuse BD.

Like before, we'll turn to the pythagorean theorem.

a^2 + b^2 = c^2

c = sqrt( a^2 + b^2 )

BD = sqrt( (BC)^2 + (CD)^2 )

BD = sqrt( (3.7)^2 + (3.7)^2 )

BD = 5.23259018078046

Which is approximate. If we squared both sides, then we would get (BD)^2 = 27.38 which will be useful in the next round of pythagorean theorem as discussed below. This time however, we'll focus on triangle BDE

a^2 + b^2 = c^2

b = sqrt( c^2 - a^2 )

ED = sqrt( (EB)^2 - (BD)^2 )

x = sqrt( (5.9)^2 - (5.23259018078046)^2 )

x = sqrt( 34.81 - 27.38 )

x = sqrt( 7.43 )

x = 2.7258026340878

x = 2.7

--------------------------

As an alternative, we could use the 3D version of the pythagorean theorem (similar to what you did in the first problem in the upper left corner)

The 3D version of the pythagorean theorem is

a^2 + b^2 + c^2 = d^2

where a,b,c are the sides of the 3D block and d is the length of the diagonal. In this case, a = 3.7, b = 3.7, c = x, d = 5.9

So we get the following

a^2 + b^2 + c^2 = d^2

c = sqrt( d^2 - a^2 - b^2 )

x = sqrt( (5.9)^2 - (3.7)^2 - (3.7)^2 )

x = 2.7258026340878

x = 2.7

Either way, we get the same result as before. While this method is shorter, I think it's not as convincing to see why it works compared to breaking it down as done in the previous section.

Answer:  2.7

Answer:

Qu 2    =  10.3 cm

Qu 3.   = 2.7cm

Step-by-step explanation:

Qu 2. Shape corner of a cube

We naturally look at sides for slant, but with corner f cubes we also need the base of x and same answer is found as it is the same multiple of 8.4^2+8/4^2 for hypotenuse.

8.4 ^2 + 8.4^2 = sq rt 141.42 = 11.8920141 = 11.9cm

BD = AB =  11.9 cm  Base of cube.

To find height x we split into right angles

formula slant (base/2 )^2 x slope^2  = 11.8920141^2 - 5.94600705^2 =  sq rt 106.065

= 10.2987863

height therefore is x = 10.3 cm

EB = 5.9cm

BC = 3.7cm

CE^2  = 5.9^2 - 3.7^2  = sqrt 21.12 = 4.59565012 = 4.6cm

2nd triangle ED = EC- CD

= 4.59565012^2- 3.7^2 = sq rt 7.43000003 =2.72580264

ED = 2.7cm

x = 2.7cm

Compute P(B) using the Classical Method. Round your answer to two decimal places.

Answers

compute is an electronic devices

What is 75% as a fraction

Answers

Answer:

[tex]\frac{75}{100}[/tex]

Step-by-step explanation:

3/4

75 percent is 3/4 of 100 percent.

Write the range of the function using interval notation.

Answers

Given:

The graph of a function.

To find:

The range of the given function using interval notation.

Solution:

Range: The set of y-values or output values are known as range.

From the given graph, it is clear that the function is defined for [tex]0<x<4[/tex] and the values of the functions lie between -2 and 2, where -2 is excluded and 2 is included.

Range [tex]=\{y|-2<y\leq 2\}[/tex]

The interval notation is:

Range [tex]=(-2,2][/tex]

Therefore, the range of the given function is (-2,2].

In this triangle, D is the midpoint of AB and E is the midpoint of BCIf AC = 36 what is the length of DE?

Answers

Answer:

A. 18

Step-by-step explanation:

Recall: the Mid-segment Theorem states that the length of the mid-segment theorem of a triangle is half the length of its third side.

DE = ½(AC) (Triangle Mid-segment Theorem)

AC = 36 (given)

Plug in the value

DE = ½(36)

DE = 18

help me pleaseeeeeeeeeeeeeeeeee………….

Answers

Answer:

C

Step-by-step explanation:

200 x 5 = 1,000

100 x 10 = 1,000

C - 5 to 10 days

Answer:

C. 5 to 10 days

Step-by-step explanation:

If she drove 100 miles per day, then

1000/100 = 10

it took her 10 days.

If she drove 200 miles per day, then

1000/200 = 5

it took her 5 days.

Since she drove between 100 miles and 200 miles per days,

it took her from 5 to 10 days.

Answer: C. 5 to 10 days

Match the pairs of equivalent exMatch the pairs of equivalent expressions.







pressions.

Answers

Answer:

Give us the picture or numbers please.

Step-by-step explanation:

Answer: add pic pls

Step-by-step explanation:

Ralph bought a computer monitor with an area of 384 square inches. The length of the monitor is six times the quantity of five less than half its width.

Answers

Answer:

eh width = 103.5 inches

Step-by-step explanation:

x = width

Length = (x/2 - 5 )*6

so 384=x+3x-30

414=4x

x=414/4=103.5 inches

Evaluate:

11x - 8(x - y)

Answers

Answer:

11x-8x+8y

3x+8y SEEESH IN DEEZ NU                           TS

Step-by-step explanation:

About 6% of the population has a particular genetic mutation. 100 people are randomly selected. Find the standard deviation for the number of people with the genetic mutation in such groups of 100.

Answers

Answer:

The standard deviation for the number of people with the genetic mutation in such groups of 100=[tex]2.375[/tex]

Step-by-step explanation:-

We are given that

Total number of selected people, n=100

p=6%=0.06

We have to find the standard deviation for the number of people with the genetic mutation in such groups of 100.

Let X denote the number of people  with the genetic mutation in such groups of 100.

[tex]\implies X\sim Bin(n=100,p=0.06)[/tex]

We know that

Standard deviation

=[tex]\sqrt{np(1-p)}[/tex]

Using the formula

Standard deviation

=[tex]\sqrt{100\times 0.06(1-0.06)}[/tex]

=[tex]\sqrt{6(0.94)}[/tex]

=[tex]2.375[/tex]

Hence, the standard deviation for the number of people with the genetic mutation in such groups of 100=[tex]2.375[/tex]

The weights of a certain type of captured fish can be described by a bell-shaped distribution (symmetric and unimodal) with a mean of 1050 grams and a standard deviation of 375 grams. What is the probability of fish that have weights above 675g

Answers

Answer:

0.913716

Step-by-step explanation:

Given a normal distribution :

Mean, x = 1050

Standard deviation, σ = 375

The Zscore = (x - mean) / σ

Zscore = (675 - 1050) / 275

Zscore = - 1.364

The probability :

P(Z > - 1.364)

P(Z > - 1.364) = 1 - P(Z < - 1.364) = 1 - 0.086284

P(Z > - 1.364) = 0.913716

The Cougar Swim Club acquired some Speedo Fastskin bodysuits and decided to test them out. A number of the club's fastest swimmers performed a 50m freestyle swim in a regular spandex bodysuit and in a Speedo Fastskin suit. The table below summarizes their times in seconds.Swimmer Spandex Speedo Fastskin1 31.1 29.12 28.9 30.43 31.4 32.04 34.9 31.75 27.7 28.26 36.7 32.97 33.3 28.68 30.8 26.2Perform a t-test for dependent means to determine if there is a difference between the regular spandex suit and the Fastskin bodysuit in terms of performance.t = _____df = _____Critical value of t = _____ (use alpha = 0.05)Would you reject the null hypothesis?

Answers

Answer:

T = 2.215

df = 7

Critical value = 2.364

Fail to reject the null

Step-by-step explanation:

Swimmer __Spandex __Speedo Fastskin__ d

1 __________31.1 _______29.1 __ 2

2_________ 28.9 ______30.4 __ -1.5

3_________ 31.4 ______ 32.0 __ - 0.6

4_________ 34.9 ______31.7 __ 3.2

5 _________27.7 ______28.2 __ - 0.5

6_________ 36.7 _____ 32.9 ___ 3.8

7 _________ 33.3 _____28.6 ___ 4.7

8_________ 30.8 _____26.2 ___ 4.6

The mean difference = Σd / n

2, - 1.5, - 0.6, 3.2, - 0.5, 3.8, 4.7, 4.6

μd = Σd / n = 15.7 / 8 = 1.9625

Sd = standard deviation of difference = 2.5065 (using calculator)

H0 : μd = 0

H1 : μd ≠ 0

The test statistic:

T = μd / (Sd/√n)

T = 1.9625 / (2.5065/√8)

T = 2.2145574

The degree of freedom, df = n - 1 = 8 - 1 = 7

Using a Pvalue calculator :

α = 0.05

Critical value, Tcritical = 2.364 (T distribution table)

Since Test statistic < Critical value

we fail to reject H0 ;

How can one estimate a car annual fuel expense

Answers

Answer:

determine the number of miles the car drives in a year.

divide that number by the cars average MPG (miles per gallon) then multiply that number by the average cost of a gallon of gas in your area.

Step-by-step explanation:

divide your miles per gallon then multiply by your average gallon cost

which equation has the steepest graph ?

Answers

Answer:

Step-by-step explanation:

A.

[tex] \green{\huge{\red{\boxed{\green{\mathfrak{QUESTION}}}}}} [/tex]

which equation has the steepest graph ?

[tex] \red{ \bold{ \textit{STANDARD \: EQUATION}}}[/tex]

[tex]y = mx + c[/tex]

[tex]WHERE \\ m = SLOPE \\ c = Y - INTERCEPT[/tex]

[tex] \huge\green{\boxed{\huge\mathbb{\red A \pink{N}\purple{S} \blue{W} \orange{ER}}}}[/tex]

[tex] \blue{A.T.Q}[/tex]

PART A:-

[tex]y = mx + c \sim y= -14x+1 [/tex]

[tex] \orange{SO}[/tex]

m= (-14)

which is equal to the slope of the equation .

PART B:-

[tex]y = mx + c \sim y= ¾x-9 [/tex]

[tex] \orange{SO}[/tex]

m= (¾)

PART C:-

[tex]y = mx + c \sim y= 10x-5[/tex]

[tex] \orange{SO}[/tex]

m= (10)

PART D:-

[tex]y = mx + c \sim y= 2x+8[/tex]

[tex] \orange{SO}[/tex]

m= (2)

SO MAXIMUM SLOPE IS :-( -14 )

Negative shows Slope is in negative direction.

[tex] \red \star{Thanks \: And \: Brainlist} \blue\star \\ \green\star If \: U \: Liked \: My \: Answer \purple \star[/tex]

A study of the pay of corporate chief executive officers (CEOs) examined the increase in cash compensation of the CEOs of 104 companies, adjusted for inflation, in a recent year. The mean increase in real compensation was x¯=6.9%, and the standard deviation of the increases was s=55%. Is this good evidence that the mean real compensation μ of all CEOs increased that year? The hypotheses are

Answers

Answer:

The p-value of the test is 0.1017, which is greater than the standard significance level of 0.05, which means that this is not good evidence that the mean real compensation μ of all CEOs increased that year.

Step-by-step explanation:

At the null hypothesis, we test if there was no increase, that is, the mean is 0, so:

[tex]H_0: \mu = 0[/tex]

At the alternative hypothesis, we test if there was an increase, that is, the mean is greater than 0, so:

[tex]H_1: \mu > 0[/tex]

The test statistic is:

[tex]t = \frac{X - \mu}{\frac{s}{\sqrt{n}}}[/tex]

In which X is the sample mean, [tex]\mu[/tex] is the value tested at the null hypothesis, s is the standard deviation and n is the size of the sample.

0 is tested at the null hypothesis:

This means that [tex]\mu = 0[/tex]

104 companies, adjusted for inflation, in a recent year. The mean increase in real compensation was x¯=6.9%, and the standard deviation of the increases was s=55%.

This means that [tex]n = 104, X = 6.9, s = 55[/tex]

Value of the test-statistic:

[tex]t = \frac{X - \mu}{\frac{s}{\sqrt{n}}}[/tex]

[tex]t = \frac{6.9 - 0}{\frac{55}{\sqrt{104}}}[/tex]

[tex]t = 1.28[/tex]

P-value of the test:

The p-value of the test is a right-tailed test(test if the mean is greater than a value), with 104 - 1 = 103 df and t = 1.28.

Using a t-distribution calculator, this p-value is of 0.1017.

The p-value of the test is 0.1017, which is greater than the standard significance level of 0.05, which means that this is not good evidence that the mean real compensation μ of all CEOs increased that year.

Need a little help with this one

Answers

It’s the last one
0,5, 11, 15, 26, 45, 46, 46, 46, 52, 60, 71, 84, 87

Suppose you want to have $800,000 for retirement in 20 years. Your account earns 8% interest. How much would you need to deposit in the account each month?​

Answers

Answer:

$40,000

Step-by-step explanation:

this the workings above

Please help! Thank you!

Answers

Answer:

hi

Step-by-step explanation:

use the discriminant to determine the number of solutions to the quadratic equation −6z2−10z−3=0. What are the real solutions and complex solutions?

Answers

Answer:

Step-by-step explanation:

-6z²-10z-3=0

multiply by -1

6z²+10z+3=0

disc .=b²-4ac=10²-4×6×3=100-72=28≥0

also it is not a perfect square.

so roots are real,irrational and different.

[tex]z=\frac{-6 \pm\sqrt{28} }{2 \times 6} \\=\frac{-6 \pm 2 \sqrt{7}}{12} \\=\frac{-3 \pm\sqrt{7} }{6}[/tex]

If P(x,y) is the point on the unit circle determined by real number e, then tane
=
A.1/x
B.1/y
c.x/y
D. Y/x

Answers

Answer:

y/x

Step-by-step explanation:

Since x=cos(e) and y=sin(e) and tan(e)=sin(e)/cos(e), then tan(e)=y/x.

The ocean surface is at 0 ft elevation. A diver is underwater at a depth of 138 ft. In this area, the ocean floor has a depth of 247 ft. A rock formation rises to a peak 171 ft above the ocean floor. How many feet below the top of the rock formation is the diver?

Answers

Answer:

The ocean surface is at 0 ft elevation. A diver is underwater at a depth of 138 ft. In this area, the ocean floor has a depth of 247 ft.

Step-by-step explanation:

Other Questions
which is an advantage of doing an apprenticeship program Read the sentence below from the story.The nautical star on the back of her left hand glowed pink as she contemplated her dilemma. What does using the phrase "contemplated her dilemma" suggest about Victoria?(A) She had a long history of breaking the rules.(B) She was unable to pay attention while in class.(C) She often disagreed with the Actuarian's decisions.(D) She had an instinct about calculating risk. Need help on this!!! 7 points!!! Managers of a movie theater company want to learn more about what types of premium services their customers who participate in the theater's loyalty program most desire and would be willing to pay a premium price for. The managers use a computer program that selects customers in a lottery style from the company's database to receive an online survey and loyalty points for completing the survey about premium services. What kind of sampling technique do the movie theater managers use what are the characteristics of communal societes A competitive market analysis takes into consideration? (sqrt)48,400 is a number that liesbetween which two powers of 10? color has the effect on our emotions Lisa Company had 100 units in beginning inventory at a total cost of $10,000. The company purchased 200 units at a total cost of $26,000. At the end of the year, Lisa had 85 units in ending inventory.Compute the cost of the ending inventory and the cost of goods sold under FIFO, LIFO, and average-cost. (Round average-cost per unit and final answers to 0 decimal places, e.g. 1,250.)The cost of the ending inventory$ FIFO$ LIFO$ Average-costThe cost of goods sold$ FIFO$ LIFO$ Average-cost - 13.2 1. 14 5 14 P.01 : what are the following proof triangle LMN equals triangle OPQ In geometry, Heron's formula (sometimes called Hero's formula), named after Hero of Alexandria, gives the area of a triangle by requiring no arbitrary choice of side as base or vertex as origin, contrary to other formulas for the area of a triangle, such as half the base times the height. Use Heron's formula to find the area, in square feet, of ABC.Options:A) 7.385B) 8.270C) 6.495D) 5.591 If WEIGHT depends on gravity and the pull of gravityis greater on Planet B, what can be said about theweight of the object on the planets?The weight will be more on Planet BThe weight will be less on Planet BThe weight will be the same on Planet B and Planet A Which best describes the vertex of the graph?a (-3, -4)b (-3, -4)c (3, -4)d (3, -4) If V= {i}, subset of V are? 6ooo kg into quintal The Nazis most likely used the death marches to:punish camp prisoners for uprisings.move prisoners from one camp to another.move Jews from ghettos to concentration camps.hide the proof of the Holocaust. The x-intercept, or zero, of function g is x = . Function g is over the interval [-5, 5]. As the value of x approaches positive infinity, the value of g(x) approaches infinity. ayuda por favor es para maana AcuveClick to review the online content. Then answer the question(s) below, using complete sentences. Scroll down to view additional questionsOnline Content: Site 1Explain how European Union countries can retain their cultural identities. Include two examples of European products,BIUS X, X"22:ITSave and ExitSubmit