Dan has a jar full of quarters and dimes. He has 21 more dimes than he has quarters. Overall, Dan has 67 coins. How many of each coin does Dan have?

Answers

Answer 1

Answer:

Dan has 42 quarters and 25 dimes.

Step-by-step explanation:


Related Questions

answer the question below, find the rate of change and The means that for every ___pound(s) the turkey will take 1 hour to thaw.

Answers

How many hours per pound does it take to thaw a turkey?

Allow 30 minutes of thawing time for each pound of turkey, which translates to two to six hours for a 4- to 12-pound turkey. A 12- to 15-pound bird will thaw in six to eight hours. Still having trouble determining the thaw time of the turkey?

Hope this helps :D

PLEASE HELP

Under what conditions would triangle DEF be similar to triangle ABC? Drag and drop the choices to make the statement correct.

Answers

Step-by-step explanation:

similar means that they have the same angles, and that there is one and the same scale factor for all corresponding sides and other lines (like heights).

so, either the angle F = 60° (like angle C in ABC), or DE has the same scaling factor with AB as DF has with AC.

some correct answer options are not listed, so we need to adjust to the existing ones.

remember, the sum of all angles in a triangle is always 180°.

so,

angle A + angle B + angle C = 180

40 + angle B + 60 = 180

angle B = 80°

so, angle E = 80° for the triangles to be similar.

AC × c = DF

12 × c = 16

3 × c = 4

c = 4/3

so,

AB × c = DE

9 × 4/3 = DE

36/3 = DE

DE = 12

so, either angle E = 80° or DE = 12.

2. Find the value of x. 3x-9

Answers

I think you forgot to write what it equals to. Just 3x - 9 doesn’t give enough info because it can be anything
The answer to your problem is -3

Keisha and David each found the same value for cos0, as shown below, given sin0=-8/17. Keisha's Solution
tan²8+1 = sec²e
sin² e
cos² e
=+1=
17
cos² e
(-) + Co
+1=
1
cos² e
cos² e
+ cos²9=1
64
cos 9-1-
-- 289
15
cose=17
David's Solution
sin²+ cos² = 1
cos²8-1-(-17)
Со
cos = ±
225
289
15
cose=¹17 whose procedure is correct?

Answers

The procedure is correct is  1 + tan²(theta) = sec²(theta)

What is  Fraction?

Any number of equal parts is represented by a fraction, which also represents a portion of a whole. A fraction, such as one-half, eight-fifths, or three-quarters, indicates how many components of a particular size there are when stated in ordinary English.

And

cos²(theta) = 1 - sin²(theta)

Are both valid identities

Keisha and the David.

As per the question Kisha and the David found the same value of the cosine theta as given by the  Sine theta = Negative Start Fraction 8 Over 17 End Fraction. The Keisha solution and the Davis solution for the solution were tan-squared (theta) + 1 = sec-squared (theta).

Thus the answer is both procedures are correct.

As they both wanted to find the solutions to the numerical problems they made two different methods.

Such as the Sine theta = Negative Start Fraction and the tan-squared (theta) + 1 = sec-squared (theta).

Hence both options are the same and true.

Learn more about the Fraction

https://brainly.com/question/8482939

#SPJ1

Find the degree to the nearest point

Answers

The degree to turn before walking 673 paces is 59 degrees

How to determine the degree to walk?

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

Lengths = 989 paces, 673 paces and 861 paces

These paces can be represented as

x = 989

y = 673

z = 861

The measure of the required angle (angle Z) i.e.  the degree to walk can be calculated using the following cosine rule

z² = x² + y² - 2xy * cos(Z)

Substitute the known values in the above equation, so, we have the following representation

861² = 989² + 673² - 2 * 989 * 673 * cos(Z)

Evaluate the exponents, the products and the summation

So, we have the following representation

741321 = 1431050 - 1331194 * cos(Z)

Evaluate the like terms

- 1331194 * cos(Z) = -689729

Divide both sides by  - 1331194

cos(Z) = 0.51812808651

Take the arc-cos of both sides

Z = 58.7

Approximate

Z= 59 degrees

Hence, the measure of the angle is 59 degrees

Read more about angles at

https://brainly.com/question/7620723

#SPJ1

Rewrite Y = √9x-36-4
to make it easy to graph using a translation. Describe the graph.

Answers

The simplified equation is y = 3x -40.

What do you mean by translation of graph?

Translating a graph means that moving the graph of a parent operate either vertically or horizontally. To translate a graph vertically means that to shift the graph k units upward or downward looking on the sign of k. If k is positive, shift the graph upward however if k is negative, shift the graph downward. On the opposite hand, translating a graph horizontally means that shifting the graph side wards by h units to the left or to the correct. If h>0, shift the graph to the correct however if h<0, shift the graph to the left.

Main body:

According to question:

Y = √9x-36-4

√9 can be written as 3.

y = 3x -40

Hence , the simplified equation is y = 3x -40.

to know more about translation , visit:

https://brainly.com/question/1574635

#SPJ1

write an algorithm, using pseudocode, to make the robot: 1. stand up 2. walk forward until it senses a wall 3. turn around 4. walk back to the chair 5. sit down in its original starting position finally, output the total number of steps taken.

Answers

We had written an algorithm, using pseudo code.

//Define the required variables.

total_number_of_steps = 0

number_of_steps = 0

//robot stands up to walk.

stand

//the robot moves forward till the wall is not reached.

while (wall is not reached)

//the robot senses the wall with the help of arms.

raise arms

sense_the_wall

if (wall is not there)

//if the wall is not found, the robot lowers the arms

lower arms

//if wall is not detected, the robot moves forward.

step_forward

//increment the number of steps forward.

number_of_steps=number_of_steps+1

//increment the total number of steps.

total_number_of_steps=total_number_of_steps+1

else

exit

end if

end while

//else if the wall is found, lower the arms

lower arms

//the robot turns 90 degrees right once.

turn_right_90

//the robot turns 90 degrees right again.

turn_right_90

//till the number of steps does not reach 0, move

for (number_of_steps! = 0)

step

//increment the total number of steps.

total_number_of_steps=total_number_of_steps+1

//the robot moves backwards on detecting the wall, so

//decrement the number of steps.

number_of_steps = number_of_steps-1

//end the for loop.

end for

//the robot turns 90 degrees left once.

turn

//the robot turns 90 degrees left again.

turn

//the robot sits down.

sit

//display the total number of steps taken by robot

display total_number_of_steps

The last line ends the pseudocode

Stop

For more such question on pseudocode.

https://brainly.com/question/24953880

#SPJ4

Monique buys a $4700 air conditioning system using an installment plan that requires 15% down. How much is the down payment

Answers

The value of down payment will be;

⇒ $705

What is mean by Percentage?

A number or ratio that can be expressed as a fraction of 100 or a relative value indicating hundredth part of any quantity is called percentage.

Given that;

Monique buys a $4700 air conditioning system using an installment plan that requires 15% down.

Now,

Since, Monique buys a $4700 air conditioning system using an installment plan that requires 15% down.

Hence, The value of down payment = 15% of $4700

                                                        = 15/100 × 4700

                                                        = 15 × 47

                                                        = 705

Thus, The value of down payment = $705

Learn more about the percent visit:

https://brainly.com/question/24877689

#SPJ1

please help me with this

Answers

The correct matching regarding the linear functions are given as follows:

i. A set of points where the coordinates of each point has a sum of 2: Line n.

ii. A set of points where the y-coordinate of each point is 10 less than the x-coordinate: Line m.

b - i) Two numbers with a sum of 2: A and C.

b - ii) Two numbers where the y-coordinate is 10 less than the x-coordinate: D and E.

b - iii) Two numbers with a sum of 2 and where the y-coordinate is 10 less than the x-coordinate: B.

How to match the options?

The set of points where the coordinates of each point has a sum of 2 is defined by the following linear function

x + y = 2.

In slope-intercept form, it is of:

y = 2 - x.

Which is the decreasing line n, with an intercept of 2.

A set of points where the y-coordinate of each point is 10 less than the x-coordinate is defined by the following linear function

y = x - 10.

Which is the increasing line m, which an intercept of m.

The coordinates of each point are given as follows:

A(-2,4).B(6,-4).C(12,-10).D(2,-8).E(13,3).

These points are then used to match the sentences in item b.

More can be learned about linear functions at https://brainly.com/question/24808124

#SPJ1

Mr. Lee gave his four children $25.40 to share equally. How much money did each child get?

Answers

Answer:

$6.35

Step-by-step explanation:

25.40/4 = 6.35

=6.35
Explanation
=25.40/4=6.35

The window measures 32 inches wide 48 inches tall to put lights around the window how many inches will I need

Answers

Answer: 160 inches

Step-by-step explanation:

To put lights around the window, you will need a total of 32 + 48 + 32 + 48 = <<32+48+32+48=160>>160 inches of lights. You will need this much light to go completely around the window.

Sandra has 5.2 pounds of trail mix that she is splitting
2)
equally into bowls of 0.65 pounds. How many bowls does Sandra need?

Answers

Sandra needs 8 bowls to divide the trail mix equally.

To determine the number of bowls Sandra needs, we need to divide the total weight of the trail mix by the weight of each bowl.

First, we need to convert the weight of the trail mix from pounds to ounces. There are 16 ounces in a pound, so 5.2 pounds is equal to 5.2 x 16 = 83.2 ounces.

Next, we need to convert the weight of each bowl from pounds to ounces. There are 16 ounces in a pound, so 0.65 pounds is equal to 0.65 x 16 = 10.4 ounces.

Now that we have both weights in the same units, we can divide the total weight of the trail mix by the weight of each bowl to find the number of bowls needed.

⇒ 83.2 ounces / 10.4 ounces per bowl

Apply the division operation,

⇒ 8 bowls.

Therefore, she needs 8 bowls to divide the trail mix equally.

To learn more about the division operation click here :

brainly.com/question/25870256

#SPJ1

Jessica runs 3 miles in 16 minutes how many minutes does she take per mile

Answers

Answer:0.1875

Step-by-step explanation: you would take the miles and divide it my the minutes which would be 3 divided by 16 which equals 0.1875

1/3x= -2/5 solve for x

Answers

Answer:

Below

Step-by-step explanation:

1/3 x   = - 2/5      <=====multiply both sides of the equation by 3 to get

x = -6/5   = - 1  1/5

Suppose that a vending machine service company models its income by assuming that money flows continuously into the machines, with the annual rate of flow given by f(t) = 160e0.03tin thousands of dollars per year. Find the total income from the machines over the first 5 years. (Round your answer to the nearest thousand dollars.)$______

Answers

The total income from the machines over the first 5 years is $185.89

How to determine the total income from the machines over the first 5 years

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

f(t) = 160e0.03t

Where

t = Number of yearsf(t) = thousands of dollars per year

Rewrite the function properly

so, we have the following representation

f(t) = 160e⁰.⁰³ⁿ

The above function is an exponential function

So: In the first 5 years, we have the value of t to be 5

This is represented as follows

t = 5

Substitute the known values in the above equation, so, we have the following representation

f(5) = 160e⁰.⁰³ ˣ ⁵

Evaluate the product of the exponents

f(5) = 160e⁰.¹⁵

The products above give

f(5) = 185.89

Hence, the total income is $185.89

Read more about functions at

https://brainly.com/question/28277110

#SPJ1

The table represents a linear relationship. x −2 0 2 4 y −1 0 1 2 Which of the following graphs shows this relationship?

Answers

The graph that shows the linear relationship of the table is attached below.

How to Find the Graph that Represent a Linear Relationship?

To determine the graph of a linear relationship, do the following:

Find the slope or rate of change = change in y / change in x.Determine the y-intercept which is the value of y when x = 0, and it represents the value on the y-axis where the line intercepts.

Given the table which represents a linear relationship above, use two pairs of values, (0, 0) and (2, 1) to find the slope:

Slope = change in y / change in x = (1 - 0) / (2 - 0)

Slope = 1/2.

The y-intercept (b) = 0.

Thus, this means that the graph of the linear relationship will have a slope of 1/2 and crosses the y-axis at 0.

Thus, the graph is shown below.

Learn more about the graph of linear relationship on:

https://brainly.com/question/7040405

#SPJ1

A wooden box is in the shape of a regular pentagonal prism. The sides, top, and bottom of the box are 1 centimeter thick. Approximate the volume of wood used to construct the box. Round your answer to the nearest tenth.

Answers

The volume of the pentagonal prism as per the given values is obtained as 2.5 cm³.

What is a pentagonal prism?

A pentagonal prism has two pentagonal surfaces on the top and the bottom. It has ten vertices, 15 edges and 7 faces. The number of rectangular surfaces are five.

The expression for the volume of a regular pentagon is given as V =  5/2 × abh

Where h is the height and a and b are the length of the sides.

Now, the value of a, b and h as per the question is given as,

a = b = h = 1.

Then, the volume can be calculated as,

V = 5/2 × 1 ×1 × 1
   = 2.5

Hence, the volume of the regular pentagonal prism  is given as 2.5 cm³.

To know more about a pentagonal prism click on,

https://brainly.com/question/26709266

#SPJ1

Actuarial math

A 10-year $100 par value bond bearing a 10% coupon rate payable semiannually, and redeemable at 105, is bought to yield 8% convertible semiannually. Find the price. Verify that all four formulas produce the same answer.

Answers

The price of a 10-year $100 par value bond bearing a 10% coupon rate payable semiannually, and redeemable at 105, bought to yield 8% convertible semiannually, is its present value of $115.87.

What is the price of a bond?

The price of a bond is its present value.

The present value can be computed by setting the following parameters:

Number of periods = 20Effective interest rate = 8%Periodic interest payment = $5 ($100 x 10% x 6/12)Future value = $105.

This can be done using an online finance calculator with the results as follows:

N (# of periods) = 20 semiannual periods (10 years x 2)

I/Y (Interest per year) = 8%

PMT (Periodic Payment) = $5 ($100 x 10% x 1/2)

FV (Future Value) = $105

Results:

Present Value (PV) = $115.87

Sum of all periodic payments = $100 ($5 x 20)

Total Interest = $89.13

Learn more about the present value of a bond at https://brainly.com/question/16817816

#SPJ1

Question Completion:

Answer: 115.87 (If you don't get this answer then the solution is incorrect.)

prisms, pyramids and spheres have 3 dimensions - length, width, and depth. three dimensional objects have vertices, edges, and faces unless they are the solids like cylinders, cones, and spheres.

Answers

A solid figure is a three-dimensional object. That is, it has length, width, and height. Because they are three-dimensional, they have depth and occupy space in our universe. Body types are identified according to characteristics specific to each body type. In particular, we can observe the number of faces, edges, vertices, and the shape of the base.

A flat face of a solid is its face or side, as it is commonly called. The base is the surface on which the figure rests. A solid edge is a line segment where two faces meet. A vertex  is an angle formed where the endpoints of two or more face segments meet.

A sphere is a solid figure that has no faces, edges, or vertices. This is because it is perfectly round. No flat sides or corners.

A cone has faces but no edges or vertices. His face is circular. A circle is a plane because it is a flat planar shape. However, since it is rounded on the outside, it does not form edges or corners.

Cylinder that has two circular faces but no edges or corners:

A pyramid has a base and at least three triangular faces. There are edges where faces meet each other or meet the bottom, vertices where two faces meet the bottom, and top vertices where all the triangle faces meet. Pyramids are named for the shape of their base.

A triangular pyramid has a triangular base and his other three triangular faces, or four triangles in total.

A pyramid has a rectangular base and a pyramid has a square base. Both have four triangular faces, for a total of five faces.

Prism:

A prism is a solid with two congruent parallel faces and any number of sides. That is, it can have any number of faces, but at least two faces must be parallel. The shape of the two parallel faces can be triangles, squares, rectangles, pentagons, hexagons, or other types of polygons. Prisms are named after the shape of the base.

Sphere:

A sphere is a geometric object that is the three-dimensional analogue of the two-dimensional circle. A sphere is a set of points that are all the same distance r from a given point in 3D space. This given point is the center of the sphere and r is the radius of the sphere. Spheres are fundamental objects in many areas of mathematics. Spherical and near-spherical shapes also occur in nature and industry. Bubbles, like soap bubbles, are spherical in equilibrium. The Earth is often approximated as a sphere in geography, and the celestial sphere is an important concept in astronomy.

Learn more about Solid Figures:

https://brainly.com/question/13955450

#SPJ4

Consider the following measurements of the heat-producing capacity of the coal produced by two mines (in millions of calories per ton): Mine 1: 8260 8130 8350 8070 8340 Mine 2: 7950 7890 7900 8140 7920 7840 Can it be concluded that the two population variances are equal?

Answers

F0.05 (4,5)=5.19>f according to the F-distribution table. Following that, P(F>1.442)>P(F>f0.05 (94.5))=0.05. This leads us to conclude that the sample has a higher than 5% chance of producing such data under the premise that σx=σy.

We cannot conclude that the variances of the two populations are not equal based on the standards of a 95% confidence interval.

Step 1 : the mines' 1 and 2 standard deviations should be calculated. [tex]n_{x}[/tex] =5&[tex]n_{y}[/tex]=6.

To determine the sample means, use the formulas

x bar = 8260 + 8130 + 8350 + 8070 + 8340/ [tex]n_{x}[/tex]

x bar = 41150/ 5

x bar = 8230 and y bar = 7950 + 7890 + 7900 + 8140 + 7920 + 7840/ [tex]n_{y}[/tex]

y bar = 47640/6

y bar = 7940.

step 2: Now,  [tex]s_{x}[/tex]provides the standard deviations.

[tex]s_{x}^{2}[/tex] =1/4i=1∑^5i=1(xi−x)^2

=1/ 4 ⋅63000

=15750

for [tex]s^{2}_{y}[/tex]

[tex]s^{2}_{y}[/tex]^2=1/5∑i=1^6(yi−y)^2

=1/5⋅54600

=10920

If we assume that the variances of the two populations are equal—

that is,  σx=σy and

 [tex]s_{x}^{2}[/tex] and[tex]s^{2}_{y}[/tex] are the variances of independent random samples with sizes of [tex]n_{x}[/tex]=5 and[tex]n_{y}[/tex] =6 drawn from normal populations—then we can say that the random variable exists.

The formula F is

=[tex]s_{x}^{2}[/tex]/ [tex]s^{2}_{y}[/tex]has an F distribution with

v1=nx- 1

=5- 1

=4 and

v2=ny-1

=6- 1

=5

The observed samples' f-value is f=[tex]s_{x}^{2}[/tex] / [tex]s^{2}_{y}[/tex]

=15750/10920

=1.442.

For more information on F- distribution table kindly visit  to

https://brainly.com/question/16478627

#SPJ4

Question
Taylor is competing in a 30 kilometers race. She has already run 12.35 kilometers through a park and swam 3.75 kilometers. She will bike the rest of the way.



How far does Taylor need to bike to finish the race?
Responses

8.6 km

13.9 km

16.1 km

17.65 km

Answers

Answer: She needs to ride 13.9 more kilometers on her bike to finish the race.

Step-by-step explanation:

==> 30 = 3.75 + 12.35 + x

Take 16.1 from both sides:

==> 30 = 16.1 + x

==> 30 = 13.9km

Answer:

Step-by-step explanation:

The answer would be 13.9, if you add 12.35 to 3.75 you get 16.1, then 16.1 added to 13.9 equals 30

Waves that make up light have peaks and valleys just like the ocean. What are the scientific terms for peaks and valleys?


highs and lows


crests and troughs


ebbs and flows


protos and parallax

Answers

The scientific terms for peaks and valleys is B. Crests and troughs.

What are crests?

The greatest amount of upward displacement within a cycle occurs at a wave's crest point. A surface wave's crest is a region where the medium's displacement is greatest. The minimum or lowest point in a cycle, a trough is the opposite of a crest.

The crest and trough of a wave, respectively, are its highest and lowest surface portions. The wave height is the vertical distance between the crest and trough. The wavelength is the horizontal separation between two adjacent crests or troughs.

The crest is the highest point on the wave. The trough is the area that is the lowest. The wave length, also known as the wavelength, is the separation between two successive crests (or troughs), while the wave height is the overall vertical change in height between the crest and the trough.

Therefore, based on the information given, the correct option is B.

Learn more about wave on:

https://brainly.com/question/15663649

#SPJ1

Question 1-5
The expression (4c-3d)(3c+d) is equivalent to:
O 12c² 13cd 3d²
O 12c²
O 12c²
O 12c²
O 12c²
13cd3d²
5cd 3d²
5cd +3d²
3d²

Answers

The expression (4c − 3d)(3c + d) is equivalent to 12c² - 5cd - 3d²

What is Expression?

An expression is combination of variables, numbers and operators.

(4c − 3d)(3c + d) is the given expression.

Four times c minus three times d into three times f c plus d.

In the given expression c and d are variables.

Plus and minus are operators.

We need to find the equivalent expression of (4c − 3d)(3c + d).

(4c − 3d)(3c + d)

4c(3c+d)-3d(3c + d)

Apply the distributive property.

12c² + 4cd - 9cd - 3d²

Add the like terms

12c² - 5cd - 3d²

Hence, 12c² - 5cd - 3d² is the equivalent expression of (4c-3d)(3c+d).

To learn more on Expressions click:

https://brainly.com/question/14083225

#SPJ1

question does each function describe exponential growth or decay? drag and drop the equations into the boxes to correctly complete the table. put responses in the correct input to answer the question. select a response, navigate to the desired input and insert the response. responses can be selected and inserted using the space bar, enter key, left mouse button or touchpad. responses can also be moved by dragging with a mouse. growth

Answers

A set-to-set function f is a relation that assigns one element of the set A to each element of the other set B. The set A is the domain of the function (also called the set of inputs) and the set B contains the range (also called the set of outputs).

Let's denote f as exponential function with the base 'a':

                                  f(x) = a ˣ

where, a > 0 and a ≠ 1 and x is any real number.

1. Not an exponential function:

We have the following equation:

[tex]y = 100 (1 - 12)^{t}[/tex]

We can write the equation as:

[tex]y = 100 (-11)^{t}[/tex]

Let's denote f as exponential function with the base 'a':

                                  f(x) = a ˣ

where, a > 0 and a ≠ 1 and x is any real number.

Therefore: a must be more than 01.

In this problem, a = -11, therefore this is not an exponential function.

2. Growth.:

The function:

[tex]y= 0.1(1.25)^{t}[/tex]

The above equation is an exponential function because is a function of the form

[tex]f(t) = ka^t[/tex]

where, a > 0 and k is constant

Therefore, k = 0.1 and  a = 1.25 . So, a is greater than 1.

3. Growth:

The function:

[tex]y = {(1 - 0.03)12}^2t[/tex]

The above equation can be written as:

[tex]y = 11.64^{2t}[/tex]

which  is an exponential function because is a function of the form

[tex]f(t) = a^{bt}[/tex]

where, a > 0 and b is constant.

So, a = 11.64 and b = 4 . Since a is greater than 1.

4. Decay:

The function:

[tex]y = 426(0.98)^t[/tex]

This is an exponential function because is a function of the form

[tex]f(t) = ka^t[/tex]

where, a > 0 and k is constant

So, k = 426 and a = 0.98. Since, a is less than 1.  

5. Growth:

The function:

[tex]y = 2050(12)^t[/tex]

This is an exponential function because is a function of the form

[tex]f(t) = ka^t[/tex]

where, a > 0 and k is constant.

So, k = 2050 and a = 12  . Since, a is greater than 01.  

Learn more about Exponential Function:

https://brainly.com/question/15352175

#SPJ4

Solve for the variable.

8 = y - 3
Responses

A -11-11

B 55

C 1111

D 2424

E -5

Answers

I don’t know why the answers look so weird but it should be 11 if you are solving for y

Answer:

Answer is y = 11

Step-by-step explanation:

8 = y - 3

or, 8 + 3 = y - 3 + 3

or, 11 = y

or, y = 11

please help me with this math real quick, please!!

Answers

f(x)=1/2^x+4

4 is added to the parent function so that the output is translated up 4 units.

To assemble a piece of furniture, a wood peg must be inserted into a predrilled hole. Suppose that the diameter of a randomly selected peg is a random variable with mean 0.25 inch and standard deviation 0.006 inch and that the diameter of a randomly selected hole is a random variable with mean 0.253 and standard deviation 0.002. Let x1= peg diameter, and let x2= denote hole diameter.Why would the random variable , defined as y=x2-x1 , be of interest to the furniture manufacturer?What is the mean value of the random variable y?Assuming that x1 and x2 are independent, what is the standard deviation of y?Is it reasonable to think that x1 and x2 are independent? Explain.Based on your answers to Parts (b) and (c), do you think that finding a peg that is too big to fit in the predrilled hole would be a relatively common or a relatively rare occurrence? Explain.

Answers

(a) Using y the manufacture can find the required diameter of the hole.

(b) The mean of the random variable y is 0.003.

(c) The standard deviation of the y is 0.0063.

(d) It is reasonable to assume that x1 and x2 are independent since peg and hole are made of different wood.

(e)  We can see that mean of y is greater than standard deviation of y, So mostly the peg maybe bigger than hole.

Given that x1 be the peg diameter with mean 0.25 in. and standard deviation 0.0006 in.and x2 be the hole diameter with mean 0.253in. and deviation 0.002 in.

a) y=x2-x1 denote the difference between hole and peg diameter

if y<0 , the peg won’t go inside the hole and

if y>0 ,the peg be loose to the hole

So using y the manufacture can find the required diameter of the hole.

b)Now, we have to find the mean of the random variable y

μ(y) = μ(x2) - μ(x1)

μ(y) = 0.253-0.25

μ(y) = 0.003

c) Now we have to find the standard deviation of the y

σ(y) = √{var(x1)+ var(x2)}(x1 and x2 are independent)

σ(y) = √0.000036+0.000004

σ(y) = √0.00004

σ(y) = 0.0063

d) It is reasonable to assume that x1 and x2 are independent since peg and hole are made of different wood.

e) With a standard deviation larger than the mean , it would be fairly likely to observe a negative value of y, so it would be a relatively common occurrence to find a peg that was too big to fit in the predrilled hole. We can see that mean of y is greater than standard deviation of y, So mostly the peg maybe bigger than hole.

To learn more about standard deviation link is here

brainly.com/question/23907081

#SPJ4

Go step by step to reduce the radical.

Answers

Answer:

[tex] \sqrt{176} [/tex]

[tex] \sqrt{16 + 11} [/tex]

[tex]4 \sqrt{11} [/tex]

Step-by-step explanation:

The answer is

[tex]4 \sqrt{11} [/tex]

We

need to express 176 as the product of its prime factors i.e. 176 = 2 × 2 × 2 × 2 × 11. Therefore, √176 = √2 × 2 × 2 × 2 × 11 = 4 √11 . Thus, the square root of 176 in the lowest radical form is 4 √11.

i hope this helped

Can someone please solve this its on computer and im only good on paper

Answers

By graphing, the solution to the system, y = 5x + 2 and y = x - 2 is: A. (-1, -3)

How to Solve a System of Equations by Graphing?

The solution to a system of equations is the coordinates of an ordered pair that will make both of the equations to be true. This coordinates is determined by graphing.

To do this, plot both lines on a coordinate plane, then determine the coordinates of the point of intersection of both lines.

Given the system of equations,

y = 5x + 2

y = x - 2

The graph that shows both equations are attached below where the red line is y = 5x + 2, and y = x - 2 is the blue line.

The point of intersection is at (-1, -3). Therefore, the solution is:

Learn more about the system of equations on:

https://brainly.com/question/25869125

#SPJ1

what is the population standard deviation?

Answers

The population standard deviation [tex]\sigma[/tex] is 6.697.

What is the mean absolute deviation?

The average distance between each data item and the mean is known as the mean absolute deviation.

The gap between each data value and the mean in absolute terms is represented by this average.

The given data set can be arranged as 4, 7, 8, 10, 12, 12, 15, 18, 23, 26.

Mean[tex](\overline{x})[/tex] = (4 + 7 + 8 + 10 + 12 + 12 + 15 + 18 + 23 + 26)/10.

Mean[tex](\overline{x})[/tex] = 135/10 = 13.5.

We know variance[tex](\sigma)[/tex] = [tex](\[ \sum_{i=1}^{n}x_i^2 \]/n) - \overline{x}^2[/tex].

= (4² + 7² + 8² + 10² + 12² + 12² + 15² + 18² + 23² + 26²)/10 - (13.5)².

= (16 + 49 + 64 + 100 + 144 + 144 + 225 + 324 + 529 + 676)/10 - 182.25.

= 44.85

And we also know the standard deviation is [tex]\sqrt{\sigma}[/tex] = [tex]\sqrt{44.85}[/tex] = 6.697

learn more about variance here :

https://brainly.com/question/29505178

#SPJ1

Other Questions
Two angles form a linear pair, the sum of one angle plus 27 is equal to two times the sum of the other angle 3. what happens to the real exchange rate between the euro and the u.s. dollar (expressed as euros per dollar) if the aggregate price levels in europe and the united states both fall? it a. is unaffected. b. increases. c. decreases. d. may increase, decrease, or stay the same. e. cannot be calculated. Which statement best describes why Lady Macbeths use of an emotional appeal is appropriate in this situation?It enables her to prove that Macbeth is more courageous than she is.It enables her to convince Macbeth that he does not deserve the crown.It enables her to manipulate Macbeth into carrying out the murder.It enables her to demonstrate that she lacks compassion. What is the MOST LIKELY reason the author included the information about the blue butterfly and the red ants? What is the leading cause of infant death in the United States? What Roman structure was built featuring the most decorative Greek "Corinthian" columns at the entrance? This concrete structure also has a dome ceiling which features a 30 foot opening called an oculus that lets in natural light inside the structure. Alonso de la Mota y Escobar, Bishop of Guadalajara, Mexico,geographical treatise, 1605The economic activities described in the passage contributed most directly to which of the following? Emma has a lot of old bank documents and checkbooks that she no longer uses. What is the BEST way for Emma to deal with these items that she nolonger uses?O A. Give them to her grandchildren so they can play "bank" with them.Store them in a cardboard box in her garage.Shred them all before discarding them.D. Scan them all into her computer and send to family members. when an industry is a natural monopoly, group of answer choices a larger number of firms will lead to a higher average cost. it is characterized by constant returns to scale. it is characterized by diseconomies of scale. a larger number of firms may lead to a lower average cost. Given figure below as well as the fact that a is parallel to b what is the value of x? Suzanne Collins, author of The Hunger Games, often writes choppy sentences or phrases using a first-person narrator. What is the MOST likely reason for using this technique? (77 points) ( The War Of 1812 FINAL QUESTION ) Please only put what I have to put in the box at 1930 the client reports experiencing neuropathic pain in the legs. the client has a history of neuropathic pain following chemotherapy. the client describes the pain as burning and rates the pain as a 7 on the pain scale of 1 to 10. based on the client's medication orders (above), which medication would the nurse administer to the client for a report of pain? a client with septic shock receives a prescription for ddextrose 5% in water (d5w) 250 ml with dopamine (intropin) 0.6 grams/250 ml at a rate of 5 mcg/kg/minute. the client's weight is 148 pounds the nurse should set the infusion pump to deliver how many ml/hour? Shahid was in a serious automobile accident on a snowy evening last winter that caused him to feel anxious every time it snowed and he had to get behind the wheel. After a few months, Shahids fear of driving in the snow disappeared. To Shahids surprise, the first snowfall of the next year once again brought back his fear of driving in the snow. The return of Shahids fear can best be described by the behavioral concept of What is the image of (10,-6) after a dilation by a scale factor of 1/2 centered at the origin? Find two consecutive positive integers such that the square of the first decreased by 21 equals 6 times the second please select the response below that best reflects the relationship between race and genetic variability an hr executive of a company studies the effect of the size of project teams on the teams' performance. he finds that the team size is not associated with any particular change in performance. in the context of relationships between variables, what type of relationship exists between the size of project teams and their performance? the bacteria pseudomonas aeruginosa produces a protein that is secreted into its environment. the protein inhibits synthesis of elongation factor 2 (another protein) in humans. this effect may sound dangerous, but it has been considered as a possible treatment for hepatitis b. the protein produced by p. aeruginosa is a(n) endotoxin. exotoxin. biological weapon. biofilm.