the best graph to use for nominal or ordinal data is

Answers

Answer 1

Bar charts and pie charts are the best graphs to use for nominal or ordinal data.

What is defined as the Bar charts?

Bar graphs are graphical representations of data (usually grouped) in the form of horizontal or vertical rectangular bars, with the length of the bars proportional to the data measure.

They are also referred to as bar charts. In statistics, bar graphs are one method of data handling.The drawn bars are uniform in width, as well as the variable quantity is depicted on one of the axes. The variable's measure is also depicted on other axes. The heights or lengths of the bars represent the variable's value, and these graphs are also employed to compare different quantities.

Thus, for nominal and ordinal variables, bar charts or even pie charts are most commonly used.

Line charts as well as histograms are the most common ways to represent scale variables.

To know more about the Bar charts, here

https://brainly.com/question/25196929

#SPJ9


Related Questions

Solve the equation using a graphical method.
t/3-1/2=t+3/9

Answers

Answer:

-1.25

Step-by-step explanation:

t÷3-1÷2 = t÷1+3÷9

2t-3÷6 = 9t+3=9

18t - 27 = 54 + 18

18t -54t = 18 + 27

-36t = 45

Divide through by -36

t = -1.25

The variance of the scores on a skill evaluation test is 143,641 with a mean of 1517 points. If 343 tests are sampled, what is the probability that the mean of the sample would differ from the population mean by less than 36 points

Answers

Answer:

The probability that the mean of the sample would differ from the population mean by less than 36 points=0.9216

Step-by-step explanation:

We are given that

The variance of the scores on a skill evaluation test=143,641

Mean=1517 points

n=343

We have to find the probability that the mean of the sample would differ from the population mean by less than 36 points.

Standard deviation,\(\sigma=\sqrt{143641}\)

\(P(|x-\mu|<36)=P(|\frac{x-\mu}{\frac{\sigma}{\sqrt{n}}}|<\frac{36}{\frac{\sqrt{143641}}{\sqrt{343}}})\)

\(=P(|Z|<\frac{36}{\sqrt{\frac{143641}{343}}})\)

\(=P(|Z|<1.76)\)

\(=0.9216\)

Hence,  the probability that the mean of the sample would differ from the population mean by less than 36 points=0.9216

can someone please help I will do anything

can someone please help I will do anything
can someone please help I will do anything

Answers

Answer:

678.24 cubic centimeters

Step-by-step explanation:

consider a normal population with u= 75 and o= 10. a sample of at least which size needs to be obtained in order to achieve a standard error or om= 2.00 or less.

consider a normal population with u= 75 and o= 10. a sample of at least which size needs to be obtained

Answers

Answer: Choice C)

n = 25

=====================================================

Explanation:

The standard error formula for the mean is

\(\sigma_{M} = \frac{\sigma}{\sqrt{n}}\\\\\)

Since we want this 2.00 or less, this means,

\(\sigma_{M} \le 2.00\\\\\frac{10}{\sqrt{n}} \le 2.00\\\\10 \le 2.00\sqrt{n}\\\\2.00\sqrt{n} \ge 10\\\\\sqrt{n} \ge \frac{10}{2.00}\\\\\sqrt{n} \ge 5\\\\n \ge 5^2\\\\n \ge 25\\\\\)

The sample size needs to be n = 25 or larger.

In other words, the sample size needs to be at least 25.

Determine which of the following transformations are linear transformations
A. The transformation T1
defined by T1(x1,x2,x3)=(x1,0,x3)
B. The transformation T2
defined by T2(x1,x2)=(2x1−3x2,x1+4,5x2)
.
C. The transformation T3
defined by T3(x1,x2,x3)=(x1,x2,−x3)
D. The transformation T4
defined by T4(x1,x2,x3)=(1,x2,x3)
E. The transformation T5
defined by T5(x1,x2)=(4x1−2x2,3|x2|)
.

Answers

The transformation T1 defined by T1(x1,x2,x3)=(x1,0,x3) is linear transformation among the five given questions.

A linear transformation satisfies two properties: additivity and homogeneity. That is, for any vectors u and v, and any scalars a and b:

T(u + v) = T(u) + T(v)

T(au) = aT(u)

Using these properties, we can determine which of the given transformations are linear transformations:

A. The transformation T1 defined by T1(x1,x2,x3)=(x1,0,x3)

T1(u+v) = (u1+v1, 0, u3+v3) = (u1, 0, u3) + (v1, 0, v3) = T1(u) + T1(v)

T1(au) = (au1, 0, au3) = a(u1, 0, u3) = a*T1(u)

Therefore, T1 is a linear transformation.

The transformation T2 defined by T2(x1,x2)=(2x1−3x2,x1+4,5x2)

T2(u+v) = (2(u1+v1)−3(u2+v2), u1+v1+4, 5(u2+v2))

= (2u1−3u2, u1+4, 5u2) + (2v1−3v2, v1+4, 5v2) = T2(u) + T2(v)

However, T2 does not satisfy homogeneity property. Consider a = -1 and u = (1, 1):

T2(-u) = (-2, 5, -5)

-1*T2(u) = (-2, -5, -5)

Therefore, T2 is not a linear transformation.

The transformation T3 defined by T3(x1,x2,x3)=(x1,x2,−x3)

T3(u+v) = (u1+v1, u2+v2, -(u3+v3)) = (u1, u2, -u3) + (v1, v2, -v3) = T3(u) + T3(v)

T3(au) = (au1, au2, -au3) = a*(u1, u2, -u3) = a*T3(u)

Therefore, T3 is a linear transformation.

The transformation T4 defined by T4(x1,x2,x3)=(1,x2,x3)

T4(u+v) = (1, u2+v2, u3+v3) ≠ (1, u2, u3) + (1, v2, v3) = T4(u) + T4(v)

T4(au) = (1, au2, au3) ≠ a(1, u2, u3) = a*T4(u)

Therefore, T4 is not a linear transformation.

The transformation T5 defined by T5(x1,x2)=(4x1−2x2,3|x2|)

T5(u+v) = (4(u1+v1)−2(u2+v2), 3|u2+v2|)

= (4u1−2u2, 3|u2|) + (4v1−2v2, 3|v2|) ≠ T5(u) + T5(v)

T5(au) = (4au1−2au2, 3|au2|) ≠ a*T5(u)

Therefore, T5 is not a linear transformation.

To know more about Linear transformation:

https://brainly.com/question/17151779

#SPJ4

Determine if a triangle with the following sides is acute, obtuse, right, or cannot be determined.

Determine if a triangle with the following sides is acute, obtuse, right, or cannot be determined.

Answers

According to the definition of triangle, the sum of 2 sides of a triangle is greater than the third side.

It means that for triangle ABC, it is true that:

\(\begin{gathered} a+b>c \\ a+c>b \\ b+c>a \end{gathered}\)

For the given value 3, 36 and 39, it is assumed that the sum of 3 and 36 must be greater than 39:

\(\begin{gathered} 3+36>39 \\ 39>39 \\ 39=39 \end{gathered}\)

The sum of 3 and 36 equals 39, is not greater than 39. It means the correct answer is Cannot be determined (Not a triangle)

The table shows the hourly wages (in dollars) of employees after they have worked at a company for x years. Use the linear regression feature
on a graphing calculator to find an equation of the line of best fit for the data. Round each value in your equation to the nearest hundredth.
Then use your equation to estimate the hourly wage of an employee who has worked at the company for 12 years.
Years, x Hourly wage (dollars per hour), y
1
$8.75
5
$10.50
3
$9.25
7
$11.25
The line of best fit is y =

The aproxímate hourly wage of a person who has worked at the company for 12 years is $___ per hour

Answers

Answer:

y= 0.5x + 8.2

$13.6 per hour

Step-by-step explanation:

(Is it weird that I had the same exact question? Maybe not. But I also found another person with the same question as me. It was a different question though. This is probably too late. But I'm just gonna try to answer it for anyone who needs it.

"Linear regression" is just a fancy word for scatter plots. Scatter plots take place in graphs. The dots or plots are scattered and the way they are scattered means something. If it's going down, it's negative, up it's positive, and if it's scattered, it has no corrolation.

Also, you should have learned this in 9th grade. So, check your notes.

If you don't have it, WRITE IT!!!

To find it in your calculator:

1. Go to "Lists and Spreadsheets"

2. Rename the first column "x" and the second on "y"

3. Write all of your numbers in the right column

1, 5, 3, 7 under the "x"

8.67, 10.50, 9.58, 11.41 under the "y"

4. Move your cursor to an empty cell

4. Click: "MENU" #4 #1 #3

5. Rename the correct rows "x" and "y" and press enter

6. Now you can find "m" and "b"

7. Then move your cursor to an empty cell and click "doc" "insert" #7

8. Find the x-axis and find "x"

9. Find the y-axis and find "y"

10. Now press "MENU" #4 #6 #1

And you found your y=mx+b: y=0.5x+8.2

Now, how much money per hour.

So you've found your m and b but now you have to:

1. Replace y with 15 and solve it

15=0.5x+8.2

-8.2       -8.2

6.8=0.5x

Divide 0.5 on both sides

6.8/0.5=13.6

13.6=x

$13.6 per hour


1 torr is equal to (1 Point)​

Answers

Answer:

1 torr = 760 atm

1 torr = 1 mmHg

The revenue for Company A was ​$239 ​million, compared to ​$467 million for Company B. The revenue for Company A was ____​% of the revenue for Company B. ​(Round to the nearest tenth as​ needed.)

Answers

The correct answer would be 51%. If you do 239/467 you get .5117 and then you round to the nearest 10th. The 5 is the the tenth and the first is closer to 0 than 10 so you would stay with 51 rather than 52

Company A's revenue was $239 million whereas Company B's was $467 million as a result revenue for Company A was equal to 52% of that for Company B. ​

What is the percentage?

It shows the proportion between two integers when stated as a decimal fraction of 100 parts. It is a statistic used to compare two sets of data, and the sign % is used to represent it as a percentage.

It is given that, the revenue for Company A was ​$239 ​million, compared to ​$467 million for Company B.

We have to find the % by which A was revenue for Company B.

Suppose  x% by which A was revenue for Company B.

⇒$467 of x =$239

⇒467×x​=239

⇒x=239/467

⇒x=0.5177 ≈ 0.52

⇒x%=52%

Thus, the revenue for Company A was equal to 52% of that for Company B. ​

Learn more about the percentage here:

brainly.com/question/8011401

#SPJ2

anwser it pls aaaaaaaassaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

anwser it pls aaaaaaaassaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Answers

Answer:

Step-by-step explanation:

Volume = Bh

Turn the shape so the trapezoid is on the bottom/base

h=18   for overall shape

B = area of base, trapezoid

B = 1/2 (b₁ + b₂) h  

b₁ = 11

b₂ = 25

h = 24   for trapezoid

B = 1/2 (11 + 25)(24)

B = 432

V = Bh

V = (432)(18)

V= 7776 in³

Look at pic plz help

Look at pic plz help

Answers

Answer:

tree C was planted first

Step-by-step explanation:

Since Tree c was 10 inches tall when it was first grown and Tree A was 5 at first and Tree B was 3 inches tall. 10>5 10>3

Solve the system of equations:
x+4y-z=6
2x+11y+4z=9
x+5y+z=5

Answers

Answer: x=1, y=1, z=-1

Step-by-step explanation:

From the first and 3rd equation, 2x+9y=11.

The first equation is also 4x+16y-4z=24, so add that to the second equation, and you get 6x+27y=33.

Solving, we get x=1 and y=1, meaning that z=-1.

Consider the probability statements regarding events A and
B below.

P(A or B) = 0.3
P(A and B) = 0.2
P(AB) =0.8

What is P(B)?
A) 0.1
B) 0.375
C) 0.25
D) 0.667

Answers

The calculated value of the probability of B is (c) 0.25

How to calculate the probability of B

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

P(A or B) = 0.3

P(A and B) = 0.2

P(A/B) =0.8

First, we have

P(A/B) = P(A and B)/P(B)

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

0.2/P(B) = 0.8

So, we have

P(B) = 0.2/0.8

Evaluate

P(B) = 0.25

Hence, the probability of B is 0.25

Read more about probability at

https://brainly.com/question/31649379

#SPJ1

How many people can be served 3/4 cup servings if there are 7 1/2 cups left?​

Answers

10.......................

10=7.5/.75=10 so ten is the answer

There are 500 seats on a plane flying to San Francisco. 20% of the seats are next to a window. How many of the seats are next to a window?

Answers

Answer: 100

500 Is 100%

500 ÷ 100 = 5

5 Is 1%

5 x 20 = 100

100 Is 20%

A high school robotics club sold cupcakes at a fundraising event.

They charged $2.00 for a single cupcake, and $4.00 for a package of 3 cupcakes.
They sold a total of 350 cupcakes, and the total sales amount was $625.
The system of equations below can be solved for , the number of single cupcakes sold, and , the number of packages of 3 cupcakes sold.


Multiply the first equation by 2. Then subtract the second equation. What is the resulting equation?

x + 3y = 350
2x + 4= 625

Type your response in the box below.

$$

Answers

The resulting equation after multiplying the first equation by 2 and subtracting the second equation is:

-5y = -375

1. Given equations:

  - x + 3y = 350    (Equation 1)

  - 2x + 4y = 625   (Equation 2)

2. Multiply Equation 1 by 2:

  - 2(x + 3y) = 2(350)

  - 2x + 6y = 700    (Equation 3)

3. Subtract Equation 2 from Equation 3:

  - (2x + 6y) - (2x + 4y) = 700 - 625

  - 2x - 2x + 6y - 4y = 75

  - 2y = 75

4. Simplify Equation 4:

  -2y = 75

5. To isolate the variable y, divide both sides of Equation 5 by -2:

  y = 75 / -2

  y = -37.5

6. Therefore, the resulting equation is:

  -5y = -375

For more such questions on multiplying, click on:

https://brainly.com/question/29793687

#SPJ8

fill in the mission numbers to make the fractions equivalent. 1/2 and /8= 4/12 and /60= 2/3 and /12= 4/4 and /8=​

Answers

To make the fractions equivalent, we need to find the missing numerators that would make them equal. Let's fill in the missing numerators:

1/2 and __/8

To make the fractions equivalent, we can multiply both the numerator and denominator of the first fraction by 4:

1/2 and 4/8

Now, the fractions are equivalent.

---

4/12 and __/60

To make the fractions equivalent, we can multiply both the numerator and denominator of the first fraction by 5:

4/12 and 20/60

Now, the fractions are equivalent.

---

2/3 and __/12

To make the fractions equivalent, we can multiply both the numerator and denominator of the first fraction by 4:

2/3 and 8/12

Now, the fractions are equivalent.

---

4/4 and __/8

To make the fractions equivalent, we can multiply both the numerator and denominator of the first fraction by 2:

4/4 and 8/8

Now, the fractions are equivalent.

Rewrite the function by completing the square. f(x)=x^2−2x+17

Answers

Answer:

\(f(x) = {x}^{2} - 2x + 17 \\ completing \: squares \\ divide \: the \: sum \: by \: 2 \: and \: the \: result \: to \: the \: {x}^{2} and \: subtract \: it \: from \: the \: product \\ in \: this \: case. \: our \: sum \: is \: 2 \\ f(x) = ({x}^{2} \times \frac{2}{2} ) + (17 - \frac{2}{2} ) \\ f(x) = {(x + 1)}^{2} + (17 - 1) \\ f(x) = {(x + 1)}^{2} + 16\)

the point representing 0 on the real number line is the

Answers

The point representing 0 on the real number line is the origin.

A number line is a visual representation of a set of real numbers. It is a straight line that is usually represented horizontally and it has a starting point, usually labeled as 0, which is called the origin.

Numbers to the right of the origin are positive, and numbers to the left of the origin are negative. The numbers on a number line are evenly spaced, and each point on the line represents a specific real number.

Number lines are useful in mathematics to represent numerical relationships, such as order, magnitude, and distance between numbers. They are also useful in teaching mathematical concepts, such as addition, subtraction, and fractions.

Learn more about number line here: https://brainly.com/question/12399107

#SPJ4

Discrete Mathematics
For each language L1 to L5, described below, you need to do the following:
• Create a regular expression that defines the language accurately.
The alphabet A = {a, b} will be used.
The languages are:
1. L1 which has exactly one a but any number of bs.
2. L2 which has an odd number of as and an even number of bs.
3. L3 which contains exactly two as or exactly two bs, although not necessarily adjacent.
4. L4 which has all the bs appearing before any of the as, or all the as appearing before any of the bs.
5. L5 where there can be any number of as but the number of bs must be even, although the bs do not have to be adjacent.

Answers

L1: ^a[b]*$L2: ^(a[b]*a[b]*)*$L3: ^([ab]{2}|[ab][ab])$L4: ^(a*|b*)$L5: ^a*(bb)*$

Note: ^ is for Start of the line, $ is for end of the line ,* means 0 or more, + means 1 or more, [ab] means either a or b and {} is for specific number of times, () is for grouping.

How to create regular expressions?

A task in which it is necessary to create regular expressions to define five different languages. The alphabet used is A = {a, b}. The languages ​​are:

L1, which has exactly one "a" but any number of "bs".

L2, which has an odd number of "as" and an even number of "bs".

L3, which contains exactly two "as" or exactly two "bs", although not necessarily adjacent.

L4, which has all "bs" appearing before any "a" or all "as" appearing before any "b".

L5, where there can be any number of "as", but the number of "bs" must be even, although the "bs" need not be adjacent.

Learn more about languages in brainly.com/question/20921887

#SPJ1

F(x)=-2cosx+4 and graph it

Answers

The value of the function is a straight line graph

How to determine the value of the function?

The given function is F(x)=-2cosx+4

we shall be plotting a table of values for the function

Let us chose the range of the function as follows 0≤x≤150 at 30⁰ interval

The table of values that will help us draw the graph is

f(x)                0         30           60            90         120          150

2cosx+4      6.0      5.73        5.00       4.00        3.00         2.27

The above table is best for the graph of the function

In conclusion, the graph of the function is a linear function because it shows a straight line

Learn more about the graph of a cosine on https://brainly.com/question/14290164

#SPJ1

A random sample of 1000 oranges showed that the mean amount of juice per orange was 8.2 fluid ounces, with a standard deviation of 1.1 fluid ounces.

(a) Determine the z-score, to the nearest hundredth, of an orange that produced 6,4 fluid ounces of juice.

(b) The 2-score for one orange was 3.11. How much juice was produced by this orange? Round to the nearest tenth of a fluid ounce.

A random sample of 1000 oranges showed that the mean amount of juice per orange was 8.2 fluid ounces,

Answers

(a) The value of the z-score for the 6.4 fluid ounce orange is -1.64

(b) The value of the z-score for the 3.11 fluid ounce orange is -4.63

(a) Calculating the values of the z-score 6.4 fluid ounce

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

Mean = 8.2

Standard deviation = 1.1

The values of the z-scores is calculated as

z = (z - Mean)/Standard deviation

So, we have

z = (z - 8.2)/1.1

When the score is 6.4, we have

z = (6.4 - 8.2)/1.1

Evaluate

z = -1.64

(b) Calculating the values of the z-scores 3.11 fluid ounce

Recall that

z = (z - Mean)/Standard deviation

So when the score is 3.11, we have

z = (3.11 - 8.2)/1.1

Evaluate the expression

z = -4.63

Hence, the values of the z-scores are -1.64 and -4.63

Read more about z-scores at

https://brainly.com/question/25638875

#SPJ1

Jamie earned 18 more points on her test than Paul earned. Their points add up to 60. How many points did each student earn?

Answers

Answer:

Paul earned 21 points and Jamie earned 39 points.

Step-by-step explanation:

So, you start off with 60-18=42. Now, you have how much they earned minus Jamie's bonus 18. So, now that they have earned the same amount, you divide 42/2=21. So, now you know how many points Paul earned, 21, and now you just have to add the points Jamie earned that Paul didn't back to their score. 21+18=39

It is 30 miles into the town. Use the formula to work out how many km this is

Answers

Answer:

30*1.609=48.27

Hope This Helps!!!

KK Company sold 10,000 Super-Spreaders on December 31, 2019, at a total price of $1,000,000, with a warranty guarantee that the product was free of any defects. The cost of the spreaders sold is $550,000. The assurance warranties extend for a 2-year period and are estimated to cost $40,000. KK also sold extended warranties (service-type warranties) related to 2,000 spreaders for 2 years beyond the 2-year period for $12,000. Given this information, determine the amounts to report for the following at December 31, 2019: sales revenue, warranty expense, unearned warranty revenue, warranty liability, and cash

Answers

The amounts to report at December 31, 2019 are:

Sales revenue $1,000,000Warranty expense $40,000Unearned warranty revenue $12,000Warranty liability $40,000Cash $1,012,000

Amount to reported on income and balance sheet:

Amount reported in Income

Sales revenue                   $1,000,000

Warranty expenses           $40,000

Amount reported on the balance sheet:

Unearned service revenue      $12,000

Cash                                         $1,012,000

($1,000,000 + $12,000)  

Warranty liability                       $40,000

Inconclusion the amounts to report at December 31, 2019 are: Sales revenue $1,000,000, Warranty expense $40,000, Unearned warranty revenue $12,000, Warranty liability $40,000 and Cash $1,012,000.

Learn more about amount to report on income and balance sheet here:https://brainly.com/question/26103668

Question 21 Suppose that 12 inches of wire costs 36 cents. At the same rate, how much (in cents) will 5 inches of wire cost? ​

Answers

Answer: To determine how much 5 inches of wire would cost at the same rate as 12 inches of wire, we can first determine the rate at which the wire is being sold by dividing the cost of the wire by the length of the wire:

36 cents / 12 inches = 3 cents/inch

We can then use this rate to determine the cost of 5 inches of wire by multiplying the rate by the length of the wire:

3 cents/inch * 5 inches = 15 cents

Therefore, 5 inches of wire would cost 15 cents at the same rate as 12 inches of wire.

A recent study found that 51 children who watched a commercial for Walker Crisps (potato chips) featuring a long-standing sports celebrity endorser ate a mean of 36 grams of Walker Crisps as compared to a mean of 25 g of Walker Crisps for 41 children who watched a commercial for an alternative food snack. Suppose that the sample standard deviation for the children who watched the sports celebrity–endorsed Walker Crisps commercial was 21.4 g and the sample standard deviation for the children who watched the alternative food snack commercial was 12.8 g. Assuming the population variances are not equal and alpha-05, is there any evidence that the mean amount of Walker Crisps eaten was significantly higher for the children who watched the sports celebrity- endorsed Walker Crisps commercial?
1. What is the claim from the question? What are Null and Alternative Hypothesis for this problem?
2. What kind of test do you want to use?
3. Calculate Test Statistics.
4. Find P-value.
5. What is the conclusion that you could make?

Answers

Answer:

1

The claim is that the mean amount of Walker Crisps eaten was significantly higher for the children who watched the sports celebrity- endorsed Walker Crisps commercial

2

The kind of test to use is a t -test because a t -test is used to check if there is a difference between means of a population

3

\(t = 3.054\)

4

The p-value  is   \(p-value = P(Z > 3.054) = 0.0011291\)

5

The conclusion is  

There is sufficient evidence to conclude that the mean amount of Walker Crisps eaten was significantly higher for the children who watched the sports celebrity- endorsed Walker Crisps commercial

The test statistics is  

Step-by-step explanation:

From the question we are told that

   The first sample size is  \(n_1 = 51\)

    The first sample  mean is \(\mu_1 = 36\)

    The second sample size is  \(n_2 = 41\)

    The second sample  size is  \(\mu_2 = 25\)

     The first standard deviation is  \(\sigma _1 = 21.4 \ g\)

    The second standard deviation is  \(\sigma _2 = 12.8 \ g\)

  The  level of significance is  \(\alpha = 0.05\)

The  null hypothesis is  \(H_o : \mu_1 = \mu_ 2\)

The  alternative hypothesis is  \(H_a : \mu_1 > \mu_2\)

Generally the test statistics is mathematically represented as

    \(t = \frac{\= x_1 - \= x_2}{ \sqrt{ \frac{s_1^2}{n_1} + \frac{s_2^2}{n_2} } }\)

=>   \(t = \frac{ 36 - 25}{ \sqrt{ \frac{ 21.4^2}{51} + \frac{ 12.8^2}{41} } }\)

=> \(t = 3.054\)

The  p-value is mathematically represented as

     \(p-value = P(Z > 3.054)\)

Generally from the z table  

             \(P(Z > 3.054) = 0.0011291\)

=>   \(p-value = P(Z > 3.054) = 0.0011291\)

From the values obtained  we see that \(p-value < \alpha\) so  the null hypothesis is rejected

Thus the conclusion is  

  There is sufficient evidence to conclude that the mean amount of Walker Crisps eaten was significantly higher for the children who watched the sports celebrity- endorsed Walker Crisps commercial

The value of the difference in the mean number of chips eaten can be used to test the hypothesis.

The correct responses are;

1. The claim is that children that watched the given commercial ate more Walker Crisps potato chips than others. The null hypothesis is \(\underline {H_0; \ \overline x_1 = \overline x_2}\) , the alternative hypothesis is,  \(\underline{H_a; \ \overline x_1 > \overline x_2}\) 2. The kind of test to use is a t-test3. The test statistic is approximately 3.0544. The p-value is; 0.001 < p-value < 0.00255. Reject the null hypothesis, there is significant statistical evidence to suggest that the children that watched the commercial ate more Walter Crisps potato chips than children that watched the commercial for an alternative snack.

Reasons:

The given parameters are;

The amount of Walker Crisps potato chips children ate, based on commercial watched.

Celebrity endorsed food snack commercial mean, \(\overline x_1\) = 36 g

Sample size that watched the celebrity endorsed commercial, n₁ = 51

Alternative food snack commercial mean, \(\overline x_2\) = 25 g

Sample size that watched the other commercial = 41

Standard deviation, SD,  of the samples;

Sample that watched the celebrity endorsed commercial, SD₁ = 21.4 g

Sample that watched the other commercial, SD₂ = 12.8 g

Reasons:

1. The claim from the question is; The mean amount of Walker Crisp eaten was significantly higher for the children who watched the sports celebrity - endorsed Walker Crisps commercial.

The null hypothesis is, H₀; \(\overline x_1 = \overline x_2\) (There is no difference in the mean)

The alternative hypothesis is, Hₐ; \(\overline x_1\) > \(\overline x_2\) (The mean of the amount of Walker Crisps eaten is significantly higher for the children that watched the sports celebrity-endorsed commercial)

2. Given that the aim of the study is to determine if the mean of the first

sample is higher than the mean of the second sample, the kind of test to

be performed is the test of the difference in the mean of the two samples

based on specified hypothesis, (one sample is higher), which is done using

a t-test, given that the population mean is not specified (unknown).

The kind of test to use is a t-test

3. The test statistic is given by Welch's Test for unequal variance as follows;

\(\displaystyle t = \mathbf{\frac{\overline x_1 - \overline x_2}{\sqrt{\dfrac{s_1^2}{n_1} +\dfrac{s_2^2}{n_2} } }}\)

Which gives;

\(\displaystyle t = \frac{36- 25}{\sqrt{\dfrac{21.4^2}{51} +\dfrac{12.8^2}{41} } } = \frac{77500}{25379} \approx 3.054\)

The test statistic, t ≈ 3.054

4. From the above test statistic and by finding, degrees of freedom, df as follows, the p-value can be found.

\(\displaystyle df = \mathbf{\frac{\left(\dfrac{s_1^2}{n_1} +\dfrac{s_2^2 \righ}{n_2} \right)^2}{\dfrac{1}{n_1 - 1} \cdot \left( \dfrac{s_1^2}{n_1} \right)^2 + \dfrac{1}{n_2 - 1} \cdot \left( \dfrac{s_2^2}{n_2} \right)^2}}\)

Which gives;

\(\displaystyle df = \frac{\left(\dfrac{21.4^2}{51} +\dfrac{12.8^2 \righ}{41} \right)^2}{\dfrac{1}{51 - 1} \cdot \left( \dfrac{21.4^2}{51} \right)^2 + \dfrac{1}{41 - 1} \cdot \left( \dfrac{12.8^2}{41} \right)^2} \approx \mathbf{83.69}\)

From the t-test table, we have the p-value of the result as follows;

The p-value is; 0.001 < P(t > 3.054) < 0.0025.

5. The conclusion that can be made is; Given that the p-value of the test

statistic is less than the given alpha value of 0.05, we reject the null

hypothesis, given that there is significant statistical evidence to show that

the mean amount of Walker Crisp eaten was significantly higher for the

children that watch the celebrity-endorsed Walker Crisps commercial.

Learn more here:

https://brainly.com/question/6501190

https://brainly.com/question/22797341

A diagnostic test for a disease is such that it (correctly) detects the disease in 90% of the individuals who actually have the disease. Also, if a person does not have the disease, the test will report that he or she does not have it with probability 0.9. Only 1% of the population has the disease in question. If a person is chosen at random from the population and the diagnostic test indicates that she has the disease, what is the conditional probability that she does, in fact, have the disease

Answers

Answer:

8.33% probability that she does, in fact, have the disease

Step-by-step explanation:

Conditional Probability

We use the conditional probability formula to solve this question. It is

\(P(B|A) = \frac{P(A \cap B)}{P(A)}\)

In which

P(B|A) is the probability of event B happening, given that A happened.

\(P(A \cap B)\) is the probability of both A and B happening.

P(A) is the probability of A happening.

In this question:

Event A: Positive test

Event B: Has the disease

Probability of a positive test:

10% of 100-1 = 99%

90% of 1%

So

\(P(A) = 0.1*0.99 + 0.9*0.01 = 0.108\)

Positive test and having the disease:

90% of 1%

\(P(A \cap B) = 0.9*0.01 = 0.009\)

What is the conditional probability that she does, in fact, have the disease

\(P(B|A) = \frac{P(A \cap B)}{P(A)} = \frac{0.009}{0.108} = 0.0833\)

8.33% probability that she does, in fact, have the disease

Someone help with this equation

Someone help with this equation

Answers

The answer is:

g(x + 1) = 6x + 1

g(4x) = 24x -5

Work/explanation:

To evaluate, I plug in x + 1 into the function:

\(\sf{g(x)=6x-5}\)

\(\sf{g(x+1)=6(x+1)-5}\)

Simplify

\(\sf{g(x+1)=6x+6-5}\)

\(\sf{g(x+1)=6x+1}\)

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

Do the same thing with g(4x)

\(\sf{g(4x)=6(4x)-5}\)

\(\sf{g(4x)=24x-5}\)

Hence, these are the answers.

A watering tin contained 1 liter of water.
Some water was used to water some plants
There were 350 milliliters of water left.
How many milliliters of water were used?

Answers

1 liter= 1000 ml

1000-350 = 650

650 ml were used
Other Questions
What did Mexican immigrants and African Americans have in common afterWorld War I?A. Both resettled in large numbers as they searched for work.B. Both formed segregated communities in midwestern cities.O C. Both benefited from new protections against wage discrimination. D. Both gained more representation in the U.S. government. How does the inner ear contribute to the vestibular system? Fractions with money. 1. 2/5 of $1.402. 1/8 of $8.563. 2/3 of $524. $27 3/25. 2/5 of $906. $2 5/3 the statistical tool that indicates the extent to which changes in one factor are accompanied by changes in a second factor is called the 1 1 2 3 5 7 8 53:1 Which of the following pairs of countries became colonial allies during the American Revolution? yo I'm stuck on a problem. Larry delivers Chinese food. on Friday night, he delivered to ___ homes. The average tip he received was $3:30 per stop. show much tip income did Larry receive?I think it was 5 homes but idk The position of an object as a function of time is given byx(t)=(4.2m/s3)t3(4.0m/s2)t2+(65m/s)t7.0mFind the instantaneous acceleration at t=3.1sFind the average acceleration over the first 3. The resistance of a certain type of electrical resistors has normal distribution with mean of 45 ohms. A random sample of 9 such resistors is selected, and the variance is computed to be 4. What is the probability that the average resistance will exceed 47 ohms? pls answer fast plsIf perimeter of a square shaped garden is 40m then its area is a. 160m2b. 400m2c. 1600m2d. None of These Please help I need good grades Compltez la table de conjugaison des verbes couvrir et souffrir au prsent. Bureaucracy difintion A shop sells mugs in small packs of 4 for 5.50, or large packs of 12 for 15. Caleb buys one large pack and two small packs of mugs.What was the mean price he paid for a mug? In OPQ, o = 10 cm, p = 67 cm and Q=24. Find P, to the nearest degree. The dose-response for a specific drug is f(x)=100x2x2+0.02f(x)=100x2x2+0.02, where f(x)f(x) is the percent of relief obtained from a dose of xx grams of a drug, where 0x1.50x1.5.Find f'(0.6) and select the appropriate units.f'(0.6) = ___ If a film was being shot on a set during the day but the scene was set at night, a grip would help construct a black-out tent to give the set the appearance of night. True or False a pregnant woman begins to feel fetal movement and has more energy and less morning sickness. what stage of pregnancy is she in? CS 116 Programming in C++ Lab #7D IncomeObjectives~ code, compile and run a program containing ARRAYS~ correctly reference and manipulate data stored in an array~ output data in readable formatAssignmentPlan and code a modular program utilizing arrays.Write a complete modular program with 3 functions (input, calculate, output) to calculate the total amount of expenses and total amount of income for H.C. Advertising. All data will be input from a file (see below).1) In the input module, Input data and error check data. Store Income ( I ) amounts in InArray and Expense (E) amounts in ExArray. If any data record contains an error, output the data to an error file with a message indicating what caused the error. Do not store error data in any array.2) In the calculate module accumulate the total amount of values for that given array. Call the calculate module once with InArray and once with ExArray.3) In the output module, output the contents of each array and the total amount of that array to an output file. Call the output module once with InArray and once with ExArray.InputInput data from a file ("HCIn.txt"). Create the data file below using your text editor or Notepad. One record of data contains the following sequence of data:987 E 5.50236 I 95.00824 I 15.75Where987 Account numberE ExpenseI Income5.50 Expense or income amountData File987 E 5.50236 I 95.00824 I 15.75419 E 275.95013 E 129.43238 I 12.31101 I 100.10879 E 52.45444 R 9.90654 I 23.45786 I -34.56OutputIn the output module, output the contents of each array and the total of all values in that array, clearly labeled and formatted for readability to a file ("HCOut.txt").The output module must be a reusable module, calling it once with InArray and once with ExArray.NoteAdequately check entered data for validity. Use adequate test data to process all valid data and representative data to verify that your program handles invalid data appropriately.Label all output clearly.You may NOT use return or break or exit to prematurely exit the program. Exit may only be used to check for correctly opened files - nowhere else in any program. Break may only be used in switch statements - nowhere else in any program.No pointers. You may NEVER use goto or continue statements in any program. If the cost of medical care increases by 40 percent, then, other things the same, the CPI is likely to increase by about.9 Percent2.4 Percent8.0 Percent40 Percent 3. When an account such as Accounts Payable has a credit balance and a credit entry is posted to the account, the account balance is:a. Increasedb. Decreased c. Can be increased or decreased d. None of the above