42. Solve for y: 2(y - 4) > 0

Answers

Answer 1

Answer:

Step-by-step explanation:

if we divide each side with 2,

(2(y-4))/2>0/2

y-4>0

y>4

Answer 2

Answer:

y  > 4

Step-by-step explanation:

2(y - 4) > 0

Solving the inequality:

Divide each side by 2.

2/2(y - 4) > 0/2

y - 4 > 0

Add 4 to each side.

y - 4+4 > 0+4

y  > 4


Related Questions

I NEED HELP IT'S DUE TODAY

Answers

Answer:

cant see it clearly

Step-by-step explanation:

bc it's to far

(a) The matrix M is defined as M = 7 2 P -1 Determine the value of p for which the matrix M does NOT have an inverse.​

Answers

The value of p such that the matrix M does not have an inverse is given as follows:

p = -5.

How to obtain the value of M?

The matrix M for this problem is given as follows:

M = [7 2

       p -1].

As it is a 2 x 2 matrix, the determinant is obtained with the multiplication of principal diagonal subtracted by the multiplication of the secondary diagonal, hence:

|M| = -7 - 2p.

The matrix does not have an inverse if the determinant assumes a value of zero, hence the value of p is obtained as follows:

-7 - 2p = 0

2p = -7

p = -7/2

p = -5.

More can be learned about matrices at https://brainly.com/question/2456804

#SPJ1

1) Given: AD // BC, AB // CD

Prove: DBC =~ BDA


(Use any proof method of your choice)

Answers

Since the angles in DBC and BDA are equal, we have:

DBC ≅ BDA

What is the Angle-Angle Similarity Theorem?

The Angle-Angle Similarity Theorem, also known as the AA Similarity Theorem, states that if two angles of one triangle are equal to two angles of another triangle, then the two triangles are similar.

Given: AD // BC, AB // CD

To prove: DBC =~ BDA

From the given, we have AD // BC and AB // CD.

This means that AD is parallel to BC and AB is parallel to CD.

Since AB is parallel to CD, corresponding angles are equal.

Let the angle BCD = x.

Then, angle BAD = x.

Since AD // BC, corresponding angles are equal.

Let the angle DCB = y.

Then, angle DAC = y.

Now, we can see that angle BDA + angle DAC = y + x.

And angle DBC + angle DCB = y + x.

Since the sum of the angles in a triangle is 180 degrees,

angle BDA + angle DAC + angle DBC = 180.

So, y + x + y + x = 180.

Therefore, 2y + 2x = 180.

And, y + x = 90.

Since the angles in DBC and BDA are equal, we have:

DBC =~ BDA

To learn more about Angle-Angle Similarity Theorem, Visit

https://brainly.com/question/21247688

#SPJ1

the mean number of patients admitted per day to the emergency room of a small hospital is 2.5 . if, on any given day, there are only 1 beds available for new patients, what is the probability that the hospital will not have enough beds to accommodate its newly admitted patients?

Answers

This can be modeled as a Poisson distribution. The mean number of patients admitted per day is 2.5, so the Poisson parameter λ = 2.5. The probability that the hospital will not have enough beds on any given day is the probability that more than 1 patients will be admitted, which is given by:

P(X > 1) = 1 - P(X <= 1)

= 1 - (P(X = 0) + P(X = 1))

= 1 - (e^-2.5 * 0 + e^-2.5 / 1!)

= 1 - e^-2.5 * (1 + 2.5)

This is the probability that the hospital will not have enough beds to accommodate its newly admitted patients on any given day.

To know more about Probability

https://brainly.com/question/13604758

#SPJ4

In investing $5,750 of a couple's money, a financial planner put some of it into a savings account paying 2% annual simple interest. The rest was invested in a riskier mini-mall development plan paying 12% annual simple interest. The combined interest earned for the first year was $475. How much money was invested at each rate?

Answers

The financial planner invested $4,737.50 in the mini-mall development plan and $1,012.50 in the savings account.

The amount invested in the savings account is equal to the total amount invested minus the amount invested in the mini-mall development plan. We can express this as an equation:

Total Investment - Investment in Mini-Mall Development Plan = Investment in Savings Account

Substituting the values given in the problem, we get:

$5,750 - Investment in Mini-Mall Development Plan = Investment in Savings Account

To solve for the Investment in Mini-Mall Development Plan, we need to use the combined interest earned for the first year. We can express this as an equation:

Interest Earned = (Investment in Savings Account x Interest Rate) + (Investment in Mini-Mall Development Plan x Interest Rate)

Substituting the values given in the problem, we get:

$475 = (Investment in Savings Account x 0.02) + (Investment in Mini-Mall Development Plan x 0.12)

Solving for Investment in Mini-Mall Development Plan, we get:

Investment in Mini-Mall Development Plan = ($475 - (Investment in Savings Account x 0.02))/0.12

Substituting the values given in the problem, we get:

Investment in Mini-Mall Development Plan = ($475 - ($5,750 - Investment in Mini-Mall Development Plan x 0.02))/0.12

Solving for Investment in Mini-Mall Development Plan, we get:

Investment in Mini-Mall Development Plan = $4,737.50

Therefore, the financial planner invested $4,737.50 in the mini-mall development plan and $1,012.50 in the savings account.

Learn more about savings account here:

https://brainly.com/question/9279115

#SPJ4

calculate the probability that are between three and five bicycle accidents, inclusive, that occur at this intersection in the next four months. write out the equation you need with numbers substituted but solve using r. copy/paste your r code here, with the answer.

Answers

The equation we need is[tex]P(3 < =x < =5) = (x^3 - 3x^2 + 5x - 3)/24[/tex]. We can solve this in R by using the dbinom() function. The code is: dbinom(3:5, size=4, prob=0.25) which yields an answer of 0.3125. This means that the probability of 3 to 5 bicycle accidents occurring in the next four months is 0.3125.

The equation for the probability of a certain number of bicycle accidents occurring in the next four months is [tex]P(x) = (x^3 - 3x^2 + 5x - 3)/24[/tex], where x is the number of accidents. To solve this equation with R, we can use the dbinom() function which is used to calculate the binomial cumulative distribution function. We set the size parameter to 4 (the number of months) and the probability parameter to 0.25 (the probability of a bicycle accident occurring at the intersection in a single month). The code is dbinom(3:5, size=4, prob=0.25). This yields an answer of 0.3125, meaning that the probability of 3 to 5 bicycle accidents occurring in the next four months is 0.3125. This calculation is useful for understanding the likelihood of certain numbers of bicycle accidents occurring in a given time period, and can be used to inform decisions about safety at intersections.

Learn more about equation here

https://brainly.com/question/29657992

#SPJ4

how many inches of snow fall at this rate?

Answers

The inches of snow that fall at this rate is 8 inches

How many inches of snow fall at this rate?

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

10 inches of snow fall for 1 1/4 hour

Ths means that the unit rate is

Unit rate = 10 inches/1 1/4 hour

Evaluate the quotint

Unit rate = 8 inches per hour

For one hour, we have

Snow = 8 * 1

Evaluate

Snow = 8

Hence, the amount is 8 inches

Read more about unit rate at

https://brainly.com/question/19493296

#SPJ1

She will travel to Cale town from Johannesburg during her trip .She estimates that the distance is approximately 500 miles between the cities .If 1mile = 1,609 km and the distance in km between Johannesburg and cape town is 810 km ,determine if she is correct

Answers

Yes she is correct, because 810 km is approximately 500 miles

What is distance?

Distance is a numerical or occasionally qualitative measurement of how far apart objects or points are. In physics or everyday usage, distance may refer to a physical length or an estimation based on other criteria.

The distance between Cale and Johannesburg is 810 km.

1 mile is converted as 1.609km

There 1km = 1/1.609 miles

810 km = 1/1.609 × 810

= 503.4 miles

If this value is approximated to the nearest hundred,then it will be

500 miles

learn more about distance from

https://brainly.com/question/26046491

#SPJ1

what is 11>s shown on a graph?

Answers

Note that 11 > S or S < 11 is given in the in the Line Graph attached. The above simply means that 11 as a quantity is greater that the factore represented by "s".

What is a Line Graph?

A line graph is a graphical depiction of changing information over time. It is a diagram created by connecting points with line segments.

Line graphs may be used to demonstrate how something evolves over time.

Line graphs are useful for displaying data that has peaks (ups) and troughs (downs) or was gathered in a short period of time. The pages that follow discuss the various components of a line graph.

Learn more about Line Graph:

https://brainly.com/question/23680294

#SPJ1

If x-y=9 is a true equation, what would be the value of 5+x−y?

Answers

Answer:

If x-y=9 is a true equation, we can substitute this equation into 5+x−y to find its value.

5 + x - y

= 5 + x - (x - 9) (since x - y = 9)

= 5 + x - x + 9

= 5 + 9

= 14

So, the value of 5 + x - y would be 14 if x-y=9 is a true equation.

A furniture store pays a wholesale price for a mattress.Then the store marks up the retail price to 150% of the wholesale price.Later they put the mattress on sale for 50% off of the retail price.A customer just bought the mattress on sale and paid 1,200.what was the retail price of the mattress before the discount.

Answers

The solution is, the retail price of the mattress, before the discount is $2,400. & the wholesale price, before the markup was $960

What is percentage?

A percentage is a number or ratio that can be expressed as a fraction of 100. A percentage is a number or ratio expressed as a fraction of 100. It is often denoted using the percent sign, "%", although the abbreviations "pct.", "pct" and sometimes "pc" are also used. A percentage is a dimensionless number; it has no unit of measurement.

here, we have,

Part A:

Given that the mattress is sold for 50% off of the retail price, let the retail price of the mattress be x, then

50% of x = 1200

⇒ 0.5x = 1200

⇒ x = 1200 / 0.5 = 2400

Therefore, the retail price of the mattress, before the discount is $2,400.

Part B:

Given that the store marks up the retail price to 150% of the wholesale price. Let the whole sale price be p, then

(100% + 150%) of p = 2400

250% of p = 2400

2.5p = 2400

p = 2400 / 2.5 = 960.

Therefore, the wholesale price, before the markup was $960.

To learn more on percentage click:

brainly.com/question/13450942

#SPJ1

What is the measure of DG?

Answers

The measure of DG is m
m
=2x85

=170

Triangle ABC has the coordinates below:

A (-2,-1) B (0,3) C (1,1)

Dilate this triangle with k= 3

Answers

The coordinates of triangle ABC after dilation are; (-6, -3), (0, 9) and (3, 3)

What is dilation?

Dilation means changing the size of an object without changing its shape. The size of the object may be increased or decreased based on the scale factor.

Given that, a triangle ABC with coordinates, A (-2, -1) B (0, 3) C (1, 1)

This triangle is dilated by a scale factor of 3,

SInce, the scale factor is greater than 3, therefore, dilation shows an enlargement.

The rule of dilation is given by;

(x, y) → (kx, ky), where k is dilation factor.

Let triangle ABC is dilated to form triangle A'B'C'

Therefore, the coordinates of triangle A'B'C' are;

A' = 3(-2, -1) = (-6, -3)

B' = 3(0, 3) = (0, 9)

C' = 3(1, 1) = (3, 3)

The graph is attached.

Hence, the coordinates of triangle ABC after dilation are; (-6, -3), (0, 9) and (3, 3)

Learn more about dilation, click;

https://brainly.com/question/14976170

#SPJ1

The length of the base of a rectangular prism is 8 inches. The width of the prism is 412
inches, and the height is 312 inches. What is the volume of the prism?

Answers

Answer:

The volume of the rectangular prism can be calculated by multiplying its length, width, and height: 8 x 4.12 x 3.12 = 128.064 cubic inches.

Answer:

V=342,784in

Step-by-step explanation:

V=1/3(L×W×H)

where v=volume of rectangular prism,L=length.W=width or breadth,H=height

V=1/3×8×412×312

V=342,784in

use the model to calculate 3/8x2/6. a. 16/18 b. 13/24 c. 6/48 d. 5/48

Answers

Answer:

C. 6/48

Step-by-step explanation:

mutliply both numerator and denominator

Which is greater than 64 to the ⅓ power?
A. 2²
B. 64½
C. 64¹/⁶ that's one over six
D. 64³ the 3 is a negative exponent

Answers

Answer:

Step-by-step explanation:

B. 64^(1/2) is greater than 64^(1/3).

HELPP


can you tell me

Answers

Answer: 4a = D; 4b = B

Step-by-step explanation:

i dont know this pls help me with it i dont know it

Answers

The code from solving the expressions is MGWMGWW

1. 7b

2. 6y - 1

3. -m + 0.5

4. 9x - 2y

5. 4j

6. -12x + 22

7. 6m - 8

What are algebraic expressions?

Algebraic expressions are expressions that are composed of coefficients, variables, terms, factors and constants.

They also consist of mathematical operations, such as;

SubtractionMultiplicationDivisionAdditionParenthesesBracket

Given the expression;

b + b + b + b + 3b

collect the like terms

7b

2(4y-  3) - 2x + 5

collect like terms

6y - 1

Hence, the code is MGWMGWW

Learn about algebraic expressions on:

https://brainly.com/question/4344214

#SPJ1

Josie's water bottle has a capacity of 4 liters. What is the capacity of her water bottle in milliliters?

Answers

The answer is 4000 milliliters.

A density curve consists of the line segment connecting the points (0,1) and (0. 5,1) and the segment connecting (0. 5, 1) to the x-axis. A. Determine the coordinate point where the second segment crosses the x-axis. B. Determine the slope of that segment c. Determine the equation of the line containing this segment (y = mx + b) d. Calculate the probability P(X > 1)

Answers

The second segment crosses the x-axis at (1.5, 0), and the slope of the segment is -1

The area under any probability density curve is always 1 and it is used for finding out the probabilities for any random variable X taking a certain range of values.

Let the second segment crosses at (a,0) on the X-axis:

The area under the density curve is 1.

the given fig can be divided into a rectangle and a triangle by dropping a line from the point (0.5, 1) in the x-axis.

The coordinate point of the second segment at the x-axis:

Now,

1*0.5+1/2*1*(a-0.5)=1

1+(a-0.5)=2

a-0.5=2-1

a=1+0.5

a=1.5

Thus the second segment crosses the x-axis at (1.5, 0)

The slope of that segment c:

The slope  of that segment=y₂-y₁/x₂-x₁

By considering the points (0.5, 1) and (1.5, 0)

We will have the slope as:

m=0-1/1.5-0.5

m=-1/1

m=-1

the equation of the line containing this segment:

The line passes from the point (0.5, 1)

y=mx+b is used to find the value of the intercept

so, substitute the values in the equation:

1=(-1)*0.5+b

1=-0.5+b

b=1.5

so, the equation for that line segment is

y=-x+1.5

x+y=1.5

To calculate the probability P(X > 1):

[tex]P(X > 1)=\int\limits\limits^1_1 {y} \, dx \\P(X > 1)=\int\limits^1_1 {(-x+1.5)} \, dx[/tex]

[tex]P(X > 1)=[\frac{-x^2}{2}+1.5x]_1^1^.^5\\\\P(X > 1)= (\frac{(-1.5)^2}{2} +1.5*1.5)-(\frac{-1^2}{2}+1.5*1)\\[/tex]

P(X>1)=-1.125+2.25+0.5-1.5

P(X>1)=0.125

To know more about the slope:

https://brainly.com/question/1884491

#SPJ4

MARKING BRAINLIEST!! please help, show your work first then choose the answer

Answers

The length of ED is,  3√10

What is Circle?

The circle is a closed two dimensional figure , in which the set of all points is equidistance from the center.

Given that;

In a figure,

⇒ PB = BC = 6

Now, By the figure,

⇒ ΔFPD and ΔEMD are congruent.

Hence, We can formulate;

⇒ FP / EM = PD / MD

Let the length of MD = x

⇒ FP / EM = PD / MD

⇒ 6 / 3 = (9 + x) / x

⇒ 2x = 9 + x

⇒ 2x - x = 9

⇒ x = 9

Hence, The length of MD = 9

Now, In  ΔEMD;

⇒ ED² = EM² + MD²

⇒ ED² = 3² + 9²

⇒ ED² = 9 + 81

⇒ ED² = 90

⇒ ED = √90

⇒ ED = 3√10

Learn more about the circle visit:

https://brainly.com/question/24810873

#SPJ1

What is a written description of x − 14? 14 less a number A number less than 14 A number greater than 14 The sum of 14 and a number

Answers

The written description of the given expression would be 14 less a number. That is option A.

What is less than (<)?

Less than which is represented by the symbol such as < is used in arithmetics to show that a given value is less than the value of which it is being compared to.

The given expression = X - 14. Where X is the unknown number which is compared with 14.

Therefore, according to the expression, 14 less than a number is the same as X - 14.

Learn more about subtraction here:

https://brainly.com/question/28467694

#SPJ1

NO LINKS!! Please help me with this.​

Answers

Answer:

Step-by-step explanation:

1.  ΔONG≅ΔLMI

2.  1:2

3. ON = 12

   NG = 30

4.  P-ONG = 6+7.5+12 = 25.5

    P-LIM = 12+15+24 = 51

5.  1:2

swer:
(0.0000009)³ (9 × 104)²/
(3, 000, 000)² (0.00243)

Answers

Answer:

The answer is 3.2 x 10-21.

Step-by-step explanation:

To solve this problem, we need to use the rules of exponents. The first step is to calculate the exponents for each number.

For 9 × 104, the exponent is 3 (9 × 104 = 90000).

For 3,000,000, the exponent is 2 (3,000,000 = 3000000).

For 0.00243, the exponent is -3 (0.00243 = 0.00000243).

Now, we can calculate the answer by multiplying the exponents:

3 × 2 × (-3) = -6

Then, we need to multiply the numbers together to get the final answer:

(9 × 104)² × (3,000,000)² × (0.00243) = 9 x 10-6 x 9 x 10-12 x 0.00243 = 3.2 x 10-21.

Two city streets are
parallel. The measurements between the
streets and a landmark are shown in the
figure. Find the distance between 1st Street
and 2nd Street along Pike Avenue and the
distance between 2nd Street and the
landmark along Pike Avenue.

Answers

1.456341245959493929293&3&3838

Answer:

The distance between 1st Street and 2nd Street along Pike Avenue is 60 ft.The distance between 2nd Street and the landmark along Pike Avenue i 240 ft.

Step-by-step explanation:

Similar Triangles - Side Splitter Theorem

If a line parallel to one side of a triangle intersects the other two sides, then this line divides those two sides proportionally.

Let x be the distance between 1st Street and 2nd Street along Pike Avenue.

As 1st Street and 2nd Street are parallel we can use the Side Splitter Theorem to calculate x:

[tex]\implies \sf x:300=40:40+160[/tex]

[tex]\implies \sf x:300=40:200[/tex]

[tex]\implies \sf \dfrac{x}{300}=\dfrac{40}{200}[/tex]

[tex]\implies \sf x=\dfrac{40}{200} \cdot 300[/tex]

[tex]\implies \sf x=60\; ft[/tex]

To calculate the distance between 2nd Street and the landmark along Pike Avenue, subtract the found distance between 1st Street and 2nd Street along Pike Avenue from the length of Pike Avenue:

[tex]\implies \sf 300-60=240\; ft[/tex]

solve for x please and thank you

Answers

The required value of angle x for a given hexagon is 20°.

What is a hexagon?

In terms of geometry, a hexagon is a closed, six-sided polygon in two dimensions. Six vertices and six angles make up a hexagon. The words "hexa" and "gonio" both refer to six.

A hexagon's internal angles add up to 720°. All of the sides and interior angles of a regular hexagon are the same lengths.

Given, the interior angles of a hexagon are 7x°, 7x°, 4x°, 7x°, 7x°, and 4x° respectively.

So, the sum of interior angles = 720°

or, 7x° + 7x° + 4x° + 7x° + 7x° + 4x° = 720°

or, 36x° = 720°

or, x = 720/36

or, x =20°

Hence, the required value of x is 20°.

To learn more about the hexagon

https://brainly.com/question/15424654

#SPJ1

What is the slope of the intercept equation for the line below

Answers

The equation of line m passing through the points (0, 0) and (1, 6) is y = 6x

What is an equation?

An equation is an expression that contains numbers and variables linked together by mathematical operations of addition, subtraction, multiplication, division and exponents. An equation can either  be linear, quadratic, cubic, depending of the degree of the variable.

The slope intercept form of a linear equation is:

y = mx + b

Where m is the rate of change and b is the y intercept.

Line M goes through the points (0, 0) and (1, 6). Hence:

[tex]y-y_1=\frac{y_2-y_1}{x_2-x_1} (x-x_1)\\\\substituting:\\\\y-0=\frac{6-0}{1-0} (x-0)\\\\y=6x[/tex]

The equation of line m is y = 6x

Find out more on equation at: https://brainly.com/question/2972832

#SPJ1

suppose you have a binomal distribution with a mean of 2.5 and a standard deviation of 1.4, would it be unusual to get a score of 0?

Answers

Yes, it would be unusual to get a score of 0 on a binomial distribution with a mean of 2.5 and a standard deviation of 1.4. This is because the expected value of such a distribution is much higher than 0.

Yes, it would be unusual to get a score of 0 on a binomial distribution with a mean of 2.5 and a standard deviation of 1.4. This is because the expected value of such a distribution is much higher than 0. The binomial distribution is a type of probability distribution which is used to describe the probability of a discrete event occurring a certain number of times in a given number of trials. The mean of the binomial distribution is the expected value of the events, while the standard deviation is a measure of how much the values of the events vary from the expected value. In this case, the expected value is 2.5, and the standard deviation is 1.4. This means that the probability of getting a score of 0 is quite low, since the expected value is so much higher than 0. Therefore, it would be considered unusual to get a score of 0 on this binomial distribution.

Learn more about standard deviation here

https://brainly.com/question/13905583

#SPJ4

the table shows information about the lengths of time in minetes it took some pupils to do their maths homework last week . draw the histogram for the information in the table.

Answers

According to the information in the table, the histogram would be as shown in the attached image.

How to graph table information?

To graph the information in the table we must take into account the relationship of the data. On the one hand we have the frequency, which is the data that varies, and the different variations of time.

In accordance with the above, what we want to demonstrate with this table are the different frequencies of time that students take to do their math homework. Additionally, most students take between 10 and 25 minutes to do their math homework.

Learn more about histogram in: https://brainly.com/question/30354484

#SPJ1

Julia and her husband own a coffee shop. They experimented with mixing a City Roast Columbian coffee that cost $7.70 per pound with French Roast Columbian coffee that cost $8.60 per pound to make a 30-pound blend. Their blend should cost them $8.00 per pound. How much of each type of coffee should they buy?

Answers

To determine how much of each type of coffee Julia and her husband should buy, we can set up a system of linear equations to represent the costs of the two types of coffee in their blend and the total cost of the blend. Let x represent the number of pounds of City Roast coffee and y represent the number of pounds of French Roast coffee. Then, we have:

7.70x + 8.60y = 8.00(x + y) (the total cost of the blend)
x + y = 30 (the total weight of the blend)

We can use substitution or elimination method to solve this system of equations. Using substitution, we can solve for one variable in terms of the other and then substitute into the second equation. For example, we can solve for y in terms of x:

y = 30 - x

And substitute into the first equation:

7.70x + 8.60(30 - x) = 8.00(30)
7.70x + 258.00 - 8.60x = 240.00
-1.90x = -18.00
x = 9.47 pounds

This means that Julia and her husband should buy 9.47 pounds of City Roast coffee and 20.53 pounds of French Roast coffee to make their 30-pound blend at a cost of $8.00 per pound.
Other Questions
Determine the speed with which block B rises in figure if the end of the cord at A is pulled down with a speed of 2 m/s. Compare using >, Suppose a function f(x) is defined on the domain [-8,4]. If we define a new function g(x) by g(x) = f(-2x), then what is the domain of g(x)? Express your answer in interval notation 2. what provisions of the constitution reflect the struggle of the founders with the issue of slavery mrs. leonard maintains a large database of student information. she has identified two student records that have the same name, same enrolled courses, but slightly different student numbers. only one of them has related quarterly grading records. what should mrs. leonard do? if you changed the source wavelength to a longer wavelength, e.g. 600nm, how would the distance between the zero order maximum and the third order maximum change? assume you are the director of information technology at a company that is planning on implementing a new customer service computer system. the president of the company has heard of the sdlc and prototype methods of system development, but does not know anything about them. what led psychologist roger barnsley to conclude that being born early in the year might contribute to success in sports? you suspect an unresponsive patient actually has psychogenic coma. you decide to proceed with caloric testing. after instilling cold fluid into the left ear, what do you expect to see on eye movements if the patient has no brain stem abnormality? The equation of a wave traveling in a horizontal direction is expressed as y = 5sin(60t - x) What's the phase angle (a)90 (b)180 (c)270 (d)360 (e)0 what does the word love is more powerful than hate as a short speech that can give Me Higher marks Nate wants to buy a CD for $1000 that earns 3% APR and is compoundedquarterly for 5 years. He will be taxed on 20% of the interest that he earns. What is the total amount of interest Nate will earn, after taxes?O A. $40. 96O B. $51. 20O c. $161. 18O D. $128. 94SUBMIT Help apex! Which of the following options correctly describe an alkyne? Select all that apply. - An alkyne contains a C-C triple bond. - A terminal alkyne possesses a C-C triple bond at the end of the chain. A ball thrown upwards hits a roof and returns back to the ground.The upward movement is modeled by a function s=t2+3t+4 and the downward movement is modeled by s=2t2+t+7, where s is the distance (in metres) from the ground and t is the time in seconds.Find the height of the roof from the ground. in cases of slander , damages are allowed by the common law. (choose two correct answers) Choose one suitable word from the box to complete each sentence.amazingsatisfactoryfunnygrippingdullhilariousfrighteningexcitingMovingThrilling1. I love animated films. They're very..2. Have you ever seen this comedy. It's really..3. We are going to the cinema to see a horror. It is thrilling and..4. 'Spider Man' is a big hit - the special effects are5. All the critics said the film was really .Nevertheless, I was so interested that i saw it from beginning to endinterested that I saw it from beginning to end.6. We didn't find italthough it was an action film. THIS IS THE OSHA 10-HOUR COURSE AND I NEED HELP WITH IT.1. Remember not to use tools that are ________ in any way. 2. What should you do with corded tools when they are not being used? 3. This is the sudden release of electrical energy through the air when a high-voltage gap exists and there is a breakdown between conductors: 4. What electrical hazard is present in this image? 5. The longer youre exposed to high noise levels, the more likely it is that ________ damage will occur. 6. In a situation where you expect to encounter airborne hazardous substances, but you dont need skin protection, what level of full-body protection will you need? 7. Which of the following are struck-by falling hazards? 8. If you see an increase in traffic, step in and direct traffic to ensure safety. Is this a safe or unsafe practice? 9. In general, employers must provide fall protection to construction workers working on surfaces with unprotected sides and edges that are how many feet above the lower level? 10. When constructing a scaffold, there are specific criteria for the ________ the scaffold is built on. 11. Which of the following is the most dangerous factor among crane accidents? 12. An excavation is at risk for cave-in and water accumulation because of the excess soil that has accumulated. What type of excavation protection will address this situation? 13. Protect workers from cave-ins and other excavation-related hazards. Whose responsibility is this? Can you write this story but i the villains perspective? Write 3 irrational numbers between 1.5 and 1.56. if a cone-shaped hole is 3 feet deep and the circumference of the base of the hole is 44 feet, what is the volume of the hole? use 22/7 for pi