answer.
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
Luba_88 [7]
2 years ago
6

Describe the distribution of wdiff in terms of its center, shape, and spread, including any plots you use

Physics
1 answer:
melisa1 [442]2 years ago
3 0

Answer:

Figure attached

We can conclude that majority of the values are positive. And we can say that is skewed to the right because the Median< Mean is and we have most of the values at the left of the distribution.

Explanation:

We can use the following R code to obtain the data for wdiff:

source("http://www.openintro.org/stat/data/cdc.R")  #obtain the info

nrow(cdc) # number of elements

names(cdc)  # obtain the name for the variable

[1] "genhlth"  "exerany"  "hlthplan" "smoke100" "height"   "weight"   "wtdesire" "age"      

[9] "gender"  

wdiff represent the difference between desired weight (wtdesire) and current weight (weight) and we can obtain the data with the following code:

wdiff <- (cdc$weight-cdc$wtdesire)

And now we can create the histogram with this code

hist(wdiff,xlim =c(-100,150))

> mean(wdiff)

[1] 14.5891

> median(wdiff)

[1] 10

And the result is on the figure attached.

And we can conclude that majority of the values are positive. And we can say that is skewed to the right because the Median< Mean is and we have most of the values at the left of the distribution.

You might be interested in
A windowpane is half a centimeter thick and has an area of 1.0 m2. The temperature difference between the inside and outside sur
polet [3.4K]

To solve this problem it is necessary to apply the concepts related to the heat flux rate expressed in energetic terms. The rate of heat flow is the amount of heat that is transferred per unit of time in some material. Mathematically it can be expressed as:

\frac{Q}{t} = \frac{kA}{L} (T_H - T_C)

Where

k = 0.84 J/s⋅m⋅°C (The thermal conductivity of the material)

A = 1m^2 Area

L = 5*10^{-3}m Length

T_H= Temperature of the "hot"reservoir

T_C= Temperature of the "cold"reservoir

Replacing with our values we have that,

\frac{Q}{t} = \frac{kA}{L} (T_H - T_C)

\frac{Q}{t} = \frac{(0.84)(1)}{0.005} (15)

\frac{Q}{t} = 2520J/s

Therefore the correct answer is B.

3 0
2 years ago
A brick and a feather fall to the earth at their respective terminal velocities. which object experiences the greater force of a
horsena [70]
The brick, even though the brick would end up traveling faster, it most likely has a larger surface area therefore it would have more air resistance.
6 0
1 year ago
Read 2 more answers
Water is boiled in a pan on a stove at sea level. During 10 min of boiling, it is observed that 200 g of water has evaporated. D
Ymorist [56]

Answer : The rate of heat transfer to the water is, 37.92 kJ/min

Explanation : Given,

Time = 10 min

Mass of water = 200 g

Latent heat of fusion of water = 334 J/g

Latent heat of vaporization of water = 2230 J/g

Now we have to calculate the rate of heat transfer to the water.

Q=\frac{m\times (L_v-L_f)}{t}

Now put all the given values in the above formula, we get:

Q=\frac{200g\times (2230-334)J/g}{10min}

Q=37920J/min=37.92kJ/min

Thus, the rate of heat transfer to the water is, 37.92 kJ/min

4 0
2 years ago
13. A hiker walks 200 m west and then walks 100 m north. In what direction is her resulting displacement?
prohojiy [21]
100m north west   is the answer                                      
4 0
2 years ago
Read 2 more answers
You place a 500 g block of an unknown substance in an insulated container filled 2 kg of water. The block has an initial tempera
Nina [5.8K]

Answer:

3349J/kgC

Explanation:

Questions like these are properly handled having this fact in mind;

  • Heat loss = Heat gained

Quantity of heat = mcΔ∅

m = mass of subatance

c = specific heat capacity

Δ∅ = change in temperature

m₁c₁(∅₂-∅₁) = m₂c₂(∅₁-∅₃)

m₁ = mass of block = 500g = 0.5kg

c₁  = specific heat capacity of unknown substance

∅₂ = block initial temperature = 50oC

∅₁ = equilibrium temperature of block and water after mix= 25oC

m₂= mass of water = 2kg

c₂ = specific heat capacity of water = 4186J/kg C

∅₃ = intial temperature of water = 20oC

0.5c₁(50-25) = 2 x 4186(25-20)

And we can find c₁ which is the unknown specific heat capacity

c₁ = \frac{2*4186*5}{0.5*25}= 3348.8J/kg C≅ 3349J/kg C

4 0
1 year ago
Other questions:
  • Which are methods of reducing exposure to ionizing radiation? Check all that apply.
    5·2 answers
  • 1. The sedimentary rock known as conglomerate typically forms in _______ environments in which particles can become rounded, suc
    12·2 answers
  • An object is dropped from rest into a pit, and accelerates due to gravity at roughly 10 m/s2. It hits the ground in 5 seconds. A
    6·1 answer
  • A weather balloon is rising vertically from a launching pad on the ground. A technician standing 300 feet from the launching pad
    7·1 answer
  • Kathmandu lies at high altitude than biratnagar from sea level.Where does an object has more weight between two places?Give reas
    6·1 answer
  • A tin can whirled on the end of a string moves in a circle because
    10·1 answer
  • Two identical closely spaced circular disks form a parallel-plate capacitor. Transferring 2.1×109 electrons from one disk to the
    7·2 answers
  • A 4.0 g string, 0.36 m long, is under tension. The string produces a 500 Hz tone when it vibrates in the third harmonic. The spe
    13·1 answer
  • You are flying a hang glider at 14 mph in the northeast direction (45°). The wind is blowing at 4 mph from due north.
    11·1 answer
  • Starting at t = 0 a net external force in the +x-direction is applied to an object that has mass 5.00 kg. A graph of the force a
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!