Answer:
a) 0.489
b) 54.42 kg/s
c) 247.36 kW/s
Explanation:
Note that all the initial enthalpy and entropy values were gotten from the tables.
See the attachment for calculations
Answer: False
explanation: for a bloodborne pathogen to spread you would have to have an open wound as well as the blood would have to get in it.
Answer:
//Define the header file
#ifndef PLAYER_H
#define PLAYER_H
//header file.
#include <string>
//Use the standard namespace.
using namespace std;
//Define the class Player.
class Player
{
//Declare the required data members.
string name;
int score;
public:
//Declare the required
//member functions.
void setName(string par_name);
void setScore(int par_score);
string getName();
int getScore();
}
//End the definition
//of the header file.
#endif
Player.cpp:
//Include the "Player.h" header file,
#include "Player.h"
//Define the setName() function.
void Player::setName(string par_name)
{
name = par_name;
}
//Define the setScore() function.
void Player::setScore(int par_score)
{
score = par_score;
}
//Define the getName() function.
string Player::getName()
{
return name;
}
//Define the getScore() function.
int Player::getScore()
{
return score;
}
Usando la ecuación de regresión que modela la frecuencia cardíaca máxima, podemos obtener el valor predicho de los problemas dados así:
La ecuación lineal que modela la frecuencia cardíaca máxima permitida en función de la edad del paciente está relacionada con la fórmula:
<em>x = edad del paciente; m = máx. frecuencia cardíaca permitida</em>
1.) <u>Frecuencia cardíaca máxima permitida para una persona de 50 años:</u>
Sustituye x = 50 en la ecuación:
m = -0,875 (50) + 190
m = 146,25
Por lo tanto, la frecuencia cardíaca máxima permitida es de aproximadamente 146 latidos / min.
2.) <u>Edad para una persona con frecuencia cardíaca máxima de 160 latidos / min</u>:
Sustituye m = 160 en la ecuación:
160 = -0,875x + 190
0,875x = 190 - 160
0,875x = 30
x = 30 / 0,875
x = 34,28
Por tanto, la edad de la persona sería de unos 34 años.
Más información: brainly.com/question/25395533
Answer:
mnfokfnfi3or
Explanation:
can you translate it into english.....