which numbers will round to 19 when they are rounded to the nearest whole number? select each correct answer. responses 19.46 19.46 18.48 18.48 19.91 19.91 18.82 18.82 19.33 19.33 1, fully attempted. 2, fully attempted. 3, fully attempted. 4, fully attempted. 5, fully attempted. 6, fully attempted. 7, unattempted. 8, unattempted.

Answers

Answer 1

The numbers that will round to 19 when rounded to the nearest whole number are 19.46 and 19.91.

To round a number to the nearest whole number, we look at the decimal part of the number. If it is less than 0.5, we round down to the nearest integer. If it is greater than or equal to 0.5, we round up to the nearest integer.

For the given set of numbers, we can round them to the nearest whole number and check which ones round to 19:

19.46 rounds up to 19

18.48 rounds down to 18

19.91 rounds up to 20

18.82 rounds up to 19

19.33 rounds up to 19

Therefore, the numbers that round to 19 when rounded to the nearest whole number are 19.46 and 19.33.


To know more about whole number refer here:

https://brainly.com/question/29766862#

#SPJ11


Related Questions

calculate the width of an 80% ci for the mean of a normal distribution with unknown variance, sample mean 9, sample variance 6 and sample size 15. use two decimal places.

Answers

With the given parameters, the width of the 80% CI for the normal distribution's mean is roughly 1.5.

The following formula can be used to determine the width of an 80% confidence interval (CI) for the mean of a normal distribution with unknown variance, the sample mean 9, sample variance 6, and sample size 15:

width = t * (s / √(n))

where s is the sample standard deviation (the square root of the sample variance), n is the sample size, and t is the value from the t-distribution with n-1 degrees of freedom for an 80% CI (from a t-table or calculator).

We must first determine the sample standard deviation:

s = √(6) ≈ 2.45

Then, we can find the worth of t from a t-table or mini-computer for a 80% CI with 14 levels of opportunity (15-1):

t = 1.339

Lastly, these numbers can be used to calculate the 80% CI width:

width = 1.339 * (2.45 / √(15))  = 1.5

With the given parameters, the width of the 80% CI for the normal distribution's mean is roughly 1.5.

Learn more about Normal Distribution:

https://brainly.com/question/4079902
#SPJ4

ASAP

Ω = {whole numbers from 2 to 9} A = {even numbers} B = {prime numbers} List the elements in:
a. A’
b. A∩B
c. A∪B

Answers

Answer:

a. A' = {3, 5, 7, 9} (complement of A)

b. A∩B = {2} (intersection of A and B, which contains only the even prime number 2)

c. A∪B = {2, 4, 6, 8, 3, 5, 7} (union of A and B, which contains all even numbers and all prime numbers between 2 and 9)

Triangle A: All sides have length 12 cm.
Triangle B: Two sides have length 10 cm, and the included angle measures 60°.
Triangle C: Base has length 15 cm, and base angles measure 40°.
Triangle D: All angles measure 60°.



Which triangle is not a unique triangle? (5 points)

a
Triangle A

b
Triangle B

c
Triangle C

d
Triangle D

Answers

triangle C

Step-by-step explanation:

If you draw it out, it looks unique

A set of blocks contains blocks of heights 1, 2, and 4 centimeters. Imagine constructing towers by piling blocks of different heights directly on top of one another. (A tower of height 6 cm could be obtained using six 1 cm blocks, three 2 cm blocks, one 2 cm block with one 4 cm block on top, one 4 cm block with one 2 cm block on top, and so forth.) Lett, be the number of ways to construct a tower of height n cm using blocks from the set. (Assume an unlimited supply of blocks of each size.) Use recursive thinking to obtain a recurrence relation for ty, ty, tzo Imagine a tower of height k cm. Either the bottom block has height 1 cm or it has height 2 cm or it has height cm. If the bottom block has height 1 cm, then the remaining blocks make up a tower of height x cm. By definition of t, there are tk-1 such towers. If the bottom block has height 2 cm, then the remaining blocks make up a tower of height x cm. By definition of there are x cm, then the remaining blocks make tx-2 such towers. If the bottom block has height such towers up a tower of height x cm. By definition of there are 1 Select X Therefore, for each integer, n 25,

Answers

Answer:   Based on the problem statement, we can define a recurrence relation as follows:

t(n) = t(n-1) + t(n-2) + t(n-4)

This means that the number of ways to construct a tower of height n cm can be obtained by considering the possible heights of the bottom block in the tower. If the bottom block has height 1 cm, then the remaining blocks make up a tower of height (n-1) cm, for which there are t(n-1) ways to construct it. If the bottom block has height 2 cm, then the remaining blocks make up a tower of height (n-2) cm, for which there are t(n-2) ways to construct it. If the bottom block has height 4 cm, then the remaining blocks make up a tower of height (n-4) cm, for which there are t(n-4) ways to construct it.

Since we are assuming an unlimited supply of blocks of each size, we can use these blocks repeatedly to construct towers of different heights. Also, we can use dynamic programming to compute the values of t(n) for each integer n from 1 to 25, by using the recurrence relation above and the base cases:

t(0) = 1 (there is only one way to construct a tower of height 0 cm, which is to not use any blocks)

t(n) = 0 for n < 0 (there is no way to construct a tower of negative height)

Using these, we can compute the values of t(n) for n = 1, 2, ..., 25, as follows:

t(0) = 1

t(1) = t(0) = 1

t(2) = t(1) + t(0) = 2

t(3) = t(2) + t(1) = 3

t(4) = t(3) + t(2) + t(0) = 6

t(5) = t(4) + t(3) + t(1) = 10

t(6) = t(5) + t(4) + t(2) = 19

t(7) = t(6) + t(5) + t(3) = 32

t(8) = t(7) + t(6) + t(4) = 61

t(9) = t(8) + t(7) + t(5) = 104

t(10) = t(9) + t(8) + t(6) = 195

t(11) = t(10) + t(9) + t(7) = 332

t(12) = t(11) + t(10) + t(8) = 626

t(13) = t(12) + t(11) + t(9) = 1065

t(14) = t(13) + t(12) + t(10) = 2002

t(15) = t(14) + t(13) + t(11) = 3405

t(16) = t(15) + t(14) + t(12) = 6403

t(17) = t(16) + t(15) + t(13) = 10946

t(18) = t(17) + t(16) + t(14) = 20618

t(19) = t(18) + t(17) + t(15) = 350

Step-by-step explanation:

g the probability that a patient recovers from a stomach disease is 0.8 exactly 14 recover? at least 10 recover?

Answers

A patient's probability of recovering is 0.8, so the likelihood that they won't is 0.2.

The probability that a patient will recover from a stomach disease is 0.8. Assume that 20 persons have reportedly got this illness.

Let X = # of recoveries out of 20 patients who caught the condition while PMF for X and resolve issues. Imagine that a 20-person sample was chosen at random.

Here, Bernoulli trials are applicable.

Recall that the chance of k successes in n trials using the Bernoulli approach is given by:

P(k)=( n/k )p (power k) * (q power n−k)

where q=1-p is the probability that an attempt would fail

where q=1-p is the probability that an attempt would fail

Here, let's make recovery a success. Hence, p = 0.8, q = 0.2, and n = 20

The probability that at least 10 recoveries will occur is

P(X10) = P(10) + P(11) + P(12) +... + P (20)

The complete question will be:

The probability that a patient recovers from a stomach disease is 0.8. Suppose twenty people are known to have contracted this disease. What is the probability that at least ten recover?

Learn more about probability at

brainly.com/question/30034780

#SPJ4

You want to cover a circular window with tinted paper. The window has a radius of 6 inches. How many square inches of tinted paper will you need to use to cover the window

Answers

Answer:113.04 in squared

Step-by-step explanation: a=3.14Rsquared

A=3.14 x 6squared 6 x 6=36

A=3.14 x 36

3.14 x 36 = 113.04 inches squared or 113 inches squared

To cover the circular window, you will require a piece of tinted paper measuring approximately 113 in²

The area of the circular window can be found using the formula for the area of a circle:

A = πr²

where A is the area of the circle, π is the mathematical constant pi (approximately 3.14), and r is the radius of the circle.

In this case, the radius is given as 6 inches, so we can substitute that value into the formula:

A = π (6 inches)²

A = π (36 square inches)

A ≈ 113.04 square inches

Rounding to the nearest tenth gives:

A ≈ 113 square inches

Therefore, you will need approximately 113 square inches of tinted paper to cover the circular window.

To learn more about area of a circle click here

brainly.com/question/28642423

#SPJ4

PLEASE HELP!!
Solve and explain

Answers

Answer:Tham I can’t even se the letters you should have posted each question one by one

Step-by-step explanation:

good luck

HELP ME PLEASE ILL GIVE YOU STARS​

Answers

Answer:

multiply BD and AC and you got it

Step-by-step explanation:

if yuo put ABD triangle over CEB you got a sqare, if you do it again you got a aqare 20x10

if the number of samples were doubled, what would be the new confidence interval (keeping the same confidence level?)

Answers

If the number of samples is doubled, the new confidence interval would be 9.61, 10.39 or narrower (smaller) while keeping the same confidence level.

. When calculating the confidence interval, the standard error is used, along with the sample mean and the critical value from the distribution. If we have a larger sample size, we can be more confident in our estimate of the population parameter because the sample mean will more closely resemble the population mean. As a result, the confidence interval can be narrower, indicating a higher degree of precision. For Example:Suppose a sample of 50 was taken, and the mean weight of an object was 10 grams with a standard deviation of 2 grams.

At a 95 percent confidence level, the confidence interval for the mean weight would be 10 ± (1.96)(2/√50) = (9.15, 10.85)Now suppose that the sample size is doubled to 100. The standard error will be cut in half, i.e., 2/√100 = 0.2. As a result, the new confidence interval would be 10 ± (1.96)(0.2) = (9.61, 10.39). Notice that the new confidence interval is narrower, indicating a higher degree of precision while keeping the same confidence level.

To know more about mean, click here:

https://brainly.com/question/30112112

#SPJ11

The graph represents a relation where x represents the independent variable and y represents the dependent variable.



Is the relation a function? Explain.


No, because for each input there is not exactly one output.

No, because for each output there is not exactly one input.

Yes, because for each input there is exactly one output.

Yes, because for each output there is exactly one input.

Answers

Answer:

  (a)  No, because for each input there is not exactly one output.

Step-by-step explanation:

You want to know if the relation shown in the graph is a function.

Function

A relation is a function if its graph passes the vertical line test. That is, a vertical line cannot intercept the graph of the relation at more than one point.

The points (-1, -2) and (-1, 3) will both be intercepted by the vertical line x = -1. This tells us the relation is not a function, because it has two outputs for that input.

<95141404393>

6y^2+11y-7

Solve this pls show work

Answers

Step-by-step explanation:

hope this will help u

Write the ratio as a fraction in simplest form, with whole numbers in the numerator and denominator.

40 min 25 min

Answers

Answer:

Part A is 8/13 of the whole

Part B is 5/13 of the whole

Step-by-step explanation:

Assuming there are no other parts,

the Whole = A + B is the denominator:

Whole = 40 + 25 = 65

Part A = 40 and Part B = 25 are numerators for each fraction.

The fractions are then:

40/65 and 25/65

Meaning:

Part A is 40/65 of the whole

Part B is 25/65 of the whole

Reducing the fractions, it is also true that:

Part A = 8/13 of the whole

Part B = 5/13 of the whole

which property is shown 16x5x2=2x5x16

Answers

Answer:

Commutative property

The Commutative property is most simply shown with: a x b = b x a. In multiplication, the values can shift or "commute" in any order

isaac is designing a circular table top that he plans to paint white. the table top has a circumference of 18.84 feet. using 3.14 for , what is the area of the table top rounded to the nearest hundredth?the area of the table top is

Answers

The area of the table top is approximately 28.27 square feet. To find the area of a circular table top with a given circumference, we can use the formula A = πr², where r is the radius.

To find the area of the table top, we need to use the formula for the area of a circle, which is:

A = πr²

We are given the circumference of the table top, which is:

C = 2πr

We can solve for r by dividing both sides by 2π:

r = C / (2π) = 18.84 / (2 * 3.14) = 3

Now we can substitute this value for r into the formula for the area of a circle:

A = π(3)² = 9π

Using 3.14 for π, we get:

A ≈ 28.26

Rounding to the nearest hundredth, the area of the table top is approximately 28.27 square feet.

Learn more about area here: brainly.com/question/27683633

#SPJ4

A figure displays two complementary nonadjacent angles. If one angle measure is 79", what is the other angle measure?
(1 point)
O 21"
O 121°
O 101'
O 11"

Answers

ANSWER-

Let the nonadhacent anglesof complementary angle be x and y where, x=79 and y =?

WE KNOW,

x+y=90

or,79+y=90

or, y=90-79

:. y=11,,

Graph a right triangle with the two points forming the hypotenuse. Using the sides, find the distance between the two points in simplest radical form. ( − 3 , − 4 ) and ( − 5 , − 6 ) (−3,−4) and (−5,−6)

Answers

The length of the hypotenuse is 2 times the square root of 5. The Pythagorean theorem can be used to determine the length of the hypotenuse.

How to find distance between two points ?

To graph the right triangle with the given points as the hypotenuse, we first plot the points on a coordinate plane . The two points form the endpoints of the hypotenuse, which is the line segment connecting them. We can find the length of this line segment using the distance formula:

distance = [[tex]\sqrt{(x2 - x1)^2 + (y2 - y1)^2]}[/tex]

In this case, we have:

distance = [[tex]\sqrt{(-5 - (-3))^2 + (-6 - (-4))^2}[/tex]]

distance = [tex]\sqrt{(-5 - (-3))^2 + (-6 - (-4))^2}[/tex]]

distance = [[tex]\sqrt{4 + 4}[/tex]]

distance = [[tex]\sqrt{8}[/tex]]

We can simplify [tex]\sqrt{8}[/tex] by factoring out the perfect square factor of 4:

distance = [[tex]\sqrt{4 * 2}[/tex]]

distance = [tex]\sqrt{4} *\sqrt{2}[/tex]

distance = 2 * [tex]\sqrt{2}[/tex]

Thus, the distance between the two points is 2 * [tex]\sqrt{2}[/tex] ] units.

To know more about triangle visit

brainly.com/question/2773823

#SPJ9

Let alpha = phi/2008 . Find the smallest positive integer n such that 2 [cos(alpha) sin(alpha) + cos (4 alpha) sin (2 alpha) + cos (9 alpha) sin (3 alpha) +.....+ cos (n^2 alpha) sin(n alpha)] is an integer

Answers

n = ceil(sqrt((2008/4phi)[90 - arccos(k(2 cos(phi/2008)))]))

How to find integer?Simplifying equation:

       2 [cos(alpha) sin(alpha) + cos(4 alpha) sin(2 alpha) + cos(9 alpha) sin(3 alpha) + ... + cos(n^2 alpha) sin(n alpha)]

     = [sin(2 alpha) + sin(8 alpha) + sin(18 alpha) + ... + sin(n^2 alpha)].

Using the formula for the sum of a geometric series:

        sin(2 alpha) + sin(8 alpha) + sin(18 alpha) + ... + sin(n^2 alpha)

     = (sin(2 alpha) - sin(2n^2 alpha))/(1 - sin(2 alpha))

     = (2 sin(n^2 alpha) cos(n^2 alpha))/(2 cos(alpha) - 1)

     = [sin(2n^2 phi/2008)]/(2 cos(alpha) - 1)

To find an integer value:

        [sin(2n^2 phi/2008)]/(2 cos(alpha) - 1)

        sin(2n^2 phi/2008) = k(2 cos(alpha) - 1)

        cos(90 - 2n^2 phi/2008) = k(2 cos(alpha) - 1)

Now, we need to find the smallest positive integer n

       90 - 2n^2 phi/2008 = ±arccos(k(2 cos(alpha) - 1))

Solving for n, we get:

       n^2 = (2008/4phi)[90 ± arccos(k(2 cos(alpha) - 1))]

       n = ceil(sqrt((2008/4phi)[90 - arccos(k(2 cos(phi/2008)))]))

We can find the smallest positive integer n by incrementing the value of k starting from 1 until ceil(k^2*alpha) is greater than or equal to n.

Learn mor about integer

brainly.com/question/15276410

#SPJ11

GIVING BRAINLIEST FOR RIGHT ANSWER

Answers

Answer:

4

Step-by-step explanation:

Answer:

[tex]x\leq 6[/tex]

Step-by-step explanation:

In terms of the water lily population change, the value 3.915 represents: the value 1.106 represents:

Answers

The value 1.106 represents the slope of the regression line or the rate of change of y with respect to x.

In the given regression equation y = 3.915(1.106)x:

The value 3.915 represents the y-intercept or the predicted value of y when x=0. In the context of the water lily population change, this value could represent the initial population of water lilies or the minimum population that can sustain in the given environment.The value 1.106 represents the slope of the regression line or the rate of change of y with respect to x. In the context of the water lily population change, this value could represent the rate at which the water lily population increases or decreases with respect to some independent variable x, such as time or environmental factors.

Learn more about slope here https://brainly.com/question/19131126

#SPJ4

Solve for y
y-5.4=4.86

Answers

Answer: y - 10.26

Step-by-step explanation: Add 5.4 on both sides and that leaves you with y

the nonparametric tests discussed in your book (wilcoxon rank sum test, sign test, wilcoxon signed rank sum test, kruskal-wallis test, and friedman test) all require that the probability distributions be:

Answers

Nonparametric tests can be useful in situations where the data may not follow a specific distribution or where the assumptions of a parametric test are not met.

The nonparametric tests mentioned in your question do not assume any specific probability distribution for the data. Hence, they are called nonparametric tests. These tests are used when the assumptions required for parametric tests (e.g., normality) are not met, or when the data is measured on ordinal or nominal scales rather than continuous ones.

The Wilcoxon rank-sum test, sign test, and Wilcoxon signed-rank test are used to compare two independent or dependent samples. The Kruskal-Wallis test and Friedman test are used to compare three or more independent or dependent samples.

Learn more about probability distributions here

brainly.com/question/14210034

#SPJ4

9 km
7 km
3 km
3 km
3 km
2 km
8 km
9 km
3 km
7 km

Answers

Answer: what do you mean? I need more info-

Step-by-step explanation:

I can answer it with more info :)

A triangle with side lengths 7, 6, 4 is

Acute

Right

Obtuse

Answers

Right

so 7 is the hypotenuse because it is the biggest. so you have to use 6 and 4 in the formula to see if they equal 7.

(a)²+(b)²=c²

(6)²+(4)²=c²

36+16=c²

(square root) 52=c²

the square root of 52 is 7

so therefore it is a right triangle.

Simplify each epression and state the domain restrictions for each expression. You
MUST show your work (either typing or attaching a file) for full credit.
1.
2.
9x+3
12x+4
2x²+10x
x²+10x+25

Answers

The answer and workout is provided in the attachment.

it is estimated that 45% of the senior class will go to prom this year. if you randomly choose 10 seniors and ask them if they are going to prom, would you use the normal approximation to predict these results?

Answers

Yes, we  would use the normal approximation to predict these results.

When it comes to hypothesis testing and confidence intervals, the normal distribution plays a crucial role.

When sample sizes are large enough, the normal distribution can be used as a reasonable approximation for the binomial distribution.

This is because the binomial distribution approaches the normal distribution as sample size increases.

To calculate the normal approximation, you will need to determine the mean and standard deviation of the binomial distribution.

The mean is np and the standard deviation is the square root of np(1-p),

where n is the sample size and p is the probability of success.

The probability of success in this case is 45%, or 0.45.

Therefore, the mean is 10 * 0.45 = 4.5 and the standard deviation is the square root of 10 * 0.45 * (1 - 0.45) = 1.37.

Now that you have the mean and standard deviation, you can use the normal distribution to make predictions about the sample.

If you want to find the probability that exactly 5 students will go to prom, for example, you would use the formula for the normal distribution with a mean of 4.5 and a standard deviation of 1.37.

For similar question on approximation.

https://brainly.com/question/28325512

#SPJ11

begging for help lol pleaseee

Answers

Step-by-step explanation:

Find the area of the yellow circle using pie times radius squared. Then find the area of the entire circle using the same formula then take the answer for the area of the entire circle - area of the yellow circle

X^4-3x^2+9x name the polynomial

Answers

Answer:

biquadratic polynomial

Step-by-step explanation:

it has degree 4

The number of cases of a disease
increases by the same factor each year, as
shown in the table below.
Write an expression for the number of
cases of the disease after n years.
Start
End of year 1
End of year 2
End of year 3
Number of cases
1400
2100
3150
4725

Answers

Answer:

N*r^n

Step-by-step explanation:

Let the initial number of cases at the start of year 1 be represented by N.

From the given information, we know that the number of cases increases by the same factor each year. Let this factor be represented by r.

Then, at the end of year 1, the number of cases would be N*r, since it has increased by a factor of r.

Similarly, at the end of year 2, the number of cases would be Nrr, or N*r^2.

At the end of year 3, the number of cases would be Nrrr, or Nr^3.

We can use this pattern to write a general expression for the number of cases after n years:

N * r^n

where N is the initial number of cases, r is the common factor by which the number of cases increases each year, and n is the number of years elapsed.

what is the value of the t score for a 99.8% confidence interval if we take a sample of size 5? group of answer choices

Answers

the t-score for a 99.8% confidence interval with a sample size of 5 is 4.604.

The t-score for a 99.8% confidence interval with a sample size of 5 can be found using a t-distribution table or calculator.

Since we have a sample size of 5, the degrees of freedom (df) will be n - 1 = 4.

From the t-distribution table or calculator, the t-score for a 99.8% confidence interval with 4 degrees of freedom is approximately 4.604.

Therefore, the t-score for a 99.8% confidence interval with a sample size of 5 is 4.604.

the complete question is :

what is the value of the t score for a 99.8% confidence interval if we take a sample of size 5?

Learn more about sample size here

https://brainly.com/question/25894237

#SPJ4

Arrange jn order smallest to largest. 11%, 0. 2, 13%, 3/20, 1/8

Answers

Arranged from smallest to largest, the given values are 0.2, 3/20, 1/8, 11%, and 13%.

To compare these values, we need to convert the percentages to decimals. We can do this by dividing them by 100. So, 11% becomes 0.11 and 13% becomes 0.13.

Next, we can convert 3/20 and 1/8 to decimals by dividing them using a calculator. We get:

3/20 = 0.15

1/8 = 0.125

Now, we can arrange these values in ascending order:

0.2 < 0.125 < 0.15 < 0.11 < 0.13

Therefore, the values arranged in order from smallest to largest are 0.2, 3/20, 1/8, 11%, and 13%.

Learn more about Number Arrangements:

https://brainly.com/question/1427391


#SPJ4

Other Questions
when cassie shops for groceries with her young daughter lanie, she talks with her about what they need to buy and involves her in the process of selecting items. these social interactions, which help lanie act in more mature ways, were referred to by vygotsky as . attachment reciprocity sensitivity scaffolding s 2 weeks 1 s s s 3 ss s ? a new product is being tested by zed electronics to determine if it will continue to operate in a stable fashion under a variety of conditions. a sample of 400 items were tested, and 60 failed the test. determine a 90 percent confidence interval for the population proportion. Solve the equation by completing the square. x^212x+35=0After completing the square, the equation is _____, and the solution is x=5,x=7 What is Kobe B. Bryant's blood type?a. Ab. Bc. ABd. O Professional baseball player Rusty Raspberry earns $1,715,000 a year playing baseball. Lastyear, a biography that he had written sold 300,000 copies at a price of $24 each. Raspberryreceived 10% in royalties on the book sales. What was his total salary last year from the bookand his baseball career? Please help with 7! Thankyou :) Find the measure of angle DBC. which type of audience in the crime analysis typology refers to line-level officers and first-line supervisors? A gas station operates two pumps, each of which can pump up to 10,000 gallons of gas in a month. The total amount of gas pumped at the station in a month is a random variable Y (measured in 10,000 gallons) with a probability density function given byy, 0< y < 1,f(y) = 2 - y, 1 what interval, considered dissonant in earlier centuries, was thought as consonant to some in the fourteenth century? anselm kiefer's breaking of the vessels suggests several interrelated ideas about knowledge and the introduction of evil into the world, and also alludes to what historical event? how does joseph soloveitchik deal with the issue of two stories of adam while still upholding the idea that the old testament was really intended to include both stories? what is the term for 2x + 4y - 2 despite the deteriorating discipline and living conditions at valley forge in the winter of 1777-1778, american troops benefited from integer usernum is read from input. write a while loop that reads integers from input until a positive integer is read. then, find the sum of all integers read. the positive integer should not be included in the sum. h(t) = -16t + 110t + 72The function above models the height, h, in feet, of an object above the ground t seconds after being launched straight up in the air. What does the number 72 represent in the function?*1 pointA The initial height, h, in feet, of the object.B The maximum height, h, in feet, of the object.C The initial speed, in ft per second, of the object.D The maximum speed, feet per second, of the object. [chapter 21] in competitive markets, do all purchasers have to be informed or switch in response to changes in prices and quality for markets to perform efficiently? En algunos deportes cuando recibes puntos para tu equipo puedes decir que ___ puntos.(a) acortas(b) anotas(c) subes(d) te enteras A boutique wants to determine how the amount of time a customer spends browsing in the store affects the amount the customer spends. 2 1 The equation of the regression line is Y - 2+0.98 40 30 . A browsing time of 17 minutes is found to result in an amount spent of 40.3 dollars. What is the predicted amount spent? Ex: 7.9 dollars 20 . 10 Where is the observed value in relation to the regression line? Pick 0 10 20 40 50 dollars Pick Browsing time in minutes) A browsing time of 14 minutes is found to result in a amount spent of 10.84 dollars. What is the predicted amount spent? Where is the observed value in relation to the regression line? A browsing time of 28 minutes is found to result in a amount spent of 27.2 dollars. What is the predicted amount spent? Where is the observed value in relation to the regression line? dollars Pick above below 2 on Check Next