a) Read section 1.5 in the Yakir textbook. If you were a teacher and had 30 students in your class and wanted to know the class average on the first quiz, would you use a parameter or a statistic

Answers

Answer 1

Answer:

Parameter

Step-by-step explanation:

Required

Parameter of Statistic

From the question, we understand that the teacher is to calculate the class average.

To calculate the class average, the teacher will use the mean function/formula, which is calculated as:

[tex]Mean = \frac{\sum x}{n}[/tex]

Generally, mean is an example of a parameter.

So, we can conclude that the teacher will use parameer


Related Questions

Determine the degree of the polynomial:

7m^6n^5

Answers

9514 1404 393

Answer:

  11

Step-by-step explanation:

The degree of the given monomial is the sum of the exponents of the variables.

  m has degree 6

  n has degree 5

The degree of the monomial is 6+5 = 11.

which equation has the steepest graph ?

Answers

Answer:

Step-by-step explanation:

A.

[tex] \green{\huge{\red{\boxed{\green{\mathfrak{QUESTION}}}}}} [/tex]

which equation has the steepest graph ?

[tex] \red{ \bold{ \textit{STANDARD \: EQUATION}}}[/tex]

[tex]y = mx + c[/tex]

[tex]WHERE \\ m = SLOPE \\ c = Y - INTERCEPT[/tex]

[tex] \huge\green{\boxed{\huge\mathbb{\red A \pink{N}\purple{S} \blue{W} \orange{ER}}}}[/tex]

[tex] \blue{A.T.Q}[/tex]

PART A:-

[tex]y = mx + c \sim y= -14x+1 [/tex]

[tex] \orange{SO}[/tex]

m= (-14)

which is equal to the slope of the equation .

PART B:-

[tex]y = mx + c \sim y= ¾x-9 [/tex]

[tex] \orange{SO}[/tex]

m= (¾)

PART C:-

[tex]y = mx + c \sim y= 10x-5[/tex]

[tex] \orange{SO}[/tex]

m= (10)

PART D:-

[tex]y = mx + c \sim y= 2x+8[/tex]

[tex] \orange{SO}[/tex]

m= (2)

SO MAXIMUM SLOPE IS :-( -14 )

Negative shows Slope is in negative direction.

[tex] \red \star{Thanks \: And \: Brainlist} \blue\star \\ \green\star If \: U \: Liked \: My \: Answer \purple \star[/tex]

Help please :)......

Answers

Answer:

x | y

0 | 2

2 | 10

4 | 18

Step-by-step explanation:

the function would be y=4x+2

just plug each x value in to get each y value

An economic instructor at UCF is interested in the relationship between hours spent studying and total points earned in a course. Data collected on 11 students who took the course last semester follow:

# of observation(s) n = 30
# of independent variable(s) = 1
SSR = 1,297 SSE= 920

Required:
Find the F test statistic.

Answers

Answer:

[tex]F = 39.47[/tex]

Step-by-step explanation:

Given

[tex]n = 30[/tex] --- observations

[tex]p = 1[/tex] -- variables

[tex]SSR = 1,297[/tex]

[tex]SSE= 920[/tex]

Required

The F statistic

This is calculated using:

[tex]F = \frac{SSR}{p} \div \frac{SSE}{n - p -1}[/tex]

[tex]F = \frac{1297}{1} \div \frac{920}{30 - 1 -1}[/tex]

[tex]F = \frac{1297}{1} \div \frac{920}{28}[/tex]

[tex]F = 1297 \div \frac{920}{28}[/tex]

Rewrite as:

[tex]F = 1297 * \frac{28}{920}[/tex]

[tex]F = \frac{1297 *28}{920}[/tex]

[tex]F = \frac{36316}{920}[/tex]

[tex]F = 39.47[/tex]

Necesito ayuda con esto

Answers

Answer:

La suma de las dos matrices cuadradas de dimensión 2 es [tex]\vec U = \left[\begin{array}{cc}-1&11\\2&5\end{array}\right][/tex].

Step-by-step explanation:

Considerando que se tratan de dos matrices de igual dimensión y cuyos elementos son números reales, conocemos que la adición entre dos matrices consiste en las sumas de los elementos de igual posición, esto es, los elementos que están localizados en las mismas filas y columnas, entonces, la suma es:

[tex]\vec A = \left[\begin{array}{cc}1&2\\-1&0\end{array} \right][/tex], [tex]\vec B = \left[\begin{array}{cc}-2&9\\3&5\end{array}\right][/tex]

[tex]\vec U = \vec A + \vec B = \left[\begin{array}{cc}1 + (-2)&2+9\\-1 + 3&0 + 5\end{array}\right][/tex]

[tex]\vec U = \left[\begin{array}{cc}-1&11\\2&5\end{array}\right][/tex]

La suma de las dos matrices cuadradas de dimensión 2 es [tex]\vec U = \left[\begin{array}{cc}-1&11\\2&5\end{array}\right][/tex].

2. The prices, in dollars per unit, of the three commodities X, Y and Z are x, y and z,
respectively
Person A purchases 4 units of Z and sells 3 units of X and 3 units of Y.
Person B purchases 3 units of Y and sells 2 units of X and 1 unit of Z.
Person C purchases 1 unit of X and sells 4 units of Y and 6 units of Z.
In the process, A, B and C earn $40, $50, and $130, respectively.

a) Find the prices of the commodities X, Y, and Z by solving a system of linear
equations (note that selling the units is positive earning and buying the units is
negative earning).​

Answers

Answer:

Price of X is $24.81

Price of Y is $3.66

Price of Z is $11.36

Step-by-step explanation:

for person A, we know that earns $40, then we can write the equation:

-4*z + 3*x + 3*y = $40

For person B, we know that earns $50, then:

1*z + 2*x - 3*y = $50

For person C, we know that earns $130, then:

6*z - 1*x + 4*y = $130

Then we have a system of equations:

-4*z + 3*x + 3*y = $40

1*z + 2*x - 3*y = $50

6*z - 1*x + 4*y = $130

To solve the system, we need to isolate one of the variables in one of the equations.

Let's isolate z in the second equation:

z = $50 - 2*x + 3*y

now we can replace this in the other two equations:

-4*z + 3*x + 3*y = $40

6*z - 1*x + 4*y = $130

So we get:

-4*($50 - 2*x + 3*y) + 3*x + 3*y = $40

6*($50 - 2*x + 3*y) - 1*x + 4*y = $130

Now we need to simplify both of these, so we get:

-$200 + 11x - 9y = $40

$350 - 13*x + 28*y = $130

Now again, we need to isolate one of the variables in one of the equations.

Let's isolate x in the first one:

-$200 + 11x - 9y = $40

11x - 9y = $40 + $200 = $240

11x = $240 + 9y

x = ($240 + 9y)/11

Now we can replace this in the other equation:

$350 - 13*x + 28*y = $130

$350 - 13*($240 + 9y)/11 + 28*y = $130

Now we can solve this for y.

- 13*($240 + 9y)/11 + 28*y  = $130 - $350 = -$220

-13*$240  - (13/11)*9y + 28y = - $220

y*(28 - (9*13/1) ) = -$220 + (13/11)*$240

y = ( (13/11)*$240 - $220)/(28 - (9*13/1) ) = $3.66

We know that:

x = ($240 + 9y)/11

Replacing the value of y, we get:

x = ($240 + 9*$3.66)/11  = $24.81

And the equation of z is:

z = $50 - 2*x + 3*y = $50 - 2* $24.81 + 3*$3.66 = $11.36

Then:

Price of X is $24.81

Price of Y is $3.66

Price of Z is $11.36

Least to greatest 22,755 20,564 2,3805

Answers

Least to greatest: 20,564 22,755 2,3805

Find the measure of each angle whose degree measure is represented in terms of x in the given
triangle.


Please help :)

Answers

Answer:

Step-by-step explanation:

Answer:

That's barely readable!  Anyway the solution is:

7x + 7x +2 +5x +7 = 180 degrees

19x + 9 = 180 degrees

19x = 171 degrees

x = 9

So the angles are:

7x = 63 degrees

7x + 2 = 65

5x + 7 = 52

Double check:

Since ALL 3 triangle sides add up to 180:

63 + 65 + 52 = 180 degrees

Step-by-step explanation:

Please help ASAP. No links

Answers

Hello my dear friend of USA !!!

DB/AD = BE/EC

=> 6/4 = x+1/x

=> 6x = 4x + 4

=> 2x = 4

=> x = 2

So x = 2

I am from INDIA.

Lots of love ❤️!!!

Have a great day ahead!

Answer:

x = 2

Step-by-step explanation:

[tex]\frac{6}{4} = \frac{x+1}{x}[/tex]

6x = 4x + 4

2x = 4

x = 2

A strawberry farmer in Poteet knows that 1/8 of his strawberries are typically not fit to sell at the market (either because they went bad or are too unusually shaped). The farmer takes a random sample of 156 strawberries to inspect for the upcoming farmer's market and finds that 24 are unfit to sell. If he were to go back and pick 1000 more strawberries to inspect for the market, how would the standard deviation of the sample proportion be affected

Answers

Answer:

It would be smaller.

Step-by-step explanation:

Given that :

The number of the strawberries that are unfit for sell, x = 24

The total number of the strawberries to inspect, n = 156

Total number of the strawberries to be picked = 1000 strawberries

Therefore,

[tex]$\widehat p =\frac{x}{n}$[/tex]

  [tex]$=\frac{24}{156}$[/tex]

  = 0.1538

[tex]$\widehat p =\frac{x}{n}$[/tex]

  [tex]$=\frac{24}{1000}$[/tex]

  = 0.024

Therefore, the standard deviation of the sample proportion would be smaller.

What is the probability that in a sample of 400 registered voters to at least 290 voted in their most recent local

Answers

Answer:

The probability that in a sample of 400 registered voters at least 290 voted in their most recent local elections is:

= 72.5%

Step-by-step explanation:

Sample of registered voters = 400

Sample of voters that actually voted = 290

Probability = 290/400 * 100

= 72.5%

b) This result above gives the statistic that for every 100 registered voters, 72.5 voters voted.  Probability measures the chance of an event occurring given other events.  Therefore, one can conclude that the voting was at least 72.5%.  Inversely, 27.5% of the registered voters did not participate or cast their ballots in the local elections.

Write 2 1/4 as a decimal ​

Answers

1/4=.25
2=2.
2+.25
2.25=answer

Hey there!

2 1/4

= 2 * 4 + 1 / 4

= 8 + 1 / 4

= 9 / 4


= 9 ÷ 4

= 2.25


Therefore, your answer is: 2.25


Good luck on your assignment & enjoy your day!


~Amphitrite1040:)

PLEASE HELP
The function in the table is quadratic
True
False

Answers

Answer:

True

Step-by-step explanation:

Each f(x) value increases by 5 so therefore this function would be linear

Hope you understand :)

-10 degrees Celsius is what Fahrenheit

Answers

Answer:

Step-by-step explanation:

i think if its -10 degrees i think the fahrenheit would be 50 degrees

Marissa constructed a figure with these views.


HELP ASAP EXTRA POINTS

Answers

Answer:

a triangular pyramid

a triangular pyramid

Solve the inequality. |X+19|<7

Answers

Answer:

x<-12

Step-by-step explanation: hope this helps!

A random sample of size 36 is to be taken from a population that is normally distributed with mean 72 and standard deviation 6. The sample mean of the observations in our sample is to be computed. The sampling distribution of the sample mean is

Answers

Answer:

The sampling distribution of the sample mean is approximately normal with mean 72 and standard deviation 1.

Step-by-step explanation:

Central Limit Theorem

The Central Limit Theorem establishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

Normally distributed with mean 72 and standard deviation 6.

This means that [tex]\mu = 72, \sigma = 6[/tex]

A random sample of size 36

This means that [tex]n = 36, s = \frac{6}{\sqrt{36}} = 1[/tex]

The sampling distribution of the sample mean is

By the Central Limit Theorem, it is approximately normal with mean 72 and standard deviation 1.

Tara makes 30 cups of donut topping by mixing sugar and cinnamon. The ratio of sugar to cinnamon is 3:2

How much sugar did Tara use in the donut topping?

Answers

Answer:

18

Step-by-step explanation:

3:2 means 3/2 or 3÷2

but its better to leave it as

3/2

Which of the following is equivalent to (2a + a)(3b + 1)?

Tip: Simplify the expression on the left first, and then use the distributive property.

2a + 3ab + a
3a + 3b + 1
3a(3b + 3)
9ab + 3a

Answers

Answer:

9ab+3a

Step-by-step explanation:

(2a+a)(3b+1)=(3a)(3b+1)

3a(3b+1)

=(3a×3b)+3a×1

=9ab+3a

Find the volume of the solid obtained by rotating the region bounded by the given curves about the specified axis: y=x6, y=1 about y=6.

Answers

Answer:

mehoimehoihoi

Step-by-step explanation:

Pls could someone help me with this​

Answers

Answer:

- Bar Gaps should be the same

Y-axis up in units of 5 would help out

Step-by-step explanation:

What is 70% less than 55?

Answers

Answer:

100-70=30 so

55*0.3=16.5

Hope This Helps!!!

Answer:

Answer :

70% less than 55 is

16.5

1,620 to the nearest ten ? Please don't answer if you know your wrong !

Answers

Answer:

I will say 2,000 yes so that is what I am putting

A shipment of 50 precision parts including 4 that are defective is sent to an assembly plant. The quality control division selects 10 at random for testing and rejects the entire shipment if 1 or more are found defective. What is the probability this shipment passes inspection?

Answers

Answer:

0.3968 = 39.68% probability this shipment passes inspection.

Step-by-step explanation:

The parts are chosen without replacement, which means that the hypergeometric distribution is used to solve this question.

Hypergeometric distribution:

The probability of x successes is given by the following formula:

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}*C_{N-k,n-x}}{C_{N,n}}[/tex]

In which:

x is the number of successes.

N is the size of the population.

n is the size of the sample.

k is the total number of desired outcomes.

Combinations formula:

[tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

In this question:

50 parts means that [tex]N = 50[/tex]

4 defective means that [tex]k = 4[/tex]

10 are chosen, which means that [tex]n = 10[/tex]

What is the probability this shipment passes inspection?

Probability that none is defective, so:

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}*C_{N-k,n-x}}{C_{N,n}}[/tex]

[tex]P(X = 0) = h(0,50,10,4) = \frac{C_{4,0}*C_{46,10}}{C_{50,10}} = 0.3968[/tex]

0.3968 = 39.68% probability this shipment passes inspection.

Sticky buns sell for $1.25 each,or $10.89 per dozen. how much does each bun cost if purchased by the dozen? How much do you save on 12 sticky buns?

Answers

Answer:

If you buy per dozen, each buns costs about 91 cents.

You will save $4.11 if you buy per dozen.

Step-by-step explanation:

1.25 * 12= $15

10.89/12= .9075 = .91 cents

15-10.89= $4.11

Consider the probability that no less than 37 out of 295 cell phone calls will be disconnected. Choose the best description of the area under the normal curve that would be used to approximate binomial probability.

a. Area to the right of 36.5
b. Area to the right of 37.5
c. Area to the left of 36.5
d. Area to the left of 37.5
e. Area between 36.5 and 37.5

Answers

Answer:  Choice A) Area to the right of 36.5

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

Explanation:

The phrasing "no less than" means the same as "at least".

Saying "at least 37" means 37 is the lowest we can go.

If x is the number of disconnected calls, then [tex]x \ge 37[/tex] and we want to find the probability of this happening (the max being 295).

We could use the binomial distribution to find the answer, but that would require adding 295-37+1 = 259 different values which could get tedious. So we could use the normal approximation to make things relatively straight forward.

Assuming this binomial meets the requirements of the normal approximation, then we'd look under the normal curve for the area to the right of 36.5; which is why the answer is choice A.

Why 36.5 and not 37? This has to do with the continuity correction factor when translating from a discrete distribution (binomial) to a continuous one (normal).

If we used 37, then we'd be missing out on the edge case. So we go a bit beyond 37 to capture 36.5 instead. It's like a fail safe to ensure we do account for that endpoint of 37. It's like adding a buffer or padding.

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

Side notes:

Choice B would be the answer if we wanted to excluded 37 from the group, ie if we wanted to calculate [tex]P(x > 37)[/tex] instead of [tex]P(x \ge 37)[/tex]. So we're moving in the opposite direction of choice A to avoid that edge case. We go with "right" instead of "left" since this is what the inequality sign says.

Help please!!!!!!!???!!!!

Answers

Answer:

The equation is

y=0.5x+2

prove the identity of
[tex] 4 sin^{2}x + 7sin^{2} = 4 + 3cos^{2} [/tex]

Answers

Answer:

7sin

2

x+3cos

2

x=4

4sin

2

x+3sin

2

x+3cos

2

x=4

4sin

2

x+3=4

4sin

2

x=1

sin

2

x=

4

1

sinx=

2

1

or sinx=−

2

1

Step-by-step explanation:

TAKING THE POSITIVE ROOT x=

6

π

tan(

6

π

)=

3

1

Give two examples of addition of two mixed numbers with different denominators
SHOW ALL STEPS

Answers

Answer:

First Example: 3 1/2 + 4 3/4, Second Example: 6 3/8 + 7 9/15

Extra Example: 8 4/20 + 3 5/10

Step-by-step explanation:

First Example:

1/2 + 3/4

1/2 is equal to 2/4 so it is now compatible to be added to 3/4.

2/4 + 3/4

= 5/4

Now for the mixed numbers since its 3 and 4, 3 + 4 = 7.

Final answer is 7 5/4.

Second Example:

3/8 + 9/15

9/15 can be reduced to 3/5

Now the equation is 3/8 + 3/5

= 15/40 + 24/40 is an equivalent equation

15/40 + 24/40  

= 39/40

Now for the mixed numbers since its 6 and 7, 6 + 7 = 13

Final answer is 13 39/40.

I am going to include one last example just in case you need one:

Third Example:

4/20 + 5/10

We can reduce these to

1/5 + 1/2

= 2/10 + 5/10 is the equivalent equation

2/10 + 5/10

= 7/10

Now for the mixed numbers since its 8 and 3, 8 + 3 = 11.

Final answer is 11 7/10.

I Hope this helps!

For which pair of functions is the vertex of k(x) 6 units below the vertex of
f(x)?
A. Ax) = x2 and k(x) = x2 + 6
B. f(x) = x2 and k(x) = (x+6)2
C. Ax) = x and k(x) = (x – 6)2
D. f(x) = x2 and k(x) = x2 - 6

Answers

Using translation concepts, the vertex of k(x) is 6 units below the vertex of f(x) = x² for:

D. f(x) = x² and k(x) = x² - 6.

What is a translation?

A translation is represented by a change in the function graph, according to operations such as multiplication or sum/subtraction in it's definition.

We want to shift the vertex 6 units down, hence the transformation is y -> y - 6, so the correct pair is:

D. f(x) = x² and k(x) = x² - 6.

More can be learned about translation concepts at https://brainly.com/question/4521517

#SPJ1

Other Questions
question in picture | Math Amelia, Luis, Shauna, and Clarence used different approaches to solve the inequality7.2b + 6.5 > 4.8b 8.1.Amelia started by subtracting 7.2b from both sides to get 6.5 > 2.4b 8.1.Luis started by subtracting 4.8b from both sides to get 2.4b + 6.5 < 8.1.Shauna started by subtracting 6.5 from both sides to get 7.2b > 4.8b 14.6.Clarence started by adding 8.1 to both sides to get 7.2b + 14.6 > 4.8b.Which students first step was incorrect, and why?Amelias, because the variable term must be isolated on the left sideLuiss, because he flipped the inequality sign when he subtractedShaunas, because she did not apply the subtraction property of equality properly Clarences, because the terms he added together were not like terms Help me with this problem You react 25.0 grams of aluminum with iron (II) chloride. How many grams of iron will youmake? 2A1 + 3FeCl2 --> 2AlCl3 + 3Fe(PLS HELP ASAP) What fraction of a circle does an arc measure of 30 degrees encompass?1/121/41/61/3 Why did eleven southern states choose to secede after the election of Abraham Lincoln in 1860, and why did Lincoln and the United States go to war in response Solve: all real numbersno solutionPlease help What is the vertex ofy= 3/4x^2+3x+2 1 pointUse log10 3-0.4771; log10 5 0.699010810 7 0.8451; log10 11 1.0414 to approximate the value of each expression-log10 14710910 (147) PLEASEEEE HELPP MEEEE I NEED HELPPPPPPP PLELASEEEEEE I REALLY DONT GET THIS AT ALL I JUST WANNA PAST THE 6th grade A side of the triangle below has been extended to form an exterior angle of 158. Findthe value of x. If p and q are two natural numbers and p^q = 16, then q^pq is ............ Juan Carlos and his family were all involved in the preparations for his grandparents anniversary celebration. What did each person do or make? For each item, do the following:Unscramble the words and write them in the correct order to form a complete sentence.Conjugate the verb hacer in the preterite to match the subject of the sentence.Be sure to start each sentence with a capital letter and end it with a period.Modelo:las / Uds. / hacer / reservaciones / el / saln / paraUds. hicieron las reservaciones para el saln.1. hacer / T / invitaciones / lasyour answer is emptyCorrect answer T hiciste las invitaciones.T hiciste las invitaciones.2. Analisa / pastel / bonito / hacer / unyour answer is emptyCorrect answer Analisa hizo un pastel bonito.Analisa hizo un pastel bonito.3. Rafael / yo / y / decoraciones / las / haceryour answer is emptyCorrect answer Rafael y yo hicimos las decoraciones.Rafael y yo hicimos las decoraciones.4. hacer / regalo / un / Los / nios / especialyour answer is emptyCorrect answer Los nios hicieron un regalo especial.Los nios hicieron un regalo especial.5. sndwiches / hacer / Yo / unosyour answer is emptyCorrect answer Yo hice unos sndwiches.Yo hice unos sndwiches. THE NO.(II) I DIDN'T GET f(3)=-f(9)instead i got f(3)=f(9)..NO LINK PLS Examples of the dangers the refugees face when trying to get to Malaysia by boat: PLEASE HELP!Question: Give an example of a patent in business. Johnny tripled his baseball card collection. Then he added 6 more cards to the collection. Now he has 24 cards. How many cards did he start with? which is the correct answer ? Chn nui b sa trung du min ni Bc B gn y c pht trin mnh do tc ng ch yu ca How do you find the product of gamma decay?