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
Oxana [17]
3 years ago
9

Why is it important to know in your blood group

SAT
2 answers:
pshichka [43]3 years ago
6 0
The importance of knowing your blood type is the prevent the risk of you receiving an incompatible blood type at the time of need, such as during a blood transfusion or during surgery.
Jobisdone [24]3 years ago
5 0

Answer:

its very important to know your blood type because you could receive a blood type that is not compatible with yours and it can lead to clumping of blood that can lead to death

Explanation:

You might be interested in
smartbook 2.0 allows you to start your active learning experience by either reading or by jumping right in to start answering qu
romanna [79]

Yes it is right that smartbook 2.0 allows you to start your active learning experience by either reading or by jumping right in to start answering questions.

Given that smartbook 2.0 allows you to start your active learning experience by either reading or by jumping right in to start answering questions.

We are required to tell the whether the statement about smartbook 2.0 is right or wrong.

SmartBook 2.0 basically creates a baseline of student knowledge and focuses their time on knowledge gaps.SmartBook 2.0 also helps students better understand what they know and what they don't know.

So,it is right in saying that smartbook 2.0 allows you to start your active learning experience by either reading or by jumping right in to start answering questions.

Hence it is right in saying that smartbook 2.0 allows you to start your active learning experience by either reading or by jumping right in to start answering questions.

Learn more about smartbook 2.0 at brainly.com/question/14436827

#SPJ4

3 0
1 year ago
The employer contributes to the state unemployment insurance fund, group health insurance, or a pension fund are not normally co
andreev551 [17]
Paying unemployment is not a benefit, but a legal necessity.
health insurance is a benefit
3 0
3 years ago
Read 2 more answers
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
is anyone good at career explorations 2 that can help me get my grade up and be passing please help and answer the questions i h
kirill [66]

sure

whats a question


4 0
4 years ago
Present three incidences, as examples, where sport personalities right were violated
stellarik [79]

The incidences are:

Kevin Prince Boaten, a football player from Ghana, was constantly noticed because of his black race.

<h3>How does racism influence participation in sport?</h3>

Others are:

  • Jackie Robinson, experienced being criticized for his black color but he was said to be the first African-American player.
  • Anthony Mundaine was a player in Australia who opt for boxing instead of being in the Rugby League as a result of racial discrimination.

Racism is known to be a major to participation in sports. Note that as a result of people experiencing discrimination, there may be a reduction in the people's participation  in it.

Learn more about personalities  from

brainly.com/question/3920215

#SPJ1

7 0
2 years ago
Other questions:
  • Isaiah rolls a tennis ball along the ground. Which of the following best explains what will happen if balanced forces act on the
    7·1 answer
  • WILL GIVE BRAINLIEST
    12·1 answer
  • The drivetrain engages the gears in the transmission. True False
    6·1 answer
  • According to Masterfoods, the company that manufactures M&amp;M’s, 12% of peanut M&amp;M’s are brown, 15% are yellow, 12% are re
    11·1 answer
  • When did the United States join WWII? before Poland was invaded by Germany after Italy and Japan joined the Axis powers when Gre
    6·1 answer
  • Using the drop-down menus, choose the best words to answer the questions. Which synonym changes "expensive" to a word with a pos
    12·1 answer
  • All of the following have been associated with feelings of hope except __________.
    10·1 answer
  • Debt is usually expected in any of the following cases except ____.
    14·1 answer
  • Select the answer that best completes the following sentence: samantha is looking to buy a health plan for herself and her famil
    9·1 answer
  • Which are risk factors for gang involvement? check all that apply. being interested in school using drugs having a network of fr
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!