i don’t know this pls help

I Dont Know This Pls Help

Answers

Answer 1

The perimeter of the right triangle is 228 inches

What is a right-angle triangle?

It is a triangle in which one of the angles is 90 degrees and the other two are sharp angles. The sides of a right-angled triangle are known as the hypotenuse, perpendicular, and base.

The complete length of a shape's edge serves as its perimeter in geometric terms. Adding the lengths of all the sides and edges that surround a form yields its perimeter.

Since it is a right triangle,

c² = 57² +76²

c² = 3249 + 5776

c² =  9025

c=  √ 9025 = 95

Perimeter is the sum of all sides

Perimeter = 57+76+95 = 228 inches

To Learn more about the right-angle triangle here:

brainly.com/question/3770177

#SPJ1


Related Questions

factor the trinomial 2xsquared + 5x -42

Answers

Basic quadratic expression:

[tex]ax^2+bx+c[/tex]

[tex]2x^2+5x-42[/tex]

Factoring a quadratic expression when a ≠ 0

1.  Multiply a and c values (ac=k)

[tex]2(-42) = -84[/tex]

2. Find a factor pair whose sum adds to b and has the product of k

[tex]-7,12[/tex]  

[tex]-7(12)=-84[/tex]           [tex]-7+12=+5[/tex]

3. Replace the middle term (bx) with newfound values

[tex]2x^2 +12x-7x-42[/tex]

4. Factor by grouping

[tex]2x(x+6) -7(x+6)[/tex]

if done correctly the expression in the parentheses will be the same

5. Perform the last factorization

[tex](2x-7)(x+6)[/tex]

you can verify your answer by expanding the factors to get the same expression in the beginning

Zoe i aving up to buy a new bicycle. She already ha $80 and can ave an additional $6 per week uing money from her after chool job. How much total money would Zoe have after 6 week of aving? Alo, write an expreion that repreent the amount of money Zoe would have aved in ww week

Answers

If Zoe already has $80 and can save an additional $6 per week using money from her after school job then the total amount of money that Zoe saved after 6 week of saving is $116  and

the expression that represent amount of money Zoe would have saved in w weeks is [tex]80+6w[/tex]  .

The amount that Zoe already saved = $80 ;

the amount that she can additionally save is = $6 per week ,

the amount of money that can be saved after 6 weeks can be written as :

[tex]Amount = \$80+(Amount Saved Per Week)\times(Number Of Weeks)[/tex]

Amount = [tex]80+6\times6[/tex]

= [tex]80+36[/tex]

= $116

and the expression for w weeks will be = [tex]80+6\times w[/tex]

The expression is ⇒ [tex]Amount = 80+6w[/tex].

The given question is incomplete , the complete question is

Zoe is saving up to buy a new bicycle. She already has $80 and can save an additional $6 per week using money from her after school job. How much total money would Zoe have after 6 week of saving ?

Also, write an expression that represent the amount of money Zoe would have saved in w weeks ?

Learn more about Equation here

https://brainly.com/question/30174185

#SPJ4

What is the equation of the Y axis?

Answers

Answer:

x=0

Step-by-step explanation:

The general form of the equation of y-axis is x = 0. hence, the equation of line parallel to the y-axis is given by the equation: x = k.

50 POINTS!!!! urgent!!!!!!

Mary is collecting cup cakes for the school fair. She will make 12 cupcakes to start it off. She plans to collect 24 cupcakes each
day from her surrounding neighborhood for the next 3 days. If you model this word problem for Mary as y=mx+b then match the
corrects pairs.
a. 12
b. 84
c. 3
d. 24
1. m
2. y
3. x
4. b

Answers

Since the problem is about linear equation in the form of y = mx + b, initial number represents the value of b = 12, the number of days represents the value of x = 3, the daily collection of cupcakes represent the slope m = 24, then the value of y is:

y = 24*3 + 12 = 72 + 12 = 84

So the matching pairs are:

a ⇔ 4, b ⇔ 2,c ⇔ 3,d ⇔ 1 .

How do you find the dilation of a function?

Answers

Finding the dilation's center point is the first step in determining the scale factor. Next, we measure the distances between the center point and various points on the preimage and the image. The scale factor is equal to the ratio of these distances.

Resizing an item uses a transition called dilation. Dilation is used to enlarge or contract the items. The result of this transformation is a picture with the same shape as the original. However, there is a variation in the shape's size.

A graph's form is altered by dilations, frequently leading to "movement" in the process. In the figure above, the green curve has been "transformed" into the red curve. It has been three times "dilated" (or stretched) horizontally. A dilatation is an axial stretching or contraction brought on by multiplication or division.

For more questions on rotation and dilation

https://brainly.com/question/28558697

#SPJ4

Multiply the following polynomials, then place the answer in the proper location on the grid. Write the answer in descending powers of x. (8x 3)(4x 7)

Answers

The product of the two polynomials is (8x³)(4x⁷) = 32x¹⁰.

THE POLYNOMIALS

When we multiply two polynomials together, we add the exponents of the x's in each term. In this case, we have 8x³ and 4x⁷. The x in 8x³ has an exponent of 3, and the x in 4x⁷ has an exponent of 7. To find the product of the two polynomials, we add the exponents of the x's in each term, so 3 + 7 = 10. The x in the product will have an exponent of 10. The coefficient, or the number in front of the x, is also multiplied together, so 8 × 4 = 32.So the final answer is 32x¹⁰, where 32 is the coefficient and 10 is the exponent of x.The polynomial 32x¹⁰ is an example of a polynomial, but it's not a characteristic of a polynomial.A polynomial is a mathematical expression involving a sum of powers in one or more variables (such as x, y, z) with non-negative integer exponents and real or complex coefficients. A polynomial can have one or more terms, and each term is separated by a plus or minus sign.

Learn more about polynomial here:

https://brainly.com/question/11536910

#SPJ4

Please help if you can or and know how to do this pls! Can

Answers

Answer:

m<1=50

m<2=130

m<3=50

m<4=130

m<5=40

m<6=40

m<7=90

m<8=140

Step-by-step explanation:

What does += mean in Python?

Answers

In Python an operator += is an assignment operator which adds the value on its right to the variable and assigns the result to the variable on its left.

We know that an operator is a symbol that represents a mathematical or logical process.

We know that in Python the operator += provides a convenient way to add a value to an existing variable and assign the new value back to the same variable.

If p += q

This means,  the variable p the left side is getting added to the value on the right side (q), and the result is then reassigned to the variable on the left.

i.e., p = p + q

+= is an assignment operator.

Learn more about symbol here:

https://brainly.com/question/17310967

#SPJ4

Solve equations - two sides
(135a)
Solve
2x - 7=7x +5

Answers

Answer:

x=-12/5

Step-by-step explanation:

2x-7=7x+5

2x-7x=5-(-7)

-5x=5+7

x=12/-5

x=-12/5

Karl invests $100 in a savings account, which earns interest yearly.

Select the TWO changes that would earn Karl more money from this savings account.

Answers

The two changes that would Karl earn more money are "Karl increases his initial investment" and "Karl deposits more money into the account every year" (options B and D).

What factors affect the amount of money Karl can get?

In this case, the amount of money Karl can get depends on both the amount of money he invest and the interest rate. Here are some examples:

If he invest $100 and the interest rate is 10% he will get $10

If the invest $1000 and the interst rate is the same (10%) he will get $1000

Moreover, if the interste rate increases he can get more money: If the invest $100 but the interst rate is 12% he gets $12

This means he can get more profit if the investment is higher or the rate increases. Based on this, the two options that would increase his amount of money are increasing the initial investment or depositing more money (option B and D).

Note: This question is incomplete; here is the missing section:

A. The bank decreases the interest rate.

B. Karl increases his initial investment.

C. The bank adds a fee to keep the account active.

D. Karl deposits more money into the account every year.

Learn more about money in: https://brainly.com/question/14253896

#SPJ1

WASTE Suppose the waste generated by nonrecycled paper and cardboard products in tons y after x days can be approximated by the function y=1000(2)0.3x.


a. Identify key features.

y-intercept: , 1 of 8.
domain: , 2 of 8.
range: , 3 of 8.

b. Identify the relevant domain and range.

Because time , 4 of 8. , the relevant domain is , 5 of 8. .

Because the amount of recycled paper and cardboard , 6 of 8. , and the amount when x=0
is , 7 of 8.tons, the relevant range is , 8 of 8. .

Answers

a. The key features of the exponential function y = 1000(2)^(0.3x) is given as follows:

y-intercept: y = 100.Domain: all real values.Range: y ≥ 1000.

b. The relevant domain and range are given as follows:

Domain: x ≥ 0.Range: y ≥ 1000.

What are the features of the exponential function?

The exponential function for this problem is modeled as follows:

y = 1000(2)^(0.3x).

The features are given as follows:

Initial value, when x = 0, of y = 1000, representing the y-intercept.Rate of change of 2 for each period of 0.3 units.

The domain of the function is the set that composes all input values of the function, and as the exponential function does not have any restrictions such as a fraction or an even root, it is composed by all real values.

However, the relevant domain is x ≥ 0, as the number of days does not assume negative values.

The range is the set containing all output values of the exponential function. As the initial value of the exponential function is of 1000 and the function is increasing, the range is y ≥ 1000.

More can be learned about exponential functions at https://brainly.com/question/25537936

#SPJ1

The data below shows the orders that were placed at a local paint shop. 1 2 3 4 Paint orders 5 6 Gallons 7 8 9 10 Solve for the MEAN of this data set. If needed, round to the nearest tenth.​

Answers

To find the MEAN of Natural numbers, such as  1, 2, 3, 4, 5, 6, 7, 8, 9, and 10, a + b + c3 is the sum of the three numbers a, b, and c. Therefore, 5.5 is the MEAN of the first 10 natural numbers.

Find the MEAN Of Data set

Firstly The Given set of numbers Represents Natural numbers,

A natural number is an integer greater than 0. Natural numbers begin at 1 and increment to infinity: 1, 2, 3, 4, 5, etc.

Therefore, the first ten natural numbers are 1, 2, 3, 4, 5, 6, 7, 8, 9, 10.

And the mean of three numbers a, b, c is a + b + c3

Then the mean of 10 numbers 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 is:-

⇒1+2+3+4+5+6+7+8+9+1010

Adding and dividing we get the value of the above term as,

⇒1+2+3+4+5+6+7+8+9+1010=5510=5.5

Hence, the mean of the first 10 natural numbers is 5.5.

Note: To solve this problem, you must understand that the integers greater than zero are natural numbers and that the mean of the three numbers a, b, and c equals a + b + c3. Knowing how to calculate the average number of elements and being familiar with natural numbers can help you arrive at the correct conclusion.

To know more about Find The MEAN of Data set refer to:

https://brainly.com/question/8610762

#SPJ1

Find the explicit formula for an arithmetic sequence with a common difference of 8 and whose first term is -2.

Answers

The explicit formula of the sequence is aₙ = -10 + 8n

How to determine the explicit formula of the sequence?

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

The first term and the common difference

These values of the first term and the common difference are given as

First term = -2

Common difference = 8

The interpretation of the above sequence is that the 8 is added to the previous term to get the current term

Using the above as a guide,

So, we have the following representation

aₙ = aₙ₋₁ + 8

When represented explicitly, we have

aₙ = a + (n - 1) * d

Where

a = -2 and d = 8

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

aₙ = -2 + (n - 1) * 8

Evaluate the products

aₙ = -2 + 8n - 8

Evaluate the like terms

aₙ = -10 + 8n

Hence, the explicit formula is aₙ = -10 + 8n

Read more about sequence at

brainly.com/question/7882626

#SPJ1


18


2 simplify far as possible

Answers

Answer:

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

Step-by-step explanation:

[tex]\sqrt{2x9}[/tex] - [tex]\sqrt{2}[/tex] = 3[tex]\sqrt{2}[/tex] - [tex]\sqrt{2}[/tex] = 2[tex]\sqrt{2}[/tex]

x^5 multiplied by x^3 /x^4

Answers

Answer:

x^4

Step-by-step explanation:

[tex]x {}^{5} \times \frac{x {}^{3} }{x {}^{4 \\ } } \\ \\ \frac{ {x}^{8} }{x {}^{4} } \\ \\ x {}^{8 \: - \: 4} \\ {x}^{4} [/tex]

What does using the if __ name __ == '__ main __' syntax allow programmers to do?

Answers

The if __name__ == '__main__' syntax allows a programmer to specify that certain code should only be executed when the script is run directly, rather than when it is imported as a module into another script.

This can be useful for running code that you only want to execute when you're running the script for testing or development, rather than when you're using it as a library in another program. It also allows to use the same code in multiple script without running the main code.

When a Python script is run, the interpreter assigns the name __main__ to the script's global namespace. Therefore, when the script is run directly, __name__ will be set to __main__. When the script is imported as a module into another script, __name__ will be set to the name of the module, rather than __main__.

So, when a programmer uses the if __name__ == '__main__' syntax, they are essentially checking whether the script is being run directly or imported as a module. If the script is being run directly, the code within the if block will be executed. If the script is being imported as a module, the code within the if block will not be executed.

This allows the programmer to separate code that should only be run when the script is executed directly from code that is intended to be used as a library when the script is imported as a module. It also allows to use the same code in multiple script without running the main code.

To know more on __name__

https://brainly.com/question/14307155

#SPJ4

Write the explicit formula for the sequence below:

Answers

The explicit formula for the sequence -28, -31, -34, -37, ..., is aₙ= -28 -3d.

What is an arithmetic sequence?

A series of integers called an arithmetic progression or arithmetic sequence (AP) has a constant difference between the terms.

Given:

-28, -31, -34, -37, ...

The general formula of an arithmetic sequence:

aₙ= a₁ + (n)d,

where a₁ is the first term and d is the common difference.

First, we will find the common difference between consecutive terms.

Here,

a₁ = -28

To find the common difference:

a₂ - a₁ = -31 + 28 = -3

a₃ - a₂ = -34 + 31 = 3

a₄ - a₃ = -37 + 34 = 3

Hence, d = -3.

Substitute the values to the formula,

aₙ= a₁ + (n)d,

aₙ= -28 + (-3)d,

aₙ= -28 -3d

Therefore, aₙ= -28 -3d is the required sequence.

To learn more about the arithmetic sequence;

https://brainly.com/question/29616017

#SPJ1

How to determine if a triangle is right acute or obtuse based on side lengths calculator?

Answers

A triangle is said to be acute if the sum of the squares of its two shorter sides is greater than the square of its longest side.

How do you know if its right obtuse or acute?

Less than 90 degree angles are considered acute. Right angles have a 90 degree angle. Angles that are obtuse exceed 90 degrees.

See samples of various angles and learn about them. If and only if side lengths a, b, and c satisfy a2 + b = c2, a right triangle will be formed. These numbers are referred to as a Pythagorean triple. When the square of a triangle's longest side equals the sum of the squares of its other two sides, the triangle is said to be a right triangle. So, in the ABC equation, if c2=a2+b2, then C is a right triangle, with PQR serving as the right angle.

To learn more about How do you know if right obtuse or acute refer to:

https://brainly.com/question/30128589

#SPJ4

A newsletter publisher believes that more than 47% of their readers own a personal computer. Is there sufficient evidence at the 0.05 level to substantiate the publisher's claim?

Answers

There is no sufficient evidence at the 0.05 level to substantiate the publisher's claim

How to determine the substantial claim?The parameters for the claim is more than 47% of their readers own a personal computer0.05 level of significance

Note that the significance level, also known as alpha or α, is a measure of the strength of the evidence that must be present in your sample before you will reject the null hypothesis and conclude that the effect is statistically significant

In conclusion, the advertiser failed to reject the null hypotenuse so this would mean there is not sufficient evidence at the 0.02 level of significance to say that the percentage of people who own a Rolls Royce is higher than 47%

Learn more about level of significance on https://brainly.com/question/13947717

#SPJ1

Margo borrows $700, agreeing to pay it back with 8% annual interest after 16 months. How

much interest will she pay?

Answers

After 16 months, Margo will pay  $74.67  interest

We know that the simple Interest Formula

I = P × r × t

Where: P = Principal Amount

I = Interest Amount

R = Rate of Interest as a percent

r = Rate of Interest in decimal

r = R/100

t = Time Periods involved

Here we have been given P = $700, t = 16 months and R = 8%

First we convert interest rate R percent to r a decimal

r = R/100

  = 0.08 per year,

Now we convert time from months to years .

16 months ÷ 12 months/year

= 1.333333 years,

Using above formula of simple interest,

I = P × r × t

I = 700 × 0.08 × 1.333333

I = $ 74.67

Hence, the simple interest accumulated on a principal of $ 700.00 at a rate of 8% per year for 16 months is $ 74.67.

Learn more about simple interest here:

https://brainly.com/question/8100492

#SPJ4

What equation represents a linier function that is proportional

Answers

Answer:

d

Step-by-step explanation:

How many times smaller is 1.2 × 106 than 1.38 × 107?

Answers

The number 1.2 × 10⁶ is 11.5 times smaller in comparison to the number 1.38 × 10⁷.

The two given numbers here have been written using the method of powers of 10. In this method, very large or very small numbers are easily simplified and written by denoting the powers of 10. These power are integral in nature. Very large numbers are of the form y × 10ⁿ and very small numbers can be expressed in the form z × 10⁻ⁿ.

In the given problem, we have the numbers 1.2 × 10⁶ and 1.38 × 10⁷ and we have to tell how much the former number is from the latter. For this, we divide the two and easily find our solution. Before this, we have to make the powers of 10 in both numbers the same. We can rewrite the  1.38 × 10⁷ as 13.8 × 10⁶. Now, we divide the two and get-

⇒ 11.5

Learn more about the power system on

https://brainly.com/question/29273648?referrer=searchResults

#SPJ4

Answer: B. 11.5

Step-by-step explanation: I took the test

what part of 3$ is the sum of 7 dimes, 1 nickel and 3 pennies?

Answers

Answer:

7/60

Step-by-step explanation:

First, we would need to add up all of the coins and know their values.

1 dime (d) = 10¢

1 nickel (n) = 5¢

1 penny (p) = 1¢

An equation we can use will look something like this:

(d × 7) + (n × 1) + (p × 3) =?

Now just add the numbers and solve.

(10 × 7) + (5 × 1) + (1 × 3) = 78

Therefore, the total amount is 78¢.

Now to figure out how much 78¢ is out of $3, we can use an equation that looks something like this:

3 ÷ 0.78 = 3.84615385 or 7/60

So, this means that with 7 dimes, 1 nickel and 3 pennies it is 7/60 of $3.

What is BPT Theoram please solve

Answers

In a triangle, a line is drawn parallel to one side of the triangle. Then it ratio of the two similar triangles will be con

What is the Basic Proportionality theorem?

The Basic Proportionality Theorem, often known as the Thales Theorem, was developed by the eminent Greek mathematician Thales. He asserted that the ratio of any two matching sides is constant for any two equiangular triangles. He developed the basic proportionality theorem based on this idea (BPT). Similar triangles have presented this idea. When two triangles resemble one another.

Think about the triangle ΔABC in the given illustration. A line PQ connecting the sides AB and AC of P and Q in this triangle is drawn parallel to the side BC of the triangle.

AP/PB = AQ/QC

More about the Basic Proportionality theorem link is given below.

https://brainly.com/question/11807262

#SPJ1

Write a rule for g that represents the indicated transformations of the graph of f.
f(x)=x³-6; translation 3 units left, followed by a reflection in the y-axis.

Answers

The function obtained after transformation is given as -x³ + 9x²- 27x + 21.

How to transform a graph of the function?

The graph of a function can be transformed by either shifting it in the right, left, up or down.

When the transformation is rightwards, the function becomes as f(x - a).

For left shifting it is f(x + a).

The function is given as f(x) = x³- 6.

The translation of 3 units towards left can be written as,

f(x + 3) = (x + 3)³ - 6

⇒ x³ + 9x² + 27x + 21

For reflection across y axis replace -x with x as below,

⇒ (-x)³ + 9(-x)² + 27 × -x + 21

⇒ -x³ + 9x²- 27x + 21

Hence, the required form of the transformed function is -x³ + 9x²- 27x + 21.

To know more about transformation of graph click on,

https://brainly.com/question/10059147

#SPJ1

Stefan sells Jin a bicycle for ​$146 and a helmet for ​$19. The total cost for Jin is 150​% of what Stefan spent originally to buy the bike and helmet. How much did Stefan spend​ originally? How much money did he make by selling the bicycle and helmet to​ Jin?

Answers

Stefan spend price $110 and made price $60 by selling bicycle and helmet to Jin.

What is percentage?

A percentage is a number or ratio that can be expressed as a fraction of 100.

Here, given that,

Selling price of bicycle = $146

Selling price of helmet = $19

Total = 146+19= $165

Let,

x represents the original cost Stefan to buy the bike and helmet.

150% of x = $165

1.5x=$165

Dividing both sides by 1.5

we get ,

x=$110

Stefan bought bicycle and helmet for $110.

Profit made by Stefan = Selling price - buying price

Profit made by Stefan = 165-110= 55

Hence, Stefan spend price $110 and,  made $55 by selling bicycle and helmet to Jin.

To learn more on percentage click:

brainly.com/question/13450942

#SPJ1

3x-3y=-6

3x+y=10 use subtraction please help thank you
need an ordered pair

Answers

Answer:

x=2, y=4. (2, 4).

Step-by-step explanation:

3x-3y=-6 implies 3(x-y)=3(-2), so x-y=-2.

-----------------------------

x-y=-2

3x+y=10

---------------

4x=8

x=8/4=2

2-y=-2

y=2-(-2)=2+2=4

Which of the following is the graph of y=-4 square root x

Answers

In the second graph, these points are located. As a result, the second graph is the function's correct graph.

what is function ?

In mathematics, the term "linear function" refers to two different but related ideas. In calculus and related fields, a quadratic variable of grade 0 or 1 is a linear function if its graph is a direct line. A straight line on a reference system is a representation of a linear function. For instance, the linear function y = 3x - 2 is a straight line just on coordinate plane, hence it is a linear function. Since f(x) may be connected to y, the function can be represented by f(x) = 3x - 2.

given

The function provided is

This function is defined for any x values that are positive, including 0.

The radical expression x has a constant positive value. Given that is a function, it is always negative.

At x=0, = 0

At x=1, = -4

At x=4, = -8

This indicates that the graph of the specified function traveling through the points (0,0), (1,-4) and (4,-8).

In the second graph, these points are located. As a result, the second graph is the function's correct graph.

To know more about linear function visit:

https://brainly.com/question/29205018

#SPJ1

Jayden has been reading a 275275275-page book for English class. On average, he has read about 101010 pages in 151515 minutes (\text{min})(min)(, start text, m, i, n, end text, ). With a deadline looming, Jayden realizes that he won't finish in time unless he skims through the rest of the book. If he skims the book, he can cover 151515 pages in 10\,\text{min}10min10, start text, m, i, n, end text. If it takes Jayden 555 hours and 50\,\text{min}50min50, start text, m, i, n, end text to finish the book (reading and skimming combined), how many pages did Jayden have to skim through

Answers

Jayden had to skim through an amount of 75 pages, in the given word problem.

What is word problem?

A word problem is a few sentences that describe a "real-life" scenario in which a problem must be solved using a mathematical calculation.

Word problems are regarded as an important part of the primary curriculum because they require children to apply their knowledge of various concepts to'real-life' scenarios.

Let S = no. of skimmed pages

Let R = no. of read pages

Then S + R = 275

So R = 275 - S

Reading rate = 15 min/10 pages

Skimming rate = 10 min/15 pages

Total time to finish book = 350 min

So,

(R)(Reading rate) + (S)(Skimming rate) = 350 minutes

Substituting the values:

(275-S)(15/10) + (S)(10/15)=350

Multiplying equation through by 30 yields:

12375 - 45S + 20S = 10500

Combine terms

1875=25S

S = 75

Thus, Jayden had to skim through an amount of 75 pages.

Learn more about word problem

https://brainly.com/question/29027588

#SPJ4

Solve for x : 4x-6=x+9

Answers

4x - 6 = x + 9

4x - x = 9 + 6

3x = 15

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

x = 5 ...

Answer:

[tex]x =5[/tex]

Step-by-step explanation:

[tex]4x - 6=x+9[/tex]

Subtract x from both sides

[tex]4x -6-x=x+9-x[/tex]

[tex]3x-6=9[/tex]

Add 6 to both sides

[tex]3x-6+6=9+6[/tex]

[tex]3x=15[/tex]

Divide both sides by 3

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

[tex]x = 5[/tex]

Other Questions
A specialty foods company sells "gourmet hams" by mail order. The hams vary in size from 4. 15 to 7. 45 pounds, with a mean weight of 6 pounds and standard deviation of 0. 65 pounds. The quartiles and median weights are 5. 6, 6. 2, and 6. 55 pounds. a) Find the range and the IQR of the weights. b) Do you think the distribution of the weights is symmetric or skewed? If skewed, which way? Why? c) If these weights were expressed in ounces ( 1 pound = 16 ounces) what would the mean, standard deviation, quartiles, median, IQR, and range be? d) When the company ships these hams, the box and packing materials add 30 ounces. What are the mean, standard deviation, quartiles, median , IQR, and range of weights of boxes shipped (in ounces)? e) One customer made a special order of a 10-pound ham. Which of the summary statistics of part d might not change if that data value were added to the distribution? How do you cure Millicent? The process of object-oriented analysis can be viewed as the following steps: A)identify objects, then define each object's attributes, behaviors, and relationships B)define data members and member functions, then assign the class name C)declare public and private variables, prototype functions, and then write code D)write the main() function, then determine which classes are needed The stage of conflict in which an issue starts to develop between parties without their knowledge is called __________. A man divided $9,000 among his wife, son, and daughter. The wife received twice as much as the daughter, and the son received $1,000 more than the daughter. How much did each receive 1- Give the chemical formula for trans-dichlorobis(ethylenediamine)platinum(IV). Use (en) as the symbol for ethylenediamine.2- Give the systematic name of this coordination compound.Na[Al(OH)4] Lacrosse is the most popular sport in Spain. true or false Hi, please help ! (see image) Leah gains access to government records and alters certain dates and amounts in her favor. This is a. embezzlement. b. forgery. c. larceny. d. no crime. What are the 3 Mendel's laws explain each one? Ven Diagram What is the similar and diffirencess in TV and MAGAZINE. Mr cam bought 6 pizza for the che club if each of the 10 member ate 1/4 of the pizza how many pizza were eaten your uncle is 2 years older than your 3 times your age. a. you are x old. write an expression to describe your uncle's age. b. you are 12 years old. how old is your uncle What is the minimum value of 2x^2 3x 5? Find the midpoints of the line segment Fine the distance between each pair of the points Y=-1/2X+6 in standard form A state law that conflicts with the U.S. Constitution will be deemed unconstitutional under the Supremacy ClauseTrue False how to solve x-y+x/2 (if x=10, y=1) what two applications are an example of a mail server and a mail client application, respectively? Identify the quotient and the remainder(24x^3 - 14x^2 + 20x +6)(4x^2 - 3x +5)