Match each phrase on the left with every correct temperature on the right. Some
answer choices on the right will not be used.
Freezing point of water
0°C
Boiling point of water
0°F.
32°F
100°C
212°F
100°F

Answers

Answer 1
Boiling point of water is 100 C

Related Questions

find the missing side length ?= ______

Answers

Answer:

24

Step-by-step explanation:

Here we will use Thales theorem : X is the missing side

20/X= 15/18X= (20*18)/15 = 24

A softball pitcher has a 0.626 probability of throwing a strike for each curve ball pitch. If the softball pitcher throws 30 curve balls, what is the probability that no more than 16 of them are strikes

Answers

Answer:

19.49% probability that no more than 16 of them are strikes

Step-by-step explanation:

Binomial probability distribution

Probability of exactly x sucesses on n repeated trials, with p probability.

Can be approximated to a normal distribution, using the expected value and the standard deviation.

The expected value of the binomial distribution is:

[tex]E(X) = np[/tex]

The standard deviation of the binomial distribution is:

[tex]\sqrt{V(X)} = \sqrt{np(1-p)}[/tex]

Normal probability distribution

Problems of normally distributed samples can be solved using the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the zscore of a measure X is given by:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.

When we are approximating a binomial distribution to a normal one, we have that [tex]\mu = E(X)[/tex], [tex]\sigma = \sqrt{V(X)}[/tex].

In this problem, we have that:

[tex]n = 30, p = 0.626[/tex]

So

[tex]\mu = E(X) = np = 30*0.626 = 18.78[/tex]

[tex]\sigma = \sqrt{V(X)} = \sqrt{np(1-p)} = \sqrt{30*0.626*(1-0.626)} = 2.65[/tex]

What is the probability that no more than 16 of them are strikes

Using continuity correction, this is [tex]P(X \leq 16 + 0.5) = P(X \leq 16.5)[/tex], which is the pvalue of Z when X = 16.5. So

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

[tex]Z = \frac{16.5 - 18.78}{2.65}[/tex]

[tex]Z = -0.86[/tex]

[tex]Z = -0.86[/tex] has a pvalue of 0.1949

19.49% probability that no more than 16 of them are strikes

In a certain online dating service, participants are given a 4-statement survey to determine their compatibility with other participants. Based on the questionnaire, each participant is notified if they are compatible with another participant. Each question is multiple choice with the possible responses of "Agree" or "Disagree," and these are assigned the numbers 1 or −1, respectively. Participant’s responses to the survey are encoded as a vector in R4, where coordinates correspond to their answers to each question. Here are the questions:

Answers

The question is incomplete. Here is the complete question.

In a certain online dating service, participants are given a 4-statement survey to determine their compatibility with other participants. Based on the questionnaire, each particpant is notified if they are compatible with another participant. Each question is multiple choice with the possible responses of "Agree" or "Disagree", and these are assigned the numbers 1 or -1, respectively. pArticipnat's responses to the survey are encoded as a vector in R4, where coordinates coreespond to their answers to each question. Here are the questions:

Question #1: I prefer outdoor activities, rather than indoor activities.

Question #2: I prefer going out to eat in restaurants, rahter than cooking at home.

Question #3: I prefer texting, rather than talking on the phone.

Question #4: I prefer living in a small town, rather than in a big city.

Here are the results for the questionaire, with a group of 5 participants:

                        Question1     Question2   Question3       Question4

participant A           1                      1                   -1                      -1

participant B           -1                     1                    1                       1

participant C           -1                    -1                    1                       1

participant D           1                     -1                   -1                      -1

participant E            1                    -1                    1                       1

Two participants are considered to be "compatible" with each other if the angle between their compatibility vectors is 60° or less. Participants are considered to be "incompatible" if the angle between their compatibility vectors is 120° or larger. For angles between 60° or 120°, pairs of participants are warned that they "may or may not be compatible".

(a) Which pairs of paricipants are compatible?

(b) Which pairs of participants are incompatible?

(c) How would this method of testing compatibility change if the questionnaire also allowed the answer "Neutral", which would correspond to the number zero in a participant's vector? Would this be better than only

allowing  "Agree" or "Disagree"? Could anything go wrong if we allowed "Neutral" as an answer?

Answer: (a) Participants A and D; B and C; C and E.

(b) Participants A and B; A and C; A and E; B and D; C and D;

Step-by-step explanation: Vectors in R4 are vectors in a 4 dimensional space and are determined by 4 numbers.

Vectors form angles between themselves and can be found by the following formula:

cos α = [tex]\frac{A.B}{||A||.||B||}[/tex]

which means that the cosine of the angle between two vectors is equal the dot product of these vectors divided by the product of their magnitude.

For the compatibility test, find the angle between vectors:

1) The vectors magnitude:

Magnitude of a vector is given by:

||x|| = [tex]\sqrt{x_{i}^{2} + x_{j}^{2}}[/tex]

Since all the vectors have value 1, they have the same magnitude:

||A|| = [tex]\sqrt{1^{2} + 1^{2} + (-1)^{2} + (-1)^{2}}[/tex] = 2

||A|| = ||B|| = ||C|| = ||D|| = ||E|| = 2

2) The dot product of vectors:

A·B = 1(-1) + 1(1) + (-1)1 + (-1)1 = -2

cos [tex]\alpha_{1}[/tex] = [tex]\frac{-2}{4}[/tex] = [tex]\frac{-1}{2}[/tex]

The angle that has cosine equal -1/2 is 120°, so incompatible

A·C = 1(-1) + 1(-1) + (-1)1 + (-1)1 = -4

cos [tex]\alpha _{2}[/tex] = -1

Angle = 180° --------> incompatible

A·D = 1(1) + 1(-1) + (-1)(-1) + (-1)(-1) = 2

cos [tex]\alpha _{3}[/tex] = 1/2

Angle = 60° ---------> COMPATIBLE

A·E = 1.1 + 1(-1) + (-1)1 + (-1)1 = -2

cos [tex]\alpha_{4}[/tex] = -1/2

Angle = 120° --------> incompatible

B·C = (-1)(-1) + 1(-1) + 1.1 + 1.1 = 2

cos [tex]\alpha _{5}[/tex] = 1/2

Angle = 60° -------------> COMPATIBLE

B·D = (-1)1 + 1(-1) + 1(-1) + 1(-1) = -4

cos[tex]\alpha_{6}[/tex] = -1

Angle = 180° -----------> incompatible

B·E = (-1)1 + 1(-1) + 1.1 + 1.1 = 0

cos[tex]\alpha _{7}[/tex] = 0

Angle = 90° -------------> may or may not

C·D = (-1)1 + (-1)(-1) + 1(-1) + 1(-1) = -2

cos[tex]\alpha_{8} =[/tex] -1/2

Angle = 120° ---------------> Incompatible

C·E = (-1)1 + (-1)(-1) + 1.1 + 1.1 = 2

cos [tex]\alpha_{9}[/tex] = 1/2

Angle = 60° ---------------> COMPATIBLE

D·E = 1.1 + (-1)(-1) + (-1)1 + (-1)1 = 0

cos [tex]\alpha_{10}[/tex] = 0

Angle = 90° -----------------> may or may not

(c) Adding zero (0) as a component of the vectors would have to change the method of compatibility because, to determine the angle, it is necessary to calculate the magnitude of a vector and if it is a zero vector, the magnitude is zero and there is no division by zero. So, unless the service change the method, adding zero is not a good option.

Lisa surveyed 60 students at her school and found that 0.85 of the students she surveyed said their favorite class is math. Another 15% of the students she surveyed reported that their favorite class is science. How many more students in the survey prefer math over science?

Answers

Answer:

42

Step-by-step explanation:

Number of students whose favorite class is Math:

60*0.85=51

Number of students whose favorite class is Science:

15% is equal to 0.15.

60*0.15=9

Subtract number of students who like science from number of students who like math.

51-9=42

42 more students in the survey prefer math over science.

Answer:

42

Step-by-step explanation:

85% math

15% science

Subtract

85-15 = 70

The difference is 70 %

70% of 60 students

.70 * 60 = 42

There is a 42 student difference

50 random teenagers were asked how many hours a day they use their phone. They spent an average of 7 hours a day with a standard deviation of 1.3. Based on the results, what is the margin of error for the true mean number of hours a teenager spends on their phone?your margin of error on a 95% confidence level, round your answer to the nearest tenth

Answers

Answer:

The margin of error for the true mean number of hours a teenager spends on their phone is of 0.4 hours a day.

Step-by-step explanation:

We have the standard deviation of the saple, so we use the t-distribution to solve this question.

The first step to solve this problem is finding how many degrees of freedom, we have. This is the sample size subtracted by 1. So

df = 50 - 1 = 49

95% confidence interval

Now, we have to find a value of T, which is found looking at the t table, with 49 degrees of freedom(y-axis) and a confidence level of [tex]1 - \frac{1 - 0.95}{2} = 0.975[/tex]. So we have T = 2

The margin of error is:

[tex]M = T\frac{s}{\sqrt{n}} = 2\frac{1.3}{\sqrt{50}} = 0.4[/tex]

In which s is the standard deviation of the sample and n is the size of the sample.

The margin of error for the true mean number of hours a teenager spends on their phone is of 0.4 hours a day.

If x is a binomial random variable with n trials and success probability p , then as n gets smaller, the distribution of x becomes

Answers

Answer:

If the value of n gests smaller then the distribution of X would be more skewed, that's a property of the binomial distribution

Step-by-step explanation:

For this problem we are assumeing that the random variable X is :

[tex] X \sim Bin(n,p)[/tex]

If the value of n gests smaller then the distribution of X would be more skewed, that's a property of the binomial distribution and if we don't satisfy this two conditions:

[tex] n p>10[/tex]

[tex]n(1-p) >10[/tex]

Then we can't use the normal approximation

An electrical engineer wishes to compare the mean lifetimes of two types of transistors in an application involving high-temperature performance. A sample of 60 transistors of type A were tested and were found to have a mean lifetime of 1827 hours and a standard deviation of 168 hours. A sample of 180 transistors of type B were tested and were found to have a mean lifetime of 1658 hours and a standard deviation of 225 hours. Find a 95% confidence interval for the difference between the mean lifetimes of the two types of transistors.

Answers

Answer:

(115.2642, 222.7358).

Step-by-step explanation:

Given data:

type A: n_1=60, xbar_1=1827, s_1=168

type B: n_2=180, xbar_2=1658, s_2=225

n_1 = sample size 1, n_2= sample size 2

xbar_1, xbar_2 are mean life of sample 1 and 2 respectively. Similarly, s_1 and s_2 are standard deviation of 1,2.

a=0.05, |Z(0.025)|=1.96 (from the  standard normal table)

So 95% CI is

(xbar_1 -xbar_2) ± Z×√[s1^2/n1 + s2^2/n2]

=(1827-1658) ± 1.96×sqrt(168^2/60 + 225^2/180)

= (115.2642, 222.7358).

Answer in POINT-SLOPE FORM:
Complete the point-slope equation of the line through (1,3) and (5,1) Use exact numbers!

Answers

Answer:

y - 3 = (1/2)(x - 1)

Step-by-step explanation:

As we go from (1, 3) to (5, 1), we see that x (the run) increases by 4 and y (the rise) decreases by 2.  Hence, the slope is m = rise / run = 2/4, or m = 1/2.

Then the desired point slope equation is  y - 3 = (1/2)(x - 1).

Please answer this correctly

Answers

Answer:

12.5

Step-by-step explanation:

This is the answer!

Answer:

50%

Step-by-step explanation:

Total Cards = 4

6 or even cards = 2

P( 6 or even) = 2/4

=> 1/2

In %age:

50%

HELP WITH THESE QUESTIONS!!

Answers

That is the answer ,check by ur self

NEED UGANT HELP pls help me

Answers

An event that is impossible has a probability of 0

An event that is certain to happen has a probability of 1

The probability scales from 0 to 1, referring from no chance to will happen.

how do you begin isolate the variable x to one side of the equation -22+ 3x

Answers

Answer:

The first step would be to add 22 to both sides to the equation.

Uncle Louise is at least 1 inch shorter than Miriam, and at least 2 inches taller than Jeffery. Jeffery's height is 64 inches. Miriam is not more than 5 inches taller than Jeffery. Which answer could be Uncle Louise's height? Please answer!!!

Answers

Answer:

67 inches

Step-by-step explanation:

Let's call the height of Louise 'L', the height of Miriam 'M' and the height of Jeffery 'J'.

Then, we can write the following equations and inequations:

[tex]L \leq M - 1[/tex]

[tex]L \geq J + 2[/tex]

[tex]J = 64[/tex]

[tex]M \leq J + 5[/tex]

Substituting J in the second and four inequations, we have:

[tex]L \geq 66[/tex]

[tex]M \leq 69[/tex]

If we assume the maximum value for M, in the first inequation we have that:

[tex]L \leq 68[/tex]

So the height of Uncle Louise is greater than or equal 66, and lesser than or equal 68, so his height could be 67 inches for example.

10) BRAINLIEST & 10+ POINTS!

Answers

Answer:

Complementary angles are angles that add up to 90°

To find the complementary angle for an angle of 70° subtract it from 90°

That's

90° - 70° = 20

Hope this helps

Answer:

20

Step-by-step explanation:

Complementary angles add to 90 degrees

70 +x = 90

Subtract 70 from each side

70+x-70 = 90-70

x = 20

The complement is 20

Determine the relation of AB and CD given the following points: A (3,-4), B (5.-7), C (8,3), and D (6,6).

Answers

Answer:

Step-by-step explanation:

To find the relationship between the given lines, we have to find the slope of both lines using slope formula, which is

So for AB, we will get

And for CD , we will get

Since the slopes of the two lines are equal , and when slopes are equal , lines are parallel .

The diagram shows the first four patterns of a sequence. Find an expression for the numbers of squares in the nth pattern of the sequence.

Answers

Answer:

n^2+3

Step-by-step explanation:

As we can see in the diagram

1st pattern consists from 1 square 1x1 +3 squares 1x1 each

2nd pattern consists from 1 square 2x2 +3 squares 1x1 each

3-rd pattern consists from 1 square 3x3 +3 squares 1x1 each

4-th pattern consists from 1 square 4x4 + 3 squares 1x1  each

We can to continue :

5-th pattern consists from 1 square 5x5+3 squares 1x1 each

So the nth    pattern consists from 1 square nxn+3 squares 1x1 each

Or total amount of 1x1 squares in nth pattern N= n^2+3

The expression for the numbers of squares in the nth pattern of the sequence is  [tex]n^{2} +3[/tex].

What is nth term of a sequence?

"The nth term of a sequence is a formula that enables us to find any term in the sequence. We can make a sequence using the nth term by substituting different values for the term number(n) into it."

From the given diagram

We can see that every term is made up with a square which side is n and three small square side is 1.

So,

1st term is 1 × 1 + 3 = 4

2nd term is 2 × 2 + 3 = 4

3rd term is  3 × 3 + 3 = 12

4th term is 4 × 4 + 3 = 19

So, nth term is [tex]n^{2} +3[/tex]

Hence, The expression for the numbers of squares in the nth pattern of the sequence is  [tex]n^{2} +3[/tex].

Learn more about nth term of a sequence here

https://brainly.com/question/24306119

#SPJ2

The table below shows the distance a car travels and the amount of gasoline left in the tank of the car. Distance Traveled and Gas Left in Tank Distance Traveled (in miles) 0 90 180 270 Amount of Gas Left in Tank (in gallons) 15 12 9 6 PLZ HELP How many gallons of gasoline does the car have left after it has traveled 330 miles? 2 4 6 8

Answers

Answer:

b: 4

Step-by-step explanation:

i took the test on edge 2020

The gallons of gasoline the car has left after it has traveled 330 miles is 4 gallons so option (B) will be correct.

How to form an equation?

Determine the known quantities and designate the unknown quantity as a variable while trying to set up or construct a linear equation to fit a real-world application.

In other words, an equation is a set of variables that are constrained through a situation or case.

Given the table of the number of miles and gallons.

If we take two points of the number of miles and gallons.

Then,

1 st point = ( 0 ,15 )

2 nd point = ( 90 , 12)

Now since the relation is linear which can be seen by data.

So,

Linear equation joining points 1st and 2nd is

y - 15 = [(12-15)/(90-0)](x - 0)

y - 15 = -x/30

y = (450 - x)/30

So,

At x = 330 miles

y = (450 - 330 )/30

y = 4 gallons

Hence "The gallons of gasoline the car has left after it has traveled 330 miles is 4 gallons".

For more about the equation,

https://brainly.com/question/10413253

#SPJ2

Please help me and my daughter

Answers

Answer:

a. Linear

Step-by-step explanation:

The difference is equal between y- values (0.480)

So it is linear change and linear function

Answer:

Linear

Step-by-step explanation:

The hypothese is the function is linear. Lets prove it .

If we divide the difference of 2 any function's values by the difference of the corresponding argument's values we will get the same ratio 0.48(for instance 19.210-18.250=0.96 delete be 2-0=2 will get 0.48)  .

Lets  calculate any other pair of y (function) and x ( argument) :

(20.170-18.730)/(4-1)=1.44/3=48 as we can see we'll get the same ratio 0.48.

That means that function is linear

1. Define: Denominator

Answers

Answer:

This is an arithmetic fraction written under the line that indicates the equal part, the divisor.

Step-by-step explanation:

Answer:denominator is the lower part of a fraction.

Step-by-step explanation:

Feel pleasure to help u...

Nadine mixes a juice solution that is made from 3 gallons of an 80% juice solution and 1 gallon of a 20% juice solution. What is the percent concentration of the final solution?

Answers

Answer:

65%

Step-by-step explanation:

Nadine mixes a juice solution that is made from 3 gallons of an 80% juice solution and 1 gallon of a 20% juice solution. What is the percent concentration of the final solution?

3 gallons of 80% juice solution contains this amount of juice:

80% * 3 gal = 0.8 * 3 gal = 2.4 gal

1 gallon of 20% juice solution contains this amount of juice:

20% * 1 gal = 0.2 * 1 gal = 0.2 gal

The total amount of juice in the final juice solution is

2.4 gal + 0.2 gal = 2.6 gal

The total amount of juice solution made is 3 gal + 1 gal = 4 gal

The 4 gal juice solution contains 2.6 gallons of juice.

2.6 gallons is what percent of 4 gallons?

2.6/4 * 100% = 0.65 * 100% = 65%

Answer: 65%

Answer:

65% i got the answer right on the question

Step-by-step explanation:

Convert 9 feet to inches

Answers

Answer: 108 inches

Step-by-step explanation: The answer would be 108 inches because if you multiply the number that coverts a inch into a foot it would be 12 because 12 inches is equivalent to 1 foot. So you know that 1 foot is equal to 12 inches so you multiply the number of feet by 12. You expression is 9 times 12 and after you multiply the two numbers you get 108 inches.

Answer: 108 inches

Step-by-step explanation: To convert 9 feet into inches, we use the conversion factor for feet and inches which is 12 inches = 1 foot.

Next, notice that we're going from a

larger unit, feet, to a smaller unit, inches.

When we go from a larger unit to a smaller unit, we

multiply 9 by the conversion factor, 12 to get 108.

So 9 feet = 108 inches.

4x+1/15=2x/10 PLEASE HELP

Answers

Answer:

[tex]x=-1[/tex]

Step-by-step explanation:

Cross multiply.

10(4x + 1) = 15(2x)

Expand brackets.

40x + 10 = 30x

Add -30x and 10 on both sides.

40x - 30x = -10

10x = -10

Divide both sides by 10.

10/10x = -10/10

x = -1

I will give brainliest and thanks ​

Answers

Answer: 8.6602540378

Step-by-step explanation:

Based on pythagorean’s theorem we have:

[tex]\sqrt{14^{2}-11^{2} } =\sqrt{75}=8.66025[/tex]

Crane Company reports the following for the month of June.

Date
Explanation
Units
Unit Cost
Total Cost
June 1 Inventory 150 $4 $600
12 Purchase 450 5 2,250
23 Purchase 400 6 2,400
30 Inventory 80

Assume a sale of 500 units occurred on June 15 for a selling price of $7 and a sale of 420 units on June 27 for $8.

Calculate cost of goods available for sale.

Calculate Moving-Average unit cost for June 1, 12, 15, 23 & 27. (Round answers to 3 decimal places, e.g. 2.525.)

Answers

Answer:

Crane Company

June Financial Reports

a) Cost of goods available for sale = $5,250

b) Moving-Average unit cost for:

i) June 1:  = $5

ii)        12:  = $4.75

iii)       15: = $4.75

iv)      23:  = $5.75

v)       27:  = $5.25

Step-by-step explanation:

a) Calculations:

Date     Explanation   Units     Unit Cost    Total Cost   Moving Average Cost

June 1 Inventory          150        $4                $600         $4.000

      12 Purchase         450          5               2,250            4.750

      15 Sale                 500          7                      3,500     4.750

     23 Purchase         400          6               2,400            5.750

     27 Sale                 420          8                      3,360     5.250

     30 Inventory           80

Cost of goods available for sale = Cost of Beginning Inventory + Cost of Purchases = $5,250 + ($600 + 2,250 + 2,400)

b) Moving-Average unit cost for:

i) June 1: Cost of goods available/Units of goods available = $5 ($600/150)

ii)        12: Cost  of goods available/Units of goods available = $4.75 ($600 + 2,250/600)

iii)       15: Cost  of goods available/Units of goods available = $4.75 ($475/100)

iv)      23: Cost of goods available/Units of goods available = $5.75 ($475 + 2,400)/500

v)       27: Cost of goods available/Units of goods available = $5.25 ($420/80)

Find the value of x. Then find the measure of each labeled angle. x = 37.5; the labeled angles are 77.5º and 102.5º. x = 37.5; the labeled angles are 37.5º and 142.5º. x = 15; both labeled angles are 55º. x = 25; both labeled angles are 65º.

Answers

Answer:

x = 25; both labeled angles are 65º

Step-by-step explanation:

To find the value of x, recall that the angles formed by two parallel lines on the same line are equal if they correspond to each other.

In the figure given above, we have two parallel line given. The angle formed by each parallel line is corresponding to the other. Therefore, both angles formed are equal.

Thus,

(3x - 10)° = (x + 40)°

Solve for x

3x - 10 = x + 40

Subtract x from both sides

3x - 10 - x = x + 40 - x

3x - x - 10 = x - x + 40

2x - 10 = 40

Add 10 to both sides

2x - 10 + 10 = 40 + 10

2x = 50

Divide both sides by 2

2x/2 = 50/2

x = 25

*Plug in the value of x to find the measure of each labelled angles:

(3x - 10)° = 3(25) - 10 = 75 - 10 = 65°

(x + 40)° = 25 + 40 = 65°

The amount of soda a dispensing machine pours into a 12-ounce can of soda follows a normal distribution with a mean of 12.45 ounces and a standard deviation of 0.30 ounce. Each can holds a maximum of 12.75 ounces of soda. Every can that has more than 12.75 ounces of soda poured into it causes a spill and the can must go through a special cleaning process before it can be sold. What is the probability that a randomly selected can will need to go through this process?

Answers

Answer:

0.1587

Step-by-step explanation:

According to the situation, the solution and the data provided is as follows

mean = 12.45 ounces

Standard deviation = 0.30 ounces

maximum = 12.75 ounces

More than ounces of soda = 12.75

Based on the above information, the probability is

[tex]Z=\frac{X-\mu }{\sigma } \\\\Z=\frac{12.75-12.45 }{0.30 } \\\\\Z=\frac{0.30 }{0.30 } \\\\Z= 1 \\\\P(X> 12.75)=1-P(X< 12.75) \\\\\P(X> 12.75)=1-P(Z< 1) \\\\[/tex]

As we know that

P(Z<1) = 0.8413

So,

P (X > 12.75) = 1 - 0.8413

= 0.1587

Refer to the figure and find the volume generated by rotating the given region about the specified line. ℛ1 about AB

Answers

Answer:

I guess that the area we care about is the yellow area, delimited by the functions.

f(x) = 8*(x)^(1/4)

and the line with the slope s= 8/1 = 8 (as the line goes through the points (0,0) and (1, 8)).

g(x) = 8*x

then we want tofind the area between x = 0 and x = 1, of f(x) - g(x)

then we have:

[tex]I = \int\limits^1_0 {f(x)} \, dx = \int\limits^1_0 {8*\sqrt[4]{x} )} \, dx = (8*(4/5)*\sqrt[4]{1^5} - 8*(4/5)*\sqrt[4]{0^5}) = 6.4[/tex]

now, for the area under the g(x) we have:

[tex]I2 = \int\limits^1_0 {g(x)} \, dx = \int\limits^1_0 {8x} \, dx = (8/2)*1^2 - (8/2)*0^2 = 4.[/tex]

then I - I2 = 6.4 - 4 = 2.4

The yellow area is 2.4

And then, if we rotate this about the line AB, the volume will be:

B = 2*pi*2.4 = 2*3.14*2.4 = 15.075

The figure will be something like a half spheroid, with a hole in the shape of a cone inside of it.

13) BRAINLIEST &10+ POINTS!

Answers

Answer:

- 220° and 500°

Step-by-step explanation:

To find the coterminal angles add / subtract 360°, that is

140° - 360° = - 220°

140° + 360° = 500°

Answer:

- 220° and 500°

Step-by-step explanation:

What are the side of triangle PWR

Answers

Answer:

  PR, PW, RW

Step-by-step explanation:

The sides of a triangle are named by naming the vertices at either end.

Triangle PWR has vertices P, W, R. The sides connecting these are named ...

   PW, WR, RP

Any name can have the letters reversed. That is, PR names the same segment that RP does.

What is the slope of the line on the graph below? On a coordinate plane, a line goes through points (negative 2, negative 3), (negative 1, negative 1), (0, 1) and (1, 3). –One-half One-half 1 2 plz

Answers

Answer:

slope = 2

Step-by-step explanation:

All four points lie on the same line.

Taking the first and fourth points, the slope can be found by the formula

slope, m = (y2-y1)/(x2-x1) = (3- -3) / (1- -2) = 6/3 =2

See attached diagram.

Answer:

2

Step-by-step explanation:

edge 2020

Other Questions
why does bromine not react with sulphur? Jing and Tim have parking spaces next to each other at the apartment complex where they live. Tim claims that Jing dented his car when she was driving out of her space. They are negotiating with each other, trying to resolve this dispute. This type of negotiation tends to (select one):________be adversarial.look to the past.be interest-based.all of the above.two of the above.none of the Randomthing2143 help me please! Range of: 1, 2, 3, 1, 5, 2, 1, 8, 9, 7? A student can get paid $12 per hour to run a three-hour economics tutoring session, or he can take a five-hour shift helping at his moms store that pays $15 per hour. What is the opportunity cost of working at the store? $12 $75 $36 $45 $60 True or False The Euphrates River is important to the region's economy because it provides the entire country of Syria with water. Juanita wants to buy 12.5 pounds of stones to decorate her garden. The stone normally sells for $1.80 a pound. The salesman offers her a total price of $21.25. How much is she saving per pound with the salesmans offer? Round to the nearest hundredth. reate a class called Plane, to implement the functionality of the Airline Reservation System. Write an application that uses the Plane class and test its functionality. Write a method called CheckIn() as part of the Plane class to handle the check in process Prompts the user to enter 1 to select First Class Seat (Choice: 1) Prompts the user to enter 2 to select Economy Seat (Choice: 2) Assume there are only 5-seats for each First Class and Economy When all the seats are taken, display no more seats available for you selection Otherwise it displays the seat that was selected. Repeat until seats are filled in both sections Selections can be made from each class at any time. Look at the picture for the question ........................ What led to the transition of Rome from a Republic to an Empire? Beginning in 1660, the _____ were passed by England in an attempt to control all colonial trade. Certain items, such as tobacco, sugar, or indigo could only be sold to England, limiting the trade markets available to the colonists. El avin aterriza y despus vamos a ________, antes de salir del aeropuerto. la zona de recogida de equipajes la cabina del crucero tomar el metro usar el sistema de posicionamiento global Health organizations monitor the public health of various countries around the globe and set standards for healthy conditions. Which international health organization focuses on educating people about ways to improve communities' health? A. Peace Corps B. World Health Organization C. International Red Cross and Red Crescent Movement PLEASE HELP!! 85 POINTS!! Can some one help me ? In an obstacle course, runners must jump hurdles that are .84 m high. If the speed of one of the athletes when he is 1.63 meters from the fence is 4m / s on the horizontal axis and 4m / s on the vertical axis. Calculate the maximum height reached and indicate whether or not the jump was successful for that runner. Help :c what could occur if grease trap is not maintained Which statement is the most appropriate comparison of the spreads? 1) sqrt x^+6x+9 if x32) sqrt x^2+6x+9 if 3x What is the meaning of Montesquieu's idea of checks and balances Carlota Company estimates that the marginal cost of manufacturing its Professional Series guitars is given by the following in dollars/month when the level of production is x guitars/month. C '(x) = 0.008x + 90The fixed costs incurred by Carlota are $8500/month. Find the total monthly cost C(x) incurred by Carlota in manufacturing x guitars/month.