Two sides and an angle are given below. Determine whether the given information results in one triangle, two triangles, or no triangle at all. Solve any resulting triangle(s). b = 8, c=5, B = 170° Select the correct choice below and, if necessary, ful in the answer boxes to complete your choice Type an integer or decimal rounded to two decimal places as needed.)
A. A single triangle is produced, where C = ___°, A =___° and a =___
B. Two triangles are produced, where the triangle with the smaller angle Chas C1 =___° A1 =___° , and a1=___ and the triangle with the larger angle C has C2 =___° A2
C. No triangles are produced.

Answers

Answer 1

No triangles are produced with the given information.

In a triangle, the sum of all angles must be 180°. However, in this case, the given angle B is 170°, which is larger than 180°. This violates the triangle inequality and indicates that no triangle can be formed.

To determine if a triangle is possible, we can use the triangle inequality theorem, which states that the sum of the lengths of any two sides of a triangle must be greater than the length of the remaining side.

Let's consider the given information:

b = 8 (length of side b)

c = 5 (length of side c)

B = 170° (angle B)

Using the triangle inequality theorem, we can check if the given lengths satisfy the condition:

8 + 5 > c

13 > 5 (true)

However, the given angle B = 170° is larger than the sum of angles in a triangle. Since angle B is greater than 180°, it is not possible to form a triangle with the given information.

Therefore, the correct choice is C: No triangles are produced.

Learn more about triangle here:

https://brainly.com/question/2773823

#SPJ11


Related Questions

If S is a partition of [a, b] and P its refinement, then
L(f, S) ≤ L (f, P) ≤U(f, P) ≤ U (f, S)

Answers

The inequality L(f, S) ≤ L(f, P) ≤ U(f, P) ≤ U(f, S) states that for a function f defined on an interval [a, b], if S is a partition of [a, b] and P is a refinement of S, then the lower sum of f over S is less than or equal to the lower sum of f over P, which is less than or equal to the upper sum of f over P, which in turn is less than or equal to the upper sum of f over S.

In calculus, when we approximate the area under a curve using Riemann sums, we divide the interval into subintervals (partitions) and choose sample points within each subinterval. A refinement of a partition is created by adding more subintervals or subdividing existing subintervals. The inequality shows that as we refine the partition, the lower and upper sums of the function become closer to each other. The lower sum represents the approximation from below, while the upper sum represents the approximation from above. Therefore, as we refine the partition, both the lower and upper sums converge towards the true value of the definite integral.

To know more about Riemann sums here: brainly.com/question/29012686

#SPJ11

(1 point) Wine the system z' = e^8tx - 2ty + 6 sin(t), y' = 8 tan(t) y +6x - 8 cos(t) in the form . d/dt [x y] = P(t) [x y ] +f(t)

Answers

To write the given system in the form of d/dt [x y] = P(t) [x y] + f(t), we need to express it in matrix form.

Let's rewrite the system of differential equations:

x' = e^(8tx) - 2ty + 6sin(t)

y' = 8tan(t)y + 6x - 8cos(t)

Now, we can rewrite it in matrix form as:

[d/dt [x y]] = [P(t) [x y] + f(t)],

where [x y] represents the vector [x y] and P(t) is the coefficient matrix.

Comparing the coefficients, we have:

P(t) = [[e^(8tx) - 2t, 6], [6, 8tan(t)]]

f(t) = [6sin(t), -8cos(t)]

Therefore, the system can be written in the desired form as:

d/dt [x y] = [[e^(8tx) - 2t, 6], [6, 8tan(t)]] [x y] + [6sin(t), -8cos(t)].

Learn more about matrix here:

https://brainly.com/question/29132693

#SPJ11

Use the extended Euclidean algorithm to express
gcd(144, 89) as a linear combination of 144 and 89

Answers

The greatest common divisor (gcd) of 144 and 89 can be expressed as a linear combination of 144 and 89 as follows: gcd(144, 89) = 1 = (-21) * 144 + 34 * 89.

To express the gcd (144, 89) as a linear combination of 144 and 89, we can use the extended Euclidean algorithm. This algorithm finds the gcd of two numbers and also provides coefficients that represent the linear combination.

We start with the given numbers: a = 144 and b = 89.

Apply the Euclidean algorithm to find the gcd:

Divide 144 by 89: 144 = 1 * 89 + 55

Divide 89 by 55: 89 = 1 * 55 + 34

Divide 55 by 34: 55 = 1 * 34 + 21

Divide 34 by 21: 34 = 1 * 21 + 13

Divide 21 by 13: 21 = 1 * 13 + 8

Divide 13 by 8: 13 = 1 * 8 + 5

Divide 8 by 5: 8 = 1 * 5 + 3

Divide 5 by 3: 5 = 1 * 3 + 2

Divide 3 by 2: 3 = 1 * 2 + 1

Divide 2 by 1: 2 = 2 * 1 + 0

The last non-zero remainder obtained is 1, which means the gcd is 1.

Now, we work backwards through the algorithm to find the coefficients:

From 3 = 1 * 2 + 1, we can express 1 as a linear combination of 2 and 3: 1 = 3 - 1 * 2

Substitute 2 = 5 - 1 * 3 from the previous step: 1 = 3 - 1 * (5 - 1 * 3) = 2 * 3 - 1 * 5

Continue substituting until we reach the original numbers:

1 = 2 * 3 - 1 * 5 = 2 * (5 - 1 * 3) - 1 * 5 = 2 * 5 - 3 * 5 = 2 * 5 - 3 * (8 - 1 * 5)

Repeat until we get the desired linear combination:

1 = 2 * 5 - 3 * (8 - 1 * 5) = 2 * 5 - 3 * 8 + 3 * 5 = (-3) * 8 + 5 * 5 - 3 * 8 = 5 * 5 - 6 * 8

Substitute 8 = 13 - 1 * 5: 1 = 5 * 5 - 6 * (13 - 1 * 5) = 11 * 5 - 6 * 13

Repeat the process until we reach the original numbers:

1 = 11 * 5 - 6 * 13 = 11 * (13 - 1 * 8) - 6 * 13 = 11 * 13 - 11 * 8 - 6 * 13 = (-17) * 8 + 11 * 13

Substitute 13 = 21

Learn more about linear here: brainly.com/question/31510530

#SPJ11

Find the directional derivative of the function at the given point in the direction of the vector v. f(x, y) = 7 In(x2 + y2), (1, 2), V = Duf(1, 2) =

Answers

The directional derivative of the function f(x, y) = 7ln(x^2 + y^2) at the point (1, 2) in the direction of the vector v is 14√5 / 5.

To find the directional derivative of the function f(x, y) = 7ln(x^2 + y^2) at the point (1, 2) in the direction of the vector v, we need to calculate the dot product between the gradient of f at (1, 2) and the unit vector in the direction of v.

First, let's find the gradient of f(x, y):

∇f = (∂f/∂x, ∂f/∂y)

To find ∂f/∂x, we differentiate f(x, y) with respect to x while treating y as a constant:

∂f/∂x = 7 * (1/x^2 + y^2) * 2x = 14x / (x^2 + y^2)

To find ∂f/∂y, we differentiate f(x, y) with respect to y while treating x as a constant:

∂f/∂y = 7 * (1/x^2 + y^2) * 2y = 14y / (x^2 + y^2)

Now, we can find the gradient ∇f at (1, 2):

∇f(1, 2) = (14 * 1 / (1^2 + 2^2), 14 * 2 / (1^2 + 2^2))

= (14/5, 28/5)

To find the unit vector in the direction of v, we need to normalize v by dividing it by its magnitude:

|v| = √(v1^2 + v2^2) = √(1^2 + 2^2) = √5

v = (1/√5, 2/√5)

Finally, we can find the directional derivative Duf(1, 2) by taking the dot product between ∇f(1, 2) and the unit vector v:

Duf(1, 2) = ∇f(1, 2) · v

= (14/5, 28/5) · (1/√5, 2/√5)

= (14/5) * (1/√5) + (28/5) * (2/√5)

= 14/5√5 + 56/5√5

= (14 + 56) / 5√5

= 70 / 5√5

= 14√5 / 5

Know more about directional derivative here:

https://brainly.com/question/29451547

#SPJ11

Solve questions 3-9 please.

Answers

The graph of a proportional relationship is a line through the origin or a ray whose endpoint is the origin

3. No because it's a line that doesn't go through the origin

4. Yes because it's a line through the origin

5. Yes because 1/3 = 2/6 = 3/9 = 4/12

6. No because 4/2 isn't equal to 8/5

7. Draw a graph just like 4., but change the y-axis

8. a. Let the equation be y = ax. 27 = 3a. a = 9. Therefore the equation is y = 9x.

8. b. 9

8. c. 9 * 5 = 45

9. a. The car travels 25 (> 18) miles per gallon of gasoline.

9. b. 25 * 8 - 18 * 8 = 7 * 8 = 56

find the 3x3 matrix that produce the copostie 2d transofrmation using homogenous coordiates. translate by (3,1) then rotate 45 about the origin

Answers

To find the 3x3 matrix that produces the composite 2D transformation of translating by (3,1) and then rotating 45 degrees about the origin using homogeneous coordinates, we can use the following steps:

1. Write the translation and rotation matrices in homogeneous coordinates:

Translation matrix:
```
[1 0 3]
[0 1 1]
[0 0 1]
```

Rotation matrix:
```
[cos(45) -sin(45) 0]
[sin(45) cos(45) 0]
[0 0 1]
```

2. Multiply the translation matrix by the rotation matrix in that order:

```
[cos(45) -sin(45) 0] [1 0 3] [cos(45) -sin(45) 3cos(45)-sin(45)]
[sin(45) cos(45) 0] * [0 1 1] = [sin(45) cos(45) 1+3sin(45)+cos(45)]
[0 0 1] [0 0 1] [0 0 1 ]
```

3. The resulting matrix is the 3x3 matrix that produces the composite transformation:

```
[cos(45) -sin(45) 3cos(45)-sin(45)]
[sin(45)cos(45) 1+3sin(45)+cos(45)]
[0 0 1 ]
```

Therefore, the 3x3 matrix that produces the composite 2D transformation of translating by (3,1) and then rotating 45 degrees about the origin using homogeneous coordinates is:

```
[cos(45) -sin(45) 3cos(45)-sin(45)]
[sin(45) cos(45) 1+3sin(45)+cos(45)]
[0 0 1 ]
```

Answer:

Step-by-step explanation:

we have the following two functions: f(n) = (n2 8)(n 1) g(n) = n2 check each of the following that are true: True or false?

Answers

All the three statements "f(n) = O(g(n))"," g(n) = Ω(f(n))","f(n) = Θ(g(n))" are false as the given functions f(n) and g(n) do not satisfy the conditions required for the Big O and Big Omega notation.

We have the following two functions:

f(n) = (n^2 - 8)(n - 1)

g(n) = n^2

Now, let's analyze each statement:

1. Statement: f(n) = O(g(n))

To check if this statement is true, we need to determine if there exist constants c and n0 such that f(n) ≤ c * g(n) for all n ≥ n0.

Expanding f(n), we get f(n) = n^3 - 9n^2 + 8n - 8.

Comparing f(n) and g(n), we can see that f(n) grows faster than g(n) as n approaches infinity. Therefore, f(n) is not bounded by g(n), making the statement false.

2. Statement: g(n) = Ω(f(n))

To check if this statement is true, we need to determine if there exist constants c and n0 such that g(n) ≥ c * f(n) for all n ≥ n0.

Since f(n) grows faster than g(n), we cannot find such constants c and n0. Therefore, the statement is false.

3. Statement: f(n) = Θ(g(n))

To check if this statement is true, both f(n) = O(g(n)) and g(n) = O(f(n)) must hold.

Since neither f(n) = O(g(n)) nor g(n) = O(f(n)), the statement is false.

In conclusion, all three statements are false.

To know more about Big Omega refer here:

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

#SPJ11

Complete question:

Consider the following functions:

f(n) = (n^2 - 8)(n - 1)

g(n) = n^2

Evaluate the validity of the following statements:

1. Statement: f(n) = O(g(n))

2. Statement: g(n) = Ω(f(n))

3. Statement: f(n) = Θ(g(n))

For each statement, determine whether it is true or false, providing reasoning and evidence to support your answer.

What is the due date of a 220-day loan made on Feb. 12?

Answers

The due date of a 220-day loan made on February 12 would be on August 8 .

The due date of a 220-day loan made on February 12, we need to add 220 days to the loan start date.

Starting with February 12, we count 220 days forward.

Let's calculate the due date:

February has 28 days, so we have 220 - 28 = 192 days remaining.

March has 31 days, so we have 192 - 31 = 161 days remaining.

April has 30 days, so we have 161 - 30 = 131 days remaining.

May has 31 days, so we have 131 - 31 = 100 days remaining.

June has 30 days, so we have 100 - 30 = 70 days remaining.

July has 31 days, so we have 70 - 31 = 39 days remaining.

August has 31 days, so we have 39 - 31 = 8 days remaining.

Therefore, the due date of a 220-day loan made on February 12 would be on August 8.

To know more about loan click here :

https://brainly.com/question/29491353

#SPJ4

ind all points on the curve y x=x^2 y^2 where the tangent line is horizontal

Answers

To find the points on the curve where the Tangent line is horizontal, we need to find the points where the derivative of the curve is zero.

Let's differentiate the equation of the curve implicitly with respect to x:

2yy' = 2x + 2xy'

Simplifying the equation, we get:

yy' = x + xy'

Now, we can rearrange the equation to isolate y':

yy' - xy' = x

Factoring out y' on the left side:

(y - x)y' = x

Finally, we can solve for y' by dividing both sides by (y - x):

y' = x / (y - x)

For the tangent line to be horizontal, the derivative y' must be zero. Therefore, we set y' = 0:

0 = x / (y - x)

Since the denominator cannot be zero, we have two cases:

Case 1: y - x ≠ 0

In this case, we can divide both sides by (y - x):

0 = x / (y - x)

Cross-multiplying, we get:

0(y - x) = x

0 = x

This means x must be zero. Substituting x = 0 back into the equation of the curve, we can solve for y:

y = x^2 = 0^2 = 0

So, one point on the curve where the tangent line is horizontal is (0, 0).

Case 2: y - x = 0

In this case, y = x. Substituting y = x back into the equation of the curve, we have:

y^2 = x^2

This equation represents the curve y = ±x, which is a pair of lines passing through the origin at a 45-degree angle.

Therefore, the points on the curve where the tangent line is horizontal are (0, 0) and all points on the lines y = x and y = -x.

Know more about Tangent line here

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

#SPJ11

A Home Depot, Inc. coupon bond that pays interest of $60 annually has a par value of $1,000, matures in 10 years, and is selling today at an $84.52 discount from par value. The yield to maturity on this bond is ________.
Group of answer choices
9.45%
6%
8.12%
7.22%

Answers

A Home Depot, Inc. coupon bond that pays interest of $60 annually has a par value of $1,000, matures in 10 years, and is selling today at an $84.52 discount from par value. The yield to maturity on this bond is  7.22%.

The yield to maturity (YTM) on a bond is the total return anticipated on a bond if it is held until maturity. To calculate the YTM, we need to determine the discount rate that equates the present value of the bond's future cash flows (interest payments and the final principal payment) with its current market price.

In this case, the coupon bond has an annual interest payment of $60, a par value of $1,000, matures in 10 years, and is selling at an $84.52 discount from par value.

To calculate the yield to maturity, we can use a financial calculator or a spreadsheet software, or we can make an estimate using trial and error. In this case, I'll use the trial and error method.

Let's assume a yield to maturity (YTM) of 7%. We can calculate the present value of the bond's future cash flows using this yield:

Present value of interest payments = $60 / (1 + 0.07) + $60 / (1 + 0.07)^2 + ... + $60 / (1 + 0.07)^10

Present value of principal payment = $1,000 / (1 + 0.07)^10

Next, we can sum up the present values of the interest payments and the principal payment:

Present value of bond = Present value of interest payments + Present value of principal payment

Now, we can compare the present value of the bond with its current market price. If the calculated present value is close to the market price, then the assumed yield is the yield to maturity. If not, we can try a different yield and repeat the calculations until we find a yield that matches the market price.

In this case, the bond is selling at an $84.52 discount from par value, so the market price is $1,000 - $84.52 = $915.48.

Let's plug in the yield of 7% and calculate the present value of the bond:

Present value of interest payments = $60 / (1 + 0.07) + $60 / (1 + 0.07)^2 + ... + $60 / (1 + 0.07)^10 ≈ $421.55

Present value of principal payment = $1,000 / (1 + 0.07)^10 ≈ $508.54

Present value of bond = $421.55 + $508.54 ≈ $930.09

The calculated present value of the bond is $930.09, which is higher than the market price of $915.48.

To find the correct yield to maturity, we can try a slightly higher yield. Let's assume a yield of 7.5% and repeat the calculations:

Present value of interest payments = $60 / (1 + 0.075) + $60 / (1 + 0.075)^2 + ... + $60 / (1 + 0.075)^10 ≈ $416.23

Present value of principal payment = $1,000 / (1 + 0.075)^10 ≈ $496.58

Present value of bond = $416.23 + $496.58 ≈ $912.81

The calculated present value of the bond is now $912.81, which is closer to the market price of $915.48.

By continuing this process of trial and error, we can find that the yield to maturity on this bond is approximately 7.22%.

The yield to maturity is the rate of return an investor can expect to receive if they hold the bond until maturity and reinvest all coupon payments at the same yield. In this case, the yield to maturity is approximately

To know more about  (YTM), refer here:

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

#SPJ11

Consider the vectors ū = (-7,4, -1) and y = (8,0,- 6) calculate 4 u [2] 2 b) Express the result from a) in unit vector from (linear combination of i, j, and K) [2] c) Determine the exact value of lū + 7). [2] 2. If | al = 5, 101 = 8 and the angle between the two vectors is 120°, determine the unit vector in the same direction as 27 - 37 State the direction as an angle in relation to a [41

Answers

a) To calculate 4u, we multiply each component of vector u by 4:

[tex]4u = 4(-7, 4, -1) = (-28, 16, -4)[/tex]

b) To express the result from part (a) in unit vector form, we divide each component of the vector by its magnitude:

[tex]|4u| = sqrt((-28)^2 + 16^2 + (-4)^2) = sqrt(784 + 256 + 16) = sqrt(1056) = 32.5[/tex](approximately)

Unit vector form of[tex]4u = (u1/|4u|, u2/|4u|, u3/|4u|) = (-28/32.5, 16/32.5, -4/32.5)[/tex]

c) To determine the exact value of ||ū + 7||, we add 7 to each component of vector ū:

[tex]||ū + 7|| = sqrt((-7 + 7)^2 + (4 + 7)^2 + (-1 + 7)^2) = sqrt(0^2 + 11^2 + 6^2) = sqrt(121 + 36) = sqrt(157)[/tex]

Given |a| = 5, |b| = 8, and the angle between the vectors is 120°, we can find the unit vector in the same direction as a - 3b by following these steps:

Calculate the magnitude of a - 3b:

[tex]|a - 3b| = sqrt((5 - 38)^2 + (0 - 30)^2 + (-7 - 3*(-6))^2) = sqrt((-19)^2 + 0^2 + (-5)^2) = sqrt(361 + 25) = sqrt(386) = 19.65[/tex] (approximately)

Divide each component of (a - 3b) by its magnitude to obtain the unit vector:

Unit vector form of (a - 3b) =[tex]((5 - 38)/19.65, (0 - 30)/19.65, (-7 - 3*(-6))/19.65)[/tex]

Simplifying the components gives:

Unit vector form of (a - 3b) = [tex](-11/19.65, 0/19.65, 5/19.65)[/tex]

To state the direction as an angle in relation to a, we can use the dot product formula:

[tex]cos θ = (a · (a - 3b)) / (|a| * |a - 3b|)[/tex]

Substituting the values, we get:

[tex]cos θ = ((5, 0, -7) · (-11/19.65, 0/19.65, 5/19.65)) / (5 * 19.65)[/tex]

Evaluating the dot product gives:

[tex]cos θ = (-55/19.65 + 0 + (-35/19.65)) / (5 * 19.65)[/tex]

Simplifying further:

[tex]cos θ = (-90/19.65) / (98.25)[/tex]

[tex]cos θ ≈ -0.9229[/tex]

Using the inverse cosine (arccos) function, we can find the angle θ:

[tex]θ ≈ arccos(-0.9229)[/tex]

[tex]θ ≈ 159.43°[/tex]

Therefore, the direction of the unit vector in the same direction as a - 3b is approximately 159.43° with respect to vector a.

learn more about Consider the vectors here:

https://brainly.com/question/31401002

#SPJ11

imagine your firm has short run production function q = -0.01l3 2l2 40l. at what value of l is the average product maximized?

Answers

The value of l at which the average product is maximized is l = 10.

The average product (AP) is given by the ratio of the total product (TP) to the quantity of labor (L). In this case, the short run production function is q = -0.01L³ + 2L² + 40L.

To find the value of L at which the average product is maximized, we need to differentiate the production function with respect to L and set it equal to zero.

Differentiating the production function, we get:

d(q)/d(L) = -0.03L² + 4L + 40

Setting this expression equal to zero and solving for L, we obtain:

-0.03L² + 4L + 40 = 0

Solving this quadratic equation, we find two possible values for L: L = -20 and L = 10. Since labor cannot be negative, we discard L = -20 and conclude that the value of L at which the average product is maximized is L = 10.

To learn more about quadratic equation here:

https://brainly.com/question/22364785

#SPJ4

Qn 5. Thank you
Question 5 (Total: 10 marks) = Use the definition of Cauchy sequence to show that the sequence (xn = i=, ne N) is a Cauchy sequence. (10 marks)

Answers

The sequence (xn = i=, ne N) is a Cauchy sequence because for any positive ε, there exists N such that |xm - xn| < ε for all m, n > N.

To show that the sequence (xn = i=, ne N) is a Cauchy sequence, we need to prove that for any positive real number ε, there exists a positive integer N such that for all m, n > N, the absolute difference |xm - xn| is less than ε.

Let's consider two arbitrary indices m and n, where m > n. Then, the difference |xm - xn| can be expressed as:

|xm - xn| = |(i=m+1 to n) i - (i=n+1 to m) i|

Expanding the summation, we get:

|xm - xn| = |(m+1) + (m+2) + ... + (n-1) + n - (n+1) - (n+2) - ... - (m-1) - m|

Rearranging the terms, we have:

|xm - xn| = |[(m+1) - (m-1)] + [(m+2) - (m-2)] + ... + [(n-1) - (n+1)] + [n - (m-1) - m]|

Simplifying further, we get:

|xm - xn| = 2 + 2 + ... + 2 + 2

The number of terms in this summation is m - n, so we have:

|xm - xn| = 2(m - n)

Now, we need to choose N such that for all m, n > N, |xm - xn| < ε.

Let's choose N = ceil(ε/2). For any m, n > N, we have:

m - n > N - n = ceil(ε/2) - n ≥ ε/2

Therefore, |xm - xn| = 2(m - n) < 2(ε/2) = ε

This shows that for any ε, there exists N such that for all m, n > N, |xm - xn| < ε. Hence, the sequence (xn = i=, ne N) is a Cauchy sequence.

Learn more about Cauchy sequence here :-

https://brainly.com/question/13160867

#SPJ11

as
soon as possible!
Question 1 > Find the mean for this list of numbers 39 13 55 82 84 33 57 53 41 18 9 6. 17 91 54 Mean = I Submit Question

Answers

The mean of the given list of numbers is approximately 46.13.

To find the mean of a list of numbers, you need to add up all the numbers in the list and then divide the sum by the total number of values.

The mean for the given list of numbers:

39, 13, 55, 82, 84, 33, 57, 53, 41, 18, 9, 6, 17, 91, 54.

1. Add up all the numbers:

39 + 13 + 55 + 82 + 84 + 33 + 57 + 53 + 41 + 18 + 9 + 6 + 17 + 91 + 54 = 692.

2. Count the total number of values in the list: 15.

3. Divide the sum by the total number of values: 692 / 15 ≈ 46.13.

To know more about mean refer here

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

#SPJ11

4. Angle P and angle Q are supplementary
angles. If the measure of angle P is 62°
and the measure of angle Q is (3x - 14)°,
what is the value of x?
a. 44
b. 25/
C.
14
06005
d. 132

Answers

The value of x in the supplementary angles relationship is 44.

How to find supplementary angles?

Supplementary angles are those angles that sum up to 180 degrees. In other words, two angles are supplementary angles if the sum of their measures is equal to 180 degrees.

Therefore,

Angle P and Q are supplementary angle. Therefore,

P + Q = 180°

62 + 3x - 14 = 180

3x = 180  - 62 + 14

3x = 132

divide both sides of the equation by 3

x = 132 / 3

x = 44

Therefore,

x = 44

learn more on supplementary angles here: https://brainly.com/question/17430498

#SPJ1

Einstein's famous equation of mass-energy equivalence states the relationship between mass (in
kg) to energy (in J) is: E = me?
a) Solve the equation for c. b) Calculate the expected value of c if a mass of 0.000 000 5 kg is equivalent to 4.5 x 1010 J of
energy. Note: the units for c (the speed of light in a vacuum) are m/s.

Answers

a. the equation for c is c = sqrt(E/m).

b. the expected value of c is approximately 1.34 x 10^8 m/s if a mass of 0.000 000 5 kg is equivalent to 4.5 x 10¹⁰ J of energy.

a) To solve the equation E = me for c, we can use the fact that the speed of light in a vacuum is equal to the energy divided by the product of the mass and the constant c² (the square of the speed of light).

We can rearrange the equation to solve for c:

E = mc²

c² = E/m

c = sqrt(E/m)

Therefore, the equation for c is:

c = sqrt(E/m)

b) The expected value of c can be calculated using the given information that a mass of 0.000 000 5 kg is equivalent to 4.5 x 10¹⁰ J of energy.

We can substitute these values into the equation for c:

c = sqrt(E/m)

c = sqrt(4.5 x 10¹⁰ J / 0.000 000 5 kg)

c = sqrt(9 x 10²⁰ m²/s² / 0.000 000 5 kg)

c = sqrt(1.8 x 10²⁵ m²/s²/kg)

c = 1.34 x 10^8 m/s (rounded to two significant figures)

Therefore, the expected value of c is approximately 1.34 x 10^8 m/s if a mass of 0.000 000 5 kg is equivalent to 4.5 x 10¹⁰ J of energy.

Learn more about energy here

https://brainly.com/question/28109294

#SPJ11

a new psychological test has a reliability of zero. this means that

Answers

A psychological test with a reliability of zero means that the results obtained from the test cannot be trusted or relied upon.

Reliability refers to the consistency or stability of a test over time. If a test has a reliability of zero, it means that the results obtained from the test are completely random and do not provide any meaningful information. This could be due to a variety of factors, such as poor test design, inconsistent scoring methods, or unreliable measures of the construct being assessed.

It is important for psychological tests to have high reliability in order to ensure that they are accurately measuring what they are intended to measure. Without reliability, the results obtained from the test cannot be trusted and may even be misleading. For example, if a test is designed to measure anxiety levels, but has a reliability of zero, it is impossible to know whether the results obtained from the test reflect actual anxiety levels or are simply random. To improve the reliability of a test, it is important to carefully design the test and scoring methods, ensure that the measures used are consistent and reliable, and conduct multiple test administrations to assess consistency over time. By improving reliability, researchers and clinicians can be more confident in the results obtained from the test and use them to make more informed decisions about diagnosis and treatment.

To know more about psychological test visit :-

https://brainly.com/question/30756302

#SPJ11

Compute the WACC when cost of equity = 0.09 cost of debt = 0.05
debt ratio = 0.58 tax rate = .35 Round your answer to four decimal
places.

Answers

Rounding the answer to four decimal places, the WACC is approximately 0.0655.

To calculate the weighted average cost of capital (WACC), we need to consider the cost of equity, cost of debt, debt ratio, and tax rate.

Cost of equity = 0.09

Cost of debt = 0.05

Debt ratio = 0.58

Tax rate = 0.35

WACC is calculated using the formula:

WACC = (E/V) * Re + (D/V) * Rd * (1 - Tax rate)

Where:

E = Market value of equity

V = Total market value of equity and debt

Re = Cost of equity

D = Market value of debt

Rd = Cost of debt

Since we are not given the market values of equity and debt, we can use the debt ratio to determine the proportions of equity and debt in the capital structure.

Let's assume a total market value of $1, which means equity value is (1 - debt ratio) and debt value is (debt ratio).

WACC = ((1 - 0.58) * 0.09) + (0.58 * 0.05 * (1 - 0.35))

     = 0.42 + 0.01885

     ≈ 0.43885

Rounding the answer to four decimal places, the WACC is approximately 0.0655.

To know more about weighted average cost of capital , refer here :

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

#SPJ11

"Solve the equation given below ..... Give the solution in exact form.
log ›[(x + 5)(x - 2)]=3"

Answers

The exact solutions to the equation log[(x + 5)(x - 2)] = 3 are:

x = (-3 + √(4049)) / 2

x = (-3 - √(4049)) / 2. These are the solutions in exact form.

To solve the equation log[(x + 5)(x - 2)] = 3, we need to exponentiate both sides using the base of the logarithm, which is 10. This will help us eliminate the logarithm.

Exponentiating both sides:

10^(log[(x + 5)(x - 2)]) = 10^3

Simplifying:

(x + 5)(x - 2) = 1000

Expanding the left side:

x^2 - 2x + 5x - 10 = 1000

Combining like terms:

x^2 + 3x - 10 = 1000

Rearranging the equation:

x^2 + 3x - 1010 = 0

Now, we can solve this quadratic equation using factoring, completing the square, or the quadratic formula. Let's use the quadratic formula to find the exact solutions:

x = (-b ± √(b^2 - 4ac)) / (2a)

For the equation x^2 + 3x - 1010 = 0, the coefficients are: a = 1, b = 3, c = -1010.

Plugging these values into the quadratic formula:

x = (-3 ± √(3^2 - 4(1)(-1010))) / (2(1))

Simplifying further:

x = (-3 ± √(9 + 4040)) / 2

x = (-3 ± √(4049)) / 2

The exact solutions to the equation log[(x + 5)(x - 2)] = 3 are:

x = (-3 + √(4049)) / 2

x = (-3 - √(4049)) / 2

These are the solutions in exact form.

Learn more about equation from

https://brainly.com/question/29797709

#SPJ11

Find the value of g(5) if g(t) = etu(t) * (8(t- 28(t – 1)) – - = e The value of g(5) is

Answers

The value of g(5) is -38 times e raised to the power of 5.

To find the value of g(5) if g(t) = etu(t) * (8(t- 28(t – 1)), we need to substitute t = 5 into the expression for g(t).

g(5) = e(5)u(5) * (8(5) - 2(8(5) – 1))

Now, let's evaluate each part separately:

e(5) = e^5, which is the exponential function evaluated at t = 5.

u(5) = 1, since u(t) is the unit step function, and at t = 5, the step is activated.

8(5) = 8 * 5 = 40, which is the result of multiplying 8 by 5.

2(8(5) – 1) = 2(40 – 1) = 2(39) = 78, which is the result of subtracting 1 from 8(5) and then multiplying by 2.

Putting it all together:

g(5) = e^5 * 1 * (40 - 78)

= e^5 * (-38)

Therefore, the value of g(5) is -38 times e raised to the power of 5.

learn more about power here

https://brainly.com/question/29301575

#SPJ11

7. Given a 52-card deck, what is the probability of being dealt a four-card hand where exactly half the cards are red? Leave your answer as an unsimplified fraction

Answers

The probability, expressed as an unsimplified fraction, is:P = 8075376/270725

From a 52-card deck, we must determine the number of favorable outcomes and the total number of possible outcomes in order to determine the probability of being dealt a four-card hand with exactly half of the cards being red.

The all out number of conceivable four-card hands that can be managed from a 52-card deck is given by the mix equation:

C(52, 4) = 52! / ( 4! * ( 52-4)!) = 270,725 Now, let's figure out how many favorable outcomes there are, with exactly half of the cards being red. We have 26 red cards in the deck, so we want to pick 2 red cards and 2 non-red (dark) cards.

C(26, 2) * C(26, 2) = (26! / ( 2! * ( 26-2)!)) * ( 26! / ( 2! * ( 26-2)!)) = 8,075,376 As a result, the probability of getting a four-card hand in which all but one card is red is:

P = ideal results/all out results = 8,075,376/270,725

So the likelihood, communicated as an unsimplified portion, is:

P = 8075376/270725

To know more about probability refer to

https://brainly.com/question/32117953

#SPJ11

Here is the start of a sequence. Lucas extends this sequence and finds that the
21st term in the sequence is 65. What is the 22nd term?
125 122 119 116 113

Answers

Answer:  62

Step-by-step explanation:

A.P = 125, 122, 119, 116, 113

here,

a (first term) = 125

d (common difference) = 122-125 = -3

nth term = a + (n-1)d

we need to find the 22nd term so

22nd term = 125 + (22-1) x (-3)

                  = 125 - (21 x -3)

                  = 125 - 63 = 62

Find the volume of the following prism. Find total area of the following prism. 4. If each side of the base of the prism measures 5 inches and the height is 7 inches, find its lateral area.

Answers

The volume of the given prism is 175 cubic inches, and the total surface area is 220 square inches. The lateral area of the prism is 140 square inches.

To find the volume of the prism, we use the formula V = base area × height. The base area of the prism is equal to the area of a square with side length 5 inches, which is 5 × 5 = 25 square inches. Multiplying this by the height of 7 inches, we get V = 25 × 7 = 175 cubic inches.

To find the total surface area of the prism, we calculate the sum of the areas of all its faces. The base has an area of 5 × 5 = 25 square inches. Since there are four identical rectangular faces, each with dimensions 5 inches by 7 inches, the combined area is 4 × (5 × 7) = 140 square inches. The two remaining faces are squares with side length 5 inches each, so their combined area is 2 × (5 × 5) = 50 square inches. Adding all these areas together, we get a total surface area of 25 + 140 + 50 = 220 square inches.

The lateral area of a prism refers to the sum of the areas of the vertical faces, excluding the top and bottom faces. In this case, the lateral area consists of four rectangular faces, each with dimensions 5 inches by 7 inches. Thus, the lateral area is 4 × (5 × 7) = 140 square inches.

To learn more about rectangular click here:

brainly.com/question/21416050

#SPJ11

Outside temperatures over a 24-hour period can be modeled by a sinusoidal function. Suppose the high temperature of 79°F occurs at 6 PM an the average temperature for the 24-hour time period is 61°F. Find the temperature at 7 AM to the nearest tenth of a degree. °F

Answers

We are provided with the information that the high temperature of 79°F occurs at 6 PM and the average temperature for the entire 24-hour period is 61°F.

We know that the high temperature of 79°F occurs at 6 PM, which corresponds to 18:00 in a 24-hour format. Since the average temperature for the 24-hour period is 61°F, we can use this as the midline of the sinusoidal function.

The general form of a sinusoidal function is:

f(x) = A(sin(B(x - C))) + D,

where A is the amplitude, B determines the period, C is the horizontal shift, and D is the vertical shift.

In this case, the midline is 61°F, so D = 61. Since the amplitude is half of the difference between the high and low temperatures, A = (79 - 61)/2 = 9°F. The period of a sinusoidal function representing a 24-hour period is 24, so B = [2π/24] = π/12.

To find the horizontal shift, we need to calculate the time difference between the high temperature at 6 PM and 7 AM. This is 7 + 12 - 18 = 1 hour. Since 1 hour is 1/24 of the period, the horizontal shift is C = π/12.

Now we can plug in the values into the equation:

f(x) = [9(sin((π/12))(x - π/12))] + 61.

To find the temperature at 7 AM (x = 7), we evaluate the equation:

f(7) = [9(sin((π/12))(7 - π/12)) ]+ [61] ≈ 51.3°F.

Therefore, the temperature at 7 AM is approximately 51.3°F.

To learn more about  sinusoidal function click here:      brainly.com/question/21008165

#SPJ11.

Please answer
= 2. Compute the area enclosed by the curve y = In x and the lines y = 0 and x = e. a. 1 b. 1/2 d. 3/2 C. 2

Answers

The area enclosed by the curve y = ln(x), and the lines y = 0 and x = e is -1.

To compute the area enclosed by the curve y = ln(x), and the lines y = 0 and x = e, we need to integrate the function y = ln(x) over the given interval.

The area A can be computed using the definite integral as follows:

A = ∫[a,b] ln(x) dx,

where a is the lower limit (in this case, a = e) and b is the upper limit (in this case, b = 1).

A = ∫[e,1] ln(x) dx.

To evaluate this integral, we can use integration by parts:

Let u = ln(x) and dv = dx.

Then, du = (1/x) dx and v = x.

Applying the integration by parts formula, we have:

∫ ln(x) dx = x ln(x) - ∫ (x/x) dx,

∫ ln(x) dx = x ln(x) - ∫ dx,

∫ ln(x) dx = x ln(x) - x + C,

where C is the constant of integration.

Now, we can compute the area A:

A = [x ln(x) - x] evaluated from e to 1,

A = (1 ln(1) - 1) - (e ln(e) - e),

A = (-1) - (e - e),

A = -1.

Know more about curve here:

https://brainly.com/question/32496411

#SPJ11

Find the mass and center of mass of the plate that occupies the region and has the density function A
Omega / 0 < x < 2 x ^ 2 <= y <= 4 lambda(x, y) = 2xy
a) otimes M = 32/3 , x_{M} = 8/7 y_{M} = 3
b) supset M = 64/3 , x_{M} = 512/21 y_{M} = 64
c) bigcirc M = 128/2 , x_{M} = 8/7 y_{M} = 3
d) bigcirc M = 128/3 , x_{w} = 64 y_{M} = 512/21
e) bigcirc M = 64/3 , x_{mu} = 3 y_{M} = 8/7
f) None of these.

Answers

The calculated mass is -8/3.

To find the mass and center of mass of the plate with the given density function, we need to integrate the density function over the given region and use the formulas for mass and center of mass.

The region Omega is defined as:

0 < x < 2

[tex]x^{2}[/tex] [tex]\leq[/tex] y [tex]\leq[/tex] 4

To find the mass, we integrate the density function over the region Omega:

M = ∫∫Omega λ(x, y) dA

Using the given density function λ(x, y) = 2xy, the mass becomes:

M = ∫∫Omega 2xy dA

To find the x-coordinate of the center of mass, we integrate the product of x and the density function over the region Omega:

[tex]M_{x}[/tex] = ∫∫Omega x * λ(x, y) dA

To find the y-coordinate of the center of mass, we integrate the product of y and the density function over the region Omega:

[tex]M_{y}[/tex] = ∫∫Omega y * λ(x, y) dA

Let's proceed with the calculations:

Mass (M):

M = ∫∫Omega 2xy dA

The limits of integration for x are 0 to 2.

The limits of integration for y are [tex]x^{2}[/tex] to 4.

M = ∫[0,2]∫[[tex]x^{2}[/tex],4] 2xy dy dx

Integrating with respect to y:

M = ∫[0,2] ([tex]x^{3}[/tex](4 - [tex]x^{2}[/tex])) dx

M = ∫[0,2] (4[tex]x^{3}[/tex] - [tex]x^{5}[/tex]) dx

M = [2[tex]\frac{x^{4} }{4}[/tex] - [tex]\frac{x^{6} }{6}[/tex]] evaluated from 0 to 2

M = (2 [tex]\frac{2^{4} }{4}[/tex]- [tex]\frac{2^{6} }{6}[/tex]) - (2 [tex]\frac{0^{4} }{4}[/tex] - [tex]\frac{0^{6} }{6}[/tex])

M = (32/4 - 64/6) - (0 - 0)

M = (8 - 32/3) - 0

M = 24/3 - 32/3

M = -8/3

The calculated mass is -8/3, which is not one of the provided answer choices. Therefore, none of the given answer choices is correct.

To know more about the density function visit:

brainly.com/question/31039386

#SPJ4

Given that y1 (t )=e^t and y2 (t )=t +1 form a fundamental set of solutions for the homogeneous given differential equation. Find the general solution.

Answers

Given that y1(t) = e^t and y2(t) = t + 1 form a fundamental set of solutions for the homogeneous differential equation, we can use them to find the general solution.

Since y1(t) = e^t and y2(t) = t + 1 are solutions to the homogeneous differential equation, the general solution can be expressed as y(t) = c1y1(t) + c2y2(t), where c1 and c2 are arbitrary constants. In this case, the general solution will be y(t) = c1e^t + c2(t + 1), where c1 and c2 can take any real values.

By multiplying each solution by a constant and adding them together, we obtain a linear combination that satisfies the homogeneous differential equation. The coefficients c1 and c2 determine the specific combination of the two solutions and give us the general solution, which represents all possible solutions to the given differential equation.

To learn more about differential equations click here :

brainly.com/question/25731911

#SPJ11

Find the solution of the exponential equation 17e^(x +4) = 8

Answers

the solution to the exponential equation [tex]17e^{(x + 4)} = 8[/tex]is approximately x ≈ -3.426.

How to solve the exponential equation?

To solve the exponential equation [tex]17e^{(x + 4)} = 8[/tex], we can follow these steps:

1. Divide both sides of the equation by 17 to isolate the exponential term:

[tex]e^{(x + 4)} = 8/17[/tex]

2. Take the natural logarithm (ln) of both sides to remove the exponential:

[tex]ln(e^{(x + 4)}) = ln(8/17)[/tex]

3. Use the logarithmic property that ln[tex](e^a)[/tex] = a:

x + 4 = ln(8/17)

4. Subtract 4 from both sides to isolate x:

x = ln(8/17) - 4

5. Use a calculator to evaluate the right side:

x ≈ -3.426

Therefore, the solution to the exponential equation[tex]17e^{(x + 4)[/tex] = 8 is approximately x ≈ -3.426.

Learn more about exponential equation

https://brainly.com/question/11672641

#SPJ4

Two terms of an arithmetic sequence are given. Find b214 · = b43 = - 519, bg1 = -975. - b B 214 = 0

Answers

In the given arithmetic sequence, two terms are given: b43 = -519 and bg1 = -975. We are asked to find b214 and b214 = 0.

To find b214, we use the formula for the nth term of an arithmetic sequence, which is bn = a1 + (n-1)d, where bn represents the nth term, a1 is the first term, and d is the common difference. By substituting the known values into the formula and solving the equation, we find that the common difference is d = 8 and the 214th term is b214 = -975 + (214-1)8 = -975 + 2138 = 1183. Therefore, b214 = 1183 and the statement b214 = 0 is false.

To find the common difference (d) of the arithmetic sequence, we use the formula bn = a1 + (n-1)d, where bn represents the nth term, a1 is the first term, and d is the common difference. Given that bg1 = -975 and b43 = -519, we can set up the equations:

-975 + (1-1)d = bg1 = -975,

-975 + (43-1)d = b43 = -519.

Simplifying these equations, we have:

-975 = -975,

-975 + 42d = -519.

The first equation gives us no information about d, but the second equation can be solved for d:

42d = -519 + 975,

42d = 456,

d = 456/42 = 8.

Now that we have the common difference, we can find b214:

b214 = -975 + (214-1)d = -975 + 213*8 = -975 + 1704 = 729.

Therefore, b214 = 729, and the statement b214 = 0 is false.

Learn more about arithmetic sequence here: brainly.com/question/28882428

#SPJ11

11. A Toyota car valued at $21,000; you put down $2,000. The financing is for 6 years. The interest rate is 4.5%. The monthly payment is the loan? The sum of the payments is? _____________
a) $ 264.00
b) $ 301.60
c) $ 333.35
d) $ 291.67
e) __________

Answers

The monthly payment for the car loan is $333.35, and the sum of the payments over the 6-year term is $23,999.20.

The correct option is c) $333.35.

To calculate the monthly payment for a car loan, we can use the formula for the monthly payment on an amortizing loan:

Monthly payment = P * (r * (1 + r)^n) / ((1 + r)^n - 1)

Where:

P = Principal amount (loan amount - down payment)

r = Monthly interest rate (annual interest rate / 12)

n = Total number of months

Principal (P) = $21,000 - $2,000 = $19,000

Annual interest rate = 4.5%

Number of months (n) = 6 years * 12 months/year = 72 months

Let's calculate the monthly payment:

Step 1: Convert the annual interest rate to a monthly interest rate:

Monthly interest rate (r) = 4.5% / 12 = 0.045 / 12 = 0.00375

Step 2: Calculate the monthly payment using the formula:

Monthly payment = $19,000 * (0.00375 * (1 + 0.00375)^72) / ((1 + 0.00375)^72 - 1)

Using the given values, we can calculate the monthly payment.

Monthly payment = $19,000 * (0.00375 * (1 + 0.00375)^72) / ((1 + 0.00375)^72 - 1)

Calculating this expression will give us the monthly payment.

Using a calculator or spreadsheet software, we find that the monthly payment is approximately $333.35.

Therefore, the correct answer is:

c) $333.35

As for the sum of the payments, we can simply multiply the monthly payment by the total number of months:

Sum of payments = Monthly payment * Number of months = $333.35 * 72 = $24,001.20

Therefore, the sum of the payments over the 6-year loan term is approximately $24,001.20.

To know more about loan , refer here :

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

#SPJ11

Other Questions
Which one of the following is not a true principle of dressing and bandaging?A) Ask the victim how the bandages feel; if it's too tight, loosen it, and make it comfortable but snugB) Bandages should not be too loose; neither dressing nor the bandage should shift or slip.C) The original dressing should be removed and replaced if blood soaks through. Find the products or quotients below.1.2 2/37/10 2/53/5 1/38/7 3/4 Maximization of share price is considered as the main goal of a firm. If a firm adds cost-of living adjustments to the pensions of its retired employees - is this decision consistent with the main goal? XYZ corp expects to earn $3.0 per share next year and plow back 16.67% of its earnings (i.e., it expects to pay out a dividend of $2,5 per share, representing 83.33% of its earnings). The dividends are expected to grow at a constant sustainable growth rate and the stocks are currently priced at $30 per share. How much of the stock's $30 price is reflected in Present Value of Growth Opportunities (PVGO) if the investors' required rate of return is 20%? $ Dr. Kerry said hed been watching me. You act like someone who is impersonating someone else. And its as if you think your life depends on it.I didnt know what to say, so I said nothing.It has never occurred to you, he said, that you might have as much right to be here as anyone. He waited for an explanation.I would enjoy serving the dinner, I said, more than eating it.Dr. Kerry smiled. You should trust Professor Steinberg. If he says youre a scholarpure gold, I heard him saythen you are.This is a magical place, I said. Everything shines here.You must stop yourself from thinking like that, Dr. Kerry said, his voice raised. You are not fools gold, shining only under a particular light. Whomever you become, whatever you make yourself into, that is who you always were. It was always in you. Not in Cambridge. In you. You are gold. And returning to BYU, or even to that mountain you came from, will not change who you are. It may change how others see you, it may even change how you see yourselfeven gold appears dull in some lightingbut that is the illusion. And it always was. Recite: Cite/ quote the words from the text.Converse: Respond to the words from text. Explain the different steps involved in the research process and mention the steps you will include to perform Literature Review on the topic understanding factors influencing mobile payment app adoption in India. At the end of the war, Vietnam ___ How can an effective lender of last resort preventfinancial panics from developing? Why was the Fed unable to preventthe Great Depression of the 1930's? In type 2 diabetes, the body does not use insulin properly. This is called __________. carrie draws 5 cards simultaneously from a well-shuffled deck of 52 playing cards. what is the probability that she chooses 3 spades and 2 cards that are not spades?a. 0.7692 b. 0.0782 c. 0.2308 d. 0.2743 e. 0.0815 Find an exponential function with a horizontal asymptote y=-8 whose graph contains the points (0,-7) and (1,5). what is the maximum decimal number possible to represent with 16 bits Keywise Inc is an American-based gaming company that will receive MYR 1,707,000 in a year The annual interest rate in Malaysia is 7% and the interest rate in the US.is 9%The spot rate is USD 1.2929/MYR and the forecasted rate for a Malaysian Ringgit is 1.4612 US dollars.If the company wants to lock in the exchange rate using the money market hedge,how much should it invest in the United States? 2,062,598 b.2,248,232 c.2,331.092 d.2,024,753 Which of these winds is not influenced very much by the Coriolis effect?a) jet streamb) Northeast tradesc) mid latitude westerliesd) sea breeze Choose any country. Prepare the analytical report based on:Number of small and medium-sized enterprisesNumber of people working in small and medium-sized enterprisesMain industry sectors of small and medium enterprisesThe role of SMEs in the economic growthThe regulation of SMEsThe policy of supporting SMEsThe most common types of receiving funds blood viscosity stems mainly from electrolytes and monomers dissolved in plasma.T/F The principal "legal forms for conducting a business are the Sole Proprietorship, Partnership, Limited Liability Company (LLC) and Corporation, True/False Find a 7th degree Maclaurin polynomial for f(x) = = dividing the power series for sin(z) by z. Tr(x) = Hint: T7 should only have 4 terms. Use T to estimate the following integral: sin(x) L -da x Round answer to at least 6 decimal places The Gomez family bought a house for $450,000. They paid 20% down and amortized the rest at 5.2% over a 30-year period. Complete the following a) Calculate the monthly mortgage payment b) What is the total interest payed for the loan. Please show work. ILL GIVE BRAINLIEST, A HEART, AND 5 STARS TO WHOEVER ANSWERS FIRST(Please answer ALL questions and show how you got the answer!)