100 points.
A company makes paper labels for paint cans. As shown below, each can is in the shape of a cylinder with a height of 9in and a diameter of 8in. The paper label is wrapped around the can and covers only the side of the can (not the top or bottom). If the company makes 15 labels, how many square inches of paper will be needed? Use 3.14 for π, and do not round your answer.

100 Points. A Company Makes Paper Labels For Paint Cans. As Shown Below, Each Can Is In The Shape Of

Answers

Answer 1
The answer is 326.56 square inches. By using and substituting the values in the formula of Total Surface Area of a cylinder, i.e., 2*pi*(r+h), we get the value 326.56

Related Questions

new bank customer with ​$3,000 wants to open a money market account. The bank is offering a simple interest rate of 1.6​%. a. How much interest will the customer earn in 20 ​years? b. What will the account balance be after 20 ​years?

Answers

The interest earned at 1.6% for 20 years will be $960.

What is simple interest?

Borrowers must pay lenders simple interest as a fee in exchange for a loan. Compound interest is excluded from the calculation and just the original principal is used.

Simple interest applies to all loans, not just specific ones. Additionally, it refers to the kind of interest that banks give their customers on their savings accounts.

Given that a new bank customer with ​$3,000 wants to open a money market account. The bank is offering a simple interest rate of 1.6​%.

The interest after 20 years will be calculated as,

SI = ( P x R X T ) / 100

SI = ( 3000 x 1.6 x 20 ) / 100

SI = $960

To know more about simple interests follow

https://brainly.com/question/25793394

#SPJ1

in a simple regression, which would suggest a significant relationship between x and y? a. large p-value for the f statistic b. large p-value for the estimated slope c. large t statistic for the slope d. small t statistic for the slope

Answers

A significant relationship between x and y is  b. large p-value for the estimated slope.

Simple linear regression is used to estimate the connection among  quantitative variables. You can use easy linear regression whilst you need to know: How robust the connection is among variables (e.g., the connection among rainfall and soil erosion). The fee of the established variable at a positive fee of the impartial variable (e.g., the quantity of soil erosion at a positive stage of rainfall). Simple linear regression is used to version the connection among  non-stop variables. Often, the goal is to are expecting the fee of an output variable (or response) primarily based totally at the fee of an input (or predictor) variable.

Thus, option b is the correct choice.

To learn more about simple linear regression check the link below:

https://brainly.com/question/25987747

#SPJ4

A supercomputer system has 50 jobs in the queue that will be executed in sequence. The times required to execute the jobs are independent and follow a common distribution that has mean 20 seconds and standard deviation 4 seconds. Approximate the probability that the supercomputer system will complete executing at least 25 of the jobs in the first 450 seconds.[Use the Central Limit Theorem]

Answers

The probability that the supercomputer system will complete executing at least 25 of the jobs in the first 450 seconds is approximately 0.9599, using the Central Limit Theorem.

Let X be the total time required to execute all the 50 jobs. Then, X follows a normal distribution with mean μ = 50 × 20 = 1000 seconds and standard deviation σ = 50 × 4 = 200 seconds, since the times required for each job are independent and identically distributed.

Now, let Y be the total time required to execute the first 25 jobs. Then, Y also follows a normal distribution with mean μ_Y = 25 × 20 = 500 seconds and standard deviation σ_Y = sqrt(25) × 4 = 20 seconds, since the times required for each job are independent and identically distributed.

To approximate the probability that the supercomputer system will complete executing at least 25 of the jobs in the first 450 seconds, we need to standardize the random variable (Y - μ_Y) / σ_Y and use the standard normal distribution.

P(Y >= 450) = P((Y - μ_Y) / σ_Y >= (450 - 500) / 20) = P(Z >= -2) = 0.9772

Therefore, the probability that the supercomputer system will complete executing at least 25 of the jobs in the first 450 seconds is approximately 0.9599, which is the complement of 0.9772.

For more questions like Probability visit the link below:

https://brainly.com/question/15198684

#SPJ11

a turtle traveled 1/10 miles in 1/2 hour, what was the turtles rate in miles per hour

Answers

Answer:

.2 mph

Step-by-step explanation:

Find the highest common factor (HCF) for 36, 84 and 108 ​

Answers

Answer:

Check your question one time

Geometry. Math nation section 3

Geometry. Math nation section 3

Answers

∠g and ∠h are complementary angles and ∠g and ∠h are acute angles are true statements from the given information

Two angles are given.

∠g = (2x-90)°

∠h = (180-2x)°

We have to find the statement which is true about the angles g and h.

If both angles are greater than zero.

Complementary angles add up to 90 degrees

i.e., ∠g and ∠h are complementary if ∠g + ∠h = 90°.

Substituting the given values:

∠g + ∠h

= (2x-90)° + (180-2x)° = 90°

Thus, ∠g and ∠h are complementary angles.

and both the angles are less than 90 degrees so we can tell that angles ∠g and ∠h  are acute.

So the statement ∠g and ∠h are acute angles is also true

Hence, ∠g and ∠h are complementary angles and ∠g and ∠h are acute angles are true statements

To learn more on Angles click:

https://brainly.com/question/28451077

#SPJ1

consider a maximization problem that is being solved by simulated annealing. let the objective function value of the current state, s, be 1000. let this state have 5 successors/neighbors: s1(950), s2(975), s3(1000), s4(1000), and s5(1050). the numbers in parentheses represent the corresponding objective function values. the current temperature is 100. the probability that the next state is:

Answers

The acceptance probabilities for each successor: For s1(950):
p1 = ≈ 0.6065, For s2(975): p2 ≈ 0.7788, For s3(1000): p3 = 1, For s4(1000): p4  = 1, For s5(1050): p5 =1.6487

To determine the probability that the next state is chosen in a simulated annealing algorithm, we can use the Metropolis criterion.The successors/neighbors of s are s1(950), s2(975), s3(1000), s4(1000), and s5(1050).

The Metropolis criterion compares the objective function values of the current state and its successors to calculate the acceptance probability.

In this case, the objective function value of the current state, s, is 1000.
To calculate the acceptance probability for each successor, we can use the formula:

p = exp((f(s') - f(s)) / T)

Where:
- p is the acceptance probability
- f(s') is the objective function value of the successor state
- f(s) is the objective function value of the current state
- T is the current temperature

Let's calculate the acceptance probabilities for each successor:

For s1(950):
p1 = exp((950 - 1000) / 100) = exp(-0.5) ≈ 0.6065

For s2(975):
p2 = exp((975 - 1000) / 100) = exp(-0.25) ≈ 0.7788

For s3(1000):
p3 = exp((1000 - 1000) / 100) = exp(0) = 1

For s4(1000):
p4 = exp((1000 - 1000) / 100) = exp(0) = 1

For s5(1050):
p5 = exp((1050 - 1000) / 100) = exp(0.5) ≈ 1.6487

The next state is chosen probabilistically based on these acceptance probabilities. The successor with the highest acceptance probability is more likely to be selected.

To conclude, the probability that the next state is chosen depends on the acceptance probabilities calculated using the Metropolis criterion. The successor with the highest acceptance probability will have a higher chance of being selected as the next state.

To know more about Metropolis criterion, visit:

brainly.com/question/33195064

#SPJ11

The entries in the index of the National Codes are listed under one main term. True or False?

Answers

it helps to organize and categorize large amounts of information, making it more accessible and manageable. This organizational structure helps users to locate specific codes and information efficiently. indexing system True.

The National Codes index lists entries under one main term, which is usually a broad topic or subject area. Under each main term, there may be several subentries that provide more specific details or categories related to the main term. This type of indexing system allows users to quickly and easily find information related to a specific topic, without having to search through an entire document or database. Additionally, it helps to organize and categorize large amounts of information, making it more accessible and manageable.

In the index of the National Codes, entries are listed under one main term to ensure easy navigation and understanding of the content. This organizational structure helps users to locate specific codes and information efficiently.

To know more about indexing system visit:

https://brainly.com/question/30967479

#SPJ11

A 10 inch long piece of string is approximately 25.4 centimeters long.
What is the length, in centimeters, of a string that is 45 inches long, rounded to the nearest tenth?

Answers

If 10 inches is equal to 25.4 centimeters. Then the 45 inches will be equal to 114.3 centimeters.

What are ratio and proportion?

A ratio is an ordered set of integers a and b expressed as a/b, with b never equaling 0. A percentage is a mathematical expression in which two things are equal.

A 10 inches long piece of string is approximately 25.4 centimeters long.

If the length of the string is 45 inches. Then the length in cm will be

Let x be the length. Then we have

x/45 = 25.4/10

    x = 114.3 cm

More about the ratio and the proportion link is given below.

https://brainly.com/question/14335762

#SPJ1

Suppose the lengths of the pregnancies of a certain animal are approximately normally distributed with mean = 246 days and standard deviation 13 days. Complete parts (a) through (1) below
(a) What is the probability that a randomly selected pregnancy lasts less than 242 days?
The probability that a randomly selected pregnancy lasts less than 242 days is approximately (Round to four decimal places as needed)
a

Answers

ANSWER

0.3783

EXPLANATION

The lengths of the pregnancies, X, is normally distributed with a mean of 246 days and a standard deviation of 13 days,

\(X=N(246,13)\)

We have to find the probability that a randomly selected pregnancy lasts less than 242 days,

\(P(X<242)=?\)

For this, we have to standardize the variable X with the formula,

\(Z=\frac{X-\mu}{\sigma}\)

So the probability we have to solve is,

\(P(X<242)=P\mleft(\frac{X-\mu}{\sigma}<\frac{242-\mu}{\sigma}\mright)=P\mleft(Z<\frac{242-246}{13}\mright)=P(Z<-0.31)\)

This is equivalent to,

\(P(Z<-0.31)=P(Z>0.31)\)

Which is also equivalent to,

\(P(Z>0.31)=1-P(Z<0.31)\)

We have to find these equivalences because, usually, normal distribution tables show the probabilities for positive z-scores and to the left of those values - i.e. less than those values. Find z = 0.31 in a z-table,

So, the probability is,

\(P(X<242)=1-P(Z<0.31)=1-0.6217=0.3783\)

Hence, the probability that a randomly selected pregnancy lasts less than 242 days is 0.3783.

Suppose the lengths of the pregnancies of a certain animal are approximately normally distributed with

intersects triangle ABC at points X and Y, as shown below.


If m∠AYZ = 119°, m∠WXB = 67°, and m∠ACB = 70°, what is the measure of ∠ABC?

Record your answer on your answer document on the griddable.

intersects triangle ABC at points X and Y, as shown below.If mAYZ = 119, mWXB = 67, and mACB = 70, what

Answers

9514 1404 393

Answer:

  ∠ABC = 58°

Step-by-step explanation:

Angle A is the difference between exterior angle AYZ and remote interior angle AXY of triangle AXY. Interior angle AXY is congruent with its vertical angle WXB, so we have ...

  angle A = 119° -67° = 52°

Of course, the sum of angles A, B and C is 180°, so we have ...

  ∠ABC +∠ACB +∠A = 180°

  ∠ABC = 180° -52° -70°

  ∠ABC = 58°

6. Ray Rodriguez will be eligible for retirement benefits in 72 months. How many years remain before Ray
can retire?

Answers

6 calandre years hope y get it correct and mark me brainliest plsssss

Maddy had a piece of ribbon that was 3 yards long. She used this riboon to make
bows. Each bow was made from a piece of ribbon that was yard long. The situation
can be represented by the equation 34 47 4 = 42. Which statement best describes
what the quotient 4 2/3 represents?

Answers

The statement that best describes what the quotient represents in the situation above is: "Maddy made 4 bows from the piece of ribbon and had 2/3 yards of a yard left." (Option C)

What is the rationale for the above answer?

Note that the length of the piece of ribbon Maddy used is 31/2 yards or 7/2 yards.

We also know that the length of the ribbon required to make a bow is 3/4.

Hence the number of bows made is:

7/2 ÷ 3/4

= 7/2 * 4/3

= 28/6

= 14/3

= 4 2/3

Thus it is correct to state that Maddy made 4 bows from the piece of ribbon and had 2/3 of a yard remaining.

Learn more about quotient:
https://brainly.com/question/16134410
#SPJ1

Full Question:

Maddy had a piece of ribbon that was  31/2 yards long. She used this ribbon to make bows. Each bow was made from a piece of ribbon that was 3/4 yard long. This situation can be represented by the equation 31/2 ÷ 3/4 - 42/3. Which statement best describes what the quotient represents in the situation above?

A Maddy had bows that were each 42/3 yards long.

B Maddy had 42/3 yards of ribbon left after making the bows.

C Maddy made 4 bows from the piece of ribbon and had 2/3 yards of a yard left.

D Maddy made 4 bows from the piece of ribbon and had enough left for   2/3 of a bow.

Mr martins math test which is worth 100 points has 29 problems. Each problem is worth either 5 points or 2 points.
Let x be the number of questions worth 5 points and let y be the number of questions worth 2 points.
x+y=29, 5x+2y=100

Answers

X=14
Y=15
Im assuming you want to find out what x and y are

Answer: 14 problems worth 5 points and 15 problems worth 2 points

Step-by-step explanation:

In the falcon's nest ice cream cost 20 cents. if the school pays 15 cents, what percent mark-up is it?

Answers

Answer: 25% off

Step-by-step explanation:

1= 0.25 + 0.75

25% is off is the equivalency of multiplying the value of the original cost with 0.75.

20*0.75=15

30 POINTS!!!
The illustration below shows the graph of y as a function of x.
Complete the sentences below based on the graph of the function
Answer all of the questions please (A screenshot would help best but anything with all answers is fine) I haven missed a single question yet and hope to continue this streak please help!

30 POINTS!!!The illustration below shows the graph of y as a function of x.Complete the sentences below

Answers

Answer:
1). Increases
2). Slope = 4
3). Slope = -1
4). y = 4 when x = 5
Step-by-step explanation:
1). Initially, as x increases, y also increases. (Linear growth has been shown in the graph initially).
2). Afterward, the slope of the graph of the function is equal to 4 for all x between x = 3 and x = 5.
[Slope of the line passing through two points (3, 0) and (5, 4)
m =
=
=
= 4 ]
3). The slope of the graph is equal to -1 for x between x = 5 and x = 9.
[Slope of the line passing through two points (5, 4) and (9, 0),
Slope =
=
= -
= -1 ]
4). The greatest value of y is y = 4, and it occurs when x = 5. (From the given graph)

equation in slope intercept form of the line that passes through the given point and is parallel to the graph of the given equation (-8,-7) y=-2+3​

Answers

Answer:

y = x + 1

Step-by-step explanation:

Let f(x) = tan x, Show that f(0) = f(π) but there is no number c in (0, π) such that f’(c) = 0. Why does this not contradict Rolle’s Theorem?

Answers

This situation does not contradict Rolle's Theorem because Rolle's Theorem requires the function to be continuous on a closed interval and differentiable on an open interval, which is not satisfied by f(x) = tan x in the interval (0, π).

To show that f(0) = f(π), we evaluate the tangent function at these points. At x = 0, tan(0) = 0, and at x = π, tan(π) = 0. Therefore, f(0) = f(π).

To investigate whether there exists a number c in the interval (0, π) such that f'(c) = 0, we need to find the derivative of f(x). The derivative of tan x is given by f'(x) = sec² x. However, the secant squared function is never equal to zero. Therefore, there is no c in the interval (0, π) where f'(c) = 0.

This situation does not contradict Rolle's Theorem because Rolle's Theorem requires certain conditions to be met. First, the function must be continuous on the closed interval [a, b], which is not satisfied by f(x) = tan x since it is not defined at x = π/2. Second, the function must be differentiable on the open interval (a, b), but f'(x) = sec^2 x is not defined at x = π/2. Thus, the requirements of Rolle's Theorem are not fulfilled, and its conclusion does not apply to f(x) = tan x in the interval (0, π).

Learn more about Interval:

brainly.com/question/11051767

#SPJ11

What is the factor of x³ 3x² 9x 5?

Answers

(x+1) & (x-5) are the factors of given equation.

The given Equation is,

x3- \(3x^{3}\) - 9

Substitute - Substitute means to put something in the place of another and in mathematics substitution means putting numbers in the place of letters. It is used to calculate the value of an expression.

Here, If we substitute x =5, in the given equation, then we find

     (5)3 - 3(5)3 - 9*5 -5 = 0

x-5 is factor of given equation to find another factor dividing given equation by x-5

    we will get =(x2+2x+1) after dividing the equation by x - 5

Hence x3- \(3x^{3}\) - 9 =(x2+2x+1) (x-5)

                            =(x+2)2 (x-5)

To learn more about Equation click the link

brainly.com/question/29657983

#SPJ4

there are 7 socks in a bag 3 of those socks are blue what is the probability of picking a Blue sock randomly from the bag. Answer as simplified fraction of the form a/b​

Answers

Answer:

3/7

Step-by-step explanation:

there are is a total of 7 socks and 3 are blue making blue socks be 3/7

Evaluate:
Σ18/1 (5n– 4) = [? ]

Evaluate:18/1 (5n 4) = [? ]

Answers

Basically, you are going to evaluate 5n - 4 from n = 1 to n = 18. Don't forget to add as you evaluate.

I will get you started.

Let n = 1 and then n = 2.

5(1) - 4 + 5(2) - 4 + the rest

5 - 4 + 10 - 4 + the rest

1 + 6 + the rest

7 + the rest

Just continue the pattern. You will then let n be 3, 4, 5, etc all the way to 18.

Find the length of side x in simplest radical from with a rational denominator.​

Find the length of side x in simplest radical from with a rational denominator.

Answers

Answer:

4

Step-by-step explanation:

The value of the hypotenuse x will be equal to √6.

What are trigonometric identities?

Equations involving trigonometric functions that hold true for all possible values of the variables are known as trigonometric identities. The Pythagorean Theorem serves as the basis for some of the most popular trigonometric identities, including.

The study of correlations between triangles' side lengths and angles is known as trigonometry.

Given that the angles are 45 and the base is √3 the hypotenuse will be calculated as,

cosθ = Base / Hypotenuse

cos45 = √3 / x

x = √3 / ( 1 / √2)

x = √6

Therefore, the value of the hypotenuse x will be equal to √6.

To know more about trigonometry follow

https://brainly.com/question/24349828

#SPJ2

Use the Distributive Property to solve the equation.
2(x+5)=20
The solution of the equation is

Answers

Answer:

2x+10=20 so x=5

Step-by-step explanation:

Given ​paralleogram ACDB≅parallelogram FGHE​, what is the value of x? x = 40° x = 50° x = 65° x = 130°

Answers

Answer:

x= 50  

Step-by-step explanation:

180-130 would equal 50. there's your explanation.

the picture below is attatched with that question, you forgot to add that.

Given paralleogram ACDBparallelogram FGHE, what is the value of x? x = 40 x = 50 x = 65 x = 130

The required measure of the angle x is 50°. Option b is correct.

Given, that,

ACDB≅parallelogram FGHE​,
what is the value of x?

What is parallelogram?

A parallelogram is a quadrilateral consisting of pairs of parallel sides.

What is angle?

The angle can be defined as the one line inclined over another line.

Here,
In the parallelogram,
The sum of the adjacent angle is 180°.
Thus,
x + 130 = 180
x = 180 - 130
x = 50°

Thus, the required measure of the angle x is 50°. Option b is correct.

Learn more about parallelogram here: https://brainly.com/question/14984005

#SPJ2

Since the question seems to be incorrect.
The complete question could be,  

ACDB≅parallelogram FGHE​
Where angle A = 130° and Angle G = x. What is the value of x?

What is the equation of the line passing through the points (3,1) and (6,7)

Answers

Answer:

y=2x-5

Step-by-step explanation:

You want to find the equation for a line that passes through the two points:

(3,1) and (6,7).

First of all, remember what the equation of a line is:

y = mx+b

Where:

m is the slope, and

b is the y-intercept

First, let's find what m is, the slope of the line...

The slope of a line is a measure of how fast the line "goes up" or "goes down". A large slope means the line goes up or down really fast (a very steep line). Small slopes means the line isn't very steep. A slope of zero means the line has no steepness at all; it is perfectly horizontal.

For lines like these, the slope is always defined as "the change in y over the change in x" or, in equation form:

So what we need now are the two points you gave that the line passes through. Let's call the first point you gave, (3,1), point #1, so the x and y numbers given will be called x1 and y1. Or, x1=3 and y1=1.

Also, let's call the second point you gave, (6,7), point #2, so the x and y numbers here will be called x2 and y2. Or, x2=6 and y2=7.

Now, just plug the numbers into the formula for m above, like this:

m=

7 - 1

6 - 3

or...

m=

6

3

or...

m=2

So, we have the first piece to finding the equation of this line, and we can fill it into y=mx+b like this:

y=2x+b

Now, what about b, the y-intercept?

To find b, think about what your (x,y) points mean:

(3,1). When x of the line is 3, y of the line must be 1.

(6,7). When x of the line is 6, y of the line must be 7.

Because you said the line passes through each one of these two points, right?

Now, look at our line's equation so far: y=2x+b. b is what we want, the 2 is already set and x and y are just two "free variables" sitting there. We can plug anything we want in for x and y here, but we want the equation for the line that specfically passes through the two points (3,1) and (6,7).

So, why not plug in for x and y from one of our (x,y) points that we know the line passes through? This will allow us to solve for b for the particular line that passes through the two points you gave!.

You can use either (x,y) point you want..the answer will be the same:

(3,1). y=mx+b or 1=2 × 3+b, or solving for b: b=1-(2)(3). b=-5.

(6,7). y=mx+b or 7=2 × 6+b, or solving for b: b=7-(2)(6). b=-5.

See! In both cases we got the same value for b. And this completes our problem.

The equation of the line that passes through the points

(3,1) and (6,7)

is

y=2x-5

Y=2x+5

Plug in x and y of each point to confirm

The volume of a cylinder is 448 pi cm³ and the height is 7 cm.Find its radius.

Answers

The formula for the volume of a cylinder is given by:

\(V=\pi r^2h\)

Where r is the base radius and h is the height.

If the volume is 448*pi cm³ and the height is 7 cm, we have:

\(\begin{gathered} 448\pi=\pi r^2\cdot7\\ \\ 448=7r^2\\ \\ r^2=\frac{448}{7}\\ \\ r^2=64\\ \\ r=8\text{ cm} \end{gathered}\)

Therefore the radius is equal to 8 cm.

Drawing this cylinder, we have:

Slove Square root x-10 = 1- square root x

Answers

Answer:

\(\frac{121}{4}\)

Step-by-step explanation:

begin by squaring each side to get:  x - 10 = 1 - 2\(\sqrt[]{x}\) + x

simplify to get -11 = - 2\(\sqrt[]{x}\)

divide by -2 to get \(\frac{11}{2}\) = \(\sqrt[]{x}\)

square each side again to get x = 121 / 4

helppppppp pleaseeeeee

helppppppp pleaseeeeee

Answers

Answer:

4

Step-by-step explanation:

30 POINTS
A fabric paint manufacturing company fills the paint in containers using a machine. The amount of paint in a container follows a normal distribution with a mean of 99 ml and a standard deviation of 5 ml. What is the probability that the quantity of paint filled is less than 100 ml? A) 0.28 B) 0.42 C) 0.58 D) 0.92

Answers

Answer:

The correct answer is C) 0.58

Step-by-step explanation:

All this is from USATESTPREP:

The function normCdf(x0, x1, , ) gives the probability that a value drawn from a normal distribution with mean and standard deviation lies in the interval [x0, x1].As the normal distribution is symmetric, the probability that a value is less than the mean is exactly 0.5P(x ≤ 100) = P(x < 99) + P(99 ≤ x ≤ 100)= 0.5 + normCdf(99,100,99,5) = 0.5793Rounded to the nearest hundredth, the probability that a container is filed with less than 100 ml is 0.58.

which expression is equivalent to (x1/4y^16)^1/2

Answers

Answer:

y8x122

Step-by-step explanation:

Simplify this expression.

Other Questions
I need help please. A chemist is attempting to identify an unknown compound by determining the mass percent of calcium in an unknown sample. Using a 40.0 g sample of the unknown compound, the chemist obtains 8.02 g of calcium. Which of the following compounds is the unknown calcium compound?I already know the answer (CaBr^2) Calcium Bromide, but I was wondering what are the steps that need to be taken to come to that answer. School play: There are 48 students in a school play. The ratio between boys and girls is 5: 7. How many more girls than boys are there in the work? explain how you found the answer, please i need the respuest to now The weights of running shoes are normally distributed with an unknown population mean and standard deviation. If a random sample of 31 running shoes is taken to estimate the mean shoe weight, what t-score should be used to find a 98% confidence interval estimate for the population mean A motorcycle traveling along a straight road increases its speed from 28.1 ft/s to 53.5ft/s in a distance of 181 feet. If the acceleration is constant, how many seconds of timeelapses while the motorcycle moves this distance? The population of a city decreae by 3. 4% per year. What hould we multiply the current population by to find next year' population in one tep? Please HELP ASAP To kill a mocking bird (book)Pretend you are a book critic and are writing a review of TKAM. What rating would you give the book out of 5 stars, with 1 being the worst and 5 being the best? Explain your reasoning. Explain what you liked and disliked about the book. Explain any changes you would make to the book. *minimum 8 sentences* QuestionJohn draws a square on a coordinate plane. Then, he draws an image of the square 3 units to the right of the original square. What is true about the corresponding sides on the original figure and the image?The corresponding sides are skew.The corresponding sides are skew.The corresponding sides intersect at one point.The corresponding sides intersect at one point.The corresponding sides intersect at an infinite number of points.The corresponding sides intersect at an infinite number of points.The corresponding sides are parallel. You enter a patient room and find the patient huddling on the floor and mumbling incoherently. What should you do? How will the presence of power plants burning fossil fuels most likely affect the water cycle?. What is the author's main purpose in the paragraph? How many time can you revive? Practise the skill 1) the price of a litre of petrol was recorded at several garages. 107p 109p 111p 108p 112p 108p 107p 113p 109p 110p 109p 110p a) work out the mean price. give your answer to 1 decimal place. 1.0 50 POINTS PLS HELP!!!7. Write the expression as a single natural logarithm.3 ln 6 + 4 ln xln (216 + x4)ln 216x4ln 72xln 18x4 1.rani was selling flowers. each day she made 7 bouquets by arranging 8 roses and 6 marigolds in each bouquet. each bouquet was sold for rs.85. a) find the number of marigolds used in a day. b) find the total number of flowers used by using suitable property of whole numbers. c) if she sold 42 bouquets in a whole week, find the amount she earned. 2. by suitable rearrangement, find the value of a) 819 + 364 + 181 + 436 b) 20 x 348 x 50 3. using suitable property find the value of 492 x 13 + 492 x 37 4. a) name the property 86 + 65 = 65 + 83 b) the multiplicative identity of whole numbers is ______ 5. find the next two numbers in the pattern 1,1,2, 3,5,8, ______, ________ Concepts like the collective unconscious and archetypes would be associated with which personality theorist?. lyssa de vries, iris fouquaet, bart boets, gunnar naulaers, jean steyaert, autism spectrum disorder and pupillometry: a systematic review and meta-analysis, neuroscience When a business makes Money than it spends it makes a profit Suppose we want to use data on square footage to predict home sale prices. An equation that fits the data below reasonably well is Predicted Selling Price = 23.11 +0.15 Square Footage). In order to find the sum of squared errors for this data, we have constructed the following table. Housing Prices and Square Footage Observed Selling Price (Thousands of Dollars) Observed Square footage Predicted Selling Price (Thousands of Dollars) | Error 296.2 1797 292.66 3.54 314.8 1920 311.11 3.69 237.2 1419 235.96 1.24 239.9 1441 239.26 0.64 315.6 1973 319.06 - 3.46 210.0 1262 212.41 -2.41 174.8 1004 173.71 1.09 233.1 1385 Squared Error 12.5316 13.6161 1.5376 0.4096 11.9716 5.8081 1.1881 Find the missing values in the table for an observed selling price of 233.1 and square footage of 1385. Round your answers to two decimal places, if necessary. Find the missing values in the table for an observed selling price of 233.1 and square footage of 1385. Round your answers to two decimal places, if necessary. Answer I Tables Keypad Predicted selling price thousands of dollars) = Error= Squared error= After a successful fishing trip, Leo weighed his catch. He determined he caught a total 6.5 kilograms of fish. The recipe Leo wants to use to make fish stew lists their measurements in grams. Help Leo convert the weight of his fish from kilograms to grams.After a successful fishing trip, Leo weighed his catch. He determined he caught a total 6.5 kilograms of fish. The recipe Leo wants to use to make fish stew lists their measurements in grams. Help Leo convert the weight of his fish from kilograms to grams.