1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Aneli [31]
2 years ago
15

What do you mean by decentralization??​

Engineering
2 answers:
Marina CMI [18]2 years ago
5 0

Explanation:

Decentralization—the transfer of authority and responsibility for public functions from the central government to subordinate or quasi-independent government organizations and/or the private sector—is a complex multifaceted concept.

mina [271]2 years ago
3 0

Answer:

Explanation:

The user is completely right....


Hope it helps... ≧◉◡◉≦

You might be interested in
Find E[x] when x is sum of two fair dice?
Ksenya-84 [330]

Answer:

When two fair dice are rolled, 6×6=36 observations are obtained.

P(X=2)=P(1,1)=

36

1

​

P(X=3)=P(1,2)+P(2,1)=

36

2

​

=

18

1

​

P(X=4)=P(1,3)+P(2,2)+P(3,1)=

36

3

​

=

12

1

​

P(X=5)=P(1,4)+P(2,3)+P(3,2)+P(4,1)=

36

4

​

=

9

1

​

P(X=6)=P(1,5)+P(2,4)+P(3,3)+P(4,2)+P(5,1)=

36

5

​

P(X=7)=P(1,6)+P(2,5)+P(3,4)+P(4,3)+P(5,2)+P(6,1)=

36

6

​

=

6

1

​

P(X=8)=P(2,6)+P(3,5)+P(4,4)+P(5,3)+P(6,2)=

36

5

​

P(X=9)=P(3,6)+P(4,5)+P(5,4)+P(6,3)=

36

4

​

=

9

1

​

P(X=10)=P(4,6)+P(5,5)+P(6,4)=

36

3

​

=

12

1

​

P(X=11)=P(5,6)+P(6,5)=

36

2

​

=

18

1

​

P(X=12)=P(6,6)=

36

1

​

Therefore, the required probability distribution is as follows.

Then, E(X)=∑X

i

​

⋅P(X

i

​

)

=2×

36

1

​

+3×

18

1

​

+4×

12

1

​

+5×

9

1

​

+6×

36

5

​

+7×

6

1

​

+8×

36

5

​

+9×

9

1

​

+10×

12

1

​

+11×

18

1

​

+12×

36

1

​

=

18

1

​

+

6

1

​

+

3

1

​

+

9

5

​

+

6

5

​

+

6

7

​

+

9

10

​

+1+

6

5

​

+

18

11

​

+

3

1

​

=7

E(X

2

)=∑X

i

2

​

⋅P(X

i

​

)

=4×

36

1

​

+9×

18

1

​

+16×

12

1

​

+25×

9

1

​

+36×

36

5

​

+49×

6

1

​

+64×

36

5

​

+81×

9

1

​

+100×

12

1

​

+121×

18

1

​

+144×

36

1

​

=

9

1

​

+

2

1

​

+

3

4

​

+

9

25

​

+5+

6

49

​

+

9

80

​

+9+

3

25

​

+

18

121

​

+4

=

18

987

​

=

6

329

​

=54.833

Then, Var(X)=E(X

2

)−[E(X)]

2

=54.833−(7)

2

=54.833−49

=5.833

∴ Standard deviation =

Var(X)

​

=

5.833

​

=2.415

4 0
2 years ago
To compute the energy used by a motor, multiply the power that it draws by the time of operation. Con- sider a motor that draws
ehidna [41]

Answer:

E=52000Hp.h

E=38724920Wh

E=1.028x10^11 ftlb

Explanation:

To solve this problem you must multiply the engine power by the time factor expressed in h / year, to find this value you must perform the conventional unit conversion procedure.

Finally, when you have the result Hp h / year you convert it to Ftlb and Wh

E=(12.5hp)(\frac{16h}{day} )(\frac{5 days}{week} )(\frac{52week}{year} )\\

E=52000Hp.h

E=52000Hp.h(\frac{744.71Wh}{Hp.h} )\\

E=38724920Wh

E=52000Hph(\frac{1977378.4  ft lb}{1Hph}

E=1.028x10^11 ftlb

3 0
3 years ago
For this question you must write a java class called Rectangle and a client class called RectangleClient. The partial Rectangle
Alex Ar [27]

Answer:

Java program is given below. You can get .class after you execute java programs, You can attach those files along with .java classes given , Those .class files are generated ones.

Explanation:

//Rectangle.java class

public class Rectangle {

private int x;

private int y;

private int width;

private int height;

// constructs a new Rectangle with the given x,y, width, and height

public Rectangle(int x, int y, int w, int h)

{

this.x=x;

this.y=y;

this.width=w;

this.height=h;

}

// returns the fields' values

public int getX()

{

return x;

}

public int getY()

{

return y;

}

public int getWidth()

{

return width;

}

public int getHeight()

{

return height;

}

// returns a string such as “Coordinate is (5,12) and dimension is 4x8” where 4 is width and 8 is height. public String toString()

public String toString()

{

String str="";

//add x coordidate , y-coordinate , width, height and area to str and return

str+="Coordinate is ("+x+","+y+")";

str+=" and dimension is : "+width+"x"+height;

str+=" Area is "+(width*height);

return str;

}

public void changeSize(int w,int h)

{

width=w;

height=h;

}

}

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

//main.java

class Main {

public static void main(String[] args) {

//System.out.println("Hello world!");

//create an object of class Rectangle

Rectangle rect=new Rectangle(5,12,4,8);

//print info of rect using toString method

System.out.println(rect.toString());

//chamge width and height

rect.changeSize(3,10);

//print info of rect using toString method

System.out.println(rect.toString());

}

}

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

//Output

Coordinate is (5,12) and dimension is : 4x8 Area is 32

Coordinate is (5,12) and dimension is : 3x10 Area is 30

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

6 0
3 years ago
What are the general rules for press fit allowances
Keith_Richards [23]

Explanation:

As a general rule of thumb, the large the diameter of a bearing, bushing or pin, the larger the tolerance range,” Brieschke points out. “The inverse is true for smaller-diameter pieces.”

Mike Brieschke, vice president of sales at Aries Engineering, says a 0.25-inch-diameter metal dowel that is press-fit into a mild steel hole usually has an interference of ±0.0015 inch. Parts in noncritical assemblies tend to have looser tolerances

please rate brainliest if helps and follow

4 0
1 year ago
Race car is accelerating and has a velocity of 10 m/s @ t=0. It completes a lap on a circular track of 400 m in 14 seconds. Calc
wariber [46]

Answer:

component of acceleration are a = 3.37 m/s² and ar = 22.74 m/s²

magnitude of acceleration is  22.98 m/s²

Explanation:

given data

velocity = 10 m/s

initial time to = 0

distance s = 400 m

time t = 14 s

to find out

components and magnitude of acceleration after the car has travelled 200 m

solution

first we find the radius of circular track that is

we know  distance S = 2πR

400 = 2πR

R = 63.66 m

and tangential acceleration is

S = ut + 0.5 ×at²

here u is initial speed and t is time and S is distance

400 = 10 × 14  + 0.5 ×a (14)²

a = 3.37 m/s²

and here tangential acceleration is constant

so  velocity at distance 200 m

v² - u² = 2 a S

v² = 10² + 2 ( 3.37) 200

v = 38.05 m/s

so radial acceleration at distance 200 m

ar = \frac{v^2}{R}

ar = \frac{38.05^2}{63.66}

ar = 22.74 m/s²

so magnitude of total acceleration is

A = \sqrt{a^2 + ar^2}

A = \sqrt{3.37^2 + 22.74^2}

A = 22.98 m/s²

so magnitude of acceleration is  22.98 m/s²

8 0
3 years ago
Other questions:
  • A pitfall cited in Section 1.10 is expecting to improve the overall performance of a computer by improving only one aspect of th
    6·1 answer
  • Design a half-wave recti er which provides a peak voltage of 15 V, and anaverage voltage of 3.8 V when driven by a 120 V (rms) a
    10·1 answer
  • A manometer containing a fluid with a density of 60 lbm/ft3 is attached to a tank filled with air. If the gage pressure of the a
    12·1 answer
  • Power is a fundamental dimension. a) True b) False
    15·1 answer
  • PythonA group of statisticians at a local college has asked you to create a set of functionsthat compute the median and mode of
    9·1 answer
  • The European Space Agency launched a probe called Rosetta in March 2004. In August​ 2014, Rosetta reached its​ destination: a co
    13·1 answer
  • Write a C program that will update a bank balance. A user cannot withdraw an amount ofmoney that is more than the current balanc
    13·1 answer
  • Selling a new vehicle pays a salesperson $1500. Selling a used vehicle pays a commission of 5% of the selling price. Write an in
    9·1 answer
  • Whats the difference between GeForce GTX 1060 and Geforce GTX 3060? Is there any big changes to FPS and other settings?
    7·2 answers
  • All people<br><br><br>id 5603642259 pd 123456<br>on z o o m​
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!