In baseball each time a player attempts to hit the ball it is recorded the ratio of his compared to the total Tems is there a batting average each player on the team wants to have the highest batting average to help their team the most for the season so far Jenna has hit the ball 12 times Outta 15 attempts thought I said the 19 out of 10 times which player has a ratio that means you have a better batting average?

Answers

Answer 1

The answer is: A) Tasha, because she has the lowest ratio since 0.75 < 0.8

Explain:

i did the test

Answer 2

Answer:

Step-by-step explanation:the answer is a


Related Questions

calculate the expected return for stocks a and b. (do not round intermediate calculations and enter your answers as a percent rounded to 2 decimal places, e.g., 32.16.)b.calculate the standard deviation for stocks a and b.

Answers

a) The expected return for stocks a and b is 13.56% and 20.02% respectively.

b) The standard deviation for stocks a and b are 8.32% and 32.60%.

a) Expected return = Probability of recession × Return during recession + Probability of normal × Return during normal + Probability of boom × Return during boom

Expected return for stock A = 0.21 × 0.04 + 0.61 × 0.12 + 0.18 × 0.30

The expected return for stock A = 0.1356

The expected return for stock A = 13.56%

Expected return for stock B = 0.21 × (-0.41) + 0.61 × 0.31 + 0.18 × 0.54

The expected return for stock B = 0.2002

The expected return for stock B = 20.02%

b) Standard deviation of stock = √{Probability(Recession) × (Rate during recession - expected rate )² + Probability(Normal)(Rate during normal - expected return)² + Probability(Boom) × (Rate in boom - Expected return)²}

Standard deviation of stock A = √[(0.21 × (0.04-0.1356)² + 0.61 × (0.12 - 0.1356)² + 0.18 × (0.30-0.1356)²)]

The standard deviation of stock A = 0.0832

The standard deviation of stock A = 8.32

Standard deviation of stock B = √(0.21 × (-0.41-0.2002)² + 0.61(0.31 - 0.2002)² + 0.18 × (0.54-0.2002)²)]

The standard deviation of stock B = 0.3260

The standard deviation of stock B = 32.60%

Learn more about stock returns at

https://brainly.com/question/14229853?referrer=searchResults

#SPJ4

Joey's boat weighs 0.62 tons. What is he weight of the boat measured in pounds?

Answers

Answer:

The answer would be 1240 pounds. The conversion that you would make would be to multiply 0.62 by 2000.

Hope this helps, Have a wonderful day! :D

Step-by-step explanation:

Find the value of the product (4a2 + 3b) (4a2+36) at a = 1, b = 2.

Answers

The final value of the product = 292

According to the given equation -

= (4a2+3b)x(4a2+36)

multiply the whole equation-

= 16a4+144+12a2b+108

as we can see that the values of a and b are given 1 and 2 respectively,

so putting the values of a and b in the equation we get -

= 16(1)4+144+12(1)2(2)+108

= 292

The product of the following equation will be = 292

To learn more about mathematics,

brainly.com/question/25896797

https://brainly.com/question/25678139

aurelio is purchasing carpet tiles to cover an area of his living room floor that is 813 feet wide by 10 feet long. each carpet tile is a square 20 inches wide by 20 inches long. what is the minimum number of carpet tiles that aurelio must purchase to cover this area of his living room floor?

Answers

30 inches many carpet tiles will Aurelio need to buy at the very least to cover this portion of the floor in his living room.

Given that,

To cover an area of his living room floor that is 8 1/3 feet wide by 10 feet long, Aurelio is buying carpet tiles. The dimensions of each carpet tile are 20 inches broad by 20 inches long.

We have to find how many carpet tiles will Aurelio need to buy at the very least to cover this portion of the floor in his living room.

We know that,

1 feet=12 inches.

So,

8 1/3 feet = 25/3 feet =100 inches.

10 feet =120 inches.

=100+120 inches

=12000 inches.

So, now

20×20=400

We get

12000/400= 30

Therefore, 30 many carpet tiles will Aurelio need to buy at the very least to cover this portion of the floor in his living room.

To learn more about inches visit: https://brainly.com/question/16311877

#SPJ4

Write code using the range function to add up the series 15, 20, 25, 30,. 50 and print the resulting sum each step along the way.

Answers

The range function to add up the series is 15 ,35 ,60 ,90, 125,165,210 ,260

What is a python function?

A unit of code with a name is referred to as a function in Python. We utilize functions anytime we need to repeat a process repeatedly without writing the same code.

Given: Series 15, 20, 25, 30,.. 50

Program (Pascal ABC) and Result:

Program:

Var i, Summ : integer;

begin

i : = 15;

Summ : = 15;

While i <= 50 do

begin

WriteIn ( '   ' , Summ)  ;

i : = i + 5 ;

Summ : = Summ + i ;

end ;

end.

Result : 15 ,35 ,60 ,90, 125,165,210 ,260

To learn more about python function :

brainly.com/question/25755578

#SPJ4

Evaluate the integral using integration by parts with the indicated choices of u and dv. (Use C for the constant of integration.)

Answers

The integration by part  is [tex]\frac{x^{3}In x }{3} -\frac{x^{3} }{9} +C[/tex] with indicated choices of u and dv.

What is integration by parts?

The method Integration by Parts is known to be a special method of integration that is often useful. In calculus, definite integrals are referred to as the integral with limits such as upper and lower limits. It is also possible to derive the formula of integration by parts with limits.

Given: ∫ [tex]x^{2} In x dx[/tex] ; [tex]u=In x[/tex] ; [tex]dv=x^{2} dx[/tex]

Consider  [tex]u=In x[/tex] and [tex]dv=x^{2} dx[/tex]

⇒ [tex]u=In x[/tex]             ⇒  [tex]dv=x^{2} dx[/tex]

⇒ [tex]du= \frac{1}{x} dx[/tex]           ⇒ [tex]v=\frac{x^{3} }{3}[/tex]

Now, apply integration by parts to solve the integral

∫ u dv =  uv - ∫ v du

the antiderivative of [tex]x^{n}[/tex][tex]=\frac{x^{n+1} }{n+1}[/tex] and the derivative of In x = [tex]\frac{1}{x}[/tex] .

⇒ ∫ [tex]x^{2} In x dx =[/tex][tex]\frac{x^{3} In x}{3} -\frac{x^{3} }{3} .\frac{1}{x} dx[/tex]

                     = [tex]\frac{x^{3}In x }{3}[/tex] [tex]-\frac{x^{2} }{3} dx[/tex]

                     =  [tex]\frac{x^{3}In x }{3}[/tex] [tex]-\frac{x^{3} }{9} +C[/tex]

Hence, the final integration is   [tex]\frac{x^{3}In x }{3}[/tex] [tex]-\frac{x^{3} }{9} +C[/tex]

To learn more about integration by parts :

brainly.com/question/8472530

#SPJ4

There are 4 tomato plants, 8 lettuce plants, and 2 cucumber plants in Jill's garden.

a. What is the ratio of tomato plants to lettuce plants?

b. What is the ratio of lettuce plants to cucumber plants?

Answers

Given

4 tomato plants, 8 lettuce plants, 2 cucumber plants.

Solution

a) The ratio of tomato plants to lettuce plants:

4 ÷ 8  ⇒ 1 ÷ 2

b) The ratio of lettuce plants to cucumber plants:

8 ÷ 2  ⇒ 4 ÷ 1

Abiona cannot decide which of two bicycles to buy. The original price of each is $380. The first bicycle is marked down by 50%. The second bicycle is marked down by 30% first and then an additional 20% off. Which bicycle should Abiona buy if the bicycles are the same except for the selling price? Explain your answer.

Answers

Abiona should buy the first bicycle ($190) because it is cheaper than the second bicycle ($212.8)

How to determine which bicycle Abiona should buy?

Given that:

The original price of each is $380

The first bicycle is marked down by 50%

The second bicycle is marked down by 30% first and then an additional 20% off

The price of the first bicycle after the discount will be:

price = 380 - (0.5×380)

price = $190

The price of the second bicycle after the discount will be:

After 30% discount:

price = 380 - (0.3×380) = $266

After 20% discount:

price = 266 - (0.2×266) = $212.8

Thus, the price after the discount is $212.8

Therefore, Abiona should buy the first bicycle because it is cheaper

Learn more about discount on:

https://brainly.com/question/7459025

#SPJ1    

Find an equation in​ point-slope form for the line having the slope m=2 and containing the point (8,2)

Answers

Point-slope form of a line is

y - y1 = m(x - x1)

where:
m = -3/4
(x1, y1) = (-8, 9)


Plug in these values into the form.

The two polygons are similar . Solve for x

Answers

To set up your equation you go 3x-6=9 and then add 6 to both sides and then divide both sides by 3 so your answer would be 5

suppose that based on a random sample, a 95% confidence interval for the mean hours slept (per day) among graduate students was found to be (6.5, 6.9). what is the margin of error of this confidence interval? responses

Answers

The margin of error for the confidence interval (6.5, 6.9) is 0.2 , the correct option is (c) .

In the question ,

it is given that ,

the 95% confidence interval for mean hours slept in the graduate students is (6.5, 6.9) ,

we have to find the margin of error ,

we know that the formula for the margin of error is

= (upper limit of confidence interval - lower limit )/2

From the given interval ,

we see that ,

upper limit of confidence interval = 6.9

lower limit of confidence interval = 6.5

Substituting the above value in margin of error formula ,

we get ,

margin of error = (6.9 - 6.5)/2

= 0.4/2

= 0.2

Therefore , the margin of error is 0.2   .

The given question is incomplete , the complete question is

Suppose that based on a random sample, a 95% confidence interval for the mean hours slept (per day) among graduate students was found to be (6.5, 6.9). What is the margin of error of this confidence interval? responses

(a) 6.7

(b) 0.4

(c) 0.2

Learn more about Margin Of Error here

https://brainly.com/question/26596681

#SPJ4

A class trip to a beach has been planned for your senior trip. The resort only allows swimming when the temperature is between 75 degrees and 110 degrees. There is room for 50 people on your trip. Write the constraints to represent this real-world problem, where x is the temperature and y is the number of people on your trip.

Answers

The correct answer is (C) since the limitations to depict this real-world problem in inequality are 75 < x < 110 and 0 < y ≤ 50.

What is inequality?

The equation-like form of the formula 5x 4 > 2x + 3 has an arrowhead in place of the equals sign. It is an illustration of inequity.

This shows that the left half, 5x 4, is bigger than the right part, 2x + 3.

So, our senior trip will be a group excursion to a beach.

Only when the temperature is between 75 and 110 degrees does the resort permit swimming.

On your excursion, there is space for 50 people.

Let y represent the number of travelers and x represent the temperature.

The temperature ranges from 75 to 110 degrees:

75 < x < 110  

On your excursion, there is space for 50 persons:

0 < y ≤ 50

Therefore, the correct answer is (C) since the limitations to depict this real-world problem in inequality are 75 < x < 110 and 0 < y ≤ 50.

Know more about inequality here:

https://brainly.com/question/28964520

#SPJ4

Complete question:
A class trip to a beach has been planned for your senior trip. The resort only allows swimming when the temperature is between 75 degrees and 110 degrees. There is room for 50 people on your trip. Write the constraints to represent this real-world problem, where x is the temperature and y is the number of people on your trip.

a. 0 < x ≤ 50 and 75 < y < 110

b. x > 75 and y < 110

c. 75 < x < 110 and 0 < y ≤ 50

d. x < 110 and y > 75

THIS IS URGENT!!!
A cube has 54 colored stickers across all six of its faces. Each face has the same number of stickers in the same format. On each face, each column and row has the same number of stickers.
The number of stickers in each row and column is
.

Answers

Answer:

3

Step-by-step explanation:

We know a cube has six sides.

Using this logic, we can divide 54 by 6.

54 ÷ 6 = 9

We can conclude that each side has 9 stickers.

If we think of a square, and the area of that square is 9,

3 × 3 = 9

The number of stickers in each row and column is 3

Answer:

3 stickers in each row and column

Step-by-step explanation:

so i divided 54 by 6 and that equals 9 and since you said there was the same number of stickers on each column and rows that would be 9 separated into a even amount of rows and columns would be 3

Assuming that each of the 121212 customers is equally likely to report a food allergy, what is the probability that at least one customer will report a food allergy?.

Answers

The probability that at least one customer will report a food allergy is; 0.6323

How to find the probability?

The formula for Binomial probability distribution is;

P(X = x) = nCx * p^(x) * (1 - p)^(n - x)

Where;

P(X = x) is the probability of getting success.

x is number of trials

n is sample size

p is the probability of getting success in each event.

We are given;

n = 12

p = 0.08

Let x denotes the customer will report a food allergy.

Then, the probability that at least one customer will report a food allergy will be :

P(X ≥ 1) = 1 - P(X < 1)

P(X < 1) IS P(X = 0)

Thus;

P(X ≥ 1) = 1 - 0.3677

P(X ≥ 1) = 0.6323

Read more about Probability at; https://brainly.com/question/13604758

#SPJ1

Complete question is;

When a customer places an order at Ying Ying's bakery, there is an 8 percent probability that the customer will report a food allergy. One day, 12 customers place orders at Ying Ying's bakery.

Assuming that each of the 12 customers is equally likely to report a food allergy, what is the probability that at least one customer will report a food allergy?

Im so confused with this question 21≥3(a-7)+9

Answers

Answer:

I got you!

a ≤ 11

For more info, look at the steps in the attached image!

Step-by-step explanation:

Answer:

a ≥11

Step-by-step explanation:

[tex]21 \geqslant 3a - 21 + 9 \\ 21 \geqslant 3a - 12 \\ 21 + 12 \geqslant 3a - 12 + 12 \\ 33 \geqslant 3a \\ 3a \leqslant 33 \\ a \geqslant 11[/tex]

Carlos wants to buy some new video games. Each game he buys costs him $36. Is the relationship between the number of games Carlos buys and the total price proportional?

Answers

The relationship between the number of games Carlos buys and the total price is proportional.

What is a proportional relationship?

A proportional relationship exists between two or more variables if they move in the same direction. If one of the variables increases, the other variable increases.

As the number of games that are bought increases, the total price paid also increases. This means that the relationship is proportional.

The formula that is used to represent proportional relationship is:

T = kg

Where:

T = total price k = constant g = number of games bought

T = $36g

To learn more about proportional relationship, please check: https://brainly.com/question/27573249

#SPJ1

The functions f(x) and g(x) are graphed. On a coordinate plane, a curved red line with an upward arc, labeled g of x, crosses the y-axis at (0, 4) and the x-axis at (2, 0). A straight blue line with a negative slope, labeled f of x, crosses the y-axis at (0, 4) and the x-axis at (2, 0). Which represents where f(x) = g(x)? Group of answer choices f(2) = g(0) and f(0) = g(4) f(2) = g(4) and f(1) = g(1) f(2) = g(2) and f(0) = g(0) f(2) = g(0) and f(4) = g(2)

Answers

f(2) = g(2) and f(0) = g(0) is representation of f(x) = g(x)

What is Graph?

Graph is a mathematical representation of a network and it describes the relationship between lines and points.

the curved red line represents g(x) and the straight blue line represents f(x) .

The important thing here is that the equality of functions f(x)=g(x) is represented as a common function between their curves. So, we just need to find such a common point for both.

f(x) has points (0, 4) and (2, 0).

g(x) has points (0,4) and (2,0).

Notice that both functions have the same y-value for x=0 and x=2, that means f(0)=g(0) and f(2)=g(2)

Hence, f(2) = g(2) and f(0) = g(0) is representation of f(x) = g(x)

To learn more on Graph click:

https://brainly.com/question/17267403

#SPJ1

Solve for the variable. 2(k+8) = 44

Answers

k=28 it’s really easy just multiple then subtract 16

Answer:

k = 14

Step-by-step explanation:

2(k+8) = 44

2*k + 2*8 = 44

2k + 16= 44

2k = 44 - 16

2k = 28

k = 28/2

k = 14

Check:

2(14+8) = 44

2*22 = 44

Your team has contracted to design and build a 500 ft, square-based, open-top, rectangular steal holding tank for a paper company. The tank is to be made by welding thin stainless steel plates together along their edges. As the production engineer, your job is to find dimensions for the base and height that will make the tank weight as little as possible.

Answers

For dimensions of x =10 and y=5 for the base and height that will make the tank weight as little as possible.

Here we are given the information of a square-based, open-top, rectangular steel holding tank, so here the tank is in the shape of a cuboid and we know  the formula  for :

volume = x*y*z, as  here it is a square base, so the volume will be

volume =  x²*y, where x and y are the dimension of the base and height

So for the  given reason,  

=>x²*y =  500

=> y = 500/x²

Again, the surface area formula  will be

S=x²+4xy, substituting the value of  y in this question

=>S=x²+4x(500/x²)

=>S=x²+2000/x

Differentiating the above formula with respect to x, we get

=>2x-2000/x²=0

=>2x³= 2000

=>x³= 1000

=>x =10

so the substituting the x values of x in  the equation y , we get

y = 500/x²

=>y = 5

so the dimensions are x= 10 and y=5

To know more about height refer to the link brainly.com/question/1284982

#SPJ4

The lifespans of gorillas in a particular zoo are normally distributed. The average gorilla lives 20. 820. 820, point, 8 years; the standard deviation is 3. 13. 13, point, 1 years.

Answers

A z-score of 23.9 years must be located in the gorillas' lifespans in a specific zoo's typical normal distribution.

Define the term normal distribution?A data collection with a normal distribution is put up so that the majority of the values cluster as in midpoint of the range and the remaining values taper off symmetrically in either direction.

The equation can be used to determine the z score.

z = (x - μ)/σ

In which,

X is age 23.9.The typical gorilla life span is M. (20.8 years).The standard deviation is s. (3.1 years).

Then,

z = (23.9 - 20.8)/3.1

z = 1

According to the empirical rule, 68% of lifespans are within one standard deviation of the mean.

Half of it, 68/2 = 34% %, is on the right side of the mean's standard deviation.

Given that the likelihood of a gorilla lasting less than 23.9 years is 50%.

A gorilla's lifespan being less than the norm means is;

50% + 34% = 84% sits below z-score 1.

Thus, the probability of a gorilla living less than 23.9 years is 84%.

To know more about the normal distribution, here

https://brainly.com/question/23418254

#SPJ4

The correct question is-

The lifespans of gorillas in a particular zoo are normally distributed. The average gorilla lives 20.8 years; the

standard deviation is 3.1 years.

Use the empirical rule (68 – 95 - 99.7%) to estimate the probability of a gorilla living less than 23.9 years.

g please find out how many numbers must be selected from the set 1, 2, 3, 4, 5, 6, 7, 8 to guarantee that at least one pair of those numbers add up to 9 ?

Answers

To guarantee that at least on pair o the numbers adds up to 9, you must select at least 3 numbers from the set by combination

1. First, select any two numbers from the set.

2. Now, calculate their sum.

3. If the sum of the two numbers is not equal to 9, select a third number from the set.

4. Determine the three numbers' sum.

5. If the sum of the three numbers is still not equal to 9, select a fourth number from the set and calculate the sum.

6. Repeat this process until the sum of the selected numbers is equal to 9 by combination

Learn more about combination here

https://brainly.com/question/28720645

#SPJ4

find the open intervals on which the function ​f(x)axbx​c, a​0, is increasing and decreasing. describe the reasoning behind your answer.

Answers

The intervals on which the function f(x) = ax² + bx + c (where "a" doesn't = 0) is increasing and decreasing is x>-b/2a and x<-b/2a

Given that,

We have to find the intervals on which the function f(x) = ax² + bx + c (where "a" doesn't = 0) is increasing and decreasing.

We know that,

Take the function equation,

f(x)=ax² + bx + c

The derivative of the function of x is  

f'(x)=ax+b

So, f(x) is increasing when f'(x) > 0

f(x) is decreasing when f'(x) < 0

Then we can say

f'(x) > 0 , when  b > 0  and a < 0

2ax + b < 0

2ax < - b

x<-b/2a

Now,

f'(x) < 0 , when  b < 0  and a > 0

2ax + b > 0

2ax > - b

x>-b/2a

Therefore, the intervals on which the function f(x) = ax² + bx + c (where "a" doesn't = 0) is increasing and decreasing is x>-b/2a and x<-b/2a.

To learn more about interval visit: https://brainly.com/question/11051767

#SPJ4

Here is a graph of a logarithmic function.
what is the base of the logarithm? explain how you know.

Answers

Answer:

base = 10

Step-by-step explanation:

A baker uses 2 cups of vanilla to make 24 donut. how many ounces vanilla are there per donut?

Answers

Answer: 0.6 oz repeated
Explanation: you divide the # of vanilla by how many donuts there are, example, you get a 12 pack of coke for $8, to find the price you would do 12 divided by 8

Mites are discovered in a peach orchard. The Department of Agriculture has determined that the population of mites t hours after the orchard has been sprayed is approximated by N(t)=1600−3tln(0.07t)−t N ( t ) = 1600 − 3 t ln ⁡ ( 0.07 t ) − t , where 0What is the maximum number of mites in the peach orchard? Round to the nearest whole number.

Answers

The maximum number of mites in the peach orchard are 1564

Given that,

There are found to be mites in a peach orchard. According to research conducted by the Department of Agriculture, the number of mites t hours after the orchard has been sprayed is roughly represented by the equation N(t)=1600-3tln(0.07t)-t

To find : What is the maximum number of mites in the peach orchard? Round to the nearest whole number.

N(t)=1600-3tln(0.07t)-t

N(19)=1600-3(19)ln(0.07(19))-(19)

N(19)=1600- 16.255 - 19

N(19)=1564.74

N(19)≈1564

Therefore, the maximum number of mites in the peach orchard are 1564

To learn more about equation click here:

brainly.com/question/29657983

#SPJ4

suppose our student center published data that the average starting salary for college graduates is 59k. you randomly sampled 49 college graduates and calculated the sample average salary is 44k. what test can you use to check whether the true average is 59k?

Answers

To check whether the true average is 59k or not, A sample mean T-Test needs to be conducted. The true value of 59k is 44k after the test.

What is an Average?

In the field of statistics, average means that the ratio of the sum of the numbers of a given set, to the total number of characters in a given set. It is also called as the Arithmetic mean.

Equating :

It is given that the student center has published the data that the average salary of the college graduates is 59k. Accordingly, the sample of 49 college students were verified and the sample average salary came out to be 44k.

When we analyze the  given question, we find that,

The total number of students were 49,The true average was found to be 59k,and the Sample average is found to be 44k.

Thus, in  the present question we will use the One- sample T-test.

We used this test, as the statistical hypothesis test is used to find if the unrecognized population mean is different from the specific value.

To know more about Averages:

brainly.com/question/16956746

#SPJ4

If the original quantity i 5 and the new quantity i 3​, what i the percent​ decreae?

Answers

The percentage reduction is 40% if the original number was 5 and the new quantity is 3.

What is the percentage?

A value or ratio that may be stated as a fraction of 100 is referred to as a percentage in mathematics.

If we need to calculate a percentage of a number, we should divide it by its entirety and then multiply it by 100.

The proportion therefore refers to a component per hundred. Per 100 is what the word percent means. The letter "%" stands for it.

A percentage is a value expressed as a decimal. Divide the percentage value by 100 to convert percentages to decimals and fractions.

The Latin word per centum, which means "hundred" or "by the hundred," is where the word "percent" originates.

The Italian word per cento, which means "for a hundred," gradually shrank to become the symbol for "percent."

Per was frequently shortened to "p" and eventually vanished entirely. The contemporary "%" symbol was created by condensing the "cento" to two circles divided by a horizontal line.

According to our question-

5 were originally ordered, however only 3 were added, resulting in a net drop of 1.

(5 - 3) = 2.

Now, we'll divide net change by the initial amount and multiply it by 100% to get the percentage change, which is,

(2/5)×100%.

= 40%,

Learn more about percentages here :

brainly.com/question/24159063

#SPJ4

PLEASE HELP I AM CONFUSE!!!!!!!!!!​

Answers

Answer:

A = $285.45

A = P + I where

P (principal) = $200.00

I (interest) = $85.45

Step-by-step explanation:

there I hope this helps!

9 questions for 30 points!

Answers

Answer:

1. The solution to question one = (2, -6)

2. The solution to question two = (-1, 7)

3. The solution to question three = (1, 12)

4. The solution to question four = (2, -12)

5. The solution to question five = (3, 12)

6. The solution to question six = (-3, 12)

7. The solution to question seven = (-2, -8)

8. The solution to question eight = (-3, 21)

9. The solution to question nine = (2, 16)

Step-by-step explanation:

Steps to solve question 1:

    Step 1: Substitute 5x for y in y = x - 8 and solve for y

         1. (5x) = x - 8 → 4x = 8 → x = 2

    Step 2: Plug 2 in for x in y = x - 8 and solve for x

         2. y = (2) - 8 → y = -6

         The solution to question one: (2, -6)

Steps to solve question 2:

    Step 1: Substitute 3x for y in y = -x - 4 and solve for y

         1. (3x) = -x - 4 → 4x = -4 → x = -1

    Step 2: Plug -1 in for x in y = -x - 4 and solve for x

         2. y = -(-1) - 8 → y = 7

         The solution to question two: (-1, 7)

Steps to solve question 3:

    Step 1: Substitute 12x for y in y = x + 11 and solve for y

         1. (12x) = x + 11 → 11x = 11 → x = 1

    Step 2: Plug 1 in for x in y = x + 11 and solve for x

         2. y = (1) + 11 → y = 12

         The solution to question three: (1, 12)

Steps to solve question 4:

    Step 1: Substitute -6x for y in y = x - 14 and solve for y

         1. (-6x) = x - 14 → -7x = -14 → x = 2

    Step 2: Plug 2 in for x in y = x - 14 and solve for x

         2. y = (2) - 14 → y = -12

         The solution to question four: (2, -12)

Steps to solve question 5:

    Step 1: Substitute 2x for y in y = -x + 9 and solve for y

         1. (2x) = -x + 9 → 3x = 9 → x = 3

    Step 2: Plug 3 in for x in y = -x + 9 and solve for x

         2. y = (3) + 9 → y = 12

         The solution to question five: (3, 12)

Steps to solve question 6:

    Step 1: Substitute -4x for y in y = x + 15 and solve for y

         1. (-4x) = x + 15 → -5x = 15 → x = -3

    Step 2: Plug -3 in for x in y = x + 15 and solve for x

         2. y = (-3) + 15 → y = 12

         The solution to question six: (-3, 12)

Steps to solve question 7:

    Step 1: Substitute 4x for y in y = -x - 10 and solve for y

         1. (4x) = -x - 10 → 5x = -10 → x = -2

    Step 2: Plug -2 in for x in y = -x - 10 and solve for x

         2. y = -(-2) - 10 → y = -8

         The solution to question seven: (-2, -8)

Steps to solve question 8:

    Step 1: Substitute -7x for y in y = x + 24 and solve for y

         1. (-7x) = x + 24 → -8x = 24 → x = -3

    Step 2: Plug -3 in for x in y = x + 24 and solve for x

         2. y = (-3) + 24 → y = 21

         The solution to question eight: (-3, 21)

Steps to solve question 9:

    Step 1: Substitute 8x for y in y = -x + 18 and solve for y

         1. (8x) = -x + 18 → 9x = 18 → x = 2

    Step 2: Plug 2 in for x in y = -x + 18 and solve for x

         2. y = -(2) + 18 → y = 16

         The solution to question nine: (2, 16)

Hope this helps you out :)

a survey of 1021 school-age children was conducted by randomly selecting children from several large urban elementary schools. two of the questions concerned eye and hair color. in the survey, the following codes were used:

Answers

a survey of 1021 school-age children was conducted by randomly selecting children from several large urban elementary schools The U.S. Population Census is an example of a census

Census means the procedure of counting, calculating and recording the number and information about the members of the nation's.

Generally, population census are conducted every 10 years although some nations conduct their's every 5 years.

The primary objective of population census is to know the total size of the population of a country.

Population census also enable the government to appropriate resources fairly based on the number of people in a geographical area.

In conclusion, the U.S. population census is the only example of census.

Learn more about census here

brainly.com/question/17329438

#SPJ4

Other Questions
what does victor say was the reason why he could have a violent temper and vehement passions when he was young? for a two-phase mixture at equilibrium at a given temperature and pressure, if both species are present in the two phases, the activity of each species must be spatially uniform throughout the two phases, true or false? the aorta carries blood away from the heart and eventually branches into a large number of capillaries that distribute the blood to various body organs. if for an average person, the aorta has a radius of 1.2 cm and blood travels through it at a speed of 36 cm/s and the capillaries have an average radius of 5.0 10-4 cm and blood travels through them at a speed of 0.008 cm/s, determine the approximate number of capillaries in the human body. The odds in favor of Michael Jordan making a free throw were 21:4. Find the probability of Michael Jordan missing a free throw. Give answer as a decimal rounded to the nearest hundredth. there is no doubt that obesity rates have risen dramatically in the united states. complete each sentence with an appropriate term. What is the correct factorization of the following quadratic expression: x - 7x - 60a. (x-12) (x + 5)b. (x+12) (x - 5)c. (x-10) (x+6)d. (x+10) (x-6) in an exploration of the idea for rent the runway, which offers rentals of designer dresses, what part of the basic storyboarding framework would highlight the fact that the rental model gives many more women the opportunity to wear designer dresses, which they could have never afforded before? hy do creditors usually accept a plan for financial rehabilitation rather than demand liquidation of the business? On a print-out of these slope fields, sketch for each three solution curves to the differential equations that generated them. Then complete the following statements: For the slope field in figure 1. a solution passing through the point (0.-1) has slope. For the slope field in figure 1. a solution passing through the point (-2.2) has slope. For the slope field in figure 2. a solution passing through the point (1.-3) has slope For the slope field in figure 2. a solution passing through the point (0.4) has a slope. Silver Star, a construction company, uses a distinctive seven-pointed star that is part of its brand. This star is an example of a 4. you have just learned that you will have three students with disabilities in your classroom. list three ways you could better meet their needs. What types of investments do banks use to make a profit? check all that apply. Opening checking accountsstarting new businessesbuying stocks and bondsbuying several propertiesissuing loans to all customersbuying the rights to loans. As you already know, a stack is a data structure realizing the so-called LIFO (Last In - First Out) model. It's easy and you've already grown perfectly accustomed to it.Let's taste something new now. A queue is a data model characterized by the term FIFO: First In - Fist Out. Note: a regular queue (line) you know from shops or post offices works exactly in the same way - a customer who came first is served first too.Your task is to implement the Queue class with two basic operations:put(element), which puts an element at end of the queue;get(), which takes an element from the front of the queue and returns it as the result (the queue cannot be empty to successfully perform it.)Follow the hints:use a list as your storage (just like we did in stack)put() should append elements to the beginning of the list, while get() should remove the elements from the list's end;define a new exception named QueueError (choose an exception to derive it from) and raise it when get() tries to operate on an empty list.Complete the code we've provided in the editor. Run it to check whether its output is similar to ours.Expected output1 dog False Queue error question the range for a list of measurements equals the greatest measurement minus the least measurement. the two lists of measurements, x and y , combined consist of 30 measurements with a range of 25. what is the range for the measurements in list x ? (1) the range for the 12 measurements in list y is 20. (2) list x consists of 18 measurements. daffy duct, inc. issued 10,000 shares of $1 par value common stock at $5 per share. the effect of this transaction on the accounting equation includes a: On the most providentially afternoon of his life, Edward purchased the winning lottery ticket from a simple, unassuming convenience store.A. NO CHANGEB. providenceC. providentialD. providentialistic What is the common difference between successive terms in the sequence? 0.36, 0.26, 0.16, 0.06, -0.04, -0.14, ... safing is a high-temperature, highly fire-resistance mineral batt material that is inserted between a curtain wall panel and the edge of the floor slab to block the passage of from one floor to the next. an information technology company claims that a certain model of laptops have mean battery capacity of 5 hours. a consumer report firm wants to show that the actual mean is smaller than the company claims. what should be the null and alternative hypotheses? which of the following is true about most desert streamflows? a) they usually evaporate or seep into the landscape. b) they usually run to the sea. c) they usually flow into an exotic stream. d) they usually are perennial. e) they usually end many weeks after a rain.