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
marusya05 [52]
2 years ago
14

In the country of United States of Height, the height measurements of ten-year-old children are approximately normally distribut

ed with a mean of 53.1 inches, and standard deviation of 3.8 inches.
What is the probability that the height of a randomly chosen child is between 45.1 and 53.5 inches? Do not round until you get your your final answer, and then round to 3 decimal places.

Answer=
(Round your answer to 3 decimal places
SAT
1 answer:
Rashid [163]2 years ago
7 0

Answer:

a) We need to find p(x<68.15)

Standardize x to z, we have, z = (68.15-μ)/σ

=(68.15-57)/8.1

=1.38

Reading from standard normal tables,

p(z<1.38) =0.9162.

b) We need to find p(x>54.4)

Standardize x to z, we have, z = (54.4-μ)/σ

=(54.4-57)/8.1

=-0.32

Reading from standard normal tables,

p(z>-0.32) = 0.6255

You might be interested in
Which of the following act as enzymes?
Tanzania [10]
Enzymes are proteins but not all proteins are enzymes.
7 0
4 years ago
Read 2 more answers
There were 33,300 fatalities in 2015. How many deaths is that per hour ?
mojhsa [17]
Hi! 

So for this problem you need to know how that there are 8,760 hours in a year. If we're trying to find how many deaths there were per hour, you'd need to divide 33,300 by 8760 to find out.

33,300/8760=3.80136986301

This means there were roughly 3.8 deaths per hour. 

Hope this helps :)
7 0
3 years ago
in an open economy, what is the source of demand for dollars in the foreign-currency exchange market?
k0ka [10]

The imports is the source of demand for dollars in the foreign currency exchange market in an open economy.

Given that there is an open economy and there is need of foreign currency exchange market.

We are required to tell what is the source of the demand for dollars in the foreign currency exchange market.

The foreign exchange market is basically an over-the-counter marketplace that determines the exchange rate for global currencies.

An open economy is basically a type of economy where not only domestic factors but also entities in other countries engage in trade of products.

The amount of dollars are needed for the payment of the imports made by the public or government. In this way demand of dollars increases.

Hence the imports is the source of demand for dollars in the foreign currency exchange market in an open economy.

Learn more about exchange rate at brainly.com/question/2202418

#SPJ4

3 0
2 years ago
Lammps ERROR on proc 0: Out of range atoms - cannot compute PPPM
Alexeev081 [22]

Using the knowledge in computational language in C++ it is possible to write a code that Out of range atoms:

<h3>Writting the code in C++:</h3>

<em>#include <cmath></em>

<em>#include "pppm_tip4p.h"</em>

<em>#include "atom.h"</em>

<em>#include "domain.h"</em>

<em>#include "force.h"</em>

<em>#include "memory.h"</em>

<em>#include "error.h"</em>

<em>#include "math_const.h"</em>

<em />

<em>using namespace LAMMPS_NS;</em>

<em>using namespace MathConst;</em>

<em />

<em>#define OFFSET 16384</em>

<em />

<em>#ifdef FFT_SINGLE</em>

<em>#define ZEROF 0.0f</em>

<em>#define ONEF  1.0f</em>

<em>#else</em>

<em>#define ZEROF 0.0</em>

<em>#define ONEF  1.0</em>

<em>#endif</em>

<em />

<em>void PPPMTIP4P::init()</em>

<em>{</em>

<em>  // TIP4P PPPM requires newton on, b/c it computes forces on ghost atoms</em>

<em />

<em>  if (force->newton == 0)</em>

<em>    error->all(FLERR,"Kspace style pppm/tip4p requires newton on");</em>

<em />

<em>  PPPM::init();</em>

<em>}</em>

<em />

<em>void PPPMTIP4P::particle_map()</em>

<em>{</em>

<em>  int nx,ny,nz,iH1,iH2;</em>

<em>  double *xi,xM[3];</em>

<em />

<em>  int *type = atom->type;</em>

<em>  double **x = atom->x;</em>

<em>  int nlocal = atom->nlocal;</em>

<em />

<em>  if (!std::isfinite(boxlo[0]) || !std::isfinite(boxlo[1]) || !std::isfinite(boxlo[2]))</em>

<em>    error->one(FLERR,"Non-numeric box dimensions - simulation unstable");</em>

<em />

<em>  int flag = 0;</em>

<em>  for (int i = 0; i < nlocal; i++) {</em>

<em>    if (type[i] == typeO) {</em>

<em>      find_M(i,iH1,iH2,xM);</em>

<em>      xi = xM;</em>

<em>    } else xi = x[i];</em>

<em />

<em>    nx = static_cast<int> ((xi[0]-boxlo[0])*delxinv+shift) - OFFSET;</em>

<em>    ny = static_cast<int> ((xi[1]-boxlo[1])*delyinv+shift) - OFFSET;</em>

<em>    nz = static_cast<int> ((xi[2]-boxlo[2])*delzinv+shift) - OFFSET;</em>

<em />

<em>    part2grid[i][0] = nx;</em>

<em>    part2grid[i][1] = ny;</em>

<em>    part2grid[i][2] = nz;</em>

<em />

<em>    if (nx+nlower < nxlo_out || nx+nupper > nxhi_out ||</em>

<em>        ny+nlower < nylo_out || ny+nupper > nyhi_out ||</em>

<em>        nz+nlower < nzlo_out || nz+nupper > nzhi_out) flag++;</em>

<em>  }</em>

<em />

<em>  int flag_all;</em>

<em>  MPI_Allreduce(&flag,&flag_all,1,MPI_INT,MPI_SUM,world);</em>

<em>  if (flag_all) error->all(FLERR,"Out of range atoms - cannot compute PPPM");</em>

<em>}</em>

<em>void PPPMTIP4P::make_rho()</em>

<em>{</em>

<em>  int i,l,m,n,nx,ny,nz,mx,my,mz,iH1,iH2;</em>

<em>  FFT_SCALAR dx,dy,dz,x0,y0,z0;</em>

<em>  double *xi,xM[3];</em>

<em />

<em>  FFT_SCALAR *vec = &density_brick[nzlo_out][nylo_out][nxlo_out];</em>

<em>  for (i = 0; i < ngrid; i++) vec[i] = ZEROF;</em>

<em />

<em>  int *type = atom->type;</em>

<em>  double *q = atom->q;</em>

<em>  double **x = atom->x;</em>

<em>  int nlocal = atom->nlocal;</em>

<em />

<em>  for (int i = 0; i < nlocal; i++) {</em>

<em>    if (type[i] == typeO) {</em>

<em>      find_M(i,iH1,iH2,xM);</em>

<em>      xi = xM;</em>

<em>    } else xi = x[i];</em>

<em />

<em>    nx = part2grid[i][0];</em>

<em>    ny = part2grid[i][1];</em>

<em>    nz = part2grid[i][2];</em>

<em>    dx = nx+shiftone - (xi[0]-boxlo[0])*delxinv;</em>

<em>    dy = ny+shiftone - (xi[1]-boxlo[1])*delyinv;</em>

<em>    dz = nz+shiftone - (xi[2]-boxlo[2])*delzinv;</em>

<em />

<em>    compute_rho1d(dx,dy,dz);</em>

<em />

<em>    z0 = delvolinv * q[i];</em>

<em>    for (n = nlower; n <= nupper; n++) {</em>

<em>      mz = n+nz;</em>

<em>      y0 = z0*rho1d[2][n];</em>

<em>      for (m = nlower; m <= nupper; m++) {</em>

<em>        my = m+ny;</em>

<em>        x0 = y0*rho1d[1][m];</em>

<em>        for (l = nlower; l <= nupper; l++) {</em>

<em>          mx = l+nx;</em>

<em>          density_brick[mz][my][mx] += x0*rho1d[0][l];</em>

<em>        }</em>

<em>      }</em>

<em>    }</em>

<em>  }</em>

<em>}</em>

See more about C++ at brainly.com/question/19705654

#SPJ1

6 0
2 years ago
Which table of values was used to create the scatterplot below?.
d1i1m1o1n [39]

Answer:

Its C

Explanation:

1 200

2 300

3 200

4 400

5 300

8 0
3 years ago
Other questions:
  • Ułóż zdanie z dowolnym liczebnikiem w funkcji orzecznika w orzeczeniu imiennym.
    12·1 answer
  • A user wants to add a thick, dark green border around a chart in PowerPoint. The user can do this in Chart Tools by choosing wha
    5·1 answer
  • Which of the following items will you need in order to complete the profile
    11·2 answers
  • On a merry-go-round, 16 horses are evenly spaced on the outside perimeter. Abe is opposite
    14·1 answer
  • Cells are made mostly of water true or false
    7·2 answers
  • one of these early hindu writings, the atharva veda, speaks of an archer's bow made of sugar cane. it tells of growing a circle
    7·1 answer
  • Can someone please help me with this question
    9·2 answers
  • The p-value for a one-sided test of the population proportion is 0. 513. Which of the following would be true if the sample size
    10·1 answer
  • Which example accurately shows a change in american life in the early to mid-1800s?.
    8·1 answer
  • True or false? Systolic blood pressure increases the first few minutes of exercise, then levels off at 160 to 180 mmHg in health
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!