PLEASE HELP.!! ILL GIVE BRAINLIEST *EXTRA POINTS* DONT SKIP.!! :((

PLEASE HELP.!! ILL GIVE BRAINLIEST *EXTRA POINTS* DONT SKIP.!! :((

Answers

Answer 1

Answer:

-11.3

Step-by-step explanation:

because it goes -11, -11.1, -11.2, -11.3, -11.4, -11.5


Related Questions

[HELP FAST] Find an equation for the line below.

[HELP FAST] Find an equation for the line below.

Answers

UGHHHHHHHHHHHHHHHHHHHH

I believe the correct answer is: Y=3/2x-2.5

Please help me find the missing side and show your work

Please help me find the missing side and show your work

Answers

Answer:

9 yards

Step-by-step explanation:

The Pythagorean theorem: \(a^2+b^2=c^2\)

Where a and b are legs, and c is the hypotenuse.

The hypotenuse is the side opposite from the right angle in the right triangle.

The hypotenuse would be AC, measured 15 yards, because it is opposite from the right angle. BC, the unmeasured side would be a leg. I can call that the "b" leg and AB, the 12 yard side the "a" leg.

Substitute the measures into the theorem to get: \(12^2+?^2=15^2\)

\(144+?^2=225 ; ?^2=81; ?=\sqrt{81} =9\)

Do
this mathematics operations using the rules of precision
(9.11)+(6.232)
(7.4023)x(19)
(9.162)-(2.39)
(0.00482)x(213)
(8.73)/(5.198)
(7644)/(0.13)

Answers

Answer:

Step-by-step explanation:

Sure! I'll perform the mathematical operations using the given numbers and apply the rules of precision. Please find the results below:

(9.11) + (6.232)

The sum of 9.11 and 6.232 is 15.342.

(7.4023) x (19)

The product of 7.4023 and 19 is 140.844.

(9.162) - (2.39)

The difference between 9.162 and 2.39 is 6.772.

(0.00482) x (213)

The product of 0.00482 and 213 is 1.02786.

(8.73) / (5.198)

The division of 8.73 by 5.198 is 1.67920734.

(7644) / (0.13)

The division of 7644 by 0.13 is 58,800.

Please note that the results are rounded to the appropriate number of decimal places based on the precision rules.

What are prime factors 87?

Answers

The prime factors of 87 are 3 and 39. This can be found out by using prime factorisation method.

An integer that evenly splits a number, leaving no remainder, is referred to as a factor. Using division principles and divisibility rules, one can identify a number's factors.

The numbers that divide 87 without leaving a remainder are known as the factors of 87. In other terms, we can say that it will be completely divided by the factors of 87.

Although 87 can be divided into positive and negative components, it cannot be divided into decimals or fractions. The result of splitting 87 by its factor yields a quotient that is also a factor of 87.

A factor tree can be used to find out the prime factors of 87. It can be written as,

87 = 3 × 29

Consequently, 3 and 29 are the prime factors of 87.

To know more about prime factors:

brainly.com/question/30175242

#SPJ4

The weight of an object above the surface of Earth varies inversely with the square of distance from the center of Earth. If an object weighs 90 pounds when it is 3960 miles from Earth's center, what would the same object weigh when it is 4120 miles from Earth's center?

Answers

The weight of an object above the surface of the Earth varies inversely with the square of the distance from the center of the Earth.

Given that the weight of an object is 90 pounds when it is 3960 miles from Earth's center, we can use this information to find the weight of the same object when it is 4120 miles from Earth's center.

Let's denote the weight of the object as W and the distance from the center of Earth as D. According to the given information, we have the following relationship:

W ∝ 1/\(D^2\)

Using this relationship, we can set up a proportion to find the weight of the object when it is 4120 miles from Earth's center:

90 pounds / \((3960 miles)^2\) = W / \((4120 miles)^2\)

Simplifying the equation, we have:

90 / (\(3960^2\)) = W / (\(4120^2\))

To find W, we can rearrange the equation and solve for it:

W = 90 * (\(4120^2\)) / (\(3960^2\))

Calculating this expression, we find that the weight of the object when it is 4120 miles from Earth's center is approximately 94.29 pounds.

Therefore, the same object would weigh approximately 94.29 pounds when it is 4120 miles from Earth's center.

Learn more about equation here:

https://brainly.com/question/29538993

#SPJ11

If the maximum value of y=-3x² + mx + 10 is 37, find the values of m.​

Answers

Step-by-step explanation:

y = -3x² + mx + 10

dy/dx = -6x + m.

When dy/dx = 0, -6x + m = 0. => x = m/6.

We have y = -3(m/6)² + m(m/6) + 10 = 37.

=> -m²/12 + m²/6 = 27

=> -m² + 2m² = 324

=> m² = 324

=> m = 18 or m = -18.

m=-18...................

Question 5 (3 points) For a Normal distribution with mean 0 and standard deviation 1, which of the following Python lines outputs the probability p(-0.15 < x < 1.88)? Select one. O import scipy.stats as st print(st.norm.cdf(1.88, 0, 1) - st.norm.cdf(-0.15, 0, 1)) O import scipy.stats as st print(st.norm.pdf(1.88, 0, 1) - st.norm.pdf(-0.15, 0, 1)) O print(st.norm.cdf(1.88, 0, 1) - st.norm.cdf(-0.15, 0, 1)) O import scipy.stats as st print(st.norm.cdf(1.88, 0, 1))

Answers

The probability distribution at each point x along the horizontal axis.

Why Python lines outputs the probability?

For a Normal distribution with mean 0 and standard deviation 1,

the following Python line outputs the probability p(-0.15 < x < 1.88):

print(st.norm.cdf(1.88, 0, 1) - st.norm.cdf(-0.15, 0, 1))

Probability is the likelihood or chance that an event will occur. It is a number between 0 and 1, with 0 indicating that an event will never occur and 1 indicating that an event will always occur.

Probability values range from 0 to 1, with a value of 0 indicating that the event will never occur and a value of 1 indicating that the event will always occur.

The probability is the value between 0 and 1 that indicates the likelihood of an event occurring. The probability is obtained by dividing the number of ways an event can occur by the total number of possible outcomes.

Scipy.stats.norm is the normal distribution's probability density function (pdf) in SciPy.

The PDF function is a part of the scipy.stats library in Python. The probability density function of the normal distribution is the function scipy.stats.norm.pdf(x, loc=0, scale=1). It is the height of the probability distribution at each point x along the horizontal axis.

Learn more about probability

brainly.com/question/11234923

#SPJ11

need help on these please help

need help on these please help

Answers

9514 1404 393

Answer:

  (1) x(2/3) = y

  (2) 27

  (3) 8

  (4) 9

Step-by-step explanation:

The first line of the table tells you how to fill in the second line. Use the x and y values from the third line to write (y/x) = (2/3). This gives you the equation ...

  x(2/3) = y . . . . line (1)

For the remainder of the table, you can use the given value compared to the value in line 3 to see what the multiplier is for the other value.

(2): The multiplier is 18/2 = 9, so the missing x-value is 3×9 = 27.

(3): The multiplier is 12/3 = 4, so the missing y-value is 2×4 = 8.

(4): The multiplier is 6/2 = 3, so the missing x-value is 3×3 = 9.

A croissant, a cup of coffee, and a fruit bowl from Kelley's Coffee Cart cost a total of $5.25. Kelley posts a notice announcing that, effective next week, the price of a croissant will go up 25% and the price of coffee will go up 40%. After the increase, the total price of the purchase will be $4.80 and a fruit bowl will cost 3 times as much as a croissant. Find the cost of each item before the increase.

Answers

The cost of the croissant before the increase was $0.60 and the cost of the cup of coffee was $1.65.

Let's assume the original price of a croissant is C dollars, the original price of a cup of coffee is F dollars, and the original price of a fruit bowl is B dollars.

From the given information, we can set up the following equations:

C + F + B = 5.25 (equation 1) - Total cost of the three items before the increase is $5.25.

1.25C + 1.4F + B = 4.80 (equation 2) - Total cost of the three items after the increase is $4.80.

B = 3C (equation 3) - The cost of a fruit bowl is 3 times the cost of a croissant.

Now, let's solve the equations:

Substituting equation 3 into equation 1, we get:

C + F + 3C = 5.25

4C + F = 5.25 (equation 4)

Substituting equation 3 into equation 2, we get:

1.25C + 1.4F + 3C = 4.80

4.25C + 1.4F = 4.80 (equation 5)

We now have a system of two equations (equations 4 and 5) with two variables (C and F). Solving this system of equations will give us the values of C and F, which represent the original costs of the croissant and the cup of coffee, respectively.

By solving equations 4 and 5 simultaneously, we can find that C ≈ 0.60 and F ≈ 1.65.

Therefore, the cost of the croissant before the increase was approximately $0.60 and the cost of the cup of coffee was approximately $1.65.

You can learn more about cost at

https://brainly.com/question/29509552

#SPJ11

Which is an equation in point-slope form for the given point and slope? point: (–3, 7); slope: 4

Answers

The equation of line that passes a point (–3, 7) and has slope of 4, in the point-slope form is y - 7 = 4 (x + 3)

A linear equation can be expressed in three forms:

- slope intercept form : y = mx + c

- point-slope form: y - y₁ = m (x - x₁)

- standard form: Ax + By + C = 0

Where:

m = slope

(x₁, y₁) = point on the line

A, B, C are constant

In this problem, the point is (–3, 7) and the slope is 4. Hence,

x₁ = –3

y₁ = 7

m = 4

Plug these parameters into the equation:

y - y₁ = m (x - x₁)

y - 7 = 4 (x - (-3))

y - 7 = 4 (x + 3)

Learn more about point-slope form here:

https://brainly.com/question/24907633

#SPJ4

What is the liability for a lost or stolen credit card?

Answers

Answer:50

Step-by-step explanation:

In the event that your credit card is stolen in the United States, federal law limits the liability of cardholders to $50, regardless of the amount charged on the card by the unauthorized user.

Answer:

$50

Step-by-step explanation:

It depends in what country you live. In the United States, you will be charged up to $50 but in others countries you would be refunded for the amount of money you had on that card

What is the line xy pass through origin?

Answers

A line in the xy-plane passes through the origin and has a slope of 1/7 is 7y = x.

In the given question, we have to find a line in the xy-plane passes through the origin and has a slope of 1/7.

The equation of the line is:

y - y(1) = m(x - x(1))

The given points is (0, 0). So

x(1) = 0 and y(1) = 0

From the given question, m = 1/7

Now putting the value in the equation of line

y - 0 = 1/7(x - 0)

y = 1/7 x

Multiply by 7 on both side, we get

7y = x

Hence, a line in the xy-plane passes through the origin and has a slope of 1/7 is 7y = x.

To learn more about equation of line link is here

brainly.com/question/29774095

#SPJ4

The complete question is:

What is a line in the xy-plane passes through the origin and has a slope of 1/7?

Lannister checks out 6 set of books from the library each set has the same number of books she reads 7 of the books and she has 11 books left to read how many books are in each sets

Answers

Answer:

3

Step-by-step explanation:

Lannister checks out 6 sets of book

Each set had the same number of books

She reads 7 books and has 11 more to go

Therefore the number of books in each set can be calculated as follows

= 11+7

= 18

18/6

= 3

Hence there are 3 books in each set



Factorize : 3x2 – 10xy + 8y2

Answers

\(3x^2-10xy + 8y^2=\\\\=3x^2-6xy-4xy + 8y^2=\\\\=3x(x-2y)-4y(x-2y)=\\\\=(x-2y)(3x-4y)\)

(y+2a)(10x+3) is your answer

A consumer charges a $2,530. 16 purchase on a credit card. The card has a daily interest rate of 0. 42%. If the balance is paid off at the end of 30 days, how much interest will the consumer pay? a. $0. 32 b. $3. 19 c. $31. 88 d. $318. 78.

Answers

The interest the customer would pay is $318.78.

Interest can be described as the cost of borrowing. It is the amount of money a borrower has to pay to the lender.

Interest = amount borrowed x interest rate

Daily interest = $2,530.16 x 0.42%

$2,530.16 x 0.0042 = 10.63

Monthly interest = 10.63 x 30 = $318.80

To learn more about interest, please check: https://brainly.com/question/25811386

Question there asking: Examine {a},{b},and{c} and select the best answer

Problem:(a) 1 / 5 of 30 (b) 1 / 4 of 20 (c) 1 / 3 of 15

Step by step need help bad worth 35 if you can help me really learn it I'm in the 8th grade

Answers

Answer:

a 6

b 5

c 5

Step-by-step explanation:

of means multiply

(a) 1 / 5 of 30

1/5 * 30

30/5 = 6

(b) 1 / 4 of 20

1/4 * 20

5

(c) 1 / 3 of 15

1/3 * 15

5

How much pure alcohol must a pharmacist add to 10cm^3 of a 8% alcohol solution to strengthen it to a 80% solution?

Answers

To create an 80% alcohol solution, the pharmacist must therefore mix 2.17 cm3 of pure alcohol with 10 cm3 of the 8% alcohol solution.

what is solution ?

A value or combination of values that satisfy an equation or system of equations are referred to as solutions in mathematics. For instance, if we substitute x = 2 into the equation, we get 2(2) + 3 = 7, which is a true statement, hence the answer to the equation 2x + 3 = 7 is x = 2. Similar to this, an equation system may have one or more solutions that simultaneously fulfil every equation in the system. Finding answers to equations or systems of equations is a key component of many branches of mathematics and has significant applications.

given

Find out how much pure alcohol is now contained in the 8% solution to start.

An 8% alcohol solution in 10 cm3 contains:

There are 0.8 cm3 of pure alcohol in 0.08 x 10 cm3.

Let's now calculate the amount of pure alcohol that has to be added to achieve an 80% solution using the alligation method.

We must add pure alcohol to the solution to raise the concentration from 8% to 100%. In order to connect 100% to 8% in the left column, we place 100% in the right column. There is a 92% discrepancy between these two percentages.

We put 80% in the middle column because we aim to arrive at an 80% solution. Between 80% and 100%, there is a 20% difference.

Now, we may construct the subsequent equation:

20/92 = x/10

After finding x, we obtain:

\(x = 2.17 cm^3\)

To create an 80% alcohol solution, the pharmacist must therefore mix 2.17 cm3 of pure alcohol with 10 cm3 of the 8% alcohol solution.

To know more about solution visit :-

https://brainly.com/question/16989201

#SPJ1

Simplify
(-2a^2 b^4)^3. Select the correct answer.

Simplify(-2a^2 b^4)^3. Select the correct answer.

Answers

Answer:

B.. ..... .., .........

On expanding the given expression (-2a²b⁴)³ , we get -

- 8a⁶b¹²

What is expression in mathematics?

An expression in math is a sentence with a minimum of two numbers or variables and at least one math operation.

Given is the following expression -

(-2a²b⁴)³

On expanding the expression, we get -

(-2a²b⁴)³

- 8a⁶b¹²

The correct alternative is option [C] → - 8a⁶b¹²

Therefore, on expanding the given expression (-2a²b⁴)³ , we get -

- 8a⁶b¹²

To solve more questions on expressions, visit the link below-

brainly.com/question/11915983

#SPJ2

the figure is cut into 8 pieces.

shade 1/2 of the figure

the figure is cut into 8 pieces.shade 1/2 of the figure

Answers

Have of 8 pieces is 4 pieces therefore, you colour in 4 pieces.

You have to shade 4 boxes of the figure.

What is fraction?

Fractions are used to represent smaller pieces of a whole.

Given is a box with 8 parts of it,

1/2 of 8 = 8*1/2 = 4

Hence, You have to shade 4 boxes of the figure.

For more references on fractions, click;

https://brainly.com/question/10354322

#SPJ5

will give brainliest if your answer is CORRECT

will give brainliest if your answer is CORRECT

Answers

Answer:

I really don't know but i'm getting a gut feeling looking at B

Step-by-step explanation:

Like i said i don't know but b seems good enough

I want to say that it is B

How many packages of diapers (d) can you buy with $40 if one package costs $8?

Answers

Answer:

5

Step-by-step explanation:

because 8+8+8+8+8=40 or 8*5

and theres 8 five times

Suppose that A is an n x n diagonal matrix with rank r, where rsn. Which of the following is true about
A?
A. O is an eigenvalue with algebraic muitiplicity n-r
B. O is an eigenvalue, but there is not enough information to determine the geometric multiplicity
C O is an eigenvalue with geometric multiplicity ner
DO is not an eigenvalue.

Answers

A is an n x n diagonal matrix with rank r , where rsn  and the statement (a)"O is an eigenvalue with algebraic muitiplicity n-r "  about A is true

Since A is an n x n diagonal matrix with rank r, the number of non-zero entries on the diagonal is r. This means that there are n - r zero entries on the diagonal.

For any diagonal matrix, the eigenvalues are simply the entries on the diagonal. Since there are n - r zero entries, the eigenvalue O has a geometric multiplicity of n - r.

Therefore, the correct statement is that O is an eigenvalue with geometric multiplicity n - r.

To know more about eigenvalue refer here:

https://brainly.com/question/14415841

#SPJ11

a=7m b=14m A=32° B=100° find the area of the trapezoid

Answers

A=(a+b)/2 x h. I think!! I don’t know :(

How do I Find x ????

How do I Find x ????

Answers

Answer:

31 degrees

Step-by-step explanation:

How do I Find x ????

If A(1/3.5, 5) and B(10,39)..
Find the slope

Answers

Answer:

b 1/3.5

Step-by-step explanation:

Can someone help me solve question number 14? I've tried to solve it and got 3426 while the answers in the book say it's 2,6. Can someone pls explain why it's wrong?

Can someone help me solve question number 14? I've tried to solve it and got 3426 while the answers in

Answers

Answer:

f(x) = x^3 - 12x^2 + 6x - 8

f'(x) = 3x^2 - 24x + 6 = -30

3x^2 - 24x + 36 = 0

x^2 - 8x + 12 = 0

(x - 2)(x - 6) = 0, so x = 2, 6

Answer:

the values of x are :

x = 2

x = 6

Can someone help me solve question number 14? I've tried to solve it and got 3426 while the answers in

calculate the mse for the regression models developed in parts (b) and (d). if required, round your intermediate calculations and final answer to three decimal places. model developed in part (b) model developed in part (d) mse is the model you developed in part (b) or the model you developed in part (d) more effective? the model developed in - select your answer - is more effective because it has the - select your answer - mse.

Answers

The MSE for the regression models developed in parts (b) and (d) is Ŷ = 5.10 + 0.83X

Let's assume that the dependent variable in both models is denoted by Y, and the independent variable is denoted by X. The regression model developed in part (b) is expressed as:

Y = 5.10 + 0.83X

The regression model developed in part (d) is expressed as:

Y = 4.90 + 0.89X + 0.012X²

To calculate the MSE for the model developed in part (b), we need to first calculate the predicted values of Y using the equation:

Ŷ = 5.10 + 0.83X

Then, we can calculate the squared difference between the predicted value Ŷ and the actual value Y for each data point, and take the average of these squared differences. This gives us the MSE for the model developed in part (b).

Similarly, to calculate the MSE for the model developed in part (d), we need to first calculate the predicted values of Y using the equation:

Ŷ = 4.90 + 0.89X + 0.012X^2

Then, we can calculate the squared difference between the predicted value Ŷ and the actual value Y for each data point, and take the average of these squared differences. This gives us the MSE for the model developed in part (d).

After calculating the MSE for both models, we can compare them to determine which model is more effective. A lower MSE indicates that the model is more accurate in predicting the dependent variable.

Therefore, the model developed in either part (b) or (d) with the lower MSE is considered to be more effective.

To know more about regression model here

https://brainly.com/question/14184702

#SPJ4

Y is between X and Z, XY= 5.8 and YZ= 12.4. Find XZ

Answers

Answer:

|XZ|=18,2cm

Step-by-step explanation:

|XY|=5,8cm

|YZ|=12,4cm

12,4+5,8=18,2

If we change the constraint quantity to a value outside the range of feasibility for that constraint quantity, the shadow price will change.
True or False

Answers

Yes, it is True. If we change the constraint quantity to a value outside the range of feasibility for that constraint quantity, the shadow price will change.

The shadow price is the marginal value of the constraint quantity, and it represents the increase in the objective function per unit increase in the constraint quantity. If the constraint quantity is changed to a value outside the range of feasibility, the shadow price will change because the relationship between the objective function and the constraint quantity has changed. The change in shadow price will depend on how the constraint affects the objective function, but it is typically that the shadow price will increase as the constraint becomes more binding.

To know more about constraint quantity:

https://brainly.com/question/14786246

#SPJ4

what is the slope for (20,8) and (4,4)

Answers

Answer:

\(m=\frac{1}{4}\)

Other Questions
Answer this please! Explain to!! If the same number is subtracted from both the numerator and the denominator of 13/17 , the result is 3/5 . Find the number. In the loanable funds market, supply is driven primarily by O the central bank: taxes O government bonds; household consumption O household savings, business investment O business investment, household savings business revenue: business investment and demand by Lacey's mom makes her a birthday cake in the shape of an "L" . Lacey loves frosting, so her mom covers the entire outside of the cake in frosting, even the bottom of the cake.How much space does Lacey's mom cover in frosting? what can we conclude about the existence of social media privacy? how does interest in having access to content and wanting to share it conflict with privacy? 1. The cost of a rework for a manufactured part is $85 per hour. The part has to be made to the following dimensions: 195 +/- 0.04mm. What is the cost if the average part size is 195.02mm?2. A company wants to have a single sampling plan with the following information:- the probability of accepting a lot that should be rejected is 10%.- the highest defective rate from a supplier's process that is considered acceptable is 2%.- the probability of rejecting a lot that should be accepted is 7%.- the highest defective rate that the consumer is willing to tolerate in an individual lot is 6%.Determine the sample size and the acceptance number, and explain the sampling plan. you say that you will respond professionally using the information you currently have available in order to move quickly past the objection. 1 point true false Solve using distributive property.2(3 + 4) Read the excerpt from Franklin D. Roosevelt's inaugural address.Values have shrunken to fantastic levels; taxes have risen, our ability to pay has fallen; government of all kinds is faced by serious curtailment of income, the meansof exchange are frozen in the currents of trade; the withered leaves of industrial enterprise lie on every side, farmers find no markets for their produce, thesavings of many years in thousands of families are gone.Using your knowledge of figurative language, the bold-faced section is an example of which technique?O AlliterationMetaphorSimilePersonification Can someone please help me with this question they are 2 different questions, separate them please I need them right now ): A firm produces two goods, Q1 and Q2. The demand function for Q1 is: Q1 = 12 P1/3, and the demand function for Q2 = 8 P2/5. Meanwhile, the total cost function is TC= Q12 + 2Q1Q2 + 3Q22.a) What are the critical values, or the value of Q1 and Q2 that might maximize the profit,of this firm?b) Use the second order condition to verify that the critical values from a) can maximizethe profit of this firm.c) What is the stationary value, or the maximized profit, of this firm? "Discuss advantages and disadvantages of governments issuing smalldenominations coins" the measure of energy that a wave carries is known as what There are 24 people at a party and each person eats 1/8 of a cake. There was not any cake leftover. How many cakes were at the party? in what way does mrs. white have power over her husband in the early parts of this chapter the story is called monkeys paw This mosaic shows a Byzantine emperor and his attendants. Examine the image and use the clues you find there to answer the question.Which of the following types of attendants are represented in this mosaic? The lack of affordable access to sufficient quality and quantity of healthy food is known as ______. -7b=-56 pls answer with the work and steps List and explain the four social classes of Renaissance Florence question mode true or false question true or false: social responsibility and ethical problems exist primarily in the u.s. because we have more laws about those problems. true false question.