supposed Yins employer will match ip to 6% of Yins contributions to her 401(k). Her starting salary with the company is 50,000 per year. The company allows her to make contributions to her 401(k) up to a maximum of 15% of her salary

Answers

Answer 1

If Yin makes the maximum salary contribution to her 401(k), she will have made a total of $7,950.

How do I calculate percentage?

Divide the part by the entire and multiply the result by 100 to obtain the percentage. A number can be expressed as a fraction of 100 by using the percentage, in other words.

If, for instance, there were 50 students in the class and 35 of them passed the test, and you want to know what percentage of those students passed the test, you may determine it by using the formula below.

% = (Number of students who passed / Total number of students) x 100 % = (35 / 50) x 100 % = 0.7 x 100 %

Percentage = 0.7 x 100

Percentage = 70%

If Yin may contribute up to 15% of her annual earnings to her 401(k) and her beginning salary is $50,000, her maximum annual contribution would be:

Maximum donation is = 15% of $50,000.

Maximum donation is 0.15 times $50,000.

Maximum annual contribution =  $7,500

Given that Yin's company will match up to 6% of her contributions, the maximum amount they might contribute annually is:

6% of $50,000 is the employer's contribution.

Employer contribution equals 0.6 times $50,000.

Annual employer contribution equals $3,000.

Hence, Yin's company will pay an additional $3,000 year if she contributes the maximum of $7,500 to her 401(k). Yin will contribute a total of $10,500 per year to her 401(k) ($7,500 + $3,000). (k).

Learn more about Fraction here

https://brainly.com/question/29766013

#SPJ1


Related Questions

The vertices of figure PQRS are translated to form figure P'Q'R'S'. Select all the statements that describe the two figures. Q S R P' S' Q' 'R
the anawer choices are : A. P Q R S is the preimage of PQRS, B. the two figures are congruent, C. the two figures are in different positions , but have the same orientation, D. the two figures are in different positions and have oppsoite orientation , E. corresponding angles and sides of the figures have the same measures.​

Answers

The true statements are:

(B) Both figures are congurent.

(C) The two figures have the same orientation but different positions.

(E) Corresponding angles and sides have the same measures.

What is orientation?

In geometry, how an item is positioned in the space it occupies—such as a line, plane, or rigid body—is described in terms of its orientation, angular position, attitude, bearing, and direction.

It refers more particularly to the fictitious rotation required to shift an object from a reference placement to its present location.

To get to the current positioning, a rotation might not be sufficient.

It could be required to include a fictitious translation known as the object's location (or position, or linear position).

Together, the position and orientation completely explain where the object is situated in space.

Therefore, the true statements are:

(B) Both figures are congurent.

(C) The two figures have the same orientation but different positions.

(E) Corresponding angles and sides have the same measures.

Know more about orientation here:

https://brainly.com/question/3520971

#SPJ1

Are the fractions 2/2 and 8/8 equivalent fractions

Answers

Answer:

Step-by-step explanation:

yes since they are both divisible by their denominators and equal the same thing

Answer:

yes, they are equivalent

Step-by-step explanation:

2/2 = (2/2)x(4/4) = 8/8 = 1

Select the MEAN, MEDIUM, MODE and RANGE for the data below and how you worked it out

Employment status of parents in couple families
Labour force, parents or partners aged 15 years and over in Warragul

Both employed, worked full-time

580

Both employed, worked part-time

134

One employed full-time, one part-time

853

One employed full-time, other not working

471

One employed part-time, other not working

217

Both not working

799

Other (includes away from work)

193

Labour force status not stated (by one or both parents in a couple family)

185

Answers

Answer:

Measures of Central Tendancy

Mean: 429

Median: 344

Mode: 134,185,193,217,471,580,799,853

Range: 719

Step-by-step explanation:

Mean:

The mean of a data set is commonly known as the average. You find the mean by taking the sum of all the data values and dividing that sum by the total number of data values. The formula for the mean of a population is

[tex]\mu = \frac{{\sum}x}{N}[/tex]

The formula for the mean of a sample is

[tex]\bar{x} = \frac{{\sum}x}{n}[/tex]

Both of these formulas use the same mathematical process: find the sum of the data values and divide by the total. For the data values entered above, the solution is:

[tex]\frac{3432}{8} = 429[/tex]

Median:

The median of a data set is found by putting the data set in ascending numerical order and identifying the middle number. If there are an odd number of data values in the data set, the median is a single number. If there are an even number of data values in the data set, the median is the average of the two middle numbers. Sorting the data set for the values entered above we have:

[tex]134, 185, 193, 217, 471, 580, 799, 853[/tex]

Since there is an even number of data values in this data set, there are two middle numbers. With 8 data values, the middle numbers are the data values at positions 4 and 5. These are 217 and 471. The median is the average of these numbers. We have

[tex]{\frac{ 217 + 471 }{2}}[/tex]

Therefore, the median is

[tex]344[/tex]

Mode:

The mode is the number that appears most frequently. A data set may have multiple modes. If it has two modes, the data set is called bimodal. If all the data values have the same frequency, all the data values are modes. Here, the mode(s) is/are

[tex]134,185,193,217,471,580,799,853[/tex]

5.7. Suppose n = 2911 and e = 11. Encrypt the following messages as in
Example (5.3).
a) "OK"
b) "HELP" (Break this up into two blocks.)

Answers

Note that,
the encrypted message for "OK" is the pair of numbers (616, 2385).
and the final encrypted message for "HELP" is the sequence of numbers (738, 1277, 1479, 2252).

How do you Encrypted a Message?

To encrypt a message using RSA, we need to first represent the message as numbers using a suitable encoding scheme. For simplicity, we can use the ASCII code for each character, which is a standard encoding scheme for text.

a) To encrypt "OK", we first convert each letter to its corresponding ASCII code:

"O" = 79

"K" = 75

Next, we use the RSA encryption formula:

C ≡ [tex]M^{e}[/tex] (mod n)

For "O", we have C ≡ 79¹¹ (mod 2911) ≡ 616 (mod 2911)

For "K", we have C ≡ 75¹¹ (mod 2911) ≡ 2385 (mod 2911)

Therefore, the encrypted message for "OK" is the pair of numbers (616, 2385).

b) To encrypt "HELP", we break it up into two blocks:

Block 1: "HE"

Block 2: "LP"

For block 1, we have:

"H" = 72

"E" = 69

Using the RSA encryption formula, we get:

C1 ≡ 72¹¹ (mod 2911) ≡ 738 (mod 2911)

C2 ≡ 69¹¹ (mod 2911) ≡ 1277 (mod 2911)

Therefore, the encrypted message for "HE" is the pair of numbers (738, 1277).

For block 2, we have:

"L" = 76

"P" = 80

Using the RSA encryption formula, we get:

C3 ≡ 76¹¹ (mod 2911) ≡ 1479 (mod 2911)

C4 ≡ 80¹¹ (mod 2911) ≡ 2252 (mod 2911)

Therefore, the encrypted message for "LP" is the pair of numbers (1479, 2252).

The final encrypted message for "HELP" is the sequence of numbers (738, 1277, 1479, 2252).

Learn more about Encrypted Message on:

https://brainly.com/question/30408255

#SPJ1

How to get the unadjusted cost of sales in cost and management accounting

Answers

Answer:

Step-by-step explanation:

To calculate unadjusted cost of goods sold, sum the beginning inventory value and the cost of goods manufactured, then subtract the ending inventory value.

Bug S Bug S and Bug F is fast. Both bugs start at 0 on a number line and move in the positive direction. The bugs leave 0 at the same time and move at constant speeds. Four seconds later, F is at 12 and S is at 8. When will F and S be 100 units apart?

Answers

Answer:

Let's call the speed of Bug F v_F and the speed of Bug S v_S. Since both bugs started at 0, we can express their positions at any time t as:

Position of Bug F = 12 + v_F * t

Position of Bug S = 8 + v_S * t

To find out when F and S will be 100 units apart, we need to find the time t at which their positions differ by 100 units. In other words, we need to solve the following equation:

|12 + v_F * t - (8 + v_S * t)| = 100

We can simplify this equation by expanding the absolute value and rearranging the terms:

|4 + (v_F - v_S) * t| = 100

Now we can split this equation into two cases:

Case 1: 4 + (v_F - v_S) * t = 100

In this case, we have:

v_F - v_S > 0 (since Bug F is faster)

t = (100 - 4) / (v_F - v_S)

Case 2: 4 + (v_F - v_S) * t = -100

In this case, we have:

v_F - v_S < 0 (since Bug S is faster)

t = (-100 - 4) / (v_F - v_S)

Since we're only interested in positive values of t, we can discard the second case. Therefore, the time at which F and S will be 100 units apart is:

t = (100 - 4) / (v_F - v_S)

t = 96 / (v_F - v_S)

We don't know the values of v_F and v_S, but we can use the fact that Bug F is at 12 and Bug S is at 8, four seconds after they started. This gives us two equations:

12 = 4v_F + 0v_S

8 = 4v_S + 0v_F

Solving these equations for v_F and v_S, we get:

v_F = 3

v_S = 2

Substituting these values into the equation for t, we get:

t = 96 / (3 - 2)

t = 96

Therefore, F and S will be 100 units apart 96 seconds after they start.

what is a prime number ​

Answers

Answer: A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself. In other words, a prime number is a number that is only divisible by 1 and itself.

Step-by-step explanation:

For example, 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, and so on, are prime numbers because they can only be divided by 1 and themselves without any remainder.

However, 4 is not a prime number because it can be divided by 1, 2, and 4, and 6 is not a prime number because it can be divided by 1, 2, 3, and 6.

Answer:

A prime number is a number that can be multiplied by one and itself~
eg- 2,3,5,7,11
Let me know if this helps

Twelve friends share 4 cookies equally. What fraction of a cookie does each friend get? Write in simpliest form

Answers

Answer:

2/5 of the cookie

Step-by-step explanation:

12 friends need to split 4 cookies

4 cookies needs to divided by 10 people

[tex]\frac{4cookies}{10 people}[/tex] = [tex]\frac{4}{10}[/tex]

simplify: [tex]\frac{4}{10} = \frac{2}{5}[/tex]

a bakery has 17 pounds of flour they want to put into 6 containers. They put the same amount of flour in each container. If they want to use up all the flour, how much flour should they put in each container?

Answers

Answer:

2.83333 pounds of flour in each container

Based on the family the graph below belongs to, which equation could represent the graph?

On a coordinate plane, a curve starts at (0, 2) and curves up and to the right in quadrant 1.
y = 2 Superscript x Baseline 3
y = log (2 x) + 3
y = 2 x squared + 2
y = StartFraction 1 Over 2 x EndFraction + 2

Answers

Answer:

Second option [tex]y=\text{log}(2\text{x})+3[/tex]

Solution:

Based on the family of graphs shown in the attached file, the equation could represent the graph is [tex]y=\text{log}(2\text{x})+3[/tex]

This graph is the graph of the function [tex]y=\text{log}(\text{x})[/tex] stretched horizontally by a factor of 2 and translated 3 units upward.

Answer:

B

Step-by-step explanation:

Edge 2023

pls help me with this ​

Answers

Therefore , the solution of the given problem of unitary method comes out to be rectangle's size is 7/12 square inches.

An unitary method is what ?

The objective can be accomplished by using what was variable previously clearly discovered, by utilizing this universal convenience, or by incorporating all essential components from previous flexible study that used a specific strategy. If the anticipated claim outcome actually occurs, it will be feasible to get in touch with the entity once more; if it isn't, both crucial systems will undoubtedly miss the statement.

Here,

=>  A = L x W,

where A is the area, L is the length, and W is the breadth, is the formula for calculating the area of a rectangle.

Inputting the numbers provided yields:

=>  A = (7/4) x (1/3)

These fractions can be made simpler by eliminating any shared variables in the numerator and denominator before being multiplied. Since 7 and 3 are both prime integers in this instance, there are no shared factors to cancel.

The new numerator and denominator can then be obtained by multiplying the numerators and denominators, respectively. Thus, we get:

=>  A = (7 x 1) / (4 x 3)

When we multiply the numerator by the remainder, we obtain:

=> A = 7/12

The rectangle's size is 7/12 square inches as a result.

To know more about unitary method  visit:

https://brainly.com/question/28276953

#SPJ1

What is the value of the expression below? 34 - 9 x 2

Answers

The value of the expression 34 - 9 x 2 is 16.

What is the order of operations?

The order of operations is a set of rules that dictate the order in which mathematical operations should be performed in an expression. These rules help to ensure that mathematical expressions are evaluated correctly and consistently. The order of operations is typically summarized by the acronym PEMDAS, which stands for:

Parentheses: Perform operations inside parentheses first.

Exponents: Evaluate exponents (powers and square roots, etc.) next.

Multiplication and Division: Perform multiplication and division, from left to right.

Addition and Subtraction: Perform addition and subtraction, from left to right.

In the given questions,

In this case, there are no parentheses or exponents, so we move on to multiplication before subtraction.

We perform the multiplication first, following the rule of performing multiplication before addition or subtraction.

9 x 2 = 18

Then, we subtract the result from 34:

34 - 18 = 16

Therefore, the value of the expression 34 - 9 x 2 is 16.

To know more about order of operations, visit:

https://brainly.com/question/13079176

#SPJ1

Help ASAP DUE IN 30 MINUTES ​

Answers

Answer:

53 in2 is the answer for this question

Answer:

53

Step-by-step explanation:

If you divide the figure into two parts by extending the 4 in side, you get a right triangle and a rectangle.

Area of rectangle:

6*8 = 48 in²

Area of triangle:

1/2*(13 - 8)*(6 - 4) = 1/2 times 5 times 2 = 5 in²

Total area is:

48 + 5 = 53 in²

hope this helps x

3) Given that f(x) = 3x – 5 g(x) = 2x – 6 and h(x) = x + 4
4 2x
Find:- i) f(-3) = ii) g[f(0)] = iii) f[h(2)] =

iv) hᴏf(x) v) h-1(1) =

Answers

The Answer for the given functions are:

i) f(-3) = -14.

ii) g[f(0)] = -16.

iii) f[h(2)] = 13.

iv)  hᴏf(x) = 3x - 1.

v)  h-1(1) = -3.

What is the functiοn nοtatiοn?

Functiοn nοtatiοn is a way οf representing a functiοn using algebraic symbοls. It is a shοrthand way οf expressing a relatiοnship between twο quantities οr variables, where οne variable depends οn the οther.

i) Tο find f(-3), we substitute x = -3 in the expressiοn fοr f(x) and simplify:

f(-3) = 3(-3) - 5 = -9 - 5 = -14

Therefοre, f(-3) = -14.

ii) Tο find g[f(0)], we first evaluate f(0) and then substitute that value intο g(x):

f(0) = 3(0) - 5 = -5

g[f(0)] = g(-5) = 2(-5) - 6 = -10 - 6 = -16

Therefοre, g[f(0)] = -16.

iii) Tο find f[h(2)], we first evaluate h(2) and then substitute that value intο f(x):

h(2) = 2 + 4 = 6

f[h(2)] = f(6) = 3(6) - 5 = 18 - 5 = 13

Therefοre, f[h(2)] = 13.

iv) Tο find hᴏf(x), we substitute f(x) intο the expressiοn fοr h(x) and simplify:

hᴏf(x) = h[f(x)] = f(x) + 4 = (3x - 5) + 4 = 3x - 1

Therefοre, hᴏf(x) = 3x - 1.

v) Tο find h-1(1), we need tο sοlve fοr x in the equatiοn h(x) = 1:

h(x) = x + 4 = 1

Subtracting 4 frοm bοth sides, we get:

x = 1 - 4 = -3

Therefοre, h-1(1) = -3.

To learn more about function notation, Visit

https://brainly.com/question/27915724

#SPJ1

3 Cassie wants to determine the length of the shadow that a 60-foot tall telephone pole casts without measuring it. If Cassie's mailbox, which is 42 inches in height, casts a shadow that is 31.5 inches in length, how long is the shadow that the telephone pole casts? A. 43 feet B. 45 feet C. 52 feet D. 55 feet ​

Answers

The answer is (B) 45 feet

Step-by-step explanation:

We can use proportions to solve this problem.

Let x be the length of the shadow cast by the telephone pole. Then we have:

(42 / 31.5) = (60 / x)

We can cross-multiply to get:

42x = 31.5 * 60

Simplifying this equation, we get:

x = (31.5 * 60) / 42

x = 45 feet

Therefore, the length of the shadow that the telephone pole casts is 45 feet.

Help with math problems

Answers

Answer:

13.) y=(x-4)^(2)+3

Step-by-step explanation:

A normal population has a mean of $76 and standard deviation of $6. You select random samples of 40.

1. What is the probability that a sample mean is less than $75? (Round z-value to 2 decimal places and final answer to 4 decimal places.)

2. What is the probability that a sample mean is between $75 and $77? (Round z-value to 2 decimal places and final answer to 4 decimal places.)

3. What is the probability that a sample mean is between $77 and $78? (Round z-value to 2 decimal places and final answer to 4 decimal places.)

4. What is the probability that the sampling error ( x¯

− μ) would be $1.50 or less? (Round z-value to 2 decimal places and final answer to 4 decimal places.)

Answers

Using a z-table, the probability of a z-score less than 1.58 is 0.9429 (rounded to 4 decimal places).

What is probability?

Probability is a measure of the likelihood or chance of an event occurring. It is expressed as a number between 0 and 1, where 0 represents an impossible event and 1 represents a certain event. The probability of an event can be calculated by dividing the number of favorable outcomes by the total number of possible outcomes. It is used in various fields such as mathematics, statistics, science, and finance to make predictions and analyze data.

Here,

1. The z-score for a sample mean of $75 is calculated as:

z = (75 - 76) / (6 / √(40)) = -2.36

Using a z-table, the probability of a z-score less than -2.36 is 0.0099 (rounded to 4 decimal places).

2. The z-score for a sample mean of $75 is calculated as:

z1 = (75 - 76) / (6 / √(40))

= -2.36

The z-score for a sample mean of $77 is calculated as:

z2 = (77 - 76) / (6 / √(40))

= 0.79

Using a z-table, the probability of a z-score between -2.36 and 0.79 is 0.8669 (rounded to 4 decimal places).

3. The z-score for a sample mean of $77 is calculated as:

z1 = (77 - 76) / (6 / √(40))

= 0.79

The z-score for a sample mean of $78 is calculated as:

z2 = (78 - 76) / (6 / √(40))

= 1.57

Using a z-table, the probability of a z-score between 0.79 and 1.57 is 0.0823 (rounded to 4 decimal places).

4. The standard error of the mean (SEM) is calculated as:

SEM = standard deviation / sqrt(sample size)

SEM = 6 / √(40) = 0.9487

The z-score for a sampling error of $1.50 is calculated as:

z = 1.50 / 0.9487 = 1.58

Using a z-table, the probability of a z-score less than 1.58 is 0.9429 (rounded to 4 decimal places).

To know more about probability,

https://brainly.com/question/30034780

#SPJ1

What will be the result of substituting 2 for x in both expressions below?

Answers

Substituting for x in an expression means replacing the variable x with a specific value or expression. This is often done to evaluate the expression for that particular value or to simplify the expression.

What is the substituting for x in expressions?

Substituting 2 for x in the first expression, we get:

[tex]1/2(2) + 4(2) + 6 - 1/2(2) - 2 = 1 + 8 + 6 - 1 - 2 = 12[/tex]

Substituting 2 for x in the second expression, we get:

[tex]2(2) + 2 - 1 = 5[/tex]

One expression equals 5 when substituting 2 for x, and the other equals 2 because the expressions are not equivalent.

Therefore, the first expression evaluated with x = 2 is 12, and the second expression evaluated with x = 2 is 5. Since they do not have the same value, the correct option is:

Learn more about expressions here:

https://brainly.com/question/14083225

#SPJ1

The given question is incomplete. The complete question is given below:

What will be the result of substituting 2 for x in both expressions below? One-half x + 4 x + 6 minus one-half x minus 2 Both expressions equal 5 when substituting 2 for x because the expressions are equivalent. Both expressions equal 6 when substituting 2 for x because the expressions are equivalent. One expression equals 5 when substituting 2 for x, and the other equals 2 because the expressions are not equivalent. One expression equals 6 when substituting 2 for x, and the other equals 2 because the expressions are not equivalent.

I will mark you brainiest!

The value of X is

A) 3
B) 5
C) 9
D) 12

Answers

Therefore, the value of x is 9.

What is triangle?

A triangle is a closed two-dimensional geometric shape that is formed by connecting three non-collinear points with three-line segments. The three line segments that connect the three points are called sides of the triangle, and the points themselves are called vertices. The angle formed between any two adjacent sides of a triangle is called an interior angle of the triangle. The sum of the interior angles of a triangle is always 180 degrees.

There are many different types of triangles, including equilateral triangles, isosceles triangles, scalene triangles, acute triangles, obtuse triangles, and right triangles. An equilateral triangle is a triangle in which all three sides are equal, an isosceles triangle is a triangle in which two of the sides are equal, and a scalene triangle is a triangle in which none of the sides are equal. An acute triangle is a triangle in which all three interior angles are less than 90 degrees, an obtuse triangle is a triangle in which one of the interior angles is greater than 90 degrees, and a right triangle is a triangle in which one of the interior angles is exactly 90 degrees.

Given by the question.

According to Thel's theorems

[tex]\frac{5}{3} =\frac{15}{x}[/tex]

5x=45

x=9

To learn more about acute:

https://brainly.com/question/1311149

#SPJ1

69 POINTS NEED HELP ASAP QUESTION IS DOWN BELOW

Answers

Answer:

(a) 22 inches

(b) 770 inches

(c) 26,950 inches

Step-by-step explanation:

(a) To find the perimeter of the drawing, we add up the lengths of all four sides:

Perimeter of drawing = 7 + 4 + 7 + 4 = 22 inches

(b) The length and width of the actual garden are 35 times larger than the dimensions in the drawing. This means that the actual length is 7 x 35 = 245 inches and the actual width is 4 x 35 = 140 inches. To find the perimeter of the actual garden, we add up the lengths of all four sides:

Perimeter of actual garden = 245 + 140 + 245 + 140 = 770 inches

(c) When the dimensions of the garden are multiplied by 35, the perimeter of the garden will also be multiplied by 35. This is because each side will increase by a factor of 35, so the total length of all four sides will increase by a factor of 35 as well. Therefore, the new perimeter will be:

New perimeter = 35 x Perimeter of actual garden = 35 x 770 = 26,950 inches

Write an expression describing all the angles that are coterminal with 8°. (Please use the variable k in your answer. Give your answer in degrees, but do not include a degree symbol in your answer.)

Answers

the expression describing all the angles that are coterminal with 8° is: θ = 8° + 360°k, where k is an integer.

How to solve and what is angle?

An angle of 8° has an initial side on the positive x-axis and rotates counterclockwise by 8°.

Any angle coterminal with 8° can be expressed as:

θ = 8° + 360°k

where k is an integer.

Therefore, the expression describing all the angles that are coterminal with 8° is:

θ = 8° + 360°k, where k is an integer.

An angle is a geometric figure formed by two rays, called the sides of the angle, that share a common endpoint, called the vertex of the angle. Angles are typically measured in degrees or radians and are used to measure the amount of rotation or turn between two intersecting lines or planes.

To know more about angle related question visit:

https://brainly.com/question/28451077

#SPJ1

An isosceles triangle whose sides are 5cm, 5cm and 6cm is inscribed in a circle. Find the radius of the circle.

Answers

Answer:

To find the radius of the circle inscribed in an isosceles triangle, we can use the following formula:

r = (a/2) * cot(π/n)

where r is the radius of the inscribed circle, a is the length of one of the equal sides of the isosceles triangle, and n is the number of sides of the polygon inscribed in the circle.

In this case, we have an isosceles triangle with two sides of 5cm and one side of 6cm. Since the triangle is isosceles, the angle opposite the 6cm side is bisected by the altitude and therefore, the two smaller angles are congruent. Let x be the measure of one of these angles. Using the Law of Cosines, we can solve for x:

6^2 = 5^2 + 5^2 - 2(5)(5)cos(x)

36 = 50 - 50cos(x)

cos(x) = (50 - 36)/50

cos(x) = 0.28

x = cos^-1(0.28) ≈ 73.7°

Since the isosceles triangle has two equal sides of length 5cm, we can divide the triangle into two congruent right triangles by drawing an altitude from the vertex opposite the 6cm side to the midpoint of the 6cm side. The length of this altitude can be found using the Pythagorean theorem:

(5/2)^2 + h^2 = 5^2

25/4 + h^2 = 25

h^2 = 75/4

h = sqrt(75)/2 = (5/2)sqrt(3)

Now we can find the radius of the inscribed circle using the formula:

r = (a/2) * cot(π/n)

where a = 5cm and n = 3 (since the circle is inscribed in a triangle, which is a 3-sided polygon). We can also use the fact that the distance from the center of the circle to the midpoint of each side of the triangle is equal to the radius of the circle. Therefore, the radius of the circle is equal to the altitude of the triangle from the vertex opposite the 6cm side:

r = (5/2) * cot(π/3) = (5/2) * sqrt(3) ≈ 2.89 cm

Therefore, the radius of the circle inscribed in the isosceles triangle with sides 5cm, 5cm, and 6cm is approximately 2.89 cm.

Use the following results from a test for marijuana​ use, which is provided by a certain drug testing company. Among 145 subjects with positive test​ results, there are 21 false positive​ results; among 156 negative​ results, there are 4 false negative results. If one of the test subjects is randomly​ selected, find the probability that the subject tested negative or did not use marijuana.​ (Hint: Construct a​ table.)
Question content area bottom
Part 1
The probability that a randomly selected subject tested negative or did not use marijuana is enter your response here.
​(Do not round until the final answer. Then round to three decimal places as​ needed.)

Answers

Answer:

The probability that a randomly selected subject tested negative or did not use marijuana is 0.589.

Step-by-step explanation:

PLS COMPLETE ALL OF IT!! 50 POINTS!​

Answers

A. The length of the cord needed to reach corner C is 17.6 m

B. The distance between the electrical outlet and corner N is 14.3 m

A. How do i determine the length of cord needed?

The length of the cord needed can be obtained as follow:

Length BC = Opposite = 8 mAngle (θ) = 27°Length of cord =?

Sine θ = opposite / hypotenuse

Sine 27 = 8 / Length of cord

Cross multiply

Length of cord × sine 27 = 8

Divide both sides by sine 27

Length of cord = 8 / sine 27

Length of cord = 17.6 m

B. How do i determine the distance between electrical outlet and corner N

First, we shall determine the length OB. Details below:

Angle (θ) = 27°Length BC = Opposite = 8 mLength OB =?

Tan θ = Opposite / Adjacent

Tan 27 = 8 / Length OB

Cross multiply

Length OB × tan 27 = 8

Divide both sides by tan 27

Length OB = 8 / tan 27

Length OB = 15.7 m

Finally, we shall determine the distance between the electrical outlet and corner N. Details below:

Length OB = 15.7 mLength BN = 30 mLength ON = Distance =?

Length BN = Length OB + Length ON

30 = 15.7 + Distance

Collect like terms

Distance = 30 - 15.7

Distance = 14.3 m

Learn more about missing varables:

https://brainly.com/question/27481210

#SPJ1

A container contains 145.2 ounces of lemonade. If the lemonade is poured equally into 15 cups, how many ounces will be poured into each cup?

A. 8.78
B. 9.12
C. 9.64
D. 9.68

Show answer.

Answers

Answer: D. 9.68

Step-by-step explanation:

145.2 oz/ 15 cups = 9.68 oz per cup

145.2/15 will then equal to (D) 9.68

Find the sum. -
3/4 + 1/2 =

Answers

Answer:

Is the problem -3/4 + 1/2 or 3/4 + 1/2?

I'll just do both then.

-3/4 + 1/2 = -1/4

3/4 + 1/2 = 5/4 or 1 1/4

Step-by-step explanation:

You're welcome.

Answer:

[tex] \frac{3}{4 } + \frac{1}{2} [/tex]

take lcm of denominators i.e. 4and 2

so, the lcm of 4 and 2 is 4.

[tex] \frac{3}{4} + \frac{2}{4} [/tex]

[tex] \frac{3 + 2}{4} [/tex]

[tex] \frac{5}{4} [/tex]

Step-by-step explanation:

hope this will be helpful:)

According to Okun's law, if the unemployment rate goes from 3% to 7%, what
will be the effect on the GDP?

Answers

Answer: decrease in the GDP by 2.5%.

Step-by-step explanation:

The GDP should decrease by 2.5% or 2.75%

Evan is going to invest in an account paying an interest rate of 5.4% compounded annually. How much would Evan need to invest, to the nearest dollar, for the value of the account to reach $1,360 in 5 years

Answers

On solving the provided question, we can say that - the value of the simple interest will be $ 881.28.

What is interest ?

Multiplying the principal by the interest rate, time, and other factors yields simple interest. Simple return equals principle times interest times hours is the marketed formula. It is easiest to compute interest using this formula. A percentage of the principle balance is how interest is most commonly computed. The interest rate on the loan is known as this percentage.

here,

we have

P = 1360;

R = 5.4 ;

T = 12

so, we get,

SI = 1360 X 5.4 X 12 /100

SI =88128/100

= 881.28

Hence, On solving the provided question, we can say that - the value of the simple interest will be $ 881.28.

To know more about simple interest visit:

https://brainly.com/question/25845758

#SPJ9

Please help me w my trig

Answers

Answer:

Assuming that the expression is asking for the tangent of 1 radian, we can use the tangent half-angle formula to find an exact value:

tan(1) = 2tan(1/2) / (1 - tan^2(1/2))

To find tan(1/2), we can use the half-angle formula for tangent:

tan(1/2) = sin(1) / (1 + cos(1))

We cannot simplify this expression any further without a calculator. Therefore, the exact value of tan(1) is:

tan(1) = 2sin(1) / (cos(1) - cos^2(1) + 1)

Again, we cannot simplify this expression any further without a calculator.

For the second expression, we are asked to find the value of:

tan(arctan(6/4))

By definition, tan(arctan(x)) = x for all x, so we have:

tan(arctan(6/4)) = 6/4 = 3/2

Therefore, the exact value of the expression tan(6/4) is 3/2.


Please help need to get a good score

Answers

I provided a picture of it helps you if it does could I get Brainliest please
Other Questions
facilitating a support group of parents whose children have been diagnosed with autism is an example of which level of social work? Answer the following question in 3-4 complete sentences.This is a design by Leonardo da Vinci called, Old Man Contemplating the Flow of Water. the length of a regtangle is 3 times the width. the perimeter is 3 times the width. the perimeter is 96 cm. find the width and length a nurse is caring for a client who is on complete bed rest while recovering from hip surgery 12 hours ago. when the client is able to start walking, which ambulation aid will most likely be recommended for use? fill in the blank question fill in the blank question. on january 1, enco co. purchases a milling machine for $15,000. the machine is expected to last seven years and have a salvage value of $1,000. assuming the company uses the straight-line method, depreciation expense should be $ per year. describe the different mechanisms (e.g., reuptake, enzymatic breakdown, diffusion) by which neurotransmitter activity at a synapse can be terminated. the nurse is preparing the client to make the necessary dietary changes from pregnancy to lactation. what statement should the nurse include in client teaching? the electrolyte in automobile lead storage batteries is a 3.75 m sulfuric acid solution that has a density of 1.230 g/ml. calculate the mass percent, molality, and normality of the sulfuric acid. 7. in model 1, if the length of the arrow represents time, then for those cancerous cells, what hap pens to the time that is necessary for the cell cycle? what implication might this have for doctors who are treating cancer patients? A standard die is rolled. Find the probability that the number rolled is greater than 3. Express your answer as a fraction in lowest terms or a decimal rounded to the nearest millionth. according to a cnn article discussed in class, ireland is one country in the european union that has a 0% luxury tax. group of answer choices true false Oliver spots an airplane on radar that is currently approaching in a straight line, andthat will fly directly overhead. The plane maintains a constant altitude of 6900 feet.Oliver initially measures an angle of elevation of 16 to the plane at point A. At somelater time, he measures an angle of elevation of 27 to the plane at point B. Find thedistance the plane traveled from point A to point B. Round your answer to thenearest tenth of a foot if necessary. For the following, use the information given by the inequality to describe the relative position of the numbers on a horizontal number line. 1. a certain tennis racquet at bobs tennis racquet emporium costs $180.00 with a sales tax of 7%. what is the total cost of the racquet?2. tennis pro, a store across the street, offers a before-tax price of 10% less than bobs store for a similar racquet. what will the price tag be on the similar racquet at tennis pro? which expression is equivalent to the following 3( 8x - 2y + 7 ) What do you think lead to the evolutionary differences between Owls and Falcons? Answer in at least four sentences. ethics refers to a firm's belief that an ongoing relationship with another firm is so important that it warrants maximum efforts at maintaining it indefinitely. true false the value of the slope of a society's production possibility frontier is called its a. unemployment rate. b. marginal rate of transformation. c. marginal rate of substitution. d. inflation rate. What was an immediate result of Abraham Lincoln's election as president in November 1860?Question 5 options:several states seceded from the Union.A constitutional amendment to end slavery was adopted.Kansas and Nebraska joined the Union as free states.Missouri was admitted to the Union as a slave state. Fill in the following diagram. for biology.