round off 2841 to the nearest 100

Answers

Answer 1

Answer:

the answer is 2800

Step-by-step explanation:

hope this helps.

Answer 2
2800 is the right answer

Related Questions

2 and 1/6 divided by 4 and 1/3, help pls

Answers

Answer:

The answer is 1 9/19

Step-by-step explanation:

An insurance agent says that the mean cost of insuring a 2005 Honda Pilot LX is at least
$1350. A random sample of 9 similar insurance quotes has a mean cost of $1290 and a
standard deviation of $70. At a = 0.10 answer the following question.
What is the Rejection Region?
0 <- 1.383
O < 1.397
O < -1.397
O < 1.383

Answers

SINCE 1993 they been doing that ask about them
Explanation:

A pre -image has coordinates N(2,3), U(5,-1) and M(4,1) it is reflected over the x-axis what is the y-coordinate of point U’?

Answers

Answer:

U' (5, 1 )

Step-by-step explanation:

under a reflection in the x- axis

a point (x, y ) → (x, - y ) , then

U (5, - 1 ) → U' (5, - (- 1) ) → U' (5, 1 )

What are the 3 important POST-implementation activities?

Answers

The three important post-implementation activities are evaluation and review, training and support, and maintenance and optimization.

After the implementation of a project or system, several important activities need to be carried out to ensure its success and ongoing effectiveness.
Evaluation and Review: This activity involves assessing the outcomes and performance of the implemented project or system. It includes gathering feedback from users, stakeholders, and other relevant parties to evaluate its functionality, efficiency, and user satisfaction. The evaluation helps identify any issues, shortcomings, or areas for improvement.
Training and Support: Post-implementation, providing adequate training and support to users is crucial. This involves conducting training sessions to familiarize users with the system's features, functionalities, and best practices. Ongoing technical support and assistance should be available to address user queries, troubleshoot issues, and ensure smooth operations.
Maintenance and Optimization: Regular maintenance is necessary to ensure the continued functioning and stability of the implemented project or system. This includes activities such as bug fixing, software updates, security patches, and performance optimizations. Monitoring system performance, collecting user feedback, and implementing necessary changes or enhancements contribute to the system's long-term success and efficiency.
By engaging in these post-implementation activities, organizations can effectively evaluate, support, and maintain the implemented project or system, maximizing its benefits and addressing any challenges that may arise.

learn more about optimization here

https://brainly.com/question/14914110



#SPJ11

What is the best quality guys find in girls... besides their body?

Answers

Answer:

smile

Step-by-step explanation:

what is 15/2 into a mixed number

Answers

7 1/2.

2 goes into 15 7 times with one left over.

For what value of n is 20 = {n+4?
a)
b) *
c) 40
d) 60

Answers

I think it might be 40 I’m not sure but good luck
Answer: N= 16

Explanation: 20-4=16

Write True and false
A test statistic based on point estimation is used to construct the decision rule which defines the rejection region.

Answers

The given statement is False. A test statistic based on point estimation is not used to construct the decision rule which defines the rejection region.

In hypothesis testing, a test statistic is calculated using sample data and a specific hypothesis to assess the strength of evidence against the null hypothesis. The decision rule, which determines whether to reject or fail to reject the null hypothesis, is based on the test statistic's distribution under the null hypothesis, rather than the point estimate itself.

The construction of the decision rule involves selecting a significance level (alpha), which represents the probability of rejecting the null hypothesis when it is actually true. The rejection region is determined based on the chosen significance level and the distribution of the test statistic. If the calculated test statistic falls within the rejection region, the null hypothesis is rejected; otherwise, it is not rejected.

Point estimation, on the other hand, is used to estimate an unknown parameter of interest, such as the population mean or proportion, based on sample data. It involves calculating a single value (point estimate) that represents the best guess for the parameter value. The point estimate is not directly involved in constructing the decision rule or defining the rejection region in hypothesis testing.

Learn more about test statistic here:

https://brainly.com/question/31746962

#SPJ11

False. A test statistic based on point estimation is not used to construct the decision rule that defines the rejection region.

The process of hypothesis testing involves constructing a decision rule to determine whether to accept or reject a null hypothesis based on sample data. The decision rule is typically defined using a critical region or rejection region, which is a range of values for the test statistic.

Point estimation, on the other hand, is a method used to estimate an unknown population parameter based on sample data. It involves calculating a single value (point estimate) that serves as an estimate of the population parameter.

While point estimation and hypothesis testing are both important concepts in statistics, they serve different purposes. Point estimation is used to estimate population parameters, whereas hypothesis testing involves making decisions based on sample data.

The decision rule for hypothesis testing is typically constructed based on the significance level (alpha) and the distribution of the test statistic, such as the t-distribution or the standard normal distribution. The test statistic is calculated using sample data and compared to critical values or calculated p-values to determine whether to reject the null hypothesis.

Therefore, the statement that a test statistic based on point estimation is used to construct the decision rule defining the rejection region is false.

Learn more about  statistic here:

https://brainly.com/question/32201536

#SPJ11

The solution set of the equation 3x2+x = 9 is

Answers

Answer:

x=3

Step-by-step explanation:

hope this helps

problem 5 (30 points, each 10 points). in a chemical plant, 24 holding tanks are used for final product storage. four tanks are selected at random and without replacement. suppose that four of the tanks contain material in which the viscosity exceeds the customer requirements. 1. what is the probability that exactly one tank in the sample contains high-viscosity material? 2. what is the probability that at least one tank in the sample contains high-viscosity material? 3. in addition to the four tanks with high-viscosity levels, four different tanks contain material with high impurities. what is the probability that exactly one tank in the sample contains high-viscosity material and exactly one tank in the sample contains material with high impurities?

Answers

1. The probability of selecting exactly one tank with high-viscosity material is 0.

2. The probability of selecting at least one tank with high-viscosity material is 1.

3. The probability of selecting exactly one tank with high-viscosity material and exactly one tank with high impurities is 0.25.

1. The probability of selecting exactly one tank with high-viscosity material is calculated by the binomial distribution formula, P(X = n) = (nCx)p^x(1-p)^n-x, where n is the number of trials, x is the number of successes, and p is the probability of success. In this case, n = 4, x = 1, and p = 24/24 = 1. Therefore, P(X = 1) = (4C1)1^1(1-1)^4-1 = 0.

2. The probability of selecting at least one tank with high-viscosity material is calculated by the complement rule, P(X > 0) = 1 - P(X = 0). In this case, P(X > 0) = 1 - (4C0)1^0(1-1)^4-0 = 1.

3. The probability of selecting exactly one tank with high-viscosity material and exactly one tank with high impurities is calculated by the binomial distribution formula, P(X = n) = (nCx)p^x(1-p)^n-x, where n is the number of trials, x is the number of successes, and p is the probability of success. In this case, n = 8, x = 2, and p = 24/24 = 1. Therefore, P(X = 2) = (8C2)1^2(1-1)^8-2 = 0.25.

Learn more about probability here:

https://brainly.com/question/14206287

#SPJ4

(10 points) Give the design of a counter. Use five JK flip/flops. Assuming the value inside the counter is 00100, what will be the value of the counter after two clock ticks

Answers

This is because each clock tick will cause the counter to increment by one, and the binary value of 00100 incremented twice becomes 00110.

To design a counter using five JK flip-flops, we can cascade them in a "ripple" configuration. The output of the first flip-flop will be connected to the clock input of the second flip-flop, the output of the second flip-flop will be connected to the clock input of the third flip-flop, and so on. The input to the first flip-flop will be the clock signal, and the J and K inputs of all five flip-flops will be connected to a common input (such as a switch or another logic gate) that can be used to set the initial value of the counter. Assuming the value inside the counter is 00100, after two clock ticks the value of the counter will be 00110.

Learn more about binary value here

https://brainly.com/question/30583534

#SPJ11

write this number in scientific notation 56,700,000

Answers

Answer:5.67* 10^7

Step-by-step explanation:

What are the coordinates of A' B' and C' after the dilation?

What are the coordinates of A' B' and C' after the dilation?

Answers

Answer:

this is the answer to the question, its 5.6 for sure

Answer:

Hello!

A' is (-4, 0)

B' is (-1, 4)

C' is (-1, -3)

Step-by-step explanation:

Here are the points and a graph showing the dilation in purple

What are the coordinates of A' B' and C' after the dilation?

A landscaper needs 3 4/8 pounds of plant food. He has 1 1/4 pounds in his truck, and another 4/6 pound at his shop.


How many more pounds of plant food does the landscaper need?


Enter your answer as a mixed number in simplest form

ANSWER QUICK PLS

Answers

Answer:

1 and 11/12

Step-by-step explanation:

1 1/4 + 4/6 = 1 1/12, therefore the landscaper has 1 and 1/12 pounds of plant food.

3 4/8 - 1 1/12 = 1 11/12, therefore the farmer needs 1 and 11/12 pounds of plant food.

Please help I need your help please please

Please help I need your help please please

Answers

Answer:

The one in the bottom left

Step-by-step explanation:

A 2-column table with 4 rows. Column 1 is labeled Store with entries A, B, C, D. Column 2 is labeled Unit price (per loaf) with entries 1 dollar and 98 cents, 1 dollar and 95 cents, 2 dollars and 1 cent, 2 dollars and 2 cents. From which store should Camillo buy bread to get the best price? Store A Store B Store C Store D

Answers

Answer:

  B

Step-by-step explanation:

The lowest price in column 2 is $1.95 per loaf, at store B.

Answer: 48.75

Step-by-step explanation:

According to the chart of holly complained to their mother That her stomach hurt and she could not breathe, which organism is the most likely being affected stomach hurt (

According to the chart of holly complained to their mother That her stomach hurt and she could not breathe,

Answers

I believe the answer is C. Digestive and Respiratory system

30 IS 15% of WHAT number?


A. 333.3
B. 266.6
C. 600
D. 200

Answers

Answer:

The correct answer is D) 200

Step by step explanation:

Let x be the number:

Then,

→15/100(x)=30

→3/20(x)=30

→3x/20=30

→3x=20⋅30

→3x=600

→x=600/3=200

Hope it helps!

Answer:

D 200

Step-by-step explanation:

Let the number we are find be x. We can write this as an equation:

30 = 15%*x = (15/100)x

Multiplying by 100/15 on both sides to isolate x:

x = 30(100/15) = 2(100) = 200

Therefore, 200 is our answer. I hope this helps! :)

Select the correct answer.
What is the approximate measure of exterior angle B in the polygon?

Select the correct answer.What is the approximate measure of exterior angle B in the polygon?

Answers

Answer:

C

Step-by-step explanation:

the sum of the exterior angles of a polygon = 360°

sum the 4 exterior angles and equate to 360

8x + 9x + 5 + 5x + 4 + 9x + 3 = 360 , that is

31x + 12 = 360 ( subtract 12 from both sides )

31x = 148 ( divide both sides by 31 )

x ≈ 11.23 ( to 2 dec. places )

then exterior angle at B is

9x + 3 = 9(11.23) + 3 ≈ 104° → C

The approximate measure of exterior angle B in the polygon is 104° option (C) is correct.

What is a regular polygon?

A polygon is a geometric figure with a finite number of sides in two dimensions. On the sides or edges of a polygon, straight-line segments are joined end to end to form a closed shape. The vertices, also known as corners, are the points where two line segments meet and form an angle.

\(\rm Area = |\dfrac{(x_1y_2-y_1x_2)+(x_2y_3-y_2x_3)....+(x_ny_1-y_nx_1)}{2}|\)

It is given that:

A polygon is given in the picture with angle measures.

As we know,

The sum of the exterior angles of a polygon = 360°

8x + 9x + 5 + 5x + 4 + 9x + 3 = 360

31x + 12 = 360

31x = 148

x ≈ 11.23

= 9x + 3 = 9(11.23) + 3

≈ 104°

Thus, the approximate measure of exterior angle B in the polygon is 104° option (C) is correct.

Learn more about the regular polygon here:

brainly.com/question/11810316

#SPJ2


How many lines can
be constructed
through point E that
are perpendicular to
AD?
A. O
B. 1
C. 2

How many lines canbe constructedthrough point E thatare perpendicular toAD?A. OB. 1C. 2

Answers

Answer:

Step-by-step explanation:

Just one line. That is the shortest path from E to AD.

Please help me. I dont wanna disappoint my mom again

Please help me. I dont wanna disappoint my mom again

Answers

Answer:

H i think i might be worng sorry

Step-by-step explanation:

69 in = ____yd but turn it into a fraction not a decimal

Answers

Answer:

\(1 \dfrac{11}{12} \text{ yd}\)

Step-by-step explanation:

We know that there are 36 inches in 1 yard. Using this information, we can construct the conversion rate:

1 yd : 36 in

To convert 69 in to yards, we simply have to multiply it by the above conversion rate.

\(69 \text{ in} \cdot \dfrac{1 \text{ yd}}{36\text{ in}}\)

↓ multiply the numerators

\(\dfrac{69 \not\text{in} \cdot \text{ yd}}{36 \not \text{in}}\)

↓ cancel inches

\(\dfrac{69}{36}\text{ yd}\)

↓ rewrite as a mixed number

\(1 \dfrac{33}{36} \text{ yd}\)

↓ simplify

\(\boxed{1 \dfrac{11}{12} \text{ yd}}\)

Solve the differential equation xy′−2y=x^2. Give your answer in the form y = f(x)

Answers

Given the differential equation : \(xy′−2y=x^2\).To solve the differential equation, we use the integrating factor method. An integrating factor, u(x) is a function of x which multiplies the entire equation and changes it to the product rule of differentiation(uv) using the chain rule.

The integrating factor is defined as u(x) = e^(∫P(x)dx) where P(x) is the coefficient of y. Here, P(x) = -2, hence we can write u(x) = e^(-2x).Multiplying the integrating factor to the given differential equation, we get:

\(xy′e^(-2x) - 2ye^(-2x) = x^2e^(-2x).\)

We now notice that the left side of the equation follows the product rule of differentiation of the product of two functions: (xy(x))'. Therefore, we can integrate both sides of the equation to obtain:

\(∫(xy′e^(-2x) - 2ye^(-2x))dx = ∫(x^2e^(-2x))dx.\)

The left side is equal to:

\((xy(x))' e^(-2x)dx = (xy(x))e^(-2x) + C1\)

where C1 is the constant of integration obtained on integrating the left side.The right side is equal to:

\(∫(x^2e^(-2x))dx = -1/2 (x^2 + 2x + 2)e^(-2x) + C2\)

where C2 is the constant of integration obtained on integrating the right side.Equating the left and right sides,

we get:

\((xy(x))e^(-2x) + C1 = -1/2 (x^2 + 2x + 2)e^(-2x) + C2\)

Rearranging the above equation, we get:

\(xy(x) = -1/2 (x^2 + 2x + 2) + e^(2x)(C1 - C2)\)

On dividing by x and simplifying, we get:

\(y = -1/2 x - 1 + (C1/x)e^(2x)\)

Therefore, the solution to the differential equation is:\(y = -1/2 x - 1 + (C1/x)e^(2x)\)

(where C1 is the constant of integration obtained while solving)This is the final answer.

To know more about differential visit :

https://brainly.com/question/32899335

#SPJ11

If y varies directly as x and y=15 when x=3 find y when x=12

Answers

y=60 when x=12

y=kx
15=k3
divide by 3
15/3=k
5=k
y=5x
let x = 12
y=5*12
y=60


Winona asked randomly selected students in
her middle school "Do you like the school
lunch?" Of the 240 students she asked, 75
said no and 165 said yes. What are the
experimental probabilities of getting the
answers no and yes, based on Winona's
results?

Answers

Sample space=S=240N=75Y=165

\(\\ \sf\longmapsto P(N)=\dfrac{75}{240}=\dfrac{25}{48}\approx 2\)

\(\\ \sf\longmapsto P(Y)=\dfrac{165}{240}\)

\(\\ \sf\longmapsto P(Y)=\dfrac{33}{48}\)

\(\\ \sf\longmapsto P(Y)=\dfrac{11}{16}\)

find the orthogonal complement w⊥ of w and give a basis for w⊥.w = xyz: x = 12t, y = − 12t, z = 6t

Answers

The orthogonal complement w⊥ of w has a basis given by {v1, v2} = {(1, 0, 0), (0, 1, 2)}.

How to find the orthogonal complement w⊥ of w?

To find the orthogonal complement w⊥ of w, we need to find the set of all vectors that are orthogonal (perpendicular) to w.

Given w = (x, y, z) = (12t, -12t, 6t), we can find a vector v = (a, b, c) that is orthogonal to w by taking their dot product equal to zero:

w · v = 0

Substituting the values of w and v:

(12t, -12t, 6t) · (a, b, c) = 0

(12t)(a) + (-12t)(b) + (6t)(c) = 0

12at - 12bt + 6ct = 0

Now, we can solve this equation to find the values of a, b, and c that satisfy the orthogonal condition for all values of t.

12at - 12bt + 6ct = 0

Factor out t:

t(12a - 12b + 6c) = 0

For this equation to hold true for all values of t, the expression inside the parentheses must equal zero:

12a - 12b + 6c = 0

Divide by 6:

2a - 2b + c = 0

This equation represents a plane in three-dimensional space. To find a basis for w⊥, we can express this equation in the form of a linear combination of vectors. Let's solve for c:

c = 2b - 2a

Now, we can express the basis vectors for w⊥ in terms of a and b:

v = (a, b, 2b - 2a)

We can choose any values for a and b to get different vectors in the orthogonal complement w⊥. For example, we can set a = 1 and b = 0:

v1 = (1, 0, 0)

Or we can set a = 0 and b = 1:

v2 = (0, 1, 2)

These two vectors, v1 and v2, form a basis for w⊥.

Therefore, the orthogonal complement w⊥ of w has a basis given by {v1, v2} = {(1, 0, 0), (0, 1, 2)}.

Learn more about Orthogonal.

brainly.com/question/32196772

#SPJ11

What is the largest perfect square factor of 84

Answers

Answer

Factors of 84: 1, 2, 3, 4, 6, 7, 12, 14, 21, 28, 42, 84.

Step-by-step explanation:

The largest perfect square factor of 84 is 4.

We know that, a factor is a number that perfectly divides the number with 0 as remainder.

The easiest way to find out factors of a number is by doing LCM.

The factors of 84 are 1, 2, 3, 4, 6, 7, 12, 14, 21, 28, 42, 84.

From all the above factors 4 is the only number that is a perfect square.

Therefore, the largest perfect square factor of 84 is 4.

To know more visit:

https://brainly.com/question/14801938

. You deposit $200 each month into an account earning 3% interest compounded monthly for 30 years. How much total interest will you earn in 30 years?

Answers

The total interest you will earn in 30 years is approximately $241.61.

To calculate the total interest earned in 30 years, we need to use the formula for compound interest:
A = P(1 + r/n)^(nt) - P
Where:
A = the future value of the investment
P = the principal amount (initial deposit)
r = the annual interest rate (in decimal form)
n = the number of times the interest is compounded per year
t = the number of years
In this case, the principal amount is $200, the annual interest rate is 3% (or 0.03 as a decimal), the interest is compounded monthly (so n = 12), and the time period is 30 years (so t = 30).
Plugging in these values into the formula:
A = 200(1 + 0.03/12)^(12*30) - 200
Now we can simplify and calculate:
A = 200(1.0025)^(360) - 200
A = 200(2.208040033) - 200
A ≈ 441.6080066 - 200
A ≈ 241.6080066

For more such questions on approximately

https://brainly.com/question/29985480

#SPJ8

Find the volume v of the solid obtained by rotating the region bounded by the given curves about the specified line. y = 5x, y = 5 x , about y = 5

Answers

The volume of the solid obtained by rotating the region bounded by y = 5x and y = 5x about y = 5 is 0.

To find the volume of the solid obtained by rotating the region bounded by the curves y = 5x and y = 5x about the line y = 5, we can use the method of cylindrical shells.

Let's first sketch the two curves y = 5x and y = 5 on the xy-plane. These two lines intersect at the origin (0, 0) and at (1, 5).

The region bounded by these curves is a triangle with vertices at (0, 0), (1, 5), and the origin.

Now, we want to rotate this triangular region about the line y = 5. This will create a cylindrical shell with an inner radius of 5 - y and an outer radius of 5 - y (since we are rotating about the line y = 5). The height of the cylindrical shell will be the x-coordinate of the points on the curves (y = 5x or y = 5x) as they sweep around the rotation axis.

The volume of the cylindrical shell can be expressed as:

dV = 2π * (outer radius) * (height) * (thickness)

Now, we need to find the outer radius and height in terms of y (since we are integrating with respect to y).

The outer radius is 5 - y (distance from y = 5 to y = 5x or y = 5x).

The height is the x-coordinate of the points on the curves, which can be expressed as x = y/5 for y = 5x and x = y/5 for y = 5x.

So, the volume of the solid obtained by rotating the region bounded by y = 5x and y = 5x about y = 5 can be expressed as:

v = ∫[from y = 0 to y = 5] 2π * (5 - y) * (y/5 - y/5) dy

v = ∫[from y = 0 to y = 5] 2π * (5 - y) * 0 dy

v = ∫[from y = 0 to y = 5] 0 dy

v = 0

Therefore, the volume of the solid obtained by rotating the region bounded by y = 5x and y = 5x about y = 5 is 0.

Learn more about region bound by a curve: https://brainly.com/question/2254410

#SPJ11

A hovercraft takes off from a platform. Its height (in meters), xxx seconds after takeoff, is modeled by:

Answers

In order to find the height of the hovercraft taking off from a platform, we use a system of quadratic equations.

To model the height of the hovercraft, we can use a quadratic equation in the form of h(t) = at^2 + bt + c,

where h(t) represents the height in meters and t represents time in seconds. To find the specific equation for the hovercraft, we would need more information, such as initial conditions or additional data points.

However, if we have additional information, we can substitute the values into the equation to determine the values of a, b, and c. Once we have these values, we can determine the height of the hovercraft at any given time after takeoff.

Learn more about quadratic equations:

https://brainly.com/question/1214333

#SPJ11

Other Questions
Which of the following is a compound?OA. OOB. H2C. H20OD. O2 Use one of Word's preset margins settings to change the document's margins so that the top and bottom borders are 1" and the left and right margins are 2". 17) Write code to create an ArrayList and fill it with the integer values 1 through 10. Use the number line to help you decide which statement is true.1/2 > 2/31/2 = 2/31/2 < 2/3 Which of the following native crops did the Spanish bring back to Europe?O a. WheatO b. OatsO c. CornO d. Rice The electromotive force of a motor with torque constant K,= 0.2 Nm/A at angular speed of 50 rad/s is Select one: a. E=7V/rad/s b. none of these c. E= 10 V/rad/s d. E= 11 V/rad/s Find the derivative of the following functions. Express your final answer in positive exponents or radical form. Use appropriate tech Find the vector projection of B onto A if A = 5i + 11j 2k,B = 4i + 7k 1,368 rounded to the nearest hundred 1. In the image below, triangle DBA - triangle ECA. What is the distance across the lake?56 m20 m15 m45 m why can category 1 tropical cyclone be more destructive than category 5 tropical cyclone. The number of views on a cat video and a dog video after they're uploaded are represented by the following tables: What is the following product?StartRoot 12 EndRoot times StartRoot 18 EndRootStartRoot 30 EndRoot5 StartRoot 6 EndRoot6 StartRoot 5 EndRoot6 StartRoot 6 EndRoot Which element is considered the most versatile element in living organisms and why?hydrogen, because it provides most of the mass of human bodieshydrogen, because it can be found in both organic and inorganic moleculescarbon, because it can bond with many elements to form complex moleculescarbon, because it provides strength to the important protein, keratin Fe + Cl2 FeCl3, what coefficients would balance the equation?3,2,2 1,1,1 2,3,24,2,2 how sponges are successful? If f(x) = 4x12, what is f(2)? A simple pendulum is made of a small blob of mass m=7.000 kg attached to the end of an inextensible wire. The angular amplitude of oscillation is =5.730. Consider that the gravitational acceleration is g=9.807 m/[tex]s^{2}[/tex]. What is the magnitude of the tension in the wire when the blob is directly below its point of support? PD 3: Explain how different forms of government developed and changed as a result of the Revolutionary Period. How many pennies are on the nth square? 2n 2n 1 2n 1 2n 1 2n 1