To teach computer programming to employees, many firms use on the job training. A human resources administrator wishes to review the performance of trainees on the final test of the training. The mean of the test scores is 72 with a standard deviation of 5. The distribution of test scores is approximately normal. Find the z-score for a trainee, given a score of 82.

Answers

Answer 1

Answer:

The z-score for the trainee is of 2.

Step-by-step explanation:

Normal Probability Distribution

Problems of normal distributions can be solved using the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the z-score of a measure X is given by:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the p-value, we get the probability that the value of the measure is greater than X.

The mean of the test scores is 72 with a standard deviation of 5.

This means that [tex]\mu = 72, \sigma = 5[/tex]

Find the z-score for a trainee, given a score of 82.

This is Z when X = 82. So

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

[tex]Z = \frac{82 - 72}{5}[/tex]

[tex]Z = 2[/tex]

The z-score for the trainee is of 2.


Related Questions

Q.1 Determine whether y = (c - e ^ x)/(2x); y^ prime =- 2y+e^ x 2x is a solution for the differential equation Q.2 Solve the Initial value problem ln(y ^ x) * (dy)/(dx) = 3x ^ 2 * y given y(2) = e ^ 3 . Q.3 Find the general solution for the given differential equation. (dy)/(dx) = (2x - y)/(x - 2y)

Answers

(Q.1)

[tex]y = \dfrac{C - e^x}{2x} \implies y' = \dfrac{-2xe^x-2C+2e^x}{4x^2} = \dfrac{-xe^x-C+e^x}{2x^2}[/tex]

Then substituting into the DE gives

[tex]\dfrac{-xe^x-C+e^x}{2x^2} = -\dfrac{2\left(\dfrac{C-e^x}{2x}\right) + e^x}{2x}[/tex]

[tex]\dfrac{-xe^x-C+e^x}{2x^2} = -\dfrac{C-e^x + xe^x}{2x^2}[/tex]

[tex]\dfrac{-xe^x-C+e^x}{2x^2} = \dfrac{-C+e^x - xe^x}{2x^2}[/tex]

and both sides match, so y is indeed a valid solution.

(Q.2)

[tex]\ln\left(y^x\right)\dfrac{\mathrm dy}{\mathrm dx} = 3x^2y[/tex]

This DE is separable, since you can write [tex]\ln\left(y^x\right)=x\ln(y)[/tex]. So you have

[tex]x\ln(y)\dfrac{\mathrm dy}{\mathrm dx} = 3x^2y[/tex]

[tex]\dfrac{\ln(y)}y\,\mathrm dy = 3x\,\mathrm dx[/tex]

Integrate both sides (on the left, the numerator suggests a substitution):

[tex]\dfrac12 \ln^2(y) = \dfrac32 x^2 + C[/tex]

Given y (2) = e ³, we find

[tex]\dfrac12 \ln^2(e^3) = 6 + C[/tex]

[tex]C = \dfrac12 \times3^2 - 6 = -\dfrac32[/tex]

so that the particular solution is

[tex]\dfrac12 \ln^2(y) = \dfrac32 x^2 - \dfrac32[/tex]

[tex]\ln(y) = \pm\sqrt{3x^2 - 3}[/tex]

[tex]\boxed{y = e^{\pm\sqrt{3x^2-3}}}[/tex]

(Q.3) I believe I've already covered in another question you posted.

suppose y varies inversely with X, and y = 48 when x = 3. What is the value of x when y = 24?
NO LINKS OR ANSWERING YOU DON'T KNOW.

a. 3
b. 12
c. 6
d. 24​

Answers

Answer:

C. 6

Step-by-step explanation:

Recall that inverse variation is given by:

[tex]\displaystyle y=\frac{k}{x}[/tex]

Where k is the constant of variation.

We know that y = 48 when x = 3. Substitute:

[tex]\displaystyle (48)=\frac{k}{(3)}[/tex]

Solve for k:

[tex]k=3(48)=144[/tex]

Hence, our equation is:

[tex]\displaystyle y=\frac{144}{x}[/tex]

We want to find x when y = 24. Substitute:

[tex]\displaystyle \frac{24}{1}=\frac{144}{x}[/tex]

Cross-multiply:

[tex]24x=144[/tex]

Divide both sides by 24. Hence:

[tex]x=6[/tex]

Our answer is C.

The solution of this equation has an error. Which of the following steps has the error? 18 − (3x + 5) = 8
Step 1: 18 − 3x + 5 = 8
Step 2: -3x + 23 = 8
Step 3: -3x = -15
Step 4: x = 5



Step 1 Step 2 Step 3 Step 4. ?

Answers

Answer:

Step 1

Because the number in front of the bracket is 1 and it is also affected by the negative sign(-),5 is supposed to be negative not positive because (negative by positive is negative)

And since the first step has an error in it,the remaining steps would also be wrong.

Suppose f(x,y,z) = x2 + y2 + z2 and W is the solid cylinder with height 7 and base radius 2 that is centered about the z-axis with its base at z = −2. Enter θ as theta.

A) As an iterated integral, ∭WfdV = ∫BA∫DC∫FE dzdrdθ with limits of integration.

B) Evaluate the integral.

Answers

In cylindrical coordinates, W is the set of points

W = {(r, θ, z) : 0 ≤ r ≤ 2 and 0 ≤ θ ≤ 2π and -2 ≤ z ≤ 5}

(A) Then the integral of f(x, y, z) over W is

[tex]\displaystyle\iiint_W(x^2+y^2+z^2)\,\mathrm dV = \int_0^{2\pi}\int_0^2\int_{-2}^5r(r^2+z^2)\,\mathrm dz\,\mathrm dr\,\mathrm d\theta[/tex]

(B)

[tex]\displaystyle \int_0^{2\pi}\int_0^2\int_{-2}^5r(r^2+z^2)\,\mathrm dz\,\mathrm dr\,\mathrm d\theta = 2\pi \int_0^2\int_{-2}^5(r^3+rz^2)\,\mathrm dz\,\mathrm dr \\\\\\= 2\pi \int_0^2\left(zr^3+\frac13rz^3\right)\bigg|_{z=-2}^{z=5}\,\mathrm dr \\\\\\= 2\pi \int_0^2\left(\frac{133}3r+7r^3\right)\,\mathrm dr \\\\\\= 2\pi \left(\frac{133}6r^2+\frac74r^4\right)\bigg|_{r=0}^{r=2} \\\\\\= 2\pi \left(\frac{110}3\right) = \boxed{\frac{220\pi}3}[/tex]

The frequency distribution below summarizes the home sale prices in the city of Summerhill for the month of June. Determine the lower class limits.

Answers

Answer:

79.5, 110.5, 141.5, 172.5, 203.5, 234.5

Step-by-step explanation:

Given

The attached distribution

Required

The lower class limits

To do this, we simply subtract 0.5 from the lower interval

From the attached distribution, the lower intervals are:

80.0, 111.0, 142.0, 173,0 .......

So, the lower class limits are:

[tex]80.0-0.5 = 79.5[/tex]

[tex]111.0-0.5 = 110.5[/tex]

[tex]142.0-0.5 = 141.5[/tex]

[tex]173.0-0.5 = 172.5[/tex]

[tex]204.0-0.5 = 203.5[/tex]

[tex]235.0-0.5 = 234.5[/tex]

(x-5)(X+12)=-70
[tex](x - 5)(x + 12) = - 70[/tex]

Answers

Answer:

[tex]x = - 2[/tex]

[tex]x = - 5[/tex]

Step-by-step explanation:

Give

[tex](x - 5)(x + 12)[/tex]

Apply FOIL Method

[tex]x {}^{2} + 7x - 60 = - 70[/tex]

Add 70 on both sides

[tex] {x}^{2} + 7x + 10[/tex]

Factor

[tex](x + 2)(x + 5)[/tex]

So our roots are

x=-2

x=-5

Answer:

dtet

Step-by-step explanation:

dgbyn


Find the area of the following figure with the indicated dimensions.use pi.

Answers

Answer:

The answer is "47.5354".

Step-by-step explanation:

In the given graph it is a half-circle and a triangle.

So, the diameter of the circle is 6.2 so the radius is 3.1

[tex]\text{Area of a circle}= \pi r^2\\\\\text{Area of a triangle}= \frac{1}{2} b h\\\\[/tex]

Calculating the total area of the shape:

[tex]= \pi r^2+\frac{1}{2} \times b\times h\\\\ = 3.14 \times 3.1^2+\frac{1}{2} \times 6.2 \times 5.6\\\\ = 3.14 \times 3.1^2+\frac{1}{2} \times 6.2 \times 5.6\\\\=3.14 \times 9.61+\frac{1}{2} \times 34.72\\\\=3.14 \times 9.61+\frac{1}{2} \times 34.72\\\\= 30.1754+17.36\\\\=47.5354\\\\[/tex]

una fuerza constante F de magnitud igual a 3lb se aplica al bloque que se muestra en la figura. F tiene la misma dirección que el vector a= 3i + 4j. determine el trabajo realizado en la dirección de movimiento si el bloque se mueve de P1 (3, 1) a P2 (9, 3). Suponga que la distancia se mide en pies.

Answers

Uh is that Spanish? Bc I can’t speak Spanish

when 5 is added to 2 times a number , the results is 45. find the number

Answers

Answer:i think its 20

Step-by-step explanation: 20 x 2 is 40 plus 5 is 45

Answer:

✓ x - the number 5 + 2x = 45 2x = 45 - 5 2x = 40 x = 20 5 + 2(20) = 45 5 + 40 = 45 45 = 45 Hope this helps. :-) the answer is 20

Step-by-step explanation: Algebra.com

5/6 ÷ 1/3 - 2/3 (2/5)

Answers

Answer:

[tex] \frac{67}{30} \: \text{or} \:2 \frac{7}{30} [/tex]

Step-by-step explanation:

5/6 ÷ 1/3 - 2/3 (2/5)

= 5/6 ÷ 1/3 - 2/3 × 2/5= 5/2 - 2/3 × 2/5= 5/2 - 4/15= 67/30 or 2 7/30

Hope it helps you! \(^ᴥ^)/

Three more than twice a number is 35.

Answers

Answer:

x = 16, or if you didn't want the value for x,

2x + 3 = 35

Step-by-step explanation:

Three more: +3

Twice a number: 2x

Combined:

2x + 3 = 35.

Get rid of the 3 by subtracting it from both sides:

2x = 32

Get rid of the 2 by dividing it from both sides:

x = 16

Answer:

The number is 16.

Step-by-step explanation:

Let the unknown number be x.

Now we translate the sentence into an equation piece by piece.

Three more than twice a number is 35.

2x

Three more than twice a number is 35.

2x + 3

Three more than twice a number is 35.

2x + 3 = 35

Now we solve the equation.

Subtract 3 from both sides.

2x = 32

Divide both sides by 2.

x = 16

Answer: The number is 16.

P.S. Notice that x was a variable that was introduced solely to solve the problem. The original problem is a word problem, not an equation, and has no x in it. The correct answer makes no reference to x since x was used to solve the equation but is not part of the given problem. The person asking the question has no idea what x is. He just wants a number as an answer.

For any real number √a²
a
- |al
lal.
-a

Answers

Answer:

|a|

Step-by-step explanation:

For any positive or negative a, when you square it, the answer is positive.

The square root symbol means the principal square root. For a positive number, the principal square root is positive. To make sure the square root is always non-negative, use absolute value.

Answer: |a|

Plz help. I’m finding surface area. I need the answer in units. Thank you.

Answers

Answer:

C. 17 units

Step-by-step explanation:

Surface area of rectangular prism is given as:

A = 2lw + 2lh + 2wh

A = 930 square units

l = 12 units

h = 9 units

w = ? (We're to find the width)

Plug in the value into the formula

930 = 2*12*w + 2*12*9 + 2*w*9

930 = 24w + 216 + 18w

Add like terms

930 - 216 = 42w

714 = 42w

Divide both sides by 42

714/42 = 42w/42

17 = w

w = 17 units

Need the answers from a - e

Answers

Answer:

10

Step-by-step explanation:

Sorry. I needed to answer this question to get access.

Identify the domain of the table of values shown

Answers

Answer:

{-6,0,2,4}

Step-by-step explanation:

need help now!!! Please and thanks ​

Answers

Answer:

the answer of r is 8 i hope it will help

solve the inequality 4t^2 ≤ 9t-2 please show steps and interval notation. thank you!​

Answers

Answer:

[0.25, 2]

Step-by-step explanation:

We have

4t² ≤ 9t-2

subtract 9t-2 from both sides to make this a quadratic

4t²-9t+2 ≤ 0

To solve this, we can solve for 4t²-9t+2=0 and do some guess and check to find which values result in the function being less than 0.

4t²-9t+2=0

We can see that -8 and -1 add up to -9, the coefficient of t, and 4 (the coefficient of t²) and 2 multiply to 8, which is also equal to -8 * -1. Therefore, we can write this as

4t²-8t-t+2=0

4t(t-2)-1(t-2)=0

(4t-1)(t-2)=0

Our zeros are thus t=2 and t = 1/4. Using these zeros, we can set up three zones: t < 1/4, 1/4<t<2, and t>2. We can take one random value from each of these zones and see if it fits the criteria of

4t²-9t+2 ≤ 0

For t<1/4, we can plug in 0. 4(0)²-9(0) + 2 = 2 >0 , so this is not correct

For 1/4<t<2, we can plug 1 in. 4(1)²-9(1) +2 = -3 <0, so this is correct

For t > 2, we can plug 5 in. 4(5)²-9(5) + 2 = 57 > 0, so this is not correct.

Therefore, for 4t^2 ≤ 9t-2 , which can also be written as 4t²-9t+2 ≤ 0, when t is between 1/4 and 2, the inequality is correct. Furthermore, as the sides are equal when t= 1/4 and t=2, this can be written as [0.25, 2]

In your office desk drawer you have 10 different flavors of fruit leather. How many distinct flavor groupings can you make with your fruit leather stash?​

Answers

100

You have 10 different flavors. Just multiply the ten with another ten.

Can someone do eight nine one and two ?

Answers

Answer: hello there here are your answers:

8) B multiplication property of zero

9) C additive identify

1) 8

2) -2a-7

Step-by-step explanation:

1) [tex]\frac{3+u}8^{2} \\u=5 \\so\\ \frac{3+5}8^{2} \\3+5=8^{2} \\8^{2} =\\64 \\\\ 64/8=\\\\\\8 \\there.\\\\\\[/tex]

2)[tex]-2(a-7)\\\\-2(a)(-7)\\\\=-2a+14\\\\\\there[/tex]

A decorative wall in a garden is to be built using bricks that are 5 1/2 inches thick and mortar joints are 1/4 inch thick. What is the height of the wall?

Answers

Step-by-step explanation:

how many layers of bricks are used ?

also, I assume, the thickness of bricks means actually their height when laid.

but still, I cannot answer that, as nothing indicates if there is only one layer of bricks or 2 or 3 or 4 or ...

the graph function f(x) is illustrated in figure below (-2,1) ,(-1,2) ,(1,2) ,(2,3) .Use the transformation techniques to graph the following functions

a) y=f(x)-2
b) y=f(-x)

Answers

Answer:

a) y = f(x) - 2 (x, y) ⇒ (x, y - 2)b) y = f(-x) (x, y) ⇒ (-x, y)

a) y=f(x)-2

(-2, 1) → (-2, 1 - 2) = (-2, -1)(-1, 2) → (-1, 2 - 2) = (-1, 0)(1, 2) → (1, 2 - 2) = (1, 0)(2, 3) → (2, 3 - 2) = (2, 1)

b) y=f(-x)

(-2, 1) → (-(-2), 1) = (2, 1)(-1, 2) → (-(-1), 2) = (1, 2)(1, 2) → (-1, 2)(2, 3) → (-2, 3)

Question 2
A force F=5i+3j-2k is applied to move a block of cement from A(0,1,1) to B(4.-1,3).
Determine the work done by the force.

Answers

The work is simply the dot product of the force and displacement (which I assume are given in Newtons and meters, respectively):

W = F • d

W = (5i + 3j - 2k) N • ((4i - j + 3k) m - (j + k) m)

W = (5i + 3j - 2k) • (4i - 2j + 2k) Nm

W = (20 - 6 - 4) Nm

W = 10 J

The mean age of 5 people in a room is 27 years.
A person enters the room.
The mean age is now 35.
What is the age of the person who entered the room?

Answers

Answer:

main age = total age/total people

if Main age is = 27

[tex]27 = \frac{ \times }{5} [/tex]

and x = 135

Total age is = 135

then main age is 35

[tex][35 = \frac{y}{6} [/tex]

and y = 210

first main age - second main age = age of the person participating

210 - 135 = 75

the age is = 75

HAVE A NİCE DAY

Step-by-step explanation:

GREETINGS FROM TURKEY

If someone can pls give me the answer the would be greatly appreciated :)

Answers

Step-by-step explanation:

The Answer Is Provided Below ➳

(2²)² = 2⁴/2⁴ = 2⁰ × 2⁰ = 2⁰/2⁰

2/9 divided by 5/6
help pleaseee​

Answers

Hey there!

[tex]\mathsf{\dfrac{2}{9}\div\dfrac{5}{6}}[/tex]

[tex]\mathsf{= \dfrac{2\times6}{9\times5}}[/tex]

[tex]\mathsf{2\times 6 = \bf 12}[/tex]

[tex]\mathsf{9\times5 = \bf 45}[/tex]

[tex]\boxed{\mathsf{=\bf \dfrac{12}{45}}}[/tex]

[tex]\large\textsf{BOTH NUMBERS has the Greatest Common Factor (GCF) of 3}[/tex]

[tex]\mathsf{= \dfrac{12\div3}{45\div3}}[/tex]

[tex]\mathsf{12\div3=\bf 4}[/tex]

[tex]\mathsf{45\div3=\bf 15}[/tex]

[tex]\boxed{\mathsf{=\bf \dfrac{4}{15}}}[/tex]

[tex]\boxed{\boxed{\large\textsf{Answer: }\mathsf{\bf \dfrac{4}{15}}}}\huge\checkmark[/tex]

[tex]\large\textsf{Good luck on your assignment and enjoy your day!}\\\\\\~\frak{Amphitrite1040:)}}[/tex]

John's age 4 years ago, if he will be y years old in 5 years

Answers

9514 1404 393

Answer:

  y -9

Step-by-step explanation:

From 4 years ago until 5 years from now, John will age 9 years. That is, his age 4 years ago is 9 years less than it will be in 5 years.

John's age 4 years ago is y-9 years.

The total mass of 8 identical dictionaries is 9.92 kilograms. What is the mass, in kilograms, of one dictionary? Enter your answer in the space provided​

Answers

Your answer is 1.24 kg

Given that m∠abc=70° and m∠bcd=110°. Is it possible (consider all cases): Line AB intersects line CD?

Answers

The line AB and CD are parallel. Then it is impossible that the line AB intersects the line CD.

What are parallel lines?

When the distance between the lines is constant, then the lines are called parallel lines. The lines do not intersect when they are separated from each other. And the slope of the lines is equal.

Given that ∠ABC = 70° and ∠BCD = 110°.

Then the line AB and the line CD makes the same angle with the line BC.

Hence, the line AB and CD are parallel.

Then it is impossible that the line AB intersects the line CD.

More about the parallel lines link is given below.

https://brainly.com/question/16701300

#SPJ1

From the table below, determine whether the data shows an exponential function. Explain why or why not.
x
3
2
1
–1
y
8
2
0.5
0.125
a. No; the domain values are at regular intervals and the range values have a common factor 0.25. b. No; the domain values are not at regular intervals although the range values have a common factor. c. Yes; the domain values are at regular intervals and the range values have a common factor 4. d. Yes; the domain values are at regular intervals and the range values have a common factor 0.25.

Answers

9514 1404 393

Answer:

  b. No; the domain values are not at regular intervals although the range values have a common factor.

Step-by-step explanation:

The differences between x-values are ...

  -1, -1, -1, -2 . . . . not a constant difference

The ratios of y-values are ...

  2/8 = 0.5/2 = 0.125/0.5 = 0.25 . . . . a constant difference

The fact that the domain values do not have a common difference renders the common factor of the range values irrelevant. The relation is not exponential.

Find the distance between the points (-5, -4) and (3, 1).

On a coordinate plane, points are at (3, 1), (negative 5, negative 4).

Answers

Step-by-step explanation:

it will help u

Other Questions
When members of a community work to preserve their unique cultural traits, they are trying to protect their __________. A. universal culture B. cultural region C. popular culture D. local culture Please select the best answer from the choices provided A B C D If the amount of beachfront land in Malibu supplied to the market remains the same even when the price of beachfront land in Malibu increases, the:_________. a. demand for beachfront land in malibu must be perfectly inelastic, b. supply of beachfront land in Malibu must be perfectly elastic. c. demand for beachfront land in Malibu must be perfectly elastic. d. supply of beachfront land in Malibu must be perfectly inelastic. when a force of 400N is applied on a body at angle of 60 degree to the horizontal displacement,the body covers a distance of 8m.what is the work done? Rewrite the expression by factoring out (u-8).3u^2(u-8)-2(u-8) Other things equal, diversification is most effective when Group of answer choices Securities returns are uncorrelated. Securities' returns are high. Both securities' returns are positively correlated and securities' returns are high. Securities' returns are positively correlated. You hold equal proportions of each security in a portfolio. The following general ledger accounts and additional information are taken from the records of Wolfe Corporation at the end of its fiscal year, December 31, 2019 Additional information: a. The prepaid insurance is for a one-year policy, effective July 1, 2019. b. A physical count indicated that $500 of supplies is still on hand. c. $50 of December rent expense has not been recorded. 101 Unused Supplies 173 Advertising Exp. 610 Bal 700 Bal. 200 Cash Bal 2,700 Accounts Receivable110 Bal. 2,000 Common Stock Bal 320 3,800 Salaries Expense 656 Bal. 4,500 161 654 Prepaid Insurance Bal. 1,200 Repair Revenue Bal 450 7,750 Rent Expense Bal. 250 Required: 1. Record all necessary adjusting entries in general journal format including general ledger account numbers. Assume the following account numbers: Insurance Expense: 631; Supplies Expense: 668. 2. Post the adjusting entries to T-accounts and calculate balances. 3. Prepare all closing entries in general Journal format. Include general ledger account numbers. 4. Post the closing entries to the applicable general ledger accounts. I need help please its for math 2.Select the correct answer.Erica is working in the lab. She wants to remove the fine dust particles suspended in a sample of oil. Which method is she most likely to use? Discuss the following terms using internet or library resource.a.Epicenterb.focus.c.seismic wave answer? Find the value of x. Which word correctly completes the sentence?Esta parte del cuerpo est en la cabeza. Tenemos dos. Tenemos una ____ en cada lado de la cabeza.manorodillabrazooreja the common sources of secondary data in tourism research are In analyzing the differences among Theories X, Y, and Z managers, it is appropriate to determine that Multiple Choice Theory Z managers believe that employees prefer to be directed. Theory Z managers understand that workers prefer to work by themselves, and will do their best work individually rather than with a team. Theory Z managers believe that getting employees more involved in work-related decisions will generally increase productivity. Theory Z managers believe that decision making is not part of an employee's responsibilities. When Get the Glare Out needed some information about the potential market for its product, the marketing team looked to the Internet to find industry trends and at the market for eyewear products, which uses the same technology that is used in its self-darkening windshield. The type of information the marketing team was using is referred to as Multiple Choice surveys. focus groups. primary data. secondary data. Which phrase best describes Douglass's purpose for including this particular experience in the narrative of his life?to show that enslaved people were able to outsmart slaveholdersto show the kindness of the family he was enslaved toto show that all slaveholders believed slaves shouldn't know how to readto show the importance of education in changing his life Despite protests from his grandmother, Bailey takes her,his wife, his son, and his daughter on a road trip to Florida.As the family travels, the grandmother tells her familystories of her youth, many of which are greeted withnegative responses from her family. The grandmothereventually convinces the family to stop to visit an oldplantation in Georgia.A vicious criminal, the Misfit, has escaped from prison.Newspaper stories claim that he is most likely on his wayto Florida.Which of the following techniques is exhibited by these plot summaries?O A. FlashbackB. AllusionC. Parallel plotsD. Anticlimax Exam Instructions PENN FOSTER PLEASE Question 6 of 20 :Select the best answer for the question.6.helped industrial workers to gain collective bargaining power.A. Unionization. B.CollectivismC. ModernizationD. Urbanization what is the formula for triangle Simplify: 4y2 + 5y + 2 + 8y2 + 4y + 5. what do abbreviations MLA, APA, and CMC refer to?